From 944b6da46a6b62476f3e4c644544b1835041c887 Mon Sep 17 00:00:00 2001 From: davidberenstein1957 Date: Fri, 8 Dec 2023 13:35:31 +0100 Subject: [PATCH 1/4] chore: add example .ipynb for adding and updating models to `ollama` --- .gitignore | 3 + utils/ollama_upload.ipynb | 8430 +++++++++++++++++++++++++++++++++++++ 2 files changed, 8433 insertions(+) create mode 100644 utils/ollama_upload.ipynb diff --git a/.gitignore b/.gitignore index 68bc17f..976b41d 100644 --- a/.gitignore +++ b/.gitignore @@ -158,3 +158,6 @@ cython_debug/ # and can be added to the global gitignore or merged into this file. For a more nuclear # option (not recommended) you can uncomment the following to ignore the entire idea folder. #.idea/ +*.gguf +*Modelfile +*DS_store \ No newline at end of file diff --git a/utils/ollama_upload.ipynb b/utils/ollama_upload.ipynb new file mode 100644 index 0000000..9e9b8fc --- /dev/null +++ b/utils/ollama_upload.ipynb @@ -0,0 +1,8430 @@ +{ + "cells": [ + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "# Ollama upload\n", + "\n", + "Note that you first need to have [ollama installed and configured for importing models](https://github.com/jmorganca/ollama/blob/main/docs/import.md)." + ] + }, + { + "cell_type": "code", + "execution_count": 2, + "metadata": {}, + "outputs": [], + "source": [ + "user = \"TheBloke\"\n", + "model = \"notus-7B-v1\"\n", + "quantizations = [\n", + " \"Q2_K\", \n", + " \"Q3_K_L\", \"Q3_K_M\", \"Q3_K_S\",\n", + " \"Q4_0\", \"Q4_K_M\", \"Q4_K_S\",\n", + " \"Q5_0\", \"Q5_K_M\", \"Q5_K_S\",\n", + " \"Q6_K\",\n", + " \"Q8_0\"\n", + "]\n", + "overwrite = False" + ] + }, + { + "cell_type": "code", + "execution_count": 6, + "metadata": {}, + "outputs": [], + "source": [ + "from pathlib import Path\n", + "\n", + "model_path = Path(\"models\").mkdir(parents=True, exist_ok=True)" + ] + }, + { + "cell_type": "code", + "execution_count": 14, + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "Skipping models/notus-7B-v1.Q2_K as it already exists\n", + "Skipping models/notus-7B-v1.Q3_K_L as it already exists\n", + "Skipping models/notus-7B-v1.Q3_K_M as it already exists\n", + "Skipping models/notus-7B-v1.Q3_K_S as it already exists\n", + "Downloading models/notus-7B-v1.Q4_0 from Hugging Face\n", + "--2023-12-08 12:46:55-- https://huggingface.co/TheBloke/notus-7B-v1-GGUF/resolve/main/notus-7b-v1.Q4_0.gguf\n", + "Resolving huggingface.co (huggingface.co)... 54.192.95.26, 54.192.95.21, 54.192.95.79, ...\n", + "Connecting to huggingface.co (huggingface.co)|54.192.95.26|:443... connected.\n", + "HTTP request sent, awaiting response... 302 Found\n", + "Location: https://cdn-lfs-us-1.huggingface.co/repos/80/52/8052410bad37de2c549dfd4c209b47f2caa1b3a7c1eb3940b6a42a771a545231/1171bd8a88da4cd85f89eb80dc293aedf4df2ebbd559316a81e2598041d0ad52?response-content-disposition=attachment%3B+filename*%3DUTF-8%27%27notus-7b-v1.Q4_0.gguf%3B+filename%3D%22notus-7b-v1.Q4_0.gguf%22%3B&Expires=1702295215&Policy=eyJTdGF0ZW1lbnQiOlt7IkNvbmRpdGlvbiI6eyJEYXRlTGVzc1RoYW4iOnsiQVdTOkVwb2NoVGltZSI6MTcwMjI5NTIxNX19LCJSZXNvdXJjZSI6Imh0dHBzOi8vY2RuLWxmcy11cy0xLmh1Z2dpbmdmYWNlLmNvL3JlcG9zLzgwLzUyLzgwNTI0MTBiYWQzN2RlMmM1NDlkZmQ0YzIwOWI0N2YyY2FhMWIzYTdjMWViMzk0MGI2YTQyYTc3MWE1NDUyMzEvMTE3MWJkOGE4OGRhNGNkODVmODllYjgwZGMyOTNhZWRmNGRmMmViYmQ1NTkzMTZhODFlMjU5ODA0MWQwYWQ1Mj9yZXNwb25zZS1jb250ZW50LWRpc3Bvc2l0aW9uPSoifV19&Signature=iH%7EENEOFdvRWR9B8MsIj0DJzf8QjhRxBvI9Bt9rNQtuzRON0VLkpdCkphykhNqjlEL8v7qILV9z%7E4rJu4NDD9V%7EUKOOlvClrzmlcVwPauSiJxHbVuIss8TtezDDbr-RjRC9OBKRTISn0e-Io6EELGr9upZmaUEZ5hlMepUArAxlJekuRbtMZXSoyxnCAFPxOZQKChxYJmtRXRsP4D5DXfIT-F9SSkaxb4Au3eBJyvXQLRnGi2DDtztK7HpMhSOOPCNqUwDX9Fc-a2tZo0ogHIrvOUMu6LO3wz7IUdvWgiIye4zpaOifLtdMcJg807lAkCCICH2YNj-xzwgLY6g%7El1A__&Key-Pair-Id=KCD77M1F0VK2B [following]\n", + "--2023-12-08 12:46:55-- https://cdn-lfs-us-1.huggingface.co/repos/80/52/8052410bad37de2c549dfd4c209b47f2caa1b3a7c1eb3940b6a42a771a545231/1171bd8a88da4cd85f89eb80dc293aedf4df2ebbd559316a81e2598041d0ad52?response-content-disposition=attachment%3B+filename*%3DUTF-8%27%27notus-7b-v1.Q4_0.gguf%3B+filename%3D%22notus-7b-v1.Q4_0.gguf%22%3B&Expires=1702295215&Policy=eyJTdGF0ZW1lbnQiOlt7IkNvbmRpdGlvbiI6eyJEYXRlTGVzc1RoYW4iOnsiQVdTOkVwb2NoVGltZSI6MTcwMjI5NTIxNX19LCJSZXNvdXJjZSI6Imh0dHBzOi8vY2RuLWxmcy11cy0xLmh1Z2dpbmdmYWNlLmNvL3JlcG9zLzgwLzUyLzgwNTI0MTBiYWQzN2RlMmM1NDlkZmQ0YzIwOWI0N2YyY2FhMWIzYTdjMWViMzk0MGI2YTQyYTc3MWE1NDUyMzEvMTE3MWJkOGE4OGRhNGNkODVmODllYjgwZGMyOTNhZWRmNGRmMmViYmQ1NTkzMTZhODFlMjU5ODA0MWQwYWQ1Mj9yZXNwb25zZS1jb250ZW50LWRpc3Bvc2l0aW9uPSoifV19&Signature=iH%7EENEOFdvRWR9B8MsIj0DJzf8QjhRxBvI9Bt9rNQtuzRON0VLkpdCkphykhNqjlEL8v7qILV9z%7E4rJu4NDD9V%7EUKOOlvClrzmlcVwPauSiJxHbVuIss8TtezDDbr-RjRC9OBKRTISn0e-Io6EELGr9upZmaUEZ5hlMepUArAxlJekuRbtMZXSoyxnCAFPxOZQKChxYJmtRXRsP4D5DXfIT-F9SSkaxb4Au3eBJyvXQLRnGi2DDtztK7HpMhSOOPCNqUwDX9Fc-a2tZo0ogHIrvOUMu6LO3wz7IUdvWgiIye4zpaOifLtdMcJg807lAkCCICH2YNj-xzwgLY6g%7El1A__&Key-Pair-Id=KCD77M1F0VK2B\n", + "Resolving cdn-lfs-us-1.huggingface.co (cdn-lfs-us-1.huggingface.co)... 13.224.115.82, 13.224.115.76, 13.224.115.3, ...\n", + "Connecting to cdn-lfs-us-1.huggingface.co (cdn-lfs-us-1.huggingface.co)|13.224.115.82|:443... connected.\n", + "HTTP request sent, awaiting response... 200 OK\n", + "Length: 4108916864 (3.8G) [binary/octet-stream]\n", + "Saving to: ‘models/notus-7B-v1.Q4_0/notus-7b-v1.Q4_0.gguf’\n", + "\n", + "notus-7b-v1.Q4_0.gg 100%[===================>] 3.83G 27.3MB/s in 4m 14s \n", + "\n", + "2023-12-08 12:51:10 (15.4 MB/s) - ‘models/notus-7B-v1.Q4_0/notus-7b-v1.Q4_0.gguf’ saved [4108916864/4108916864]\n", + "\n", + "Skipping models/notus-7B-v1.Q4_K_M as it already exists\n", + "Skipping models/notus-7B-v1.Q4_K_S as it already exists\n", + "Downloading models/notus-7B-v1.Q5_0 from Hugging Face\n", + "--2023-12-08 12:51:10-- https://huggingface.co/TheBloke/notus-7B-v1-GGUF/resolve/main/notus-7b-v1.Q5_0.gguf\n", + "Resolving huggingface.co (huggingface.co)... 54.192.95.26, 54.192.95.21, 54.192.95.79, ...\n", + "Connecting to huggingface.co (huggingface.co)|54.192.95.26|:443... connected.\n", + "HTTP request sent, awaiting response... 302 Found\n", + "Location: https://cdn-lfs-us-1.huggingface.co/repos/80/52/8052410bad37de2c549dfd4c209b47f2caa1b3a7c1eb3940b6a42a771a545231/2b7481d36354ddf1192c7fa5fd831f006e31d139bb0f6586ecf84bd24ad9c031?response-content-disposition=attachment%3B+filename*%3DUTF-8%27%27notus-7b-v1.Q5_0.gguf%3B+filename%3D%22notus-7b-v1.Q5_0.gguf%22%3B&Expires=1702295470&Policy=eyJTdGF0ZW1lbnQiOlt7IkNvbmRpdGlvbiI6eyJEYXRlTGVzc1RoYW4iOnsiQVdTOkVwb2NoVGltZSI6MTcwMjI5NTQ3MH19LCJSZXNvdXJjZSI6Imh0dHBzOi8vY2RuLWxmcy11cy0xLmh1Z2dpbmdmYWNlLmNvL3JlcG9zLzgwLzUyLzgwNTI0MTBiYWQzN2RlMmM1NDlkZmQ0YzIwOWI0N2YyY2FhMWIzYTdjMWViMzk0MGI2YTQyYTc3MWE1NDUyMzEvMmI3NDgxZDM2MzU0ZGRmMTE5MmM3ZmE1ZmQ4MzFmMDA2ZTMxZDEzOWJiMGY2NTg2ZWNmODRiZDI0YWQ5YzAzMT9yZXNwb25zZS1jb250ZW50LWRpc3Bvc2l0aW9uPSoifV19&Signature=VH9g1LXa9xSKzD37nVkib0zXRWdfK9b9f6qEy4ZOMNOR-5OgEFD1PQa-D5lpjTUYr6tNErrtkX%7EqLykfLwmTftq%7EPa8WN9e1sgAdbUqwr1f0ncUjDE-NvdN%7E67-bPyeSqGm8FRnG46a6Zkdn8BZxQ-mt3qcQ0TYMIWyf5X0E%7E1-vToJTYmrXP%7EHd2CN0TRzNvvxxuoYgkb-tqEx8LEjWOSrwfBzCrpFhyND7NNmyvpyRlwvumalF2XNM9Uf8Te0tDOYntzVRcxBJ%7E8f2vhENEay0t66vtTDF2TP87nV21QB6IYrjZhA05dl0zG4wfpUeWNkpIazvznVi3g4r4lXfXA__&Key-Pair-Id=KCD77M1F0VK2B [following]\n", + "--2023-12-08 12:51:10-- https://cdn-lfs-us-1.huggingface.co/repos/80/52/8052410bad37de2c549dfd4c209b47f2caa1b3a7c1eb3940b6a42a771a545231/2b7481d36354ddf1192c7fa5fd831f006e31d139bb0f6586ecf84bd24ad9c031?response-content-disposition=attachment%3B+filename*%3DUTF-8%27%27notus-7b-v1.Q5_0.gguf%3B+filename%3D%22notus-7b-v1.Q5_0.gguf%22%3B&Expires=1702295470&Policy=eyJTdGF0ZW1lbnQiOlt7IkNvbmRpdGlvbiI6eyJEYXRlTGVzc1RoYW4iOnsiQVdTOkVwb2NoVGltZSI6MTcwMjI5NTQ3MH19LCJSZXNvdXJjZSI6Imh0dHBzOi8vY2RuLWxmcy11cy0xLmh1Z2dpbmdmYWNlLmNvL3JlcG9zLzgwLzUyLzgwNTI0MTBiYWQzN2RlMmM1NDlkZmQ0YzIwOWI0N2YyY2FhMWIzYTdjMWViMzk0MGI2YTQyYTc3MWE1NDUyMzEvMmI3NDgxZDM2MzU0ZGRmMTE5MmM3ZmE1ZmQ4MzFmMDA2ZTMxZDEzOWJiMGY2NTg2ZWNmODRiZDI0YWQ5YzAzMT9yZXNwb25zZS1jb250ZW50LWRpc3Bvc2l0aW9uPSoifV19&Signature=VH9g1LXa9xSKzD37nVkib0zXRWdfK9b9f6qEy4ZOMNOR-5OgEFD1PQa-D5lpjTUYr6tNErrtkX%7EqLykfLwmTftq%7EPa8WN9e1sgAdbUqwr1f0ncUjDE-NvdN%7E67-bPyeSqGm8FRnG46a6Zkdn8BZxQ-mt3qcQ0TYMIWyf5X0E%7E1-vToJTYmrXP%7EHd2CN0TRzNvvxxuoYgkb-tqEx8LEjWOSrwfBzCrpFhyND7NNmyvpyRlwvumalF2XNM9Uf8Te0tDOYntzVRcxBJ%7E8f2vhENEay0t66vtTDF2TP87nV21QB6IYrjZhA05dl0zG4wfpUeWNkpIazvznVi3g4r4lXfXA__&Key-Pair-Id=KCD77M1F0VK2B\n", + "Resolving cdn-lfs-us-1.huggingface.co (cdn-lfs-us-1.huggingface.co)... 13.224.115.21, 13.224.115.82, 13.224.115.76, ...\n", + "Connecting to cdn-lfs-us-1.huggingface.co (cdn-lfs-us-1.huggingface.co)|13.224.115.21|:443... connected.\n", + "HTTP request sent, awaiting response... 200 OK\n", + "Length: 4997716096 (4.7G) [binary/octet-stream]\n", + "Saving to: ‘models/notus-7B-v1.Q5_0/notus-7b-v1.Q5_0.gguf’\n", + "\n", + "notus-7b-v1.Q5_0.gg 100%[===================>] 4.65G 26.6MB/s in 6m 47s \n", + "\n", + "2023-12-08 12:57:57 (11.7 MB/s) - ‘models/notus-7B-v1.Q5_0/notus-7b-v1.Q5_0.gguf’ saved [4997716096/4997716096]\n", + "\n", + "Skipping models/notus-7B-v1.Q5_K_M as it already exists\n", + "Skipping models/notus-7B-v1.Q5_K_S as it already exists\n", + "Skipping models/notus-7B-v1.Q6_K as it already exists\n", + "Downloading models/notus-7B-v1.Q8_0 from Hugging Face\n", + "--2023-12-08 12:57:57-- https://huggingface.co/TheBloke/notus-7B-v1-GGUF/resolve/main/notus-7b-v1.Q8_0.gguf\n", + "Resolving huggingface.co (huggingface.co)... 54.192.95.70, 54.192.95.26, 54.192.95.21, ...\n", + "Connecting to huggingface.co (huggingface.co)|54.192.95.70|:443... connected.\n", + "HTTP request sent, awaiting response... 302 Found\n", + "Location: https://cdn-lfs-us-1.huggingface.co/repos/80/52/8052410bad37de2c549dfd4c209b47f2caa1b3a7c1eb3940b6a42a771a545231/2b234e4a9ad4a8802340f91eb7f1b9da6d949c3447637a1d3f2fdf4b04223be6?response-content-disposition=attachment%3B+filename*%3DUTF-8%27%27notus-7b-v1.Q8_0.gguf%3B+filename%3D%22notus-7b-v1.Q8_0.gguf%22%3B&Expires=1702295878&Policy=eyJTdGF0ZW1lbnQiOlt7IkNvbmRpdGlvbiI6eyJEYXRlTGVzc1RoYW4iOnsiQVdTOkVwb2NoVGltZSI6MTcwMjI5NTg3OH19LCJSZXNvdXJjZSI6Imh0dHBzOi8vY2RuLWxmcy11cy0xLmh1Z2dpbmdmYWNlLmNvL3JlcG9zLzgwLzUyLzgwNTI0MTBiYWQzN2RlMmM1NDlkZmQ0YzIwOWI0N2YyY2FhMWIzYTdjMWViMzk0MGI2YTQyYTc3MWE1NDUyMzEvMmIyMzRlNGE5YWQ0YTg4MDIzNDBmOTFlYjdmMWI5ZGE2ZDk0OWMzNDQ3NjM3YTFkM2YyZmRmNGIwNDIyM2JlNj9yZXNwb25zZS1jb250ZW50LWRpc3Bvc2l0aW9uPSoifV19&Signature=c8QmNmVXbyTLq4ErJ4VYPFW5OMEBJus3iYvLnfT4n4SqjweQoq4Az0hKyKxGxGq6NTGH9GdVPr5A-oOBJSdxRVrHu3kGpoXmmx5DzqnRc6zEyaLJGv4Z1BfZPmCurh6cci-DDX7TyJoCFAiEUAdsaCAsCs%7EelmBbWNZo5xocMzqDpNtCEO26NZkzSr5d5731AN0-reCoqqm8TV8e6NVXrOrgIE0FKBtK9ajfNO2B2pYL6aPJ8hCN8f8H-fONxLCT59fASEHZgin-Pfl0aG5FxzHa2mgfuBGpkQFX4m2yAmdx0HOlStXJSArwtSKFT3%7ELqP7gFGb7S6I4UlnQnePLGg__&Key-Pair-Id=KCD77M1F0VK2B [following]\n", + "--2023-12-08 12:57:58-- https://cdn-lfs-us-1.huggingface.co/repos/80/52/8052410bad37de2c549dfd4c209b47f2caa1b3a7c1eb3940b6a42a771a545231/2b234e4a9ad4a8802340f91eb7f1b9da6d949c3447637a1d3f2fdf4b04223be6?response-content-disposition=attachment%3B+filename*%3DUTF-8%27%27notus-7b-v1.Q8_0.gguf%3B+filename%3D%22notus-7b-v1.Q8_0.gguf%22%3B&Expires=1702295878&Policy=eyJTdGF0ZW1lbnQiOlt7IkNvbmRpdGlvbiI6eyJEYXRlTGVzc1RoYW4iOnsiQVdTOkVwb2NoVGltZSI6MTcwMjI5NTg3OH19LCJSZXNvdXJjZSI6Imh0dHBzOi8vY2RuLWxmcy11cy0xLmh1Z2dpbmdmYWNlLmNvL3JlcG9zLzgwLzUyLzgwNTI0MTBiYWQzN2RlMmM1NDlkZmQ0YzIwOWI0N2YyY2FhMWIzYTdjMWViMzk0MGI2YTQyYTc3MWE1NDUyMzEvMmIyMzRlNGE5YWQ0YTg4MDIzNDBmOTFlYjdmMWI5ZGE2ZDk0OWMzNDQ3NjM3YTFkM2YyZmRmNGIwNDIyM2JlNj9yZXNwb25zZS1jb250ZW50LWRpc3Bvc2l0aW9uPSoifV19&Signature=c8QmNmVXbyTLq4ErJ4VYPFW5OMEBJus3iYvLnfT4n4SqjweQoq4Az0hKyKxGxGq6NTGH9GdVPr5A-oOBJSdxRVrHu3kGpoXmmx5DzqnRc6zEyaLJGv4Z1BfZPmCurh6cci-DDX7TyJoCFAiEUAdsaCAsCs%7EelmBbWNZo5xocMzqDpNtCEO26NZkzSr5d5731AN0-reCoqqm8TV8e6NVXrOrgIE0FKBtK9ajfNO2B2pYL6aPJ8hCN8f8H-fONxLCT59fASEHZgin-Pfl0aG5FxzHa2mgfuBGpkQFX4m2yAmdx0HOlStXJSArwtSKFT3%7ELqP7gFGb7S6I4UlnQnePLGg__&Key-Pair-Id=KCD77M1F0VK2B\n", + "Resolving cdn-lfs-us-1.huggingface.co (cdn-lfs-us-1.huggingface.co)... 13.224.115.3, 13.224.115.21, 13.224.115.82, ...\n", + "Connecting to cdn-lfs-us-1.huggingface.co (cdn-lfs-us-1.huggingface.co)|13.224.115.3|:443... connected.\n", + "HTTP request sent, awaiting response... 200 OK\n", + "Length: 7695857792 (7.2G) [binary/octet-stream]\n", + "Saving to: ‘models/notus-7B-v1.Q8_0/notus-7b-v1.Q8_0.gguf’\n", + "\n", + "notus-7b-v1.Q8_0.gg 100%[===================>] 7.17G 17.9MB/s in 8m 16s \n", + "\n", + "2023-12-08 13:06:14 (14.8 MB/s) - ‘models/notus-7B-v1.Q8_0/notus-7b-v1.Q8_0.gguf’ saved [7695857792/7695857792]\n", + "\n" + ] + } + ], + "source": [ + "for quantization in quantizations:\n", + " url = f\"https://huggingface.co/{user}/{model}-GGUF/resolve/main/{model.replace('B', 'b')}.{quantization}.gguf\"\n", + " local_path = f\"models/{model}.{quantization}\"\n", + " if not Path(local_path).exists() or overwrite:\n", + " print(f\"Downloading {local_path} from Hugging Face\")\n", + " !wget -P {local_path} {url}\n", + " else:\n", + " print(f\"Skipping {local_path} as it already exists\")" + ] + }, + { + "cell_type": "code", + "execution_count": 4, + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\u001b[?25ltransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer \n", + "creating template layer \n", + "creating system layer \n", + "creating parameters layer \n", + "creating config layer \n", + "using already created layer sha256:d37e05209edb000a010f014c375a6603a2ab0fc65303fea413a27f8b79e2fa30 \n", + "using already created layer sha256:04de533bb8fd4eb327158f79cdc0de736558e45d198db9275ef536f470281f1f \n", + "using already created layer sha256:093c79b06599174755ae0ffd0a0700fc1e03daa55b1755e242836c329fcf9811 \n", + "using already created layer sha256:d8ba2f9a17b3bbdeb5690efaa409b3fcb0b56296a777c7a69c78aa33bbddf182 \n", + "using already created layer sha256:75f9f86250a298b55eae92a4cad19c76005f881ac71f5387f7e3e1ad73f60fb1 \n", + "writing manifest \n", + "success \u001b[?25h\n", + "copied 'notus:q2_K' to 'davidberenstein1957/notus:q2_K'\n", + "\u001b[?25lretrieving manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing 75f9f86250a2... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing 75f9f86250a2... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing 75f9f86250a2... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing 75f9f86250a2... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing 75f9f86250a2... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing 75f9f86250a2... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing 75f9f86250a2... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing 75f9f86250a2... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing 75f9f86250a2... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing 75f9f86250a2... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing 75f9f86250a2... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing 75f9f86250a2... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing 75f9f86250a2... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing 75f9f86250a2... 100% ▕████████████████▏ 455 B \n", + "pushing manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing 75f9f86250a2... 100% ▕████████████████▏ 455 B \n", + "pushing manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing 75f9f86250a2... 100% ▕████████████████▏ 455 B \n", + "pushing manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing 75f9f86250a2... 100% ▕████████████████▏ 455 B \n", + "pushing manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing 75f9f86250a2... 100% ▕████████████████▏ 455 B \n", + "pushing manifest ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing 75f9f86250a2... 100% ▕████████████████▏ 455 B \n", + "pushing manifest ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing 75f9f86250a2... 100% ▕████████████████▏ 455 B \n", + "pushing manifest ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing 75f9f86250a2... 100% ▕████████████████▏ 455 B \n", + "pushing manifest ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing 75f9f86250a2... 100% ▕████████████████▏ 455 B \n", + "pushing manifest ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing 75f9f86250a2... 100% ▕████████████████▏ 455 B \n", + "pushing manifest ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing 75f9f86250a2... 100% ▕████████████████▏ 455 B \n", + "pushing manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing 75f9f86250a2... 100% ▕████████████████▏ 455 B \n", + "pushing manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing 75f9f86250a2... 100% ▕████████████████▏ 455 B \n", + "pushing manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing 75f9f86250a2... 100% ▕████████████████▏ 455 B \n", + "pushing manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing 75f9f86250a2... 100% ▕████████████████▏ 455 B \n", + "pushing manifest ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing 75f9f86250a2... 100% ▕████████████████▏ 455 B \n", + "pushing manifest ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing 75f9f86250a2... 100% ▕████████████████▏ 455 B \n", + "pushing manifest ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing 75f9f86250a2... 100% ▕████████████████▏ 455 B \n", + "pushing manifest ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing 75f9f86250a2... 100% ▕████████████████▏ 455 B \n", + "pushing manifest ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing 75f9f86250a2... 100% ▕████████████████▏ 455 B \n", + "pushing manifest ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing 75f9f86250a2... 100% ▕████████████████▏ 455 B \n", + "pushing manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing 75f9f86250a2... 100% ▕████████████████▏ 455 B \n", + "pushing manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing 75f9f86250a2... 100% ▕████████████████▏ 455 B \n", + "pushing manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing 75f9f86250a2... 100% ▕████████████████▏ 455 B \n", + "pushing manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing 75f9f86250a2... 100% ▕████████████████▏ 455 B \n", + "pushing manifest ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing 75f9f86250a2... 100% ▕████████████████▏ 455 B \n", + "pushing manifest ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing 75f9f86250a2... 100% ▕████████████████▏ 455 B \n", + "pushing manifest ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing 75f9f86250a2... 100% ▕████████████████▏ 455 B \n", + "pushing manifest ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing 75f9f86250a2... 100% ▕████████████████▏ 455 B \n", + "pushing manifest ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing 75f9f86250a2... 100% ▕████████████████▏ 455 B \n", + "pushing manifest \n", + "success \u001b[?25h\n", + "\u001b[?25ltransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer \n", + "creating template layer \n", + "creating system layer \n", + "creating parameters layer \n", + "creating config layer \n", + "using already created layer sha256:ad5e6556d1139a22a951da1fc500b75f7fee2a3d125d6c4df3ef7295c83e41d1 \n", + "using already created layer sha256:04de533bb8fd4eb327158f79cdc0de736558e45d198db9275ef536f470281f1f \n", + "using already created layer sha256:093c79b06599174755ae0ffd0a0700fc1e03daa55b1755e242836c329fcf9811 \n", + "using already created layer sha256:d8ba2f9a17b3bbdeb5690efaa409b3fcb0b56296a777c7a69c78aa33bbddf182 \n", + "writing layer sha256:62c761593c42648d752e2dfce80ed4780405c15308829d4cf7b6262a5368eef3 \n", + "writing manifest \n", + "success \u001b[?25h\n", + "copied 'notus:q3_K_L' to 'davidberenstein1957/notus:q3_K_L'\n", + "\u001b[?25lretrieving manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 0% ▕ ▏ 1.4 MB/3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 0% ▕ ▏ 2.1 MB/3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 0% ▕ ▏ 2.1 MB/3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 0% ▕ ▏ 2.1 MB/3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 0% ▕ ▏ 2.1 MB/3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 0% ▕ ▏ 3.0 MB/3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 0% ▕ ▏ 3.7 MB/3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 0% ▕ ▏ 3.7 MB/3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 0% ▕ ▏ 3.7 MB/3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 0% ▕ ▏ 3.7 MB/3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 0% ▕ ▏ 0 B/3.8 GB 3.6 MB/s 17m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 0% ▕ ▏ 1.9 MB/3.8 GB 3.6 MB/s 17m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 0% ▕ ▏ 4.6 MB/3.8 GB 3.6 MB/s 17m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 0% ▕ ▏ 9.9 MB/3.8 GB 3.6 MB/s 17m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 0% ▕ ▏ 11 MB/3.8 GB 3.6 MB/s 17m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 0% ▕ ▏ 12 MB/3.8 GB 3.6 MB/s 17m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 0% ▕ ▏ 16 MB/3.8 GB 3.6 MB/s 17m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 0% ▕ ▏ 17 MB/3.8 GB 3.6 MB/s 17m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 0% ▕ ▏ 18 MB/3.8 GB 3.6 MB/s 17m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 1% ▕ ▏ 20 MB/3.8 GB 3.6 MB/s 17m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 1% ▕ ▏ 22 MB/3.8 GB 11 MB/s 5m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 1% ▕ ▏ 24 MB/3.8 GB 11 MB/s 5m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 1% ▕ ▏ 26 MB/3.8 GB 11 MB/s 5m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 1% ▕ ▏ 25 MB/3.8 GB 11 MB/s 5m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 1% ▕ ▏ 28 MB/3.8 GB 11 MB/s 5m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 1% ▕ ▏ 31 MB/3.8 GB 11 MB/s 5m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 1% ▕ ▏ 32 MB/3.8 GB 11 MB/s 5m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 1% ▕ ▏ 35 MB/3.8 GB 11 MB/s 5m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 1% ▕ ▏ 39 MB/3.8 GB 11 MB/s 5m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 1% ▕ ▏ 42 MB/3.8 GB 11 MB/s 5m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 1% ▕ ▏ 43 MB/3.8 GB 14 MB/s 4m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 1% ▕ ▏ 48 MB/3.8 GB 14 MB/s 4m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 1% ▕ ▏ 53 MB/3.8 GB 14 MB/s 4m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 2% ▕ ▏ 59 MB/3.8 GB 14 MB/s 4m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 2% ▕ ▏ 60 MB/3.8 GB 14 MB/s 4m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 2% ▕ ▏ 60 MB/3.8 GB 14 MB/s 4m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 2% ▕ ▏ 58 MB/3.8 GB 14 MB/s 4m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 2% ▕ ▏ 65 MB/3.8 GB 14 MB/s 4m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 2% ▕ ▏ 67 MB/3.8 GB 14 MB/s 4m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 2% ▕ ▏ 71 MB/3.8 GB 14 MB/s 4m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 2% ▕ ▏ 73 MB/3.8 GB 18 MB/s 3m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 2% ▕ ▏ 73 MB/3.8 GB 18 MB/s 3m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 2% ▕ ▏ 81 MB/3.8 GB 18 MB/s 3m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 2% ▕ ▏ 83 MB/3.8 GB 18 MB/s 3m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 2% ▕ ▏ 87 MB/3.8 GB 18 MB/s 3m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 2% ▕ ▏ 89 MB/3.8 GB 18 MB/s 3m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 2% ▕ ▏ 93 MB/3.8 GB 18 MB/s 3m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 3% ▕ ▏ 95 MB/3.8 GB 18 MB/s 3m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 2% ▕ ▏ 93 MB/3.8 GB 18 MB/s 3m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 3% ▕ ▏ 98 MB/3.8 GB 18 MB/s 3m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 3% ▕ ▏ 100 MB/3.8 GB 18 MB/s 3m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 3% ▕ ▏ 104 MB/3.8 GB 20 MB/s 3m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 3% ▕ ▏ 113 MB/3.8 GB 20 MB/s 2m59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 3% ▕ ▏ 114 MB/3.8 GB 20 MB/s 2m59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 3% ▕ ▏ 120 MB/3.8 GB 20 MB/s 2m59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 3% ▕ ▏ 121 MB/3.8 GB 20 MB/s 2m59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 3% ▕ ▏ 123 MB/3.8 GB 20 MB/s 2m59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 3% ▕ ▏ 130 MB/3.8 GB 20 MB/s 2m59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 3% ▕ ▏ 131 MB/3.8 GB 20 MB/s 2m58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 3% ▕ ▏ 131 MB/3.8 GB 20 MB/s 2m58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 4% ▕ ▏ 134 MB/3.8 GB 20 MB/s 2m58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 4% ▕ ▏ 140 MB/3.8 GB 23 MB/s 2m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 4% ▕ ▏ 145 MB/3.8 GB 23 MB/s 2m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 4% ▕ ▏ 149 MB/3.8 GB 23 MB/s 2m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 4% ▕ ▏ 149 MB/3.8 GB 23 MB/s 2m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 4% ▕ ▏ 149 MB/3.8 GB 23 MB/s 2m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 4% ▕ ▏ 151 MB/3.8 GB 23 MB/s 2m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 4% ▕ ▏ 161 MB/3.8 GB 23 MB/s 2m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 4% ▕ ▏ 166 MB/3.8 GB 23 MB/s 2m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 4% ▕ ▏ 168 MB/3.8 GB 23 MB/s 2m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 4% ▕ ▏ 170 MB/3.8 GB 23 MB/s 2m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 5% ▕ ▏ 172 MB/3.8 GB 24 MB/s 2m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 5% ▕ ▏ 174 MB/3.8 GB 24 MB/s 2m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 5% ▕ ▏ 173 MB/3.8 GB 24 MB/s 2m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 5% ▕ ▏ 175 MB/3.8 GB 24 MB/s 2m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 5% ▕ ▏ 176 MB/3.8 GB 24 MB/s 2m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 5% ▕ ▏ 182 MB/3.8 GB 24 MB/s 2m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 5% ▕ ▏ 185 MB/3.8 GB 24 MB/s 2m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 5% ▕ ▏ 188 MB/3.8 GB 24 MB/s 2m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 5% ▕ ▏ 194 MB/3.8 GB 24 MB/s 2m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 5% ▕ ▏ 196 MB/3.8 GB 24 MB/s 2m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 5% ▕ ▏ 200 MB/3.8 GB 25 MB/s 2m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 5% ▕ ▏ 200 MB/3.8 GB 25 MB/s 2m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 5% ▕ ▏ 201 MB/3.8 GB 25 MB/s 2m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 5% ▕ ▏ 202 MB/3.8 GB 25 MB/s 2m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 5% ▕ ▏ 203 MB/3.8 GB 25 MB/s 2m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 5% ▕ ▏ 204 MB/3.8 GB 25 MB/s 2m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 6% ▕ ▏ 214 MB/3.8 GB 25 MB/s 2m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 6% ▕ ▏ 218 MB/3.8 GB 25 MB/s 2m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 6% ▕ ▏ 216 MB/3.8 GB 25 MB/s 2m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 6% ▕ ▏ 216 MB/3.8 GB 25 MB/s 2m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 6% ▕ ▏ 216 MB/3.8 GB 24 MB/s 2m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 6% ▕ ▏ 216 MB/3.8 GB 24 MB/s 2m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 6% ▕ ▏ 228 MB/3.8 GB 24 MB/s 2m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 6% ▕ ▏ 231 MB/3.8 GB 24 MB/s 2m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 6% ▕ ▏ 231 MB/3.8 GB 24 MB/s 2m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 6% ▕ ▏ 231 MB/3.8 GB 24 MB/s 2m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 6% ▕ ▏ 231 MB/3.8 GB 24 MB/s 2m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 6% ▕ ▏ 231 MB/3.8 GB 24 MB/s 2m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 6% ▕ ▏ 235 MB/3.8 GB 24 MB/s 2m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 6% ▕█ ▏ 242 MB/3.8 GB 24 MB/s 2m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 6% ▕█ ▏ 245 MB/3.8 GB 24 MB/s 2m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 7% ▕█ ▏ 253 MB/3.8 GB 27 MB/s 2m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 7% ▕█ ▏ 254 MB/3.8 GB 27 MB/s 2m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 7% ▕█ ▏ 254 MB/3.8 GB 27 MB/s 2m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 7% ▕█ ▏ 255 MB/3.8 GB 27 MB/s 2m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 7% ▕█ ▏ 258 MB/3.8 GB 27 MB/s 2m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 7% ▕█ ▏ 261 MB/3.8 GB 27 MB/s 2m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 7% ▕█ ▏ 263 MB/3.8 GB 27 MB/s 2m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 7% ▕█ ▏ 265 MB/3.8 GB 27 MB/s 2m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 7% ▕█ ▏ 267 MB/3.8 GB 27 MB/s 2m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 7% ▕█ ▏ 271 MB/3.8 GB 27 MB/s 2m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 7% ▕█ ▏ 274 MB/3.8 GB 27 MB/s 2m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 7% ▕█ ▏ 275 MB/3.8 GB 27 MB/s 2m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 7% ▕█ ▏ 278 MB/3.8 GB 27 MB/s 2m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 7% ▕█ ▏ 284 MB/3.8 GB 27 MB/s 2m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 7% ▕█ ▏ 286 MB/3.8 GB 27 MB/s 2m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 8% ▕█ ▏ 288 MB/3.8 GB 27 MB/s 2m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 8% ▕█ ▏ 291 MB/3.8 GB 27 MB/s 2m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 8% ▕█ ▏ 293 MB/3.8 GB 27 MB/s 2m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 8% ▕█ ▏ 298 MB/3.8 GB 27 MB/s 2m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 8% ▕█ ▏ 301 MB/3.8 GB 27 MB/s 2m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 8% ▕█ ▏ 301 MB/3.8 GB 28 MB/s 2m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 8% ▕█ ▏ 305 MB/3.8 GB 28 MB/s 2m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 8% ▕█ ▏ 310 MB/3.8 GB 28 MB/s 2m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 8% ▕█ ▏ 314 MB/3.8 GB 28 MB/s 2m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 8% ▕█ ▏ 315 MB/3.8 GB 28 MB/s 2m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 8% ▕█ ▏ 317 MB/3.8 GB 28 MB/s 2m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 8% ▕█ ▏ 317 MB/3.8 GB 28 MB/s 2m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 8% ▕█ ▏ 321 MB/3.8 GB 28 MB/s 2m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 8% ▕█ ▏ 321 MB/3.8 GB 28 MB/s 2m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 8% ▕█ ▏ 323 MB/3.8 GB 28 MB/s 2m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 9% ▕█ ▏ 328 MB/3.8 GB 28 MB/s 2m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 9% ▕█ ▏ 332 MB/3.8 GB 28 MB/s 2m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 9% ▕█ ▏ 334 MB/3.8 GB 28 MB/s 2m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 9% ▕█ ▏ 334 MB/3.8 GB 28 MB/s 2m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 9% ▕█ ▏ 335 MB/3.8 GB 28 MB/s 2m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 9% ▕█ ▏ 338 MB/3.8 GB 28 MB/s 2m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 9% ▕█ ▏ 346 MB/3.8 GB 28 MB/s 2m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 9% ▕█ ▏ 346 MB/3.8 GB 28 MB/s 2m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 9% ▕█ ▏ 346 MB/3.8 GB 28 MB/s 2m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 9% ▕█ ▏ 346 MB/3.8 GB 28 MB/s 2m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 9% ▕█ ▏ 353 MB/3.8 GB 27 MB/s 2m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 9% ▕█ ▏ 356 MB/3.8 GB 27 MB/s 2m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 9% ▕█ ▏ 357 MB/3.8 GB 27 MB/s 2m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 9% ▕█ ▏ 361 MB/3.8 GB 27 MB/s 2m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 9% ▕█ ▏ 361 MB/3.8 GB 27 MB/s 2m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 9% ▕█ ▏ 362 MB/3.8 GB 27 MB/s 2m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 10% ▕█ ▏ 369 MB/3.8 GB 27 MB/s 2m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 10% ▕█ ▏ 370 MB/3.8 GB 27 MB/s 2m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 10% ▕█ ▏ 377 MB/3.8 GB 27 MB/s 2m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 10% ▕█ ▏ 377 MB/3.8 GB 27 MB/s 2m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 10% ▕█ ▏ 377 MB/3.8 GB 27 MB/s 2m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 10% ▕█ ▏ 378 MB/3.8 GB 26 MB/s 2m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 10% ▕█ ▏ 381 MB/3.8 GB 26 MB/s 2m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 10% ▕█ ▏ 383 MB/3.8 GB 26 MB/s 2m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 10% ▕█ ▏ 388 MB/3.8 GB 26 MB/s 2m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 10% ▕█ ▏ 388 MB/3.8 GB 26 MB/s 2m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 10% ▕█ ▏ 388 MB/3.8 GB 26 MB/s 2m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 10% ▕█ ▏ 388 MB/3.8 GB 26 MB/s 2m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 10% ▕█ ▏ 397 MB/3.8 GB 26 MB/s 2m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 10% ▕█ ▏ 398 MB/3.8 GB 26 MB/s 2m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 10% ▕█ ▏ 401 MB/3.8 GB 26 MB/s 2m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 11% ▕█ ▏ 401 MB/3.8 GB 25 MB/s 2m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 11% ▕█ ▏ 402 MB/3.8 GB 25 MB/s 2m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 11% ▕█ ▏ 402 MB/3.8 GB 25 MB/s 2m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 11% ▕█ ▏ 412 MB/3.8 GB 25 MB/s 2m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 11% ▕█ ▏ 414 MB/3.8 GB 25 MB/s 2m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 11% ▕█ ▏ 420 MB/3.8 GB 25 MB/s 2m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 11% ▕█ ▏ 420 MB/3.8 GB 25 MB/s 2m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 11% ▕█ ▏ 420 MB/3.8 GB 25 MB/s 2m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 11% ▕█ ▏ 422 MB/3.8 GB 25 MB/s 2m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 11% ▕█ ▏ 422 MB/3.8 GB 25 MB/s 2m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 11% ▕█ ▏ 423 MB/3.8 GB 24 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 11% ▕█ ▏ 428 MB/3.8 GB 24 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 11% ▕█ ▏ 432 MB/3.8 GB 24 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 11% ▕█ ▏ 432 MB/3.8 GB 24 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 11% ▕█ ▏ 432 MB/3.8 GB 24 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 11% ▕█ ▏ 437 MB/3.8 GB 24 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 12% ▕█ ▏ 442 MB/3.8 GB 24 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 12% ▕█ ▏ 445 MB/3.8 GB 24 MB/s 2m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 12% ▕█ ▏ 450 MB/3.8 GB 24 MB/s 2m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 12% ▕█ ▏ 450 MB/3.8 GB 24 MB/s 2m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 12% ▕█ ▏ 457 MB/3.8 GB 26 MB/s 2m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 12% ▕█ ▏ 459 MB/3.8 GB 26 MB/s 2m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 12% ▕█ ▏ 459 MB/3.8 GB 26 MB/s 2m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 12% ▕█ ▏ 461 MB/3.8 GB 26 MB/s 2m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 12% ▕█ ▏ 461 MB/3.8 GB 26 MB/s 2m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 12% ▕█ ▏ 462 MB/3.8 GB 26 MB/s 2m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 12% ▕█ ▏ 464 MB/3.8 GB 26 MB/s 2m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 12% ▕█ ▏ 468 MB/3.8 GB 26 MB/s 2m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 12% ▕█ ▏ 471 MB/3.8 GB 26 MB/s 2m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 13% ▕██ ▏ 479 MB/3.8 GB 26 MB/s 2m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 13% ▕██ ▏ 481 MB/3.8 GB 25 MB/s 2m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 13% ▕██ ▏ 481 MB/3.8 GB 25 MB/s 2m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 13% ▕██ ▏ 482 MB/3.8 GB 25 MB/s 2m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 13% ▕██ ▏ 486 MB/3.8 GB 25 MB/s 2m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 13% ▕██ ▏ 487 MB/3.8 GB 25 MB/s 2m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 13% ▕██ ▏ 491 MB/3.8 GB 25 MB/s 2m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 13% ▕██ ▏ 491 MB/3.8 GB 25 MB/s 2m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 13% ▕██ ▏ 491 MB/3.8 GB 25 MB/s 2m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 13% ▕██ ▏ 494 MB/3.8 GB 25 MB/s 2m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 13% ▕██ ▏ 498 MB/3.8 GB 25 MB/s 2m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 13% ▕██ ▏ 500 MB/3.8 GB 25 MB/s 2m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 13% ▕██ ▏ 503 MB/3.8 GB 25 MB/s 2m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 13% ▕██ ▏ 508 MB/3.8 GB 25 MB/s 2m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 13% ▕██ ▏ 508 MB/3.8 GB 25 MB/s 2m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 13% ▕██ ▏ 511 MB/3.8 GB 25 MB/s 2m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 13% ▕██ ▏ 512 MB/3.8 GB 25 MB/s 2m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 13% ▕██ ▏ 512 MB/3.8 GB 25 MB/s 2m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 13% ▕██ ▏ 512 MB/3.8 GB 25 MB/s 2m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 14% ▕██ ▏ 522 MB/3.8 GB 25 MB/s 2m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 14% ▕██ ▏ 523 MB/3.8 GB 25 MB/s 2m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 14% ▕██ ▏ 528 MB/3.8 GB 25 MB/s 2m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 14% ▕██ ▏ 529 MB/3.8 GB 25 MB/s 2m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 14% ▕██ ▏ 529 MB/3.8 GB 25 MB/s 2m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 14% ▕██ ▏ 533 MB/3.8 GB 25 MB/s 2m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 14% ▕██ ▏ 537 MB/3.8 GB 25 MB/s 2m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 14% ▕██ ▏ 537 MB/3.8 GB 25 MB/s 2m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 14% ▕██ ▏ 539 MB/3.8 GB 25 MB/s 2m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 14% ▕██ ▏ 544 MB/3.8 GB 25 MB/s 2m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 14% ▕██ ▏ 544 MB/3.8 GB 25 MB/s 2m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 14% ▕██ ▏ 546 MB/3.8 GB 25 MB/s 2m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 14% ▕██ ▏ 549 MB/3.8 GB 25 MB/s 2m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 14% ▕██ ▏ 550 MB/3.8 GB 24 MB/s 2m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 14% ▕██ ▏ 553 MB/3.8 GB 24 MB/s 2m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 15% ▕██ ▏ 559 MB/3.8 GB 24 MB/s 2m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 15% ▕██ ▏ 560 MB/3.8 GB 24 MB/s 2m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 15% ▕██ ▏ 565 MB/3.8 GB 24 MB/s 2m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 15% ▕██ ▏ 569 MB/3.8 GB 24 MB/s 2m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 15% ▕██ ▏ 571 MB/3.8 GB 24 MB/s 2m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 15% ▕██ ▏ 574 MB/3.8 GB 24 MB/s 2m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 15% ▕██ ▏ 579 MB/3.8 GB 24 MB/s 2m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 15% ▕██ ▏ 581 MB/3.8 GB 24 MB/s 2m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 15% ▕██ ▏ 586 MB/3.8 GB 25 MB/s 2m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 15% ▕██ ▏ 589 MB/3.8 GB 25 MB/s 2m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 15% ▕██ ▏ 589 MB/3.8 GB 25 MB/s 2m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 16% ▕██ ▏ 595 MB/3.8 GB 25 MB/s 2m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 16% ▕██ ▏ 598 MB/3.8 GB 25 MB/s 2m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 16% ▕██ ▏ 599 MB/3.8 GB 25 MB/s 2m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 16% ▕██ ▏ 601 MB/3.8 GB 25 MB/s 2m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 16% ▕██ ▏ 607 MB/3.8 GB 25 MB/s 2m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 16% ▕██ ▏ 608 MB/3.8 GB 25 MB/s 2m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 16% ▕██ ▏ 613 MB/3.8 GB 25 MB/s 2m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 16% ▕██ ▏ 616 MB/3.8 GB 26 MB/s 2m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 16% ▕██ ▏ 619 MB/3.8 GB 26 MB/s 2m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 16% ▕██ ▏ 622 MB/3.8 GB 26 MB/s 2m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 16% ▕██ ▏ 627 MB/3.8 GB 26 MB/s 2m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 16% ▕██ ▏ 630 MB/3.8 GB 26 MB/s 2m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 17% ▕██ ▏ 635 MB/3.8 GB 26 MB/s 1m59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 17% ▕██ ▏ 639 MB/3.8 GB 26 MB/s 1m59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 17% ▕██ ▏ 640 MB/3.8 GB 26 MB/s 1m59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 17% ▕██ ▏ 646 MB/3.8 GB 26 MB/s 1m59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 17% ▕██ ▏ 648 MB/3.8 GB 26 MB/s 1m59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 17% ▕██ ▏ 650 MB/3.8 GB 26 MB/s 1m59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 17% ▕██ ▏ 655 MB/3.8 GB 27 MB/s 1m53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 17% ▕██ ▏ 659 MB/3.8 GB 27 MB/s 1m53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 17% ▕██ ▏ 667 MB/3.8 GB 27 MB/s 1m52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 18% ▕██ ▏ 671 MB/3.8 GB 27 MB/s 1m52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 18% ▕██ ▏ 672 MB/3.8 GB 27 MB/s 1m52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 18% ▕██ ▏ 678 MB/3.8 GB 27 MB/s 1m52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 18% ▕██ ▏ 683 MB/3.8 GB 27 MB/s 1m52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 18% ▕██ ▏ 684 MB/3.8 GB 27 MB/s 1m52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 18% ▕██ ▏ 684 MB/3.8 GB 27 MB/s 1m52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 18% ▕██ ▏ 684 MB/3.8 GB 27 MB/s 1m52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 18% ▕██ ▏ 692 MB/3.8 GB 29 MB/s 1m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 18% ▕██ ▏ 696 MB/3.8 GB 29 MB/s 1m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 18% ▕██ ▏ 702 MB/3.8 GB 29 MB/s 1m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 19% ▕██ ▏ 707 MB/3.8 GB 29 MB/s 1m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 19% ▕██ ▏ 709 MB/3.8 GB 29 MB/s 1m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 19% ▕███ ▏ 717 MB/3.8 GB 29 MB/s 1m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 19% ▕███ ▏ 721 MB/3.8 GB 29 MB/s 1m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 19% ▕███ ▏ 721 MB/3.8 GB 29 MB/s 1m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 19% ▕███ ▏ 723 MB/3.8 GB 29 MB/s 1m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 19% ▕███ ▏ 725 MB/3.8 GB 29 MB/s 1m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 19% ▕███ ▏ 727 MB/3.8 GB 29 MB/s 1m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 19% ▕███ ▏ 733 MB/3.8 GB 29 MB/s 1m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 19% ▕███ ▏ 739 MB/3.8 GB 29 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 19% ▕███ ▏ 744 MB/3.8 GB 29 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 20% ▕███ ▏ 747 MB/3.8 GB 29 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 20% ▕███ ▏ 750 MB/3.8 GB 29 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 20% ▕███ ▏ 753 MB/3.8 GB 29 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 20% ▕███ ▏ 757 MB/3.8 GB 29 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 20% ▕███ ▏ 763 MB/3.8 GB 29 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 20% ▕███ ▏ 765 MB/3.8 GB 29 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 20% ▕███ ▏ 770 MB/3.8 GB 32 MB/s 1m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 20% ▕███ ▏ 771 MB/3.8 GB 32 MB/s 1m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 20% ▕███ ▏ 774 MB/3.8 GB 32 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 20% ▕███ ▏ 778 MB/3.8 GB 32 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 20% ▕███ ▏ 782 MB/3.8 GB 32 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 21% ▕███ ▏ 784 MB/3.8 GB 32 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 21% ▕███ ▏ 790 MB/3.8 GB 32 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 21% ▕███ ▏ 793 MB/3.8 GB 32 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 21% ▕███ ▏ 795 MB/3.8 GB 32 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 21% ▕███ ▏ 799 MB/3.8 GB 32 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 21% ▕███ ▏ 804 MB/3.8 GB 33 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 21% ▕███ ▏ 806 MB/3.8 GB 33 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 21% ▕███ ▏ 812 MB/3.8 GB 33 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 21% ▕███ ▏ 816 MB/3.8 GB 33 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 21% ▕███ ▏ 817 MB/3.8 GB 33 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 21% ▕███ ▏ 821 MB/3.8 GB 33 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 22% ▕███ ▏ 825 MB/3.8 GB 33 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 22% ▕███ ▏ 828 MB/3.8 GB 33 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 22% ▕███ ▏ 830 MB/3.8 GB 33 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 22% ▕███ ▏ 842 MB/3.8 GB 33 MB/s 1m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 22% ▕███ ▏ 843 MB/3.8 GB 33 MB/s 1m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 22% ▕███ ▏ 846 MB/3.8 GB 35 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 22% ▕███ ▏ 849 MB/3.8 GB 35 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 22% ▕███ ▏ 853 MB/3.8 GB 35 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 22% ▕███ ▏ 855 MB/3.8 GB 35 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 22% ▕███ ▏ 855 MB/3.8 GB 35 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 22% ▕███ ▏ 855 MB/3.8 GB 35 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 22% ▕███ ▏ 855 MB/3.8 GB 35 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 23% ▕███ ▏ 864 MB/3.8 GB 35 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 23% ▕███ ▏ 865 MB/3.8 GB 35 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 23% ▕███ ▏ 866 MB/3.8 GB 35 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 23% ▕███ ▏ 867 MB/3.8 GB 35 MB/s 1m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 23% ▕███ ▏ 871 MB/3.8 GB 35 MB/s 1m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 23% ▕███ ▏ 877 MB/3.8 GB 35 MB/s 1m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 23% ▕███ ▏ 882 MB/3.8 GB 35 MB/s 1m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 23% ▕███ ▏ 885 MB/3.8 GB 35 MB/s 1m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 23% ▕███ ▏ 889 MB/3.8 GB 35 MB/s 1m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 23% ▕███ ▏ 897 MB/3.8 GB 35 MB/s 1m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 24% ▕███ ▏ 899 MB/3.8 GB 35 MB/s 1m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 24% ▕███ ▏ 902 MB/3.8 GB 35 MB/s 1m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 24% ▕███ ▏ 907 MB/3.8 GB 35 MB/s 1m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 24% ▕███ ▏ 913 MB/3.8 GB 36 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 24% ▕███ ▏ 915 MB/3.8 GB 36 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 24% ▕███ ▏ 919 MB/3.8 GB 36 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 24% ▕███ ▏ 920 MB/3.8 GB 36 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 24% ▕███ ▏ 924 MB/3.8 GB 36 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 24% ▕███ ▏ 929 MB/3.8 GB 36 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 24% ▕███ ▏ 930 MB/3.8 GB 36 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 25% ▕███ ▏ 939 MB/3.8 GB 36 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 25% ▕███ ▏ 941 MB/3.8 GB 36 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 25% ▕███ ▏ 942 MB/3.8 GB 36 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 25% ▕███ ▏ 947 MB/3.8 GB 36 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 25% ▕███ ▏ 950 MB/3.8 GB 36 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 25% ▕███ ▏ 951 MB/3.8 GB 36 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 25% ▕████ ▏ 956 MB/3.8 GB 36 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 25% ▕████ ▏ 961 MB/3.8 GB 36 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 25% ▕████ ▏ 964 MB/3.8 GB 36 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 25% ▕████ ▏ 968 MB/3.8 GB 36 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 25% ▕████ ▏ 970 MB/3.8 GB 36 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 25% ▕████ ▏ 972 MB/3.8 GB 36 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 26% ▕████ ▏ 976 MB/3.8 GB 36 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 26% ▕████ ▏ 978 MB/3.8 GB 36 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 26% ▕████ ▏ 980 MB/3.8 GB 36 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 26% ▕████ ▏ 983 MB/3.8 GB 36 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 26% ▕████ ▏ 984 MB/3.8 GB 36 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 26% ▕████ ▏ 988 MB/3.8 GB 36 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 26% ▕████ ▏ 994 MB/3.8 GB 36 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 26% ▕████ ▏ 999 MB/3.8 GB 36 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 26% ▕████ ▏ 1.0 GB/3.8 GB 36 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 26% ▕████ ▏ 1.0 GB/3.8 GB 36 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 26% ▕████ ▏ 1.0 GB/3.8 GB 36 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 26% ▕████ ▏ 1.0 GB/3.8 GB 36 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 27% ▕████ ▏ 1.0 GB/3.8 GB 36 MB/s 1m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 27% ▕████ ▏ 1.0 GB/3.8 GB 36 MB/s 1m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 27% ▕████ ▏ 1.0 GB/3.8 GB 36 MB/s 1m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 27% ▕████ ▏ 1.0 GB/3.8 GB 36 MB/s 1m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 27% ▕████ ▏ 1.0 GB/3.8 GB 36 MB/s 1m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 27% ▕████ ▏ 1.0 GB/3.8 GB 36 MB/s 1m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 27% ▕████ ▏ 1.0 GB/3.8 GB 36 MB/s 1m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 27% ▕████ ▏ 1.0 GB/3.8 GB 36 MB/s 1m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 27% ▕████ ▏ 1.0 GB/3.8 GB 36 MB/s 1m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 27% ▕████ ▏ 1.0 GB/3.8 GB 36 MB/s 1m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 28% ▕████ ▏ 1.1 GB/3.8 GB 35 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 28% ▕████ ▏ 1.1 GB/3.8 GB 35 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 28% ▕████ ▏ 1.1 GB/3.8 GB 35 MB/s 1m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 28% ▕████ ▏ 1.1 GB/3.8 GB 35 MB/s 1m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 28% ▕████ ▏ 1.1 GB/3.8 GB 35 MB/s 1m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 28% ▕████ ▏ 1.1 GB/3.8 GB 35 MB/s 1m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 28% ▕████ ▏ 1.1 GB/3.8 GB 35 MB/s 1m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 28% ▕████ ▏ 1.1 GB/3.8 GB 35 MB/s 1m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 28% ▕████ ▏ 1.1 GB/3.8 GB 35 MB/s 1m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 28% ▕████ ▏ 1.1 GB/3.8 GB 35 MB/s 1m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 28% ▕████ ▏ 1.1 GB/3.8 GB 35 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 29% ▕████ ▏ 1.1 GB/3.8 GB 35 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 29% ▕████ ▏ 1.1 GB/3.8 GB 35 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 29% ▕████ ▏ 1.1 GB/3.8 GB 35 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 29% ▕████ ▏ 1.1 GB/3.8 GB 35 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 29% ▕████ ▏ 1.1 GB/3.8 GB 35 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 29% ▕████ ▏ 1.1 GB/3.8 GB 35 MB/s 1m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 29% ▕████ ▏ 1.1 GB/3.8 GB 35 MB/s 1m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 29% ▕████ ▏ 1.1 GB/3.8 GB 35 MB/s 1m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 29% ▕████ ▏ 1.1 GB/3.8 GB 35 MB/s 1m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 30% ▕████ ▏ 1.1 GB/3.8 GB 35 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 30% ▕████ ▏ 1.1 GB/3.8 GB 35 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 30% ▕████ ▏ 1.1 GB/3.8 GB 35 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 30% ▕████ ▏ 1.1 GB/3.8 GB 35 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 30% ▕████ ▏ 1.1 GB/3.8 GB 35 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 30% ▕████ ▏ 1.1 GB/3.8 GB 35 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 30% ▕████ ▏ 1.1 GB/3.8 GB 35 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 30% ▕████ ▏ 1.1 GB/3.8 GB 35 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 30% ▕████ ▏ 1.1 GB/3.8 GB 35 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 30% ▕████ ▏ 1.2 GB/3.8 GB 35 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 28% ▕████ ▏ 1.1 GB/3.8 GB 24 MB/s 1m52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 28% ▕████ ▏ 1.1 GB/3.8 GB 24 MB/s 1m52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 28% ▕████ ▏ 1.1 GB/3.8 GB 24 MB/s 1m52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 28% ▕████ ▏ 1.1 GB/3.8 GB 24 MB/s 1m52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 28% ▕████ ▏ 1.1 GB/3.8 GB 24 MB/s 1m52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 28% ▕████ ▏ 1.1 GB/3.8 GB 24 MB/s 1m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 28% ▕████ ▏ 1.1 GB/3.8 GB 24 MB/s 1m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 28% ▕████ ▏ 1.1 GB/3.8 GB 24 MB/s 1m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 29% ▕████ ▏ 1.1 GB/3.8 GB 24 MB/s 1m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 29% ▕████ ▏ 1.1 GB/3.8 GB 24 MB/s 1m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 29% ▕████ ▏ 1.1 GB/3.8 GB 24 MB/s 1m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 29% ▕████ ▏ 1.1 GB/3.8 GB 25 MB/s 1m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 29% ▕████ ▏ 1.1 GB/3.8 GB 25 MB/s 1m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 29% ▕████ ▏ 1.1 GB/3.8 GB 25 MB/s 1m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 29% ▕████ ▏ 1.1 GB/3.8 GB 25 MB/s 1m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 29% ▕████ ▏ 1.1 GB/3.8 GB 25 MB/s 1m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 29% ▕████ ▏ 1.1 GB/3.8 GB 25 MB/s 1m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 29% ▕████ ▏ 1.1 GB/3.8 GB 25 MB/s 1m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 30% ▕████ ▏ 1.1 GB/3.8 GB 25 MB/s 1m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 30% ▕████ ▏ 1.1 GB/3.8 GB 25 MB/s 1m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 30% ▕████ ▏ 1.1 GB/3.8 GB 25 MB/s 1m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 30% ▕████ ▏ 1.1 GB/3.8 GB 25 MB/s 1m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 30% ▕████ ▏ 1.1 GB/3.8 GB 25 MB/s 1m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 30% ▕████ ▏ 1.1 GB/3.8 GB 25 MB/s 1m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 30% ▕████ ▏ 1.2 GB/3.8 GB 25 MB/s 1m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 30% ▕████ ▏ 1.2 GB/3.8 GB 25 MB/s 1m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 30% ▕████ ▏ 1.2 GB/3.8 GB 25 MB/s 1m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 31% ▕████ ▏ 1.2 GB/3.8 GB 25 MB/s 1m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 31% ▕████ ▏ 1.2 GB/3.8 GB 25 MB/s 1m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 31% ▕████ ▏ 1.2 GB/3.8 GB 25 MB/s 1m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 31% ▕████ ▏ 1.2 GB/3.8 GB 25 MB/s 1m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 31% ▕████ ▏ 1.2 GB/3.8 GB 25 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 31% ▕████ ▏ 1.2 GB/3.8 GB 25 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 31% ▕████ ▏ 1.2 GB/3.8 GB 25 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 31% ▕████ ▏ 1.2 GB/3.8 GB 25 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 31% ▕█████ ▏ 1.2 GB/3.8 GB 25 MB/s 1m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 32% ▕█████ ▏ 1.2 GB/3.8 GB 25 MB/s 1m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 32% ▕█████ ▏ 1.2 GB/3.8 GB 25 MB/s 1m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 32% ▕█████ ▏ 1.2 GB/3.8 GB 25 MB/s 1m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 32% ▕█████ ▏ 1.2 GB/3.8 GB 25 MB/s 1m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 32% ▕█████ ▏ 1.2 GB/3.8 GB 25 MB/s 1m40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 32% ▕█████ ▏ 1.2 GB/3.8 GB 27 MB/s 1m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 32% ▕█████ ▏ 1.2 GB/3.8 GB 27 MB/s 1m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 32% ▕█████ ▏ 1.2 GB/3.8 GB 27 MB/s 1m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 32% ▕█████ ▏ 1.2 GB/3.8 GB 27 MB/s 1m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 32% ▕█████ ▏ 1.2 GB/3.8 GB 27 MB/s 1m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 32% ▕█████ ▏ 1.2 GB/3.8 GB 27 MB/s 1m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 32% ▕█████ ▏ 1.2 GB/3.8 GB 27 MB/s 1m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 32% ▕█████ ▏ 1.2 GB/3.8 GB 27 MB/s 1m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 32% ▕█████ ▏ 1.2 GB/3.8 GB 27 MB/s 1m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 32% ▕█████ ▏ 1.2 GB/3.8 GB 27 MB/s 1m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 32% ▕█████ ▏ 1.2 GB/3.8 GB 24 MB/s 1m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 32% ▕█████ ▏ 1.2 GB/3.8 GB 24 MB/s 1m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 32% ▕█████ ▏ 1.2 GB/3.8 GB 24 MB/s 1m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 32% ▕█████ ▏ 1.2 GB/3.8 GB 24 MB/s 1m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 33% ▕█████ ▏ 1.2 GB/3.8 GB 24 MB/s 1m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 33% ▕█████ ▏ 1.2 GB/3.8 GB 24 MB/s 1m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 33% ▕█████ ▏ 1.2 GB/3.8 GB 24 MB/s 1m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 33% ▕█████ ▏ 1.2 GB/3.8 GB 24 MB/s 1m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 33% ▕█████ ▏ 1.3 GB/3.8 GB 24 MB/s 1m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 33% ▕█████ ▏ 1.3 GB/3.8 GB 24 MB/s 1m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 33% ▕█████ ▏ 1.3 GB/3.8 GB 24 MB/s 1m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 33% ▕█████ ▏ 1.3 GB/3.8 GB 22 MB/s 1m52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 33% ▕█████ ▏ 1.3 GB/3.8 GB 22 MB/s 1m52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 33% ▕█████ ▏ 1.3 GB/3.8 GB 22 MB/s 1m52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 33% ▕█████ ▏ 1.3 GB/3.8 GB 22 MB/s 1m52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 33% ▕█████ ▏ 1.3 GB/3.8 GB 22 MB/s 1m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 34% ▕█████ ▏ 1.3 GB/3.8 GB 22 MB/s 1m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 34% ▕█████ ▏ 1.3 GB/3.8 GB 22 MB/s 1m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 34% ▕█████ ▏ 1.3 GB/3.8 GB 22 MB/s 1m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 34% ▕█████ ▏ 1.3 GB/3.8 GB 22 MB/s 1m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 34% ▕█████ ▏ 1.3 GB/3.8 GB 22 MB/s 1m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 34% ▕█████ ▏ 1.3 GB/3.8 GB 22 MB/s 1m55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 34% ▕█████ ▏ 1.3 GB/3.8 GB 22 MB/s 1m54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 34% ▕█████ ▏ 1.3 GB/3.8 GB 22 MB/s 1m54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 34% ▕█████ ▏ 1.3 GB/3.8 GB 22 MB/s 1m54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 34% ▕█████ ▏ 1.3 GB/3.8 GB 22 MB/s 1m54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 34% ▕█████ ▏ 1.3 GB/3.8 GB 22 MB/s 1m54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 34% ▕█████ ▏ 1.3 GB/3.8 GB 22 MB/s 1m54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 34% ▕█████ ▏ 1.3 GB/3.8 GB 22 MB/s 1m54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 34% ▕█████ ▏ 1.3 GB/3.8 GB 22 MB/s 1m54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 34% ▕█████ ▏ 1.3 GB/3.8 GB 22 MB/s 1m53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 34% ▕█████ ▏ 1.3 GB/3.8 GB 20 MB/s 2m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 35% ▕█████ ▏ 1.3 GB/3.8 GB 20 MB/s 1m59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 35% ▕█████ ▏ 1.3 GB/3.8 GB 20 MB/s 1m59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 35% ▕█████ ▏ 1.3 GB/3.8 GB 20 MB/s 1m59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 35% ▕█████ ▏ 1.3 GB/3.8 GB 20 MB/s 1m59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 35% ▕█████ ▏ 1.3 GB/3.8 GB 20 MB/s 1m59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 35% ▕█████ ▏ 1.3 GB/3.8 GB 20 MB/s 1m58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 35% ▕█████ ▏ 1.3 GB/3.8 GB 20 MB/s 1m58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 35% ▕█████ ▏ 1.3 GB/3.8 GB 20 MB/s 1m58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 35% ▕█████ ▏ 1.3 GB/3.8 GB 20 MB/s 1m58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 35% ▕█████ ▏ 1.4 GB/3.8 GB 31 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 35% ▕█████ ▏ 1.4 GB/3.8 GB 31 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 36% ▕█████ ▏ 1.4 GB/3.8 GB 31 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 36% ▕█████ ▏ 1.4 GB/3.8 GB 31 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 36% ▕█████ ▏ 1.4 GB/3.8 GB 31 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 36% ▕█████ ▏ 1.4 GB/3.8 GB 31 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 36% ▕█████ ▏ 1.4 GB/3.8 GB 31 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 36% ▕█████ ▏ 1.4 GB/3.8 GB 31 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 36% ▕█████ ▏ 1.4 GB/3.8 GB 31 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 36% ▕█████ ▏ 1.4 GB/3.8 GB 31 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 36% ▕█████ ▏ 1.4 GB/3.8 GB 31 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 36% ▕█████ ▏ 1.4 GB/3.8 GB 32 MB/s 1m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 36% ▕█████ ▏ 1.4 GB/3.8 GB 32 MB/s 1m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 36% ▕█████ ▏ 1.4 GB/3.8 GB 32 MB/s 1m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 37% ▕█████ ▏ 1.4 GB/3.8 GB 32 MB/s 1m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 37% ▕█████ ▏ 1.4 GB/3.8 GB 32 MB/s 1m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 37% ▕█████ ▏ 1.4 GB/3.8 GB 32 MB/s 1m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 37% ▕█████ ▏ 1.4 GB/3.8 GB 32 MB/s 1m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 37% ▕█████ ▏ 1.4 GB/3.8 GB 32 MB/s 1m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 37% ▕█████ ▏ 1.4 GB/3.8 GB 32 MB/s 1m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 37% ▕█████ ▏ 1.4 GB/3.8 GB 32 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 37% ▕█████ ▏ 1.4 GB/3.8 GB 30 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 37% ▕█████ ▏ 1.4 GB/3.8 GB 30 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 38% ▕██████ ▏ 1.4 GB/3.8 GB 30 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 38% ▕██████ ▏ 1.4 GB/3.8 GB 30 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 38% ▕██████ ▏ 1.4 GB/3.8 GB 30 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 38% ▕██████ ▏ 1.4 GB/3.8 GB 30 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 38% ▕██████ ▏ 1.4 GB/3.8 GB 30 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 38% ▕██████ ▏ 1.4 GB/3.8 GB 30 MB/s 1m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 38% ▕██████ ▏ 1.4 GB/3.8 GB 30 MB/s 1m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 38% ▕██████ ▏ 1.4 GB/3.8 GB 30 MB/s 1m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 38% ▕██████ ▏ 1.5 GB/3.8 GB 30 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 38% ▕██████ ▏ 1.5 GB/3.8 GB 30 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 38% ▕██████ ▏ 1.5 GB/3.8 GB 30 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 38% ▕██████ ▏ 1.5 GB/3.8 GB 30 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 38% ▕██████ ▏ 1.5 GB/3.8 GB 30 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 38% ▕██████ ▏ 1.5 GB/3.8 GB 30 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 39% ▕██████ ▏ 1.5 GB/3.8 GB 30 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 39% ▕██████ ▏ 1.5 GB/3.8 GB 30 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 39% ▕██████ ▏ 1.5 GB/3.8 GB 30 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 39% ▕██████ ▏ 1.5 GB/3.8 GB 30 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 39% ▕██████ ▏ 1.5 GB/3.8 GB 29 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 39% ▕██████ ▏ 1.5 GB/3.8 GB 29 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 39% ▕██████ ▏ 1.5 GB/3.8 GB 29 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 39% ▕██████ ▏ 1.5 GB/3.8 GB 29 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 39% ▕██████ ▏ 1.5 GB/3.8 GB 29 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 40% ▕██████ ▏ 1.5 GB/3.8 GB 29 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 40% ▕██████ ▏ 1.5 GB/3.8 GB 29 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 40% ▕██████ ▏ 1.5 GB/3.8 GB 29 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 40% ▕██████ ▏ 1.5 GB/3.8 GB 29 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 40% ▕██████ ▏ 1.5 GB/3.8 GB 29 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 40% ▕██████ ▏ 1.5 GB/3.8 GB 32 MB/s 1m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 40% ▕██████ ▏ 1.5 GB/3.8 GB 32 MB/s 1m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 40% ▕██████ ▏ 1.5 GB/3.8 GB 32 MB/s 1m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 40% ▕██████ ▏ 1.5 GB/3.8 GB 32 MB/s 1m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 40% ▕██████ ▏ 1.5 GB/3.8 GB 32 MB/s 1m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 41% ▕██████ ▏ 1.5 GB/3.8 GB 32 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 41% ▕██████ ▏ 1.6 GB/3.8 GB 32 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 41% ▕██████ ▏ 1.6 GB/3.8 GB 32 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 41% ▕██████ ▏ 1.6 GB/3.8 GB 32 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 41% ▕██████ ▏ 1.6 GB/3.8 GB 32 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 41% ▕██████ ▏ 1.6 GB/3.8 GB 34 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 41% ▕██████ ▏ 1.6 GB/3.8 GB 34 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 41% ▕██████ ▏ 1.6 GB/3.8 GB 34 MB/s 1m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 41% ▕██████ ▏ 1.6 GB/3.8 GB 34 MB/s 1m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 41% ▕██████ ▏ 1.6 GB/3.8 GB 34 MB/s 1m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 41% ▕██████ ▏ 1.6 GB/3.8 GB 34 MB/s 1m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 42% ▕██████ ▏ 1.6 GB/3.8 GB 34 MB/s 1m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 42% ▕██████ ▏ 1.6 GB/3.8 GB 34 MB/s 1m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 42% ▕██████ ▏ 1.6 GB/3.8 GB 34 MB/s 1m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 42% ▕██████ ▏ 1.6 GB/3.8 GB 34 MB/s 1m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 42% ▕██████ ▏ 1.6 GB/3.8 GB 34 MB/s 1m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 42% ▕██████ ▏ 1.6 GB/3.8 GB 35 MB/s 1m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 42% ▕██████ ▏ 1.6 GB/3.8 GB 35 MB/s 1m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 42% ▕██████ ▏ 1.6 GB/3.8 GB 35 MB/s 1m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 42% ▕██████ ▏ 1.6 GB/3.8 GB 35 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 42% ▕██████ ▏ 1.6 GB/3.8 GB 35 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 42% ▕██████ ▏ 1.6 GB/3.8 GB 35 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 43% ▕██████ ▏ 1.6 GB/3.8 GB 35 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 43% ▕██████ ▏ 1.6 GB/3.8 GB 35 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 43% ▕██████ ▏ 1.6 GB/3.8 GB 35 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 43% ▕██████ ▏ 1.6 GB/3.8 GB 35 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 43% ▕██████ ▏ 1.6 GB/3.8 GB 36 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 43% ▕██████ ▏ 1.7 GB/3.8 GB 36 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 43% ▕██████ ▏ 1.7 GB/3.8 GB 36 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 43% ▕██████ ▏ 1.7 GB/3.8 GB 36 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 43% ▕██████ ▏ 1.7 GB/3.8 GB 36 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 44% ▕██████ ▏ 1.7 GB/3.8 GB 36 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 44% ▕██████ ▏ 1.7 GB/3.8 GB 36 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 44% ▕███████ ▏ 1.7 GB/3.8 GB 36 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 44% ▕███████ ▏ 1.7 GB/3.8 GB 36 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 44% ▕███████ ▏ 1.7 GB/3.8 GB 36 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 44% ▕███████ ▏ 1.7 GB/3.8 GB 36 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 44% ▕███████ ▏ 1.7 GB/3.8 GB 36 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 44% ▕███████ ▏ 1.7 GB/3.8 GB 36 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 44% ▕███████ ▏ 1.7 GB/3.8 GB 36 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 45% ▕███████ ▏ 1.7 GB/3.8 GB 36 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 45% ▕███████ ▏ 1.7 GB/3.8 GB 36 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 45% ▕███████ ▏ 1.7 GB/3.8 GB 36 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 45% ▕███████ ▏ 1.7 GB/3.8 GB 36 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 45% ▕███████ ▏ 1.7 GB/3.8 GB 36 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 45% ▕███████ ▏ 1.7 GB/3.8 GB 36 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 45% ▕███████ ▏ 1.7 GB/3.8 GB 37 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 45% ▕███████ ▏ 1.7 GB/3.8 GB 37 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 45% ▕███████ ▏ 1.7 GB/3.8 GB 37 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 45% ▕███████ ▏ 1.7 GB/3.8 GB 37 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 46% ▕███████ ▏ 1.7 GB/3.8 GB 37 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 46% ▕███████ ▏ 1.7 GB/3.8 GB 37 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 46% ▕███████ ▏ 1.7 GB/3.8 GB 37 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 46% ▕███████ ▏ 1.8 GB/3.8 GB 37 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 46% ▕███████ ▏ 1.8 GB/3.8 GB 37 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 46% ▕███████ ▏ 1.8 GB/3.8 GB 37 MB/s 54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 46% ▕███████ ▏ 1.8 GB/3.8 GB 39 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 46% ▕███████ ▏ 1.8 GB/3.8 GB 39 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 47% ▕███████ ▏ 1.8 GB/3.8 GB 39 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 47% ▕███████ ▏ 1.8 GB/3.8 GB 39 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 47% ▕███████ ▏ 1.8 GB/3.8 GB 39 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 47% ▕███████ ▏ 1.8 GB/3.8 GB 39 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 47% ▕███████ ▏ 1.8 GB/3.8 GB 39 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 47% ▕███████ ▏ 1.8 GB/3.8 GB 39 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 47% ▕███████ ▏ 1.8 GB/3.8 GB 39 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 47% ▕███████ ▏ 1.8 GB/3.8 GB 39 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 47% ▕███████ ▏ 1.8 GB/3.8 GB 39 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 47% ▕███████ ▏ 1.8 GB/3.8 GB 37 MB/s 54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 47% ▕███████ ▏ 1.8 GB/3.8 GB 37 MB/s 54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 47% ▕███████ ▏ 1.8 GB/3.8 GB 37 MB/s 54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 47% ▕███████ ▏ 1.8 GB/3.8 GB 37 MB/s 54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 47% ▕███████ ▏ 1.8 GB/3.8 GB 37 MB/s 54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 47% ▕███████ ▏ 1.8 GB/3.8 GB 37 MB/s 54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 47% ▕███████ ▏ 1.8 GB/3.8 GB 37 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 48% ▕███████ ▏ 1.8 GB/3.8 GB 37 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 48% ▕███████ ▏ 1.8 GB/3.8 GB 37 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 48% ▕███████ ▏ 1.8 GB/3.8 GB 37 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 48% ▕███████ ▏ 1.8 GB/3.8 GB 37 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 48% ▕███████ ▏ 1.8 GB/3.8 GB 37 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 48% ▕███████ ▏ 1.8 GB/3.8 GB 37 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 48% ▕███████ ▏ 1.8 GB/3.8 GB 37 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 48% ▕███████ ▏ 1.8 GB/3.8 GB 37 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 48% ▕███████ ▏ 1.8 GB/3.8 GB 37 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 48% ▕███████ ▏ 1.8 GB/3.8 GB 37 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 48% ▕███████ ▏ 1.9 GB/3.8 GB 37 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 48% ▕███████ ▏ 1.9 GB/3.8 GB 37 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 49% ▕███████ ▏ 1.9 GB/3.8 GB 37 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 49% ▕███████ ▏ 1.9 GB/3.8 GB 36 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 49% ▕███████ ▏ 1.9 GB/3.8 GB 36 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 49% ▕███████ ▏ 1.9 GB/3.8 GB 36 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 49% ▕███████ ▏ 1.9 GB/3.8 GB 36 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 49% ▕███████ ▏ 1.9 GB/3.8 GB 36 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 49% ▕███████ ▏ 1.9 GB/3.8 GB 36 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 49% ▕███████ ▏ 1.9 GB/3.8 GB 36 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 49% ▕███████ ▏ 1.9 GB/3.8 GB 36 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 49% ▕███████ ▏ 1.9 GB/3.8 GB 36 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 49% ▕███████ ▏ 1.9 GB/3.8 GB 36 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 49% ▕███████ ▏ 1.9 GB/3.8 GB 35 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 50% ▕███████ ▏ 1.9 GB/3.8 GB 35 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 50% ▕███████ ▏ 1.9 GB/3.8 GB 35 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 50% ▕███████ ▏ 1.9 GB/3.8 GB 35 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 50% ▕███████ ▏ 1.9 GB/3.8 GB 35 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 50% ▕███████ ▏ 1.9 GB/3.8 GB 35 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 50% ▕████████ ▏ 1.9 GB/3.8 GB 35 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 50% ▕████████ ▏ 1.9 GB/3.8 GB 35 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 50% ▕████████ ▏ 1.9 GB/3.8 GB 35 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 50% ▕████████ ▏ 1.9 GB/3.8 GB 35 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 51% ▕████████ ▏ 1.9 GB/3.8 GB 36 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 51% ▕████████ ▏ 1.9 GB/3.8 GB 36 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 51% ▕████████ ▏ 1.9 GB/3.8 GB 36 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 51% ▕████████ ▏ 1.9 GB/3.8 GB 36 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 51% ▕████████ ▏ 1.9 GB/3.8 GB 36 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 51% ▕████████ ▏ 1.9 GB/3.8 GB 36 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 51% ▕████████ ▏ 1.9 GB/3.8 GB 36 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 51% ▕████████ ▏ 2.0 GB/3.8 GB 36 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 51% ▕████████ ▏ 2.0 GB/3.8 GB 36 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 51% ▕████████ ▏ 2.0 GB/3.8 GB 36 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 51% ▕████████ ▏ 2.0 GB/3.8 GB 36 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 51% ▕████████ ▏ 2.0 GB/3.8 GB 35 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 52% ▕████████ ▏ 2.0 GB/3.8 GB 35 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 52% ▕████████ ▏ 2.0 GB/3.8 GB 35 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 52% ▕████████ ▏ 2.0 GB/3.8 GB 35 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 52% ▕████████ ▏ 2.0 GB/3.8 GB 35 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 52% ▕████████ ▏ 2.0 GB/3.8 GB 35 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 52% ▕████████ ▏ 2.0 GB/3.8 GB 35 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 52% ▕████████ ▏ 2.0 GB/3.8 GB 35 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 52% ▕████████ ▏ 2.0 GB/3.8 GB 35 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 53% ▕████████ ▏ 2.0 GB/3.8 GB 35 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 53% ▕████████ ▏ 2.0 GB/3.8 GB 36 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 53% ▕████████ ▏ 2.0 GB/3.8 GB 36 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 53% ▕████████ ▏ 2.0 GB/3.8 GB 36 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 53% ▕████████ ▏ 2.0 GB/3.8 GB 36 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 53% ▕████████ ▏ 2.0 GB/3.8 GB 36 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 53% ▕████████ ▏ 2.0 GB/3.8 GB 36 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 53% ▕████████ ▏ 2.0 GB/3.8 GB 36 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 53% ▕████████ ▏ 2.0 GB/3.8 GB 36 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 53% ▕████████ ▏ 2.0 GB/3.8 GB 36 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 53% ▕████████ ▏ 2.0 GB/3.8 GB 36 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 53% ▕████████ ▏ 2.0 GB/3.8 GB 35 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 54% ▕████████ ▏ 2.0 GB/3.8 GB 35 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 54% ▕████████ ▏ 2.1 GB/3.8 GB 35 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 54% ▕████████ ▏ 2.1 GB/3.8 GB 35 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 54% ▕████████ ▏ 2.1 GB/3.8 GB 35 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 54% ▕████████ ▏ 2.1 GB/3.8 GB 35 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 54% ▕████████ ▏ 2.1 GB/3.8 GB 35 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 54% ▕████████ ▏ 2.1 GB/3.8 GB 35 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 54% ▕████████ ▏ 2.1 GB/3.8 GB 35 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 54% ▕████████ ▏ 2.1 GB/3.8 GB 35 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 54% ▕████████ ▏ 2.1 GB/3.8 GB 34 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 54% ▕████████ ▏ 2.1 GB/3.8 GB 34 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 55% ▕████████ ▏ 2.1 GB/3.8 GB 34 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 55% ▕████████ ▏ 2.1 GB/3.8 GB 34 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 55% ▕████████ ▏ 2.1 GB/3.8 GB 34 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 55% ▕████████ ▏ 2.1 GB/3.8 GB 34 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 55% ▕████████ ▏ 2.1 GB/3.8 GB 34 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 55% ▕████████ ▏ 2.1 GB/3.8 GB 34 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 55% ▕████████ ▏ 2.1 GB/3.8 GB 34 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 55% ▕████████ ▏ 2.1 GB/3.8 GB 34 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 55% ▕████████ ▏ 2.1 GB/3.8 GB 36 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 55% ▕████████ ▏ 2.1 GB/3.8 GB 36 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 56% ▕████████ ▏ 2.1 GB/3.8 GB 36 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 56% ▕████████ ▏ 2.1 GB/3.8 GB 36 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 56% ▕████████ ▏ 2.1 GB/3.8 GB 36 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 56% ▕████████ ▏ 2.1 GB/3.8 GB 36 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 56% ▕████████ ▏ 2.1 GB/3.8 GB 36 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 56% ▕████████ ▏ 2.1 GB/3.8 GB 36 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 56% ▕█████████ ▏ 2.2 GB/3.8 GB 36 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 56% ▕█████████ ▏ 2.2 GB/3.8 GB 36 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 56% ▕█████████ ▏ 2.2 GB/3.8 GB 36 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 56% ▕█████████ ▏ 2.2 GB/3.8 GB 36 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 56% ▕█████████ ▏ 2.2 GB/3.8 GB 36 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 56% ▕█████████ ▏ 2.2 GB/3.8 GB 36 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 57% ▕█████████ ▏ 2.2 GB/3.8 GB 36 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 57% ▕█████████ ▏ 2.2 GB/3.8 GB 36 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 57% ▕█████████ ▏ 2.2 GB/3.8 GB 36 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 57% ▕█████████ ▏ 2.2 GB/3.8 GB 36 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 57% ▕█████████ ▏ 2.2 GB/3.8 GB 36 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 57% ▕█████████ ▏ 2.2 GB/3.8 GB 36 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 57% ▕█████████ ▏ 2.2 GB/3.8 GB 36 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 57% ▕█████████ ▏ 2.2 GB/3.8 GB 34 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 57% ▕█████████ ▏ 2.2 GB/3.8 GB 34 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 57% ▕█████████ ▏ 2.2 GB/3.8 GB 34 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 57% ▕█████████ ▏ 2.2 GB/3.8 GB 34 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 57% ▕█████████ ▏ 2.2 GB/3.8 GB 34 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 57% ▕█████████ ▏ 2.2 GB/3.8 GB 34 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 57% ▕█████████ ▏ 2.2 GB/3.8 GB 34 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 57% ▕█████████ ▏ 2.2 GB/3.8 GB 34 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 57% ▕█████████ ▏ 2.2 GB/3.8 GB 34 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 58% ▕█████████ ▏ 2.2 GB/3.8 GB 34 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 58% ▕█████████ ▏ 2.2 GB/3.8 GB 34 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 58% ▕█████████ ▏ 2.2 GB/3.8 GB 34 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 58% ▕█████████ ▏ 2.2 GB/3.8 GB 34 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 58% ▕█████████ ▏ 2.2 GB/3.8 GB 34 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 58% ▕█████████ ▏ 2.2 GB/3.8 GB 34 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 58% ▕█████████ ▏ 2.2 GB/3.8 GB 34 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 58% ▕█████████ ▏ 2.2 GB/3.8 GB 34 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 58% ▕█████████ ▏ 2.2 GB/3.8 GB 34 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 58% ▕█████████ ▏ 2.2 GB/3.8 GB 34 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 58% ▕█████████ ▏ 2.2 GB/3.8 GB 34 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 59% ▕█████████ ▏ 2.2 GB/3.8 GB 33 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 59% ▕█████████ ▏ 2.2 GB/3.8 GB 33 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 59% ▕█████████ ▏ 2.2 GB/3.8 GB 33 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 59% ▕█████████ ▏ 2.2 GB/3.8 GB 33 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 59% ▕█████████ ▏ 2.3 GB/3.8 GB 33 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 59% ▕█████████ ▏ 2.3 GB/3.8 GB 33 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 59% ▕█████████ ▏ 2.3 GB/3.8 GB 33 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 59% ▕█████████ ▏ 2.3 GB/3.8 GB 33 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 59% ▕█████████ ▏ 2.3 GB/3.8 GB 33 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 59% ▕█████████ ▏ 2.3 GB/3.8 GB 33 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 59% ▕█████████ ▏ 2.3 GB/3.8 GB 33 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 59% ▕█████████ ▏ 2.3 GB/3.8 GB 33 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 59% ▕█████████ ▏ 2.3 GB/3.8 GB 33 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 60% ▕█████████ ▏ 2.3 GB/3.8 GB 33 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 60% ▕█████████ ▏ 2.3 GB/3.8 GB 33 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 60% ▕█████████ ▏ 2.3 GB/3.8 GB 33 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 60% ▕█████████ ▏ 2.3 GB/3.8 GB 33 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 60% ▕█████████ ▏ 2.3 GB/3.8 GB 33 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 60% ▕█████████ ▏ 2.3 GB/3.8 GB 33 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 60% ▕█████████ ▏ 2.3 GB/3.8 GB 33 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 60% ▕█████████ ▏ 2.3 GB/3.8 GB 33 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 60% ▕█████████ ▏ 2.3 GB/3.8 GB 31 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 60% ▕█████████ ▏ 2.3 GB/3.8 GB 31 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 60% ▕█████████ ▏ 2.3 GB/3.8 GB 31 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 60% ▕█████████ ▏ 2.3 GB/3.8 GB 31 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 60% ▕█████████ ▏ 2.3 GB/3.8 GB 31 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 60% ▕█████████ ▏ 2.3 GB/3.8 GB 31 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 61% ▕█████████ ▏ 2.3 GB/3.8 GB 31 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 61% ▕█████████ ▏ 2.3 GB/3.8 GB 31 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 61% ▕█████████ ▏ 2.3 GB/3.8 GB 31 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 61% ▕█████████ ▏ 2.3 GB/3.8 GB 31 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 61% ▕█████████ ▏ 2.3 GB/3.8 GB 31 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 61% ▕█████████ ▏ 2.3 GB/3.8 GB 31 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 61% ▕█████████ ▏ 2.3 GB/3.8 GB 31 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 61% ▕█████████ ▏ 2.3 GB/3.8 GB 31 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 61% ▕█████████ ▏ 2.3 GB/3.8 GB 31 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 61% ▕█████████ ▏ 2.3 GB/3.8 GB 31 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 61% ▕█████████ ▏ 2.3 GB/3.8 GB 31 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 61% ▕█████████ ▏ 2.3 GB/3.8 GB 31 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 62% ▕█████████ ▏ 2.4 GB/3.8 GB 31 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 62% ▕█████████ ▏ 2.4 GB/3.8 GB 31 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 62% ▕█████████ ▏ 2.4 GB/3.8 GB 30 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 62% ▕█████████ ▏ 2.4 GB/3.8 GB 30 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 62% ▕█████████ ▏ 2.4 GB/3.8 GB 30 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 62% ▕█████████ ▏ 2.4 GB/3.8 GB 30 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 62% ▕█████████ ▏ 2.4 GB/3.8 GB 30 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 62% ▕█████████ ▏ 2.4 GB/3.8 GB 30 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 62% ▕█████████ ▏ 2.4 GB/3.8 GB 30 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 62% ▕█████████ ▏ 2.4 GB/3.8 GB 30 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 62% ▕█████████ ▏ 2.4 GB/3.8 GB 30 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 62% ▕█████████ ▏ 2.4 GB/3.8 GB 30 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 63% ▕██████████ ▏ 2.4 GB/3.8 GB 30 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 63% ▕██████████ ▏ 2.4 GB/3.8 GB 30 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 63% ▕██████████ ▏ 2.4 GB/3.8 GB 30 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 63% ▕██████████ ▏ 2.4 GB/3.8 GB 30 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 63% ▕██████████ ▏ 2.4 GB/3.8 GB 30 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 63% ▕██████████ ▏ 2.4 GB/3.8 GB 30 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 63% ▕██████████ ▏ 2.4 GB/3.8 GB 30 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 63% ▕██████████ ▏ 2.4 GB/3.8 GB 30 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 63% ▕██████████ ▏ 2.4 GB/3.8 GB 30 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 63% ▕██████████ ▏ 2.4 GB/3.8 GB 30 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 63% ▕██████████ ▏ 2.4 GB/3.8 GB 29 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 63% ▕██████████ ▏ 2.4 GB/3.8 GB 29 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 64% ▕██████████ ▏ 2.4 GB/3.8 GB 29 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 64% ▕██████████ ▏ 2.4 GB/3.8 GB 29 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 64% ▕██████████ ▏ 2.4 GB/3.8 GB 29 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 64% ▕██████████ ▏ 2.4 GB/3.8 GB 29 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 64% ▕██████████ ▏ 2.4 GB/3.8 GB 29 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 64% ▕██████████ ▏ 2.4 GB/3.8 GB 29 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 64% ▕██████████ ▏ 2.4 GB/3.8 GB 29 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 64% ▕██████████ ▏ 2.4 GB/3.8 GB 29 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 64% ▕██████████ ▏ 2.5 GB/3.8 GB 29 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 64% ▕██████████ ▏ 2.5 GB/3.8 GB 31 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 64% ▕██████████ ▏ 2.5 GB/3.8 GB 31 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 64% ▕██████████ ▏ 2.5 GB/3.8 GB 31 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 64% ▕██████████ ▏ 2.5 GB/3.8 GB 31 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 65% ▕██████████ ▏ 2.5 GB/3.8 GB 31 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 65% ▕██████████ ▏ 2.5 GB/3.8 GB 31 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 65% ▕██████████ ▏ 2.5 GB/3.8 GB 31 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 65% ▕██████████ ▏ 2.5 GB/3.8 GB 31 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 65% ▕██████████ ▏ 2.5 GB/3.8 GB 31 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 65% ▕██████████ ▏ 2.5 GB/3.8 GB 31 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 65% ▕██████████ ▏ 2.5 GB/3.8 GB 30 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 65% ▕██████████ ▏ 2.5 GB/3.8 GB 30 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 65% ▕██████████ ▏ 2.5 GB/3.8 GB 30 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 65% ▕██████████ ▏ 2.5 GB/3.8 GB 30 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 65% ▕██████████ ▏ 2.5 GB/3.8 GB 30 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 65% ▕██████████ ▏ 2.5 GB/3.8 GB 30 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 66% ▕██████████ ▏ 2.5 GB/3.8 GB 30 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 66% ▕██████████ ▏ 2.5 GB/3.8 GB 30 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 66% ▕██████████ ▏ 2.5 GB/3.8 GB 30 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 66% ▕██████████ ▏ 2.5 GB/3.8 GB 30 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 66% ▕██████████ ▏ 2.5 GB/3.8 GB 31 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 66% ▕██████████ ▏ 2.5 GB/3.8 GB 31 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 66% ▕██████████ ▏ 2.5 GB/3.8 GB 31 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 66% ▕██████████ ▏ 2.5 GB/3.8 GB 31 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 66% ▕██████████ ▏ 2.5 GB/3.8 GB 31 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 66% ▕██████████ ▏ 2.5 GB/3.8 GB 31 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 66% ▕██████████ ▏ 2.5 GB/3.8 GB 31 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 67% ▕██████████ ▏ 2.5 GB/3.8 GB 31 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 67% ▕██████████ ▏ 2.6 GB/3.8 GB 31 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 67% ▕██████████ ▏ 2.6 GB/3.8 GB 31 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 67% ▕██████████ ▏ 2.6 GB/3.8 GB 32 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 67% ▕██████████ ▏ 2.6 GB/3.8 GB 32 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 67% ▕██████████ ▏ 2.6 GB/3.8 GB 32 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 67% ▕██████████ ▏ 2.6 GB/3.8 GB 32 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 67% ▕██████████ ▏ 2.6 GB/3.8 GB 32 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 67% ▕██████████ ▏ 2.6 GB/3.8 GB 32 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 67% ▕██████████ ▏ 2.6 GB/3.8 GB 32 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 67% ▕██████████ ▏ 2.6 GB/3.8 GB 32 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 67% ▕██████████ ▏ 2.6 GB/3.8 GB 32 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 67% ▕██████████ ▏ 2.6 GB/3.8 GB 32 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 67% ▕██████████ ▏ 2.6 GB/3.8 GB 30 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 67% ▕██████████ ▏ 2.6 GB/3.8 GB 30 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 67% ▕██████████ ▏ 2.6 GB/3.8 GB 30 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 68% ▕██████████ ▏ 2.6 GB/3.8 GB 30 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 68% ▕██████████ ▏ 2.6 GB/3.8 GB 30 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 68% ▕██████████ ▏ 2.6 GB/3.8 GB 30 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 68% ▕██████████ ▏ 2.6 GB/3.8 GB 30 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 68% ▕██████████ ▏ 2.6 GB/3.8 GB 30 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 68% ▕██████████ ▏ 2.6 GB/3.8 GB 30 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 68% ▕██████████ ▏ 2.6 GB/3.8 GB 30 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 68% ▕██████████ ▏ 2.6 GB/3.8 GB 30 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 68% ▕██████████ ▏ 2.6 GB/3.8 GB 31 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 68% ▕██████████ ▏ 2.6 GB/3.8 GB 31 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 69% ▕██████████ ▏ 2.6 GB/3.8 GB 31 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 69% ▕██████████ ▏ 2.6 GB/3.8 GB 31 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 69% ▕███████████ ▏ 2.6 GB/3.8 GB 31 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 69% ▕███████████ ▏ 2.6 GB/3.8 GB 31 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 69% ▕███████████ ▏ 2.6 GB/3.8 GB 31 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 69% ▕███████████ ▏ 2.6 GB/3.8 GB 31 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 69% ▕███████████ ▏ 2.6 GB/3.8 GB 31 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 69% ▕███████████ ▏ 2.6 GB/3.8 GB 31 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 69% ▕███████████ ▏ 2.7 GB/3.8 GB 32 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 70% ▕███████████ ▏ 2.7 GB/3.8 GB 32 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 70% ▕███████████ ▏ 2.7 GB/3.8 GB 32 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 70% ▕███████████ ▏ 2.7 GB/3.8 GB 32 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 70% ▕███████████ ▏ 2.7 GB/3.8 GB 32 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 70% ▕███████████ ▏ 2.7 GB/3.8 GB 32 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 70% ▕███████████ ▏ 2.7 GB/3.8 GB 32 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 70% ▕███████████ ▏ 2.7 GB/3.8 GB 32 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 70% ▕███████████ ▏ 2.7 GB/3.8 GB 32 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 70% ▕███████████ ▏ 2.7 GB/3.8 GB 32 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 70% ▕███████████ ▏ 2.7 GB/3.8 GB 31 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 70% ▕███████████ ▏ 2.7 GB/3.8 GB 31 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 70% ▕███████████ ▏ 2.7 GB/3.8 GB 31 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 70% ▕███████████ ▏ 2.7 GB/3.8 GB 31 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 70% ▕███████████ ▏ 2.7 GB/3.8 GB 31 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 70% ▕███████████ ▏ 2.7 GB/3.8 GB 31 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 71% ▕███████████ ▏ 2.7 GB/3.8 GB 31 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 71% ▕███████████ ▏ 2.7 GB/3.8 GB 31 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 71% ▕███████████ ▏ 2.7 GB/3.8 GB 31 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 71% ▕███████████ ▏ 2.7 GB/3.8 GB 31 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 71% ▕███████████ ▏ 2.7 GB/3.8 GB 31 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 71% ▕███████████ ▏ 2.7 GB/3.8 GB 31 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 71% ▕███████████ ▏ 2.7 GB/3.8 GB 31 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 71% ▕███████████ ▏ 2.7 GB/3.8 GB 31 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 71% ▕███████████ ▏ 2.7 GB/3.8 GB 31 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 71% ▕███████████ ▏ 2.7 GB/3.8 GB 31 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 71% ▕███████████ ▏ 2.7 GB/3.8 GB 31 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 71% ▕███████████ ▏ 2.7 GB/3.8 GB 31 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 71% ▕███████████ ▏ 2.7 GB/3.8 GB 31 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 72% ▕███████████ ▏ 2.7 GB/3.8 GB 31 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 72% ▕███████████ ▏ 2.7 GB/3.8 GB 31 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 72% ▕███████████ ▏ 2.7 GB/3.8 GB 31 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 72% ▕███████████ ▏ 2.7 GB/3.8 GB 31 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 72% ▕███████████ ▏ 2.7 GB/3.8 GB 31 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 72% ▕███████████ ▏ 2.7 GB/3.8 GB 31 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 72% ▕███████████ ▏ 2.8 GB/3.8 GB 31 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 72% ▕███████████ ▏ 2.8 GB/3.8 GB 31 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 72% ▕███████████ ▏ 2.8 GB/3.8 GB 31 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 72% ▕███████████ ▏ 2.8 GB/3.8 GB 31 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 72% ▕███████████ ▏ 2.8 GB/3.8 GB 31 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 72% ▕███████████ ▏ 2.8 GB/3.8 GB 31 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 72% ▕███████████ ▏ 2.8 GB/3.8 GB 32 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 73% ▕███████████ ▏ 2.8 GB/3.8 GB 32 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 73% ▕███████████ ▏ 2.8 GB/3.8 GB 32 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 73% ▕███████████ ▏ 2.8 GB/3.8 GB 32 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 73% ▕███████████ ▏ 2.8 GB/3.8 GB 32 MB/s 31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 73% ▕███████████ ▏ 2.8 GB/3.8 GB 32 MB/s 31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 73% ▕███████████ ▏ 2.8 GB/3.8 GB 32 MB/s 31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 73% ▕███████████ ▏ 2.8 GB/3.8 GB 32 MB/s 31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 73% ▕███████████ ▏ 2.8 GB/3.8 GB 32 MB/s 31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 73% ▕███████████ ▏ 2.8 GB/3.8 GB 32 MB/s 31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 73% ▕███████████ ▏ 2.8 GB/3.8 GB 30 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 73% ▕███████████ ▏ 2.8 GB/3.8 GB 30 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 73% ▕███████████ ▏ 2.8 GB/3.8 GB 30 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 73% ▕███████████ ▏ 2.8 GB/3.8 GB 30 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 73% ▕███████████ ▏ 2.8 GB/3.8 GB 30 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 73% ▕███████████ ▏ 2.8 GB/3.8 GB 30 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 73% ▕███████████ ▏ 2.8 GB/3.8 GB 30 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 74% ▕███████████ ▏ 2.8 GB/3.8 GB 30 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 74% ▕███████████ ▏ 2.8 GB/3.8 GB 30 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 74% ▕███████████ ▏ 2.8 GB/3.8 GB 30 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 74% ▕███████████ ▏ 2.8 GB/3.8 GB 29 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 74% ▕███████████ ▏ 2.8 GB/3.8 GB 29 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 74% ▕███████████ ▏ 2.8 GB/3.8 GB 29 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 74% ▕███████████ ▏ 2.8 GB/3.8 GB 29 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 74% ▕███████████ ▏ 2.8 GB/3.8 GB 29 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 74% ▕███████████ ▏ 2.8 GB/3.8 GB 29 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 74% ▕███████████ ▏ 2.8 GB/3.8 GB 29 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 75% ▕███████████ ▏ 2.8 GB/3.8 GB 29 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 75% ▕███████████ ▏ 2.9 GB/3.8 GB 29 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 75% ▕███████████ ▏ 2.9 GB/3.8 GB 29 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 75% ▕███████████ ▏ 2.9 GB/3.8 GB 31 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 75% ▕███████████ ▏ 2.9 GB/3.8 GB 31 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 75% ▕███████████ ▏ 2.9 GB/3.8 GB 31 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 75% ▕████████████ ▏ 2.9 GB/3.8 GB 31 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 75% ▕████████████ ▏ 2.9 GB/3.8 GB 31 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 75% ▕████████████ ▏ 2.9 GB/3.8 GB 31 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 75% ▕████████████ ▏ 2.9 GB/3.8 GB 31 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 75% ▕████████████ ▏ 2.9 GB/3.8 GB 31 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 75% ▕████████████ ▏ 2.9 GB/3.8 GB 31 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 75% ▕████████████ ▏ 2.9 GB/3.8 GB 31 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 76% ▕████████████ ▏ 2.9 GB/3.8 GB 30 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 76% ▕████████████ ▏ 2.9 GB/3.8 GB 30 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 76% ▕████████████ ▏ 2.9 GB/3.8 GB 30 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 76% ▕████████████ ▏ 2.9 GB/3.8 GB 30 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 76% ▕████████████ ▏ 2.9 GB/3.8 GB 30 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 76% ▕████████████ ▏ 2.9 GB/3.8 GB 30 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 76% ▕████████████ ▏ 2.9 GB/3.8 GB 30 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 76% ▕████████████ ▏ 2.9 GB/3.8 GB 30 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 76% ▕████████████ ▏ 2.9 GB/3.8 GB 30 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 76% ▕████████████ ▏ 2.9 GB/3.8 GB 30 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 76% ▕████████████ ▏ 2.9 GB/3.8 GB 30 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 76% ▕████████████ ▏ 2.9 GB/3.8 GB 29 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 76% ▕████████████ ▏ 2.9 GB/3.8 GB 29 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 76% ▕████████████ ▏ 2.9 GB/3.8 GB 29 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 76% ▕████████████ ▏ 2.9 GB/3.8 GB 29 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 77% ▕████████████ ▏ 2.9 GB/3.8 GB 29 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 77% ▕████████████ ▏ 2.9 GB/3.8 GB 29 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 77% ▕████████████ ▏ 2.9 GB/3.8 GB 29 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 77% ▕████████████ ▏ 2.9 GB/3.8 GB 29 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 77% ▕████████████ ▏ 2.9 GB/3.8 GB 29 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 77% ▕████████████ ▏ 2.9 GB/3.8 GB 29 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 77% ▕████████████ ▏ 2.9 GB/3.8 GB 29 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 77% ▕████████████ ▏ 2.9 GB/3.8 GB 29 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 77% ▕████████████ ▏ 2.9 GB/3.8 GB 29 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 77% ▕████████████ ▏ 3.0 GB/3.8 GB 29 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 77% ▕████████████ ▏ 3.0 GB/3.8 GB 29 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 77% ▕████████████ ▏ 3.0 GB/3.8 GB 29 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 77% ▕████████████ ▏ 3.0 GB/3.8 GB 29 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 77% ▕████████████ ▏ 3.0 GB/3.8 GB 29 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 78% ▕████████████ ▏ 3.0 GB/3.8 GB 29 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 78% ▕████████████ ▏ 3.0 GB/3.8 GB 29 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 78% ▕████████████ ▏ 3.0 GB/3.8 GB 29 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 78% ▕████████████ ▏ 3.0 GB/3.8 GB 29 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 78% ▕████████████ ▏ 3.0 GB/3.8 GB 29 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 78% ▕████████████ ▏ 3.0 GB/3.8 GB 29 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 78% ▕████████████ ▏ 3.0 GB/3.8 GB 29 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 78% ▕████████████ ▏ 3.0 GB/3.8 GB 29 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 78% ▕████████████ ▏ 3.0 GB/3.8 GB 29 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 78% ▕████████████ ▏ 3.0 GB/3.8 GB 29 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 79% ▕████████████ ▏ 3.0 GB/3.8 GB 29 MB/s 27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 79% ▕████████████ ▏ 3.0 GB/3.8 GB 29 MB/s 27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 79% ▕████████████ ▏ 3.0 GB/3.8 GB 30 MB/s 27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 79% ▕████████████ ▏ 3.0 GB/3.8 GB 30 MB/s 27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 79% ▕████████████ ▏ 3.0 GB/3.8 GB 30 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 79% ▕████████████ ▏ 3.0 GB/3.8 GB 30 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 79% ▕████████████ ▏ 3.0 GB/3.8 GB 30 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 79% ▕████████████ ▏ 3.0 GB/3.8 GB 30 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 79% ▕████████████ ▏ 3.0 GB/3.8 GB 30 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 79% ▕████████████ ▏ 3.0 GB/3.8 GB 30 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 79% ▕████████████ ▏ 3.0 GB/3.8 GB 30 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 79% ▕████████████ ▏ 3.0 GB/3.8 GB 30 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 80% ▕████████████ ▏ 3.0 GB/3.8 GB 29 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 80% ▕████████████ ▏ 3.0 GB/3.8 GB 29 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 80% ▕████████████ ▏ 3.0 GB/3.8 GB 29 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 80% ▕████████████ ▏ 3.0 GB/3.8 GB 29 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 80% ▕████████████ ▏ 3.1 GB/3.8 GB 29 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 80% ▕████████████ ▏ 3.1 GB/3.8 GB 29 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 80% ▕████████████ ▏ 3.1 GB/3.8 GB 29 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 80% ▕████████████ ▏ 3.1 GB/3.8 GB 29 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 80% ▕████████████ ▏ 3.1 GB/3.8 GB 29 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 80% ▕████████████ ▏ 3.1 GB/3.8 GB 29 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 80% ▕████████████ ▏ 3.1 GB/3.8 GB 29 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 80% ▕████████████ ▏ 3.1 GB/3.8 GB 30 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 80% ▕████████████ ▏ 3.1 GB/3.8 GB 30 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 81% ▕████████████ ▏ 3.1 GB/3.8 GB 30 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 81% ▕████████████ ▏ 3.1 GB/3.8 GB 30 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 81% ▕████████████ ▏ 3.1 GB/3.8 GB 30 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 81% ▕████████████ ▏ 3.1 GB/3.8 GB 30 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 81% ▕████████████ ▏ 3.1 GB/3.8 GB 30 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 81% ▕████████████ ▏ 3.1 GB/3.8 GB 30 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 81% ▕████████████ ▏ 3.1 GB/3.8 GB 30 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 81% ▕████████████ ▏ 3.1 GB/3.8 GB 30 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 81% ▕████████████ ▏ 3.1 GB/3.8 GB 31 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 81% ▕█████████████ ▏ 3.1 GB/3.8 GB 31 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 82% ▕█████████████ ▏ 3.1 GB/3.8 GB 31 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 82% ▕█████████████ ▏ 3.1 GB/3.8 GB 31 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 82% ▕█████████████ ▏ 3.1 GB/3.8 GB 31 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 82% ▕█████████████ ▏ 3.1 GB/3.8 GB 31 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 82% ▕█████████████ ▏ 3.1 GB/3.8 GB 31 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 82% ▕█████████████ ▏ 3.1 GB/3.8 GB 31 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 82% ▕█████████████ ▏ 3.1 GB/3.8 GB 31 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 82% ▕█████████████ ▏ 3.1 GB/3.8 GB 31 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 82% ▕█████████████ ▏ 3.1 GB/3.8 GB 31 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 82% ▕█████████████ ▏ 3.1 GB/3.8 GB 31 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 82% ▕█████████████ ▏ 3.1 GB/3.8 GB 31 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 82% ▕█████████████ ▏ 3.1 GB/3.8 GB 31 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 82% ▕█████████████ ▏ 3.2 GB/3.8 GB 31 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 83% ▕█████████████ ▏ 3.2 GB/3.8 GB 31 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 83% ▕█████████████ ▏ 3.2 GB/3.8 GB 31 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 83% ▕█████████████ ▏ 3.2 GB/3.8 GB 31 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 83% ▕█████████████ ▏ 3.2 GB/3.8 GB 31 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 83% ▕█████████████ ▏ 3.2 GB/3.8 GB 31 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 83% ▕█████████████ ▏ 3.2 GB/3.8 GB 31 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 83% ▕█████████████ ▏ 3.2 GB/3.8 GB 31 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 83% ▕█████████████ ▏ 3.2 GB/3.8 GB 31 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 83% ▕█████████████ ▏ 3.2 GB/3.8 GB 31 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 83% ▕█████████████ ▏ 3.2 GB/3.8 GB 31 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 83% ▕█████████████ ▏ 3.2 GB/3.8 GB 31 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 83% ▕█████████████ ▏ 3.2 GB/3.8 GB 31 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 83% ▕█████████████ ▏ 3.2 GB/3.8 GB 31 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 84% ▕█████████████ ▏ 3.2 GB/3.8 GB 31 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 84% ▕█████████████ ▏ 3.2 GB/3.8 GB 31 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 84% ▕█████████████ ▏ 3.2 GB/3.8 GB 31 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 84% ▕█████████████ ▏ 3.2 GB/3.8 GB 31 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 84% ▕█████████████ ▏ 3.2 GB/3.8 GB 31 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 84% ▕█████████████ ▏ 3.2 GB/3.8 GB 31 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 84% ▕█████████████ ▏ 3.2 GB/3.8 GB 31 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 84% ▕█████████████ ▏ 3.2 GB/3.8 GB 31 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 84% ▕█████████████ ▏ 3.2 GB/3.8 GB 31 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 84% ▕█████████████ ▏ 3.2 GB/3.8 GB 31 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 85% ▕█████████████ ▏ 3.2 GB/3.8 GB 31 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 85% ▕█████████████ ▏ 3.2 GB/3.8 GB 31 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 85% ▕█████████████ ▏ 3.2 GB/3.8 GB 31 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 85% ▕█████████████ ▏ 3.2 GB/3.8 GB 33 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 85% ▕█████████████ ▏ 3.2 GB/3.8 GB 33 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 85% ▕█████████████ ▏ 3.2 GB/3.8 GB 33 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 85% ▕█████████████ ▏ 3.2 GB/3.8 GB 33 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 85% ▕█████████████ ▏ 3.3 GB/3.8 GB 33 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 85% ▕█████████████ ▏ 3.3 GB/3.8 GB 33 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 85% ▕█████████████ ▏ 3.3 GB/3.8 GB 33 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 85% ▕█████████████ ▏ 3.3 GB/3.8 GB 33 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 85% ▕█████████████ ▏ 3.3 GB/3.8 GB 33 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 85% ▕█████████████ ▏ 3.3 GB/3.8 GB 33 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 85% ▕█████████████ ▏ 3.3 GB/3.8 GB 32 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 85% ▕█████████████ ▏ 3.3 GB/3.8 GB 32 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 86% ▕█████████████ ▏ 3.3 GB/3.8 GB 32 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 86% ▕█████████████ ▏ 3.3 GB/3.8 GB 32 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 86% ▕█████████████ ▏ 3.3 GB/3.8 GB 32 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 86% ▕█████████████ ▏ 3.3 GB/3.8 GB 32 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 86% ▕█████████████ ▏ 3.3 GB/3.8 GB 32 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 86% ▕█████████████ ▏ 3.3 GB/3.8 GB 32 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 86% ▕█████████████ ▏ 3.3 GB/3.8 GB 32 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 86% ▕█████████████ ▏ 3.3 GB/3.8 GB 32 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 86% ▕█████████████ ▏ 3.3 GB/3.8 GB 32 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 86% ▕█████████████ ▏ 3.3 GB/3.8 GB 32 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 87% ▕█████████████ ▏ 3.3 GB/3.8 GB 32 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 87% ▕█████████████ ▏ 3.3 GB/3.8 GB 32 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 87% ▕█████████████ ▏ 3.3 GB/3.8 GB 32 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 87% ▕█████████████ ▏ 3.3 GB/3.8 GB 32 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 87% ▕█████████████ ▏ 3.3 GB/3.8 GB 32 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 87% ▕█████████████ ▏ 3.3 GB/3.8 GB 32 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 87% ▕█████████████ ▏ 3.3 GB/3.8 GB 32 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 87% ▕█████████████ ▏ 3.3 GB/3.8 GB 32 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 87% ▕█████████████ ▏ 3.3 GB/3.8 GB 31 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 87% ▕█████████████ ▏ 3.3 GB/3.8 GB 31 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 87% ▕█████████████ ▏ 3.3 GB/3.8 GB 31 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 87% ▕█████████████ ▏ 3.3 GB/3.8 GB 31 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 87% ▕█████████████ ▏ 3.3 GB/3.8 GB 31 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 87% ▕█████████████ ▏ 3.3 GB/3.8 GB 31 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 88% ▕██████████████ ▏ 3.3 GB/3.8 GB 31 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 88% ▕██████████████ ▏ 3.3 GB/3.8 GB 31 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 88% ▕██████████████ ▏ 3.3 GB/3.8 GB 31 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 88% ▕██████████████ ▏ 3.4 GB/3.8 GB 31 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 88% ▕██████████████ ▏ 3.4 GB/3.8 GB 31 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 88% ▕██████████████ ▏ 3.4 GB/3.8 GB 31 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 88% ▕██████████████ ▏ 3.4 GB/3.8 GB 31 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 88% ▕██████████████ ▏ 3.4 GB/3.8 GB 31 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 88% ▕██████████████ ▏ 3.4 GB/3.8 GB 31 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 88% ▕██████████████ ▏ 3.4 GB/3.8 GB 31 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 88% ▕██████████████ ▏ 3.4 GB/3.8 GB 31 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 88% ▕██████████████ ▏ 3.4 GB/3.8 GB 31 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 88% ▕██████████████ ▏ 3.4 GB/3.8 GB 31 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 89% ▕██████████████ ▏ 3.4 GB/3.8 GB 31 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 89% ▕██████████████ ▏ 3.4 GB/3.8 GB 31 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 89% ▕██████████████ ▏ 3.4 GB/3.8 GB 31 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 89% ▕██████████████ ▏ 3.4 GB/3.8 GB 31 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 89% ▕██████████████ ▏ 3.4 GB/3.8 GB 31 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 89% ▕██████████████ ▏ 3.4 GB/3.8 GB 31 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 89% ▕██████████████ ▏ 3.4 GB/3.8 GB 31 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 89% ▕██████████████ ▏ 3.4 GB/3.8 GB 31 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 89% ▕██████████████ ▏ 3.4 GB/3.8 GB 31 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 89% ▕██████████████ ▏ 3.4 GB/3.8 GB 31 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 89% ▕██████████████ ▏ 3.4 GB/3.8 GB 31 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 89% ▕██████████████ ▏ 3.4 GB/3.8 GB 31 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 89% ▕██████████████ ▏ 3.4 GB/3.8 GB 31 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 89% ▕██████████████ ▏ 3.4 GB/3.8 GB 31 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 90% ▕██████████████ ▏ 3.4 GB/3.8 GB 31 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 90% ▕██████████████ ▏ 3.4 GB/3.8 GB 31 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 90% ▕██████████████ ▏ 3.4 GB/3.8 GB 31 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 90% ▕██████████████ ▏ 3.4 GB/3.8 GB 31 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 90% ▕██████████████ ▏ 3.4 GB/3.8 GB 31 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 90% ▕██████████████ ▏ 3.4 GB/3.8 GB 31 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 90% ▕██████████████ ▏ 3.4 GB/3.8 GB 31 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 90% ▕██████████████ ▏ 3.4 GB/3.8 GB 31 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 90% ▕██████████████ ▏ 3.4 GB/3.8 GB 30 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 90% ▕██████████████ ▏ 3.5 GB/3.8 GB 30 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 90% ▕██████████████ ▏ 3.5 GB/3.8 GB 30 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 91% ▕██████████████ ▏ 3.5 GB/3.8 GB 30 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 91% ▕██████████████ ▏ 3.5 GB/3.8 GB 30 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 91% ▕██████████████ ▏ 3.5 GB/3.8 GB 30 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 91% ▕██████████████ ▏ 3.5 GB/3.8 GB 30 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 91% ▕██████████████ ▏ 3.5 GB/3.8 GB 30 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 91% ▕██████████████ ▏ 3.5 GB/3.8 GB 30 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 91% ▕██████████████ ▏ 3.5 GB/3.8 GB 30 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 91% ▕██████████████ ▏ 3.5 GB/3.8 GB 30 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 91% ▕██████████████ ▏ 3.5 GB/3.8 GB 30 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 91% ▕██████████████ ▏ 3.5 GB/3.8 GB 30 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 91% ▕██████████████ ▏ 3.5 GB/3.8 GB 30 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 91% ▕██████████████ ▏ 3.5 GB/3.8 GB 30 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 91% ▕██████████████ ▏ 3.5 GB/3.8 GB 30 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 92% ▕██████████████ ▏ 3.5 GB/3.8 GB 30 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 92% ▕██████████████ ▏ 3.5 GB/3.8 GB 30 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 92% ▕██████████████ ▏ 3.5 GB/3.8 GB 30 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 92% ▕██████████████ ▏ 3.5 GB/3.8 GB 30 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 92% ▕██████████████ ▏ 3.5 GB/3.8 GB 30 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 92% ▕██████████████ ▏ 3.5 GB/3.8 GB 30 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 92% ▕██████████████ ▏ 3.5 GB/3.8 GB 30 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 92% ▕██████████████ ▏ 3.5 GB/3.8 GB 30 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 92% ▕██████████████ ▏ 3.5 GB/3.8 GB 30 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 92% ▕██████████████ ▏ 3.5 GB/3.8 GB 30 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 92% ▕██████████████ ▏ 3.5 GB/3.8 GB 30 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 92% ▕██████████████ ▏ 3.5 GB/3.8 GB 30 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 93% ▕██████████████ ▏ 3.5 GB/3.8 GB 30 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 93% ▕██████████████ ▏ 3.5 GB/3.8 GB 30 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 93% ▕██████████████ ▏ 3.5 GB/3.8 GB 30 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 93% ▕██████████████ ▏ 3.5 GB/3.8 GB 30 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 93% ▕██████████████ ▏ 3.5 GB/3.8 GB 30 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 93% ▕██████████████ ▏ 3.5 GB/3.8 GB 30 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 93% ▕██████████████ ▏ 3.6 GB/3.8 GB 30 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 93% ▕██████████████ ▏ 3.6 GB/3.8 GB 30 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 93% ▕██████████████ ▏ 3.6 GB/3.8 GB 30 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 93% ▕██████████████ ▏ 3.6 GB/3.8 GB 30 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 93% ▕██████████████ ▏ 3.6 GB/3.8 GB 30 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 93% ▕██████████████ ▏ 3.6 GB/3.8 GB 30 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 93% ▕██████████████ ▏ 3.6 GB/3.8 GB 30 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 93% ▕██████████████ ▏ 3.6 GB/3.8 GB 30 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 94% ▕██████████████ ▏ 3.6 GB/3.8 GB 30 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 94% ▕██████████████ ▏ 3.6 GB/3.8 GB 30 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 94% ▕███████████████ ▏ 3.6 GB/3.8 GB 30 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 94% ▕███████████████ ▏ 3.6 GB/3.8 GB 30 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 94% ▕███████████████ ▏ 3.6 GB/3.8 GB 30 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 94% ▕███████████████ ▏ 3.6 GB/3.8 GB 30 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 94% ▕███████████████ ▏ 3.6 GB/3.8 GB 30 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 94% ▕███████████████ ▏ 3.6 GB/3.8 GB 30 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 94% ▕███████████████ ▏ 3.6 GB/3.8 GB 30 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 94% ▕███████████████ ▏ 3.6 GB/3.8 GB 30 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 94% ▕███████████████ ▏ 3.6 GB/3.8 GB 30 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 94% ▕███████████████ ▏ 3.6 GB/3.8 GB 30 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 94% ▕███████████████ ▏ 3.6 GB/3.8 GB 30 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 94% ▕███████████████ ▏ 3.6 GB/3.8 GB 30 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 95% ▕███████████████ ▏ 3.6 GB/3.8 GB 30 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 95% ▕███████████████ ▏ 3.6 GB/3.8 GB 30 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 95% ▕███████████████ ▏ 3.6 GB/3.8 GB 30 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 95% ▕███████████████ ▏ 3.6 GB/3.8 GB 30 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 95% ▕███████████████ ▏ 3.6 GB/3.8 GB 30 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 95% ▕███████████████ ▏ 3.6 GB/3.8 GB 30 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 95% ▕███████████████ ▏ 3.6 GB/3.8 GB 30 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 95% ▕███████████████ ▏ 3.6 GB/3.8 GB 30 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 95% ▕███████████████ ▏ 3.6 GB/3.8 GB 30 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 95% ▕███████████████ ▏ 3.6 GB/3.8 GB 30 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 95% ▕███████████████ ▏ 3.6 GB/3.8 GB 30 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 95% ▕███████████████ ▏ 3.6 GB/3.8 GB 30 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 96% ▕███████████████ ▏ 3.7 GB/3.8 GB 30 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 96% ▕███████████████ ▏ 3.7 GB/3.8 GB 30 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 96% ▕███████████████ ▏ 3.7 GB/3.8 GB 30 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 96% ▕███████████████ ▏ 3.7 GB/3.8 GB 30 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 96% ▕███████████████ ▏ 3.7 GB/3.8 GB 30 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 96% ▕███████████████ ▏ 3.7 GB/3.8 GB 30 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 96% ▕███████████████ ▏ 3.7 GB/3.8 GB 30 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 96% ▕███████████████ ▏ 3.7 GB/3.8 GB 30 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 96% ▕███████████████ ▏ 3.7 GB/3.8 GB 30 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 96% ▕███████████████ ▏ 3.7 GB/3.8 GB 30 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 96% ▕███████████████ ▏ 3.7 GB/3.8 GB 30 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 96% ▕███████████████ ▏ 3.7 GB/3.8 GB 30 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 97% ▕███████████████ ▏ 3.7 GB/3.8 GB 30 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 97% ▕███████████████ ▏ 3.7 GB/3.8 GB 30 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 97% ▕███████████████ ▏ 3.7 GB/3.8 GB 30 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 97% ▕███████████████ ▏ 3.7 GB/3.8 GB 30 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 97% ▕███████████████ ▏ 3.7 GB/3.8 GB 30 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 97% ▕███████████████ ▏ 3.7 GB/3.8 GB 30 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 97% ▕███████████████ ▏ 3.7 GB/3.8 GB 30 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 97% ▕███████████████ ▏ 3.7 GB/3.8 GB 30 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 97% ▕███████████████ ▏ 3.7 GB/3.8 GB 30 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 97% ▕███████████████ ▏ 3.7 GB/3.8 GB 30 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 97% ▕███████████████ ▏ 3.7 GB/3.8 GB 30 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 97% ▕███████████████ ▏ 3.7 GB/3.8 GB 30 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 98% ▕███████████████ ▏ 3.7 GB/3.8 GB 30 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 98% ▕███████████████ ▏ 3.7 GB/3.8 GB 30 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 98% ▕███████████████ ▏ 3.7 GB/3.8 GB 30 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 98% ▕███████████████ ▏ 3.7 GB/3.8 GB 30 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 98% ▕███████████████ ▏ 3.7 GB/3.8 GB 30 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 98% ▕███████████████ ▏ 3.7 GB/3.8 GB 30 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 98% ▕███████████████ ▏ 3.7 GB/3.8 GB 30 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 98% ▕███████████████ ▏ 3.7 GB/3.8 GB 30 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 98% ▕███████████████ ▏ 3.7 GB/3.8 GB 30 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 98% ▕███████████████ ▏ 3.8 GB/3.8 GB 30 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 98% ▕███████████████ ▏ 3.8 GB/3.8 GB 30 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 98% ▕███████████████ ▏ 3.8 GB/3.8 GB 30 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 98% ▕███████████████ ▏ 3.8 GB/3.8 GB 30 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 98% ▕███████████████ ▏ 3.8 GB/3.8 GB 30 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 99% ▕███████████████ ▏ 3.8 GB/3.8 GB 30 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 99% ▕███████████████ ▏ 3.8 GB/3.8 GB 30 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 99% ▕███████████████ ▏ 3.8 GB/3.8 GB 30 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 99% ▕███████████████ ▏ 3.8 GB/3.8 GB 30 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 99% ▕███████████████ ▏ 3.8 GB/3.8 GB 30 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 99% ▕███████████████ ▏ 3.8 GB/3.8 GB 30 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 99% ▕███████████████ ▏ 3.8 GB/3.8 GB 30 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 99% ▕███████████████ ▏ 3.8 GB/3.8 GB 30 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 99% ▕███████████████ ▏ 3.8 GB/3.8 GB 30 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 99% ▕███████████████ ▏ 3.8 GB/3.8 GB 30 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 99% ▕███████████████ ▏ 3.8 GB/3.8 GB 30 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 99% ▕███████████████ ▏ 3.8 GB/3.8 GB 30 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 99% ▕███████████████ ▏ 3.8 GB/3.8 GB 30 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕███████████████ ▏ 3.8 GB/3.8 GB 30 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕███████████████ ▏ 3.8 GB/3.8 GB 30 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕███████████████ ▏ 3.8 GB/3.8 GB 30 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕███████████████ ▏ 3.8 GB/3.8 GB 29 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕███████████████ ▏ 3.8 GB/3.8 GB 29 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕███████████████ ▏ 3.8 GB/3.8 GB 29 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕███████████████ ▏ 3.8 GB/3.8 GB 29 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕███████████████ ▏ 3.8 GB/3.8 GB 29 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕███████████████ ▏ 3.8 GB/3.8 GB 29 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing 62c761593c42... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing 62c761593c42... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing 62c761593c42... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing 62c761593c42... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing 62c761593c42... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing 62c761593c42... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing 62c761593c42... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing 62c761593c42... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing 62c761593c42... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing 62c761593c42... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing 62c761593c42... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing 62c761593c42... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing 62c761593c42... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing 62c761593c42... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing 62c761593c42... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing 62c761593c42... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing 62c761593c42... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing 62c761593c42... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing 62c761593c42... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing 62c761593c42... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing 62c761593c42... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing 62c761593c42... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing 62c761593c42... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing 62c761593c42... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing 62c761593c42... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing 62c761593c42... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing 62c761593c42... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing 62c761593c42... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing 62c761593c42... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing 62c761593c42... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing 62c761593c42... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing 62c761593c42... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing 62c761593c42... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing 62c761593c42... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing 62c761593c42... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing 62c761593c42... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing 62c761593c42... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing 62c761593c42... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing 62c761593c42... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing 62c761593c42... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing 62c761593c42... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing 62c761593c42... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing 62c761593c42... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing 62c761593c42... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing 62c761593c42... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing 62c761593c42... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing 62c761593c42... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing 62c761593c42... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing 62c761593c42... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing 62c761593c42... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing 62c761593c42... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing 62c761593c42... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing 62c761593c42... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing 62c761593c42... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing 62c761593c42... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing 62c761593c42... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing 62c761593c42... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing 62c761593c42... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing 62c761593c42... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing 62c761593c42... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing 62c761593c42... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing 62c761593c42... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing 62c761593c42... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing 62c761593c42... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing 62c761593c42... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing 62c761593c42... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing 62c761593c42... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing 62c761593c42... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing 62c761593c42... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing 62c761593c42... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing 62c761593c42... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing 62c761593c42... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing 62c761593c42... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing 62c761593c42... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing 62c761593c42... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing 62c761593c42... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing 62c761593c42... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing 62c761593c42... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing 62c761593c42... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing 62c761593c42... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing 62c761593c42... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing 62c761593c42... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing 62c761593c42... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing 62c761593c42... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing 62c761593c42... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing 62c761593c42... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing 62c761593c42... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing 62c761593c42... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing 62c761593c42... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing 62c761593c42... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing 62c761593c42... 100% ▕████████████████▏ 457 B \n", + "pushing manifest \n", + "success \u001b[?25h\n", + "\u001b[?25ltransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer \n", + "creating template layer \n", + "creating system layer \n", + "creating parameters layer \n", + "creating config layer \n", + "using already created layer sha256:08b2aea22d8885547520e4fc1562f90cf1fd58c3a6d7e4dfcfa543f6e3a184e3 \n", + "using already created layer sha256:04de533bb8fd4eb327158f79cdc0de736558e45d198db9275ef536f470281f1f \n", + "using already created layer sha256:093c79b06599174755ae0ffd0a0700fc1e03daa55b1755e242836c329fcf9811 \n", + "using already created layer sha256:d8ba2f9a17b3bbdeb5690efaa409b3fcb0b56296a777c7a69c78aa33bbddf182 \n", + "writing layer sha256:fd95302bb542126d34f47bafff3bb005e98221d7c1735ef598b4b31b628427df \n", + "writing manifest \n", + "success \u001b[?25h\n", + "copied 'notus:q3_K_M' to 'davidberenstein1957/notus:q3_K_M'\n", + "\u001b[?25lretrieving manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 0% ▕ ▏ 1.9 MB/3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 0% ▕ ▏ 2.1 MB/3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 0% ▕ ▏ 2.1 MB/3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 0% ▕ ▏ 2.1 MB/3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 0% ▕ ▏ 2.1 MB/3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 0% ▕ ▏ 3.0 MB/3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 0% ▕ ▏ 3.2 MB/3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 0% ▕ ▏ 3.2 MB/3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 0% ▕ ▏ 3.2 MB/3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 0% ▕ ▏ 3.2 MB/3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 0% ▕ ▏ 3.2 MB/3.5 GB 2.8 MB/s 21m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 0% ▕ ▏ 2.2 MB/3.5 GB 2.8 MB/s 21m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 0% ▕ ▏ 4.3 MB/3.5 GB 2.8 MB/s 21m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 0% ▕ ▏ 5.0 MB/3.5 GB 2.8 MB/s 21m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 0% ▕ ▏ 5.9 MB/3.5 GB 2.8 MB/s 21m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 0% ▕ ▏ 9.3 MB/3.5 GB 2.8 MB/s 21m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 0% ▕ ▏ 11 MB/3.5 GB 2.8 MB/s 21m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 0% ▕ ▏ 16 MB/3.5 GB 2.8 MB/s 21m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 1% ▕ ▏ 18 MB/3.5 GB 2.8 MB/s 21m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 1% ▕ ▏ 19 MB/3.5 GB 2.8 MB/s 21m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 1% ▕ ▏ 21 MB/3.5 GB 10 MB/s 5m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 1% ▕ ▏ 27 MB/3.5 GB 10 MB/s 5m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 1% ▕ ▏ 25 MB/3.5 GB 10 MB/s 5m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 1% ▕ ▏ 27 MB/3.5 GB 10 MB/s 5m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 1% ▕ ▏ 32 MB/3.5 GB 10 MB/s 5m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 1% ▕ ▏ 32 MB/3.5 GB 10 MB/s 5m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 1% ▕ ▏ 37 MB/3.5 GB 10 MB/s 5m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 1% ▕ ▏ 38 MB/3.5 GB 10 MB/s 5m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 1% ▕ ▏ 42 MB/3.5 GB 10 MB/s 5m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 1% ▕ ▏ 46 MB/3.5 GB 10 MB/s 5m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 1% ▕ ▏ 50 MB/3.5 GB 16 MB/s 3m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 2% ▕ ▏ 53 MB/3.5 GB 16 MB/s 3m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 2% ▕ ▏ 56 MB/3.5 GB 16 MB/s 3m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 2% ▕ ▏ 57 MB/3.5 GB 16 MB/s 3m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 2% ▕ ▏ 61 MB/3.5 GB 16 MB/s 3m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 2% ▕ ▏ 65 MB/3.5 GB 16 MB/s 3m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 2% ▕ ▏ 69 MB/3.5 GB 16 MB/s 3m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 2% ▕ ▏ 69 MB/3.5 GB 16 MB/s 3m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 2% ▕ ▏ 70 MB/3.5 GB 16 MB/s 3m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 2% ▕ ▏ 75 MB/3.5 GB 16 MB/s 3m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 2% ▕ ▏ 79 MB/3.5 GB 16 MB/s 3m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 2% ▕ ▏ 82 MB/3.5 GB 20 MB/s 2m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 2% ▕ ▏ 83 MB/3.5 GB 20 MB/s 2m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 2% ▕ ▏ 84 MB/3.5 GB 20 MB/s 2m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 3% ▕ ▏ 91 MB/3.5 GB 20 MB/s 2m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 3% ▕ ▏ 94 MB/3.5 GB 20 MB/s 2m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 3% ▕ ▏ 95 MB/3.5 GB 20 MB/s 2m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 3% ▕ ▏ 97 MB/3.5 GB 20 MB/s 2m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 3% ▕ ▏ 105 MB/3.5 GB 20 MB/s 2m48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 3% ▕ ▏ 105 MB/3.5 GB 20 MB/s 2m48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 3% ▕ ▏ 108 MB/3.5 GB 20 MB/s 2m48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 3% ▕ ▏ 112 MB/3.5 GB 22 MB/s 2m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 3% ▕ ▏ 114 MB/3.5 GB 22 MB/s 2m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 3% ▕ ▏ 116 MB/3.5 GB 22 MB/s 2m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 3% ▕ ▏ 121 MB/3.5 GB 22 MB/s 2m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 3% ▕ ▏ 122 MB/3.5 GB 22 MB/s 2m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 4% ▕ ▏ 130 MB/3.5 GB 22 MB/s 2m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 4% ▕ ▏ 133 MB/3.5 GB 22 MB/s 2m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 4% ▕ ▏ 134 MB/3.5 GB 22 MB/s 2m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 4% ▕ ▏ 136 MB/3.5 GB 22 MB/s 2m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 4% ▕ ▏ 138 MB/3.5 GB 22 MB/s 2m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 4% ▕ ▏ 139 MB/3.5 GB 23 MB/s 2m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 4% ▕ ▏ 150 MB/3.5 GB 23 MB/s 2m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 4% ▕ ▏ 151 MB/3.5 GB 23 MB/s 2m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 4% ▕ ▏ 154 MB/3.5 GB 23 MB/s 2m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 5% ▕ ▏ 164 MB/3.5 GB 23 MB/s 2m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 5% ▕ ▏ 166 MB/3.5 GB 23 MB/s 2m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 5% ▕ ▏ 165 MB/3.5 GB 23 MB/s 2m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 5% ▕ ▏ 166 MB/3.5 GB 23 MB/s 2m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 5% ▕ ▏ 168 MB/3.5 GB 23 MB/s 2m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 5% ▕ ▏ 169 MB/3.5 GB 23 MB/s 2m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 5% ▕ ▏ 171 MB/3.5 GB 24 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 5% ▕ ▏ 176 MB/3.5 GB 24 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 5% ▕ ▏ 176 MB/3.5 GB 24 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 5% ▕ ▏ 180 MB/3.5 GB 24 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 5% ▕ ▏ 183 MB/3.5 GB 24 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 5% ▕ ▏ 187 MB/3.5 GB 24 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 5% ▕ ▏ 190 MB/3.5 GB 24 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 6% ▕ ▏ 195 MB/3.5 GB 24 MB/s 2m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 6% ▕ ▏ 196 MB/3.5 GB 24 MB/s 2m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 6% ▕ ▏ 199 MB/3.5 GB 24 MB/s 2m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 6% ▕ ▏ 204 MB/3.5 GB 25 MB/s 2m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 6% ▕ ▏ 205 MB/3.5 GB 25 MB/s 2m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 6% ▕ ▏ 205 MB/3.5 GB 25 MB/s 2m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 6% ▕ ▏ 210 MB/3.5 GB 25 MB/s 2m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 6% ▕ ▏ 212 MB/3.5 GB 25 MB/s 2m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 6% ▕ ▏ 213 MB/3.5 GB 25 MB/s 2m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 6% ▕ ▏ 215 MB/3.5 GB 25 MB/s 2m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 6% ▕ ▏ 212 MB/3.5 GB 25 MB/s 2m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 6% ▕ ▏ 214 MB/3.5 GB 25 MB/s 2m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 6% ▕█ ▏ 224 MB/3.5 GB 25 MB/s 2m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 6% ▕█ ▏ 227 MB/3.5 GB 25 MB/s 2m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 6% ▕█ ▏ 227 MB/3.5 GB 25 MB/s 2m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 6% ▕█ ▏ 228 MB/3.5 GB 25 MB/s 2m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 6% ▕█ ▏ 228 MB/3.5 GB 25 MB/s 2m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 7% ▕█ ▏ 233 MB/3.5 GB 25 MB/s 2m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 7% ▕█ ▏ 236 MB/3.5 GB 25 MB/s 2m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 7% ▕█ ▏ 241 MB/3.5 GB 25 MB/s 2m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 7% ▕█ ▏ 244 MB/3.5 GB 25 MB/s 2m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 7% ▕█ ▏ 244 MB/3.5 GB 25 MB/s 2m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 7% ▕█ ▏ 244 MB/3.5 GB 25 MB/s 2m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 7% ▕█ ▏ 245 MB/3.5 GB 25 MB/s 2m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 7% ▕█ ▏ 250 MB/3.5 GB 27 MB/s 2m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 7% ▕█ ▏ 251 MB/3.5 GB 27 MB/s 2m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 7% ▕█ ▏ 250 MB/3.5 GB 27 MB/s 2m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 7% ▕█ ▏ 253 MB/3.5 GB 27 MB/s 2m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 7% ▕█ ▏ 254 MB/3.5 GB 27 MB/s 2m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 7% ▕█ ▏ 260 MB/3.5 GB 27 MB/s 1m59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 8% ▕█ ▏ 266 MB/3.5 GB 27 MB/s 1m59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 8% ▕█ ▏ 268 MB/3.5 GB 27 MB/s 1m59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 8% ▕█ ▏ 270 MB/3.5 GB 27 MB/s 1m59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 8% ▕█ ▏ 273 MB/3.5 GB 27 MB/s 1m59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 8% ▕█ ▏ 276 MB/3.5 GB 28 MB/s 1m54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 8% ▕█ ▏ 277 MB/3.5 GB 28 MB/s 1m54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 8% ▕█ ▏ 277 MB/3.5 GB 28 MB/s 1m54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 8% ▕█ ▏ 277 MB/3.5 GB 28 MB/s 1m54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 8% ▕█ ▏ 279 MB/3.5 GB 28 MB/s 1m54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 8% ▕█ ▏ 288 MB/3.5 GB 28 MB/s 1m54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 8% ▕█ ▏ 289 MB/3.5 GB 28 MB/s 1m54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 8% ▕█ ▏ 290 MB/3.5 GB 28 MB/s 1m54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 8% ▕█ ▏ 292 MB/3.5 GB 28 MB/s 1m54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 8% ▕█ ▏ 293 MB/3.5 GB 28 MB/s 1m54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 8% ▕█ ▏ 296 MB/3.5 GB 27 MB/s 1m58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 9% ▕█ ▏ 302 MB/3.5 GB 27 MB/s 1m57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 9% ▕█ ▏ 302 MB/3.5 GB 27 MB/s 1m57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 9% ▕█ ▏ 304 MB/3.5 GB 27 MB/s 1m57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 9% ▕█ ▏ 308 MB/3.5 GB 27 MB/s 1m57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 9% ▕█ ▏ 312 MB/3.5 GB 27 MB/s 1m57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 9% ▕█ ▏ 317 MB/3.5 GB 27 MB/s 1m57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 9% ▕█ ▏ 320 MB/3.5 GB 27 MB/s 1m57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 9% ▕█ ▏ 320 MB/3.5 GB 27 MB/s 1m57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 9% ▕█ ▏ 320 MB/3.5 GB 27 MB/s 1m57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 9% ▕█ ▏ 322 MB/3.5 GB 26 MB/s 1m59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 9% ▕█ ▏ 323 MB/3.5 GB 26 MB/s 1m59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 9% ▕█ ▏ 330 MB/3.5 GB 26 MB/s 1m59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 10% ▕█ ▏ 334 MB/3.5 GB 26 MB/s 1m58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 10% ▕█ ▏ 336 MB/3.5 GB 26 MB/s 1m58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 10% ▕█ ▏ 345 MB/3.5 GB 26 MB/s 1m58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 10% ▕█ ▏ 348 MB/3.5 GB 26 MB/s 1m58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 10% ▕█ ▏ 348 MB/3.5 GB 26 MB/s 1m58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 10% ▕█ ▏ 349 MB/3.5 GB 26 MB/s 1m58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 10% ▕█ ▏ 351 MB/3.5 GB 26 MB/s 1m58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 10% ▕█ ▏ 351 MB/3.5 GB 26 MB/s 1m58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 10% ▕█ ▏ 354 MB/3.5 GB 26 MB/s 1m58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 10% ▕█ ▏ 363 MB/3.5 GB 26 MB/s 1m58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 10% ▕█ ▏ 364 MB/3.5 GB 26 MB/s 1m58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 10% ▕█ ▏ 368 MB/3.5 GB 26 MB/s 1m58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 11% ▕█ ▏ 376 MB/3.5 GB 26 MB/s 1m57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 11% ▕█ ▏ 379 MB/3.5 GB 26 MB/s 1m57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 11% ▕█ ▏ 383 MB/3.5 GB 26 MB/s 1m57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 11% ▕█ ▏ 385 MB/3.5 GB 26 MB/s 1m57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 11% ▕█ ▏ 389 MB/3.5 GB 26 MB/s 1m57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 11% ▕█ ▏ 391 MB/3.5 GB 26 MB/s 1m57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 11% ▕█ ▏ 395 MB/3.5 GB 28 MB/s 1m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 11% ▕█ ▏ 396 MB/3.5 GB 28 MB/s 1m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 11% ▕█ ▏ 398 MB/3.5 GB 28 MB/s 1m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 12% ▕█ ▏ 409 MB/3.5 GB 28 MB/s 1m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 12% ▕█ ▏ 413 MB/3.5 GB 28 MB/s 1m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 12% ▕█ ▏ 414 MB/3.5 GB 28 MB/s 1m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 12% ▕█ ▏ 415 MB/3.5 GB 28 MB/s 1m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 12% ▕█ ▏ 415 MB/3.5 GB 28 MB/s 1m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 12% ▕█ ▏ 415 MB/3.5 GB 28 MB/s 1m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 12% ▕█ ▏ 416 MB/3.5 GB 28 MB/s 1m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 12% ▕█ ▏ 417 MB/3.5 GB 27 MB/s 1m53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 12% ▕█ ▏ 422 MB/3.5 GB 27 MB/s 1m53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 12% ▕█ ▏ 424 MB/3.5 GB 27 MB/s 1m53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 12% ▕█ ▏ 425 MB/3.5 GB 27 MB/s 1m53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 12% ▕█ ▏ 431 MB/3.5 GB 27 MB/s 1m52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 12% ▕█ ▏ 433 MB/3.5 GB 27 MB/s 1m52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 13% ▕██ ▏ 441 MB/3.5 GB 27 MB/s 1m52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 13% ▕██ ▏ 442 MB/3.5 GB 27 MB/s 1m52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 13% ▕██ ▏ 450 MB/3.5 GB 27 MB/s 1m52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 13% ▕██ ▏ 452 MB/3.5 GB 27 MB/s 1m52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 13% ▕██ ▏ 453 MB/3.5 GB 27 MB/s 1m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 13% ▕██ ▏ 454 MB/3.5 GB 27 MB/s 1m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 13% ▕██ ▏ 454 MB/3.5 GB 27 MB/s 1m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 13% ▕██ ▏ 456 MB/3.5 GB 27 MB/s 1m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 13% ▕██ ▏ 457 MB/3.5 GB 27 MB/s 1m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 13% ▕██ ▏ 457 MB/3.5 GB 27 MB/s 1m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 13% ▕██ ▏ 467 MB/3.5 GB 27 MB/s 1m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 13% ▕██ ▏ 471 MB/3.5 GB 27 MB/s 1m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 13% ▕██ ▏ 471 MB/3.5 GB 27 MB/s 1m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 13% ▕██ ▏ 472 MB/3.5 GB 27 MB/s 1m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 13% ▕██ ▏ 473 MB/3.5 GB 27 MB/s 1m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 13% ▕██ ▏ 474 MB/3.5 GB 27 MB/s 1m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 14% ▕██ ▏ 475 MB/3.5 GB 27 MB/s 1m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 14% ▕██ ▏ 489 MB/3.5 GB 27 MB/s 1m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 14% ▕██ ▏ 491 MB/3.5 GB 27 MB/s 1m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 14% ▕██ ▏ 492 MB/3.5 GB 27 MB/s 1m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 14% ▕██ ▏ 492 MB/3.5 GB 27 MB/s 1m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 14% ▕██ ▏ 492 MB/3.5 GB 27 MB/s 1m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 14% ▕██ ▏ 492 MB/3.5 GB 27 MB/s 1m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 14% ▕██ ▏ 496 MB/3.5 GB 27 MB/s 1m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 14% ▕██ ▏ 502 MB/3.5 GB 27 MB/s 1m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 14% ▕██ ▏ 506 MB/3.5 GB 28 MB/s 1m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 14% ▕██ ▏ 510 MB/3.5 GB 28 MB/s 1m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 14% ▕██ ▏ 510 MB/3.5 GB 28 MB/s 1m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 15% ▕██ ▏ 510 MB/3.5 GB 28 MB/s 1m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 15% ▕██ ▏ 511 MB/3.5 GB 28 MB/s 1m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 15% ▕██ ▏ 514 MB/3.5 GB 28 MB/s 1m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 15% ▕██ ▏ 519 MB/3.5 GB 28 MB/s 1m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 15% ▕██ ▏ 523 MB/3.5 GB 28 MB/s 1m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 15% ▕██ ▏ 525 MB/3.5 GB 28 MB/s 1m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 15% ▕██ ▏ 529 MB/3.5 GB 28 MB/s 1m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 15% ▕██ ▏ 536 MB/3.5 GB 28 MB/s 1m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 15% ▕██ ▏ 537 MB/3.5 GB 28 MB/s 1m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 15% ▕██ ▏ 540 MB/3.5 GB 28 MB/s 1m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 15% ▕██ ▏ 541 MB/3.5 GB 28 MB/s 1m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 15% ▕██ ▏ 542 MB/3.5 GB 28 MB/s 1m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 15% ▕██ ▏ 542 MB/3.5 GB 28 MB/s 1m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 15% ▕██ ▏ 543 MB/3.5 GB 28 MB/s 1m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 16% ▕██ ▏ 546 MB/3.5 GB 28 MB/s 1m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 16% ▕██ ▏ 553 MB/3.5 GB 28 MB/s 1m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 16% ▕██ ▏ 554 MB/3.5 GB 28 MB/s 1m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 16% ▕██ ▏ 554 MB/3.5 GB 28 MB/s 1m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 16% ▕██ ▏ 555 MB/3.5 GB 28 MB/s 1m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 16% ▕██ ▏ 562 MB/3.5 GB 28 MB/s 1m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 16% ▕██ ▏ 564 MB/3.5 GB 28 MB/s 1m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 16% ▕██ ▏ 562 MB/3.5 GB 28 MB/s 1m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 16% ▕██ ▏ 563 MB/3.5 GB 28 MB/s 1m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 16% ▕██ ▏ 565 MB/3.5 GB 28 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 16% ▕██ ▏ 568 MB/3.5 GB 28 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 16% ▕██ ▏ 570 MB/3.5 GB 28 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 16% ▕██ ▏ 572 MB/3.5 GB 28 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 17% ▕██ ▏ 580 MB/3.5 GB 28 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 17% ▕██ ▏ 581 MB/3.5 GB 28 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 17% ▕██ ▏ 583 MB/3.5 GB 28 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 17% ▕██ ▏ 585 MB/3.5 GB 28 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 17% ▕██ ▏ 590 MB/3.5 GB 28 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 17% ▕██ ▏ 594 MB/3.5 GB 28 MB/s 1m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 17% ▕██ ▏ 597 MB/3.5 GB 28 MB/s 1m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 17% ▕██ ▏ 595 MB/3.5 GB 28 MB/s 1m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 17% ▕██ ▏ 596 MB/3.5 GB 28 MB/s 1m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 17% ▕██ ▏ 597 MB/3.5 GB 28 MB/s 1m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 17% ▕██ ▏ 601 MB/3.5 GB 27 MB/s 1m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 17% ▕██ ▏ 604 MB/3.5 GB 27 MB/s 1m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 17% ▕██ ▏ 609 MB/3.5 GB 27 MB/s 1m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 18% ▕██ ▏ 615 MB/3.5 GB 27 MB/s 1m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 18% ▕██ ▏ 616 MB/3.5 GB 27 MB/s 1m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 18% ▕██ ▏ 618 MB/3.5 GB 27 MB/s 1m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 18% ▕██ ▏ 620 MB/3.5 GB 27 MB/s 1m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 18% ▕██ ▏ 622 MB/3.5 GB 27 MB/s 1m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 18% ▕██ ▏ 623 MB/3.5 GB 27 MB/s 1m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 18% ▕██ ▏ 626 MB/3.5 GB 27 MB/s 1m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 18% ▕██ ▏ 629 MB/3.5 GB 27 MB/s 1m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 18% ▕██ ▏ 633 MB/3.5 GB 26 MB/s 1m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 18% ▕██ ▏ 637 MB/3.5 GB 26 MB/s 1m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 18% ▕██ ▏ 640 MB/3.5 GB 26 MB/s 1m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 18% ▕██ ▏ 642 MB/3.5 GB 26 MB/s 1m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 18% ▕██ ▏ 646 MB/3.5 GB 26 MB/s 1m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 18% ▕██ ▏ 647 MB/3.5 GB 26 MB/s 1m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 19% ▕██ ▏ 652 MB/3.5 GB 26 MB/s 1m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 19% ▕██ ▏ 654 MB/3.5 GB 26 MB/s 1m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 19% ▕██ ▏ 655 MB/3.5 GB 26 MB/s 1m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 19% ▕██ ▏ 657 MB/3.5 GB 26 MB/s 1m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 19% ▕███ ▏ 661 MB/3.5 GB 26 MB/s 1m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 19% ▕███ ▏ 662 MB/3.5 GB 26 MB/s 1m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 19% ▕███ ▏ 669 MB/3.5 GB 26 MB/s 1m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 19% ▕███ ▏ 675 MB/3.5 GB 26 MB/s 1m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 19% ▕███ ▏ 676 MB/3.5 GB 26 MB/s 1m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 19% ▕███ ▏ 678 MB/3.5 GB 26 MB/s 1m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 19% ▕███ ▏ 680 MB/3.5 GB 26 MB/s 1m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 19% ▕███ ▏ 681 MB/3.5 GB 26 MB/s 1m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 19% ▕███ ▏ 679 MB/3.5 GB 26 MB/s 1m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 19% ▕███ ▏ 679 MB/3.5 GB 26 MB/s 1m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 19% ▕███ ▏ 684 MB/3.5 GB 25 MB/s 1m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 20% ▕███ ▏ 689 MB/3.5 GB 25 MB/s 1m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 20% ▕███ ▏ 693 MB/3.5 GB 25 MB/s 1m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 20% ▕███ ▏ 694 MB/3.5 GB 25 MB/s 1m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 20% ▕███ ▏ 696 MB/3.5 GB 25 MB/s 1m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 20% ▕███ ▏ 701 MB/3.5 GB 25 MB/s 1m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 20% ▕███ ▏ 702 MB/3.5 GB 25 MB/s 1m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 20% ▕███ ▏ 706 MB/3.5 GB 25 MB/s 1m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 20% ▕███ ▏ 707 MB/3.5 GB 25 MB/s 1m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 20% ▕███ ▏ 708 MB/3.5 GB 25 MB/s 1m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 20% ▕███ ▏ 716 MB/3.5 GB 27 MB/s 1m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 20% ▕███ ▏ 719 MB/3.5 GB 27 MB/s 1m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 21% ▕███ ▏ 721 MB/3.5 GB 27 MB/s 1m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 21% ▕███ ▏ 722 MB/3.5 GB 27 MB/s 1m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 21% ▕███ ▏ 723 MB/3.5 GB 27 MB/s 1m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 21% ▕███ ▏ 727 MB/3.5 GB 27 MB/s 1m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 21% ▕███ ▏ 729 MB/3.5 GB 27 MB/s 1m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 21% ▕███ ▏ 729 MB/3.5 GB 27 MB/s 1m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 21% ▕███ ▏ 729 MB/3.5 GB 27 MB/s 1m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 21% ▕███ ▏ 729 MB/3.5 GB 27 MB/s 1m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 21% ▕███ ▏ 738 MB/3.5 GB 25 MB/s 1m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 21% ▕███ ▏ 739 MB/3.5 GB 25 MB/s 1m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 21% ▕███ ▏ 740 MB/3.5 GB 25 MB/s 1m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 21% ▕███ ▏ 742 MB/3.5 GB 25 MB/s 1m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 21% ▕███ ▏ 743 MB/3.5 GB 25 MB/s 1m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 21% ▕███ ▏ 744 MB/3.5 GB 25 MB/s 1m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 21% ▕███ ▏ 751 MB/3.5 GB 25 MB/s 1m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 21% ▕███ ▏ 754 MB/3.5 GB 25 MB/s 1m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 21% ▕███ ▏ 756 MB/3.5 GB 25 MB/s 1m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 22% ▕███ ▏ 759 MB/3.5 GB 25 MB/s 1m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 22% ▕███ ▏ 759 MB/3.5 GB 25 MB/s 1m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 22% ▕███ ▏ 761 MB/3.5 GB 25 MB/s 1m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 22% ▕███ ▏ 764 MB/3.5 GB 25 MB/s 1m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 22% ▕███ ▏ 765 MB/3.5 GB 25 MB/s 1m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 22% ▕███ ▏ 770 MB/3.5 GB 25 MB/s 1m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 22% ▕███ ▏ 774 MB/3.5 GB 25 MB/s 1m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 22% ▕███ ▏ 774 MB/3.5 GB 25 MB/s 1m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 22% ▕███ ▏ 775 MB/3.5 GB 25 MB/s 1m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 22% ▕███ ▏ 775 MB/3.5 GB 25 MB/s 1m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 22% ▕███ ▏ 775 MB/3.5 GB 25 MB/s 1m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 22% ▕███ ▏ 779 MB/3.5 GB 25 MB/s 1m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 22% ▕███ ▏ 784 MB/3.5 GB 25 MB/s 1m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 22% ▕███ ▏ 788 MB/3.5 GB 25 MB/s 1m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 23% ▕███ ▏ 792 MB/3.5 GB 25 MB/s 1m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 23% ▕███ ▏ 793 MB/3.5 GB 25 MB/s 1m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 23% ▕███ ▏ 793 MB/3.5 GB 25 MB/s 1m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 23% ▕███ ▏ 796 MB/3.5 GB 25 MB/s 1m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 23% ▕███ ▏ 803 MB/3.5 GB 25 MB/s 1m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 23% ▕███ ▏ 803 MB/3.5 GB 25 MB/s 1m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 23% ▕███ ▏ 802 MB/3.5 GB 25 MB/s 1m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 23% ▕███ ▏ 802 MB/3.5 GB 25 MB/s 1m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 23% ▕███ ▏ 806 MB/3.5 GB 25 MB/s 1m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 23% ▕███ ▏ 815 MB/3.5 GB 25 MB/s 1m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 23% ▕███ ▏ 815 MB/3.5 GB 25 MB/s 1m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 23% ▕███ ▏ 820 MB/3.5 GB 25 MB/s 1m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 23% ▕███ ▏ 822 MB/3.5 GB 25 MB/s 1m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 23% ▕███ ▏ 823 MB/3.5 GB 25 MB/s 1m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 23% ▕███ ▏ 823 MB/3.5 GB 25 MB/s 1m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 23% ▕███ ▏ 824 MB/3.5 GB 25 MB/s 1m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 24% ▕███ ▏ 830 MB/3.5 GB 25 MB/s 1m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 24% ▕███ ▏ 834 MB/3.5 GB 25 MB/s 1m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 24% ▕███ ▏ 838 MB/3.5 GB 26 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 24% ▕███ ▏ 840 MB/3.5 GB 26 MB/s 1m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 24% ▕███ ▏ 842 MB/3.5 GB 26 MB/s 1m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 24% ▕███ ▏ 845 MB/3.5 GB 26 MB/s 1m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 24% ▕███ ▏ 847 MB/3.5 GB 26 MB/s 1m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 24% ▕███ ▏ 850 MB/3.5 GB 26 MB/s 1m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 24% ▕███ ▏ 852 MB/3.5 GB 26 MB/s 1m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 24% ▕███ ▏ 854 MB/3.5 GB 26 MB/s 1m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 24% ▕███ ▏ 855 MB/3.5 GB 26 MB/s 1m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 24% ▕███ ▏ 860 MB/3.5 GB 26 MB/s 1m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 25% ▕███ ▏ 864 MB/3.5 GB 25 MB/s 1m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 25% ▕███ ▏ 866 MB/3.5 GB 25 MB/s 1m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 25% ▕███ ▏ 867 MB/3.5 GB 25 MB/s 1m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 25% ▕███ ▏ 872 MB/3.5 GB 25 MB/s 1m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 25% ▕███ ▏ 874 MB/3.5 GB 25 MB/s 1m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 25% ▕███ ▏ 877 MB/3.5 GB 25 MB/s 1m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 25% ▕████ ▏ 881 MB/3.5 GB 25 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 25% ▕████ ▏ 884 MB/3.5 GB 25 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 25% ▕████ ▏ 888 MB/3.5 GB 25 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 25% ▕████ ▏ 892 MB/3.5 GB 25 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 25% ▕████ ▏ 892 MB/3.5 GB 25 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 25% ▕████ ▏ 895 MB/3.5 GB 26 MB/s 1m40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 26% ▕████ ▏ 898 MB/3.5 GB 26 MB/s 1m40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 26% ▕████ ▏ 901 MB/3.5 GB 26 MB/s 1m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 26% ▕████ ▏ 904 MB/3.5 GB 26 MB/s 1m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 26% ▕████ ▏ 906 MB/3.5 GB 26 MB/s 1m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 26% ▕████ ▏ 913 MB/3.5 GB 26 MB/s 1m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 26% ▕████ ▏ 917 MB/3.5 GB 26 MB/s 1m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 26% ▕████ ▏ 917 MB/3.5 GB 26 MB/s 1m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 26% ▕████ ▏ 918 MB/3.5 GB 26 MB/s 1m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 26% ▕████ ▏ 918 MB/3.5 GB 26 MB/s 1m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 26% ▕████ ▏ 918 MB/3.5 GB 25 MB/s 1m40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 26% ▕████ ▏ 918 MB/3.5 GB 25 MB/s 1m40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 26% ▕████ ▏ 918 MB/3.5 GB 25 MB/s 1m40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 26% ▕████ ▏ 930 MB/3.5 GB 25 MB/s 1m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 27% ▕████ ▏ 936 MB/3.5 GB 25 MB/s 1m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 27% ▕████ ▏ 937 MB/3.5 GB 25 MB/s 1m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 27% ▕████ ▏ 938 MB/3.5 GB 25 MB/s 1m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 27% ▕████ ▏ 938 MB/3.5 GB 25 MB/s 1m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 27% ▕████ ▏ 938 MB/3.5 GB 25 MB/s 1m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 27% ▕████ ▏ 938 MB/3.5 GB 25 MB/s 1m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 27% ▕████ ▏ 940 MB/3.5 GB 24 MB/s 1m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 27% ▕████ ▏ 947 MB/3.5 GB 24 MB/s 1m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 27% ▕████ ▏ 950 MB/3.5 GB 24 MB/s 1m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 27% ▕████ ▏ 955 MB/3.5 GB 24 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 27% ▕████ ▏ 958 MB/3.5 GB 24 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 27% ▕████ ▏ 961 MB/3.5 GB 24 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 27% ▕████ ▏ 962 MB/3.5 GB 24 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 27% ▕████ ▏ 965 MB/3.5 GB 24 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 27% ▕████ ▏ 967 MB/3.5 GB 24 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 28% ▕████ ▏ 970 MB/3.5 GB 24 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 28% ▕████ ▏ 971 MB/3.5 GB 25 MB/s 1m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 28% ▕████ ▏ 975 MB/3.5 GB 25 MB/s 1m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 28% ▕████ ▏ 976 MB/3.5 GB 25 MB/s 1m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 28% ▕████ ▏ 980 MB/3.5 GB 25 MB/s 1m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 28% ▕████ ▏ 989 MB/3.5 GB 25 MB/s 1m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 28% ▕████ ▏ 989 MB/3.5 GB 25 MB/s 1m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 28% ▕████ ▏ 990 MB/3.5 GB 25 MB/s 1m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 28% ▕████ ▏ 990 MB/3.5 GB 25 MB/s 1m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 28% ▕████ ▏ 990 MB/3.5 GB 25 MB/s 1m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 28% ▕████ ▏ 991 MB/3.5 GB 25 MB/s 1m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 28% ▕████ ▏ 991 MB/3.5 GB 25 MB/s 1m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 28% ▕████ ▏ 993 MB/3.5 GB 25 MB/s 1m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 29% ▕████ ▏ 1.0 GB/3.5 GB 25 MB/s 1m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 29% ▕████ ▏ 1.0 GB/3.5 GB 25 MB/s 1m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 29% ▕████ ▏ 1.0 GB/3.5 GB 25 MB/s 1m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 29% ▕████ ▏ 1.0 GB/3.5 GB 25 MB/s 1m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 29% ▕████ ▏ 1.0 GB/3.5 GB 25 MB/s 1m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 29% ▕████ ▏ 1.0 GB/3.5 GB 25 MB/s 1m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 29% ▕████ ▏ 1.0 GB/3.5 GB 25 MB/s 1m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 29% ▕████ ▏ 1.0 GB/3.5 GB 25 MB/s 1m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 29% ▕████ ▏ 1.0 GB/3.5 GB 25 MB/s 1m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 29% ▕████ ▏ 1.0 GB/3.5 GB 27 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 29% ▕████ ▏ 1.0 GB/3.5 GB 27 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 29% ▕████ ▏ 1.0 GB/3.5 GB 27 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 29% ▕████ ▏ 1.0 GB/3.5 GB 27 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 29% ▕████ ▏ 1.0 GB/3.5 GB 27 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 29% ▕████ ▏ 1.0 GB/3.5 GB 27 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 30% ▕████ ▏ 1.0 GB/3.5 GB 27 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 30% ▕████ ▏ 1.0 GB/3.5 GB 27 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 30% ▕████ ▏ 1.0 GB/3.5 GB 27 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 30% ▕████ ▏ 1.1 GB/3.5 GB 27 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 30% ▕████ ▏ 1.1 GB/3.5 GB 27 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 30% ▕████ ▏ 1.1 GB/3.5 GB 27 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 30% ▕████ ▏ 1.1 GB/3.5 GB 27 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 30% ▕████ ▏ 1.1 GB/3.5 GB 27 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 30% ▕████ ▏ 1.1 GB/3.5 GB 27 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 30% ▕████ ▏ 1.1 GB/3.5 GB 27 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 30% ▕████ ▏ 1.1 GB/3.5 GB 27 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 30% ▕████ ▏ 1.1 GB/3.5 GB 27 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 31% ▕████ ▏ 1.1 GB/3.5 GB 27 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 31% ▕████ ▏ 1.1 GB/3.5 GB 27 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 31% ▕████ ▏ 1.1 GB/3.5 GB 27 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 31% ▕████ ▏ 1.1 GB/3.5 GB 27 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 31% ▕████ ▏ 1.1 GB/3.5 GB 27 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 31% ▕████ ▏ 1.1 GB/3.5 GB 27 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 31% ▕████ ▏ 1.1 GB/3.5 GB 27 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 31% ▕████ ▏ 1.1 GB/3.5 GB 27 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 31% ▕████ ▏ 1.1 GB/3.5 GB 27 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 31% ▕████ ▏ 1.1 GB/3.5 GB 27 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 31% ▕█████ ▏ 1.1 GB/3.5 GB 27 MB/s 1m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 31% ▕█████ ▏ 1.1 GB/3.5 GB 27 MB/s 1m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 31% ▕█████ ▏ 1.1 GB/3.5 GB 26 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 31% ▕█████ ▏ 1.1 GB/3.5 GB 26 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 31% ▕█████ ▏ 1.1 GB/3.5 GB 26 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 31% ▕█████ ▏ 1.1 GB/3.5 GB 26 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 32% ▕█████ ▏ 1.1 GB/3.5 GB 26 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 32% ▕█████ ▏ 1.1 GB/3.5 GB 26 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 32% ▕█████ ▏ 1.1 GB/3.5 GB 26 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 32% ▕█████ ▏ 1.1 GB/3.5 GB 26 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 32% ▕█████ ▏ 1.1 GB/3.5 GB 26 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 32% ▕█████ ▏ 1.1 GB/3.5 GB 26 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 32% ▕█████ ▏ 1.1 GB/3.5 GB 26 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 32% ▕█████ ▏ 1.1 GB/3.5 GB 26 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 32% ▕█████ ▏ 1.1 GB/3.5 GB 26 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 32% ▕█████ ▏ 1.1 GB/3.5 GB 26 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 32% ▕█████ ▏ 1.1 GB/3.5 GB 26 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 32% ▕█████ ▏ 1.1 GB/3.5 GB 26 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 32% ▕█████ ▏ 1.1 GB/3.5 GB 26 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 32% ▕█████ ▏ 1.1 GB/3.5 GB 26 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 33% ▕█████ ▏ 1.1 GB/3.5 GB 26 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 33% ▕█████ ▏ 1.2 GB/3.5 GB 26 MB/s 1m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 33% ▕█████ ▏ 1.2 GB/3.5 GB 26 MB/s 1m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 33% ▕█████ ▏ 1.2 GB/3.5 GB 26 MB/s 1m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 33% ▕█████ ▏ 1.2 GB/3.5 GB 26 MB/s 1m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 33% ▕█████ ▏ 1.2 GB/3.5 GB 26 MB/s 1m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 33% ▕█████ ▏ 1.2 GB/3.5 GB 26 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 33% ▕█████ ▏ 1.2 GB/3.5 GB 26 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 33% ▕█████ ▏ 1.2 GB/3.5 GB 26 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 33% ▕█████ ▏ 1.2 GB/3.5 GB 26 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 34% ▕█████ ▏ 1.2 GB/3.5 GB 26 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 34% ▕█████ ▏ 1.2 GB/3.5 GB 26 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 34% ▕█████ ▏ 1.2 GB/3.5 GB 26 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 34% ▕█████ ▏ 1.2 GB/3.5 GB 27 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 34% ▕█████ ▏ 1.2 GB/3.5 GB 27 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 34% ▕█████ ▏ 1.2 GB/3.5 GB 27 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 34% ▕█████ ▏ 1.2 GB/3.5 GB 27 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 34% ▕█████ ▏ 1.2 GB/3.5 GB 27 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 34% ▕█████ ▏ 1.2 GB/3.5 GB 27 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 34% ▕█████ ▏ 1.2 GB/3.5 GB 27 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 34% ▕█████ ▏ 1.2 GB/3.5 GB 27 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 34% ▕█████ ▏ 1.2 GB/3.5 GB 27 MB/s 1m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 34% ▕█████ ▏ 1.2 GB/3.5 GB 27 MB/s 1m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 34% ▕█████ ▏ 1.2 GB/3.5 GB 26 MB/s 1m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 35% ▕█████ ▏ 1.2 GB/3.5 GB 26 MB/s 1m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 35% ▕█████ ▏ 1.2 GB/3.5 GB 26 MB/s 1m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 35% ▕█████ ▏ 1.2 GB/3.5 GB 26 MB/s 1m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 35% ▕█████ ▏ 1.2 GB/3.5 GB 26 MB/s 1m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 35% ▕█████ ▏ 1.2 GB/3.5 GB 26 MB/s 1m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 35% ▕█████ ▏ 1.2 GB/3.5 GB 26 MB/s 1m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 35% ▕█████ ▏ 1.2 GB/3.5 GB 26 MB/s 1m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 35% ▕█████ ▏ 1.2 GB/3.5 GB 26 MB/s 1m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 35% ▕█████ ▏ 1.2 GB/3.5 GB 26 MB/s 1m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 35% ▕█████ ▏ 1.2 GB/3.5 GB 28 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 35% ▕█████ ▏ 1.2 GB/3.5 GB 28 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 35% ▕█████ ▏ 1.2 GB/3.5 GB 28 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 36% ▕█████ ▏ 1.3 GB/3.5 GB 28 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 36% ▕█████ ▏ 1.3 GB/3.5 GB 28 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 36% ▕█████ ▏ 1.3 GB/3.5 GB 28 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 36% ▕█████ ▏ 1.3 GB/3.5 GB 28 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 36% ▕█████ ▏ 1.3 GB/3.5 GB 28 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 36% ▕█████ ▏ 1.3 GB/3.5 GB 28 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 36% ▕█████ ▏ 1.3 GB/3.5 GB 28 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 36% ▕█████ ▏ 1.3 GB/3.5 GB 27 MB/s 1m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 36% ▕█████ ▏ 1.3 GB/3.5 GB 27 MB/s 1m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 36% ▕█████ ▏ 1.3 GB/3.5 GB 27 MB/s 1m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 37% ▕█████ ▏ 1.3 GB/3.5 GB 27 MB/s 1m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 37% ▕█████ ▏ 1.3 GB/3.5 GB 27 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 37% ▕█████ ▏ 1.3 GB/3.5 GB 27 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 37% ▕█████ ▏ 1.3 GB/3.5 GB 27 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 37% ▕█████ ▏ 1.3 GB/3.5 GB 27 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 37% ▕█████ ▏ 1.3 GB/3.5 GB 27 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 37% ▕█████ ▏ 1.3 GB/3.5 GB 27 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 37% ▕█████ ▏ 1.3 GB/3.5 GB 27 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 37% ▕█████ ▏ 1.3 GB/3.5 GB 28 MB/s 1m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 37% ▕█████ ▏ 1.3 GB/3.5 GB 28 MB/s 1m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 38% ▕██████ ▏ 1.3 GB/3.5 GB 28 MB/s 1m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 38% ▕██████ ▏ 1.3 GB/3.5 GB 28 MB/s 1m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 38% ▕██████ ▏ 1.3 GB/3.5 GB 28 MB/s 1m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 38% ▕██████ ▏ 1.3 GB/3.5 GB 28 MB/s 1m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 38% ▕██████ ▏ 1.3 GB/3.5 GB 28 MB/s 1m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 38% ▕██████ ▏ 1.3 GB/3.5 GB 28 MB/s 1m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 38% ▕██████ ▏ 1.3 GB/3.5 GB 28 MB/s 1m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 38% ▕██████ ▏ 1.3 GB/3.5 GB 28 MB/s 1m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 38% ▕██████ ▏ 1.3 GB/3.5 GB 29 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 38% ▕██████ ▏ 1.3 GB/3.5 GB 29 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 38% ▕██████ ▏ 1.3 GB/3.5 GB 29 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 38% ▕██████ ▏ 1.3 GB/3.5 GB 29 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 38% ▕██████ ▏ 1.4 GB/3.5 GB 29 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 38% ▕██████ ▏ 1.4 GB/3.5 GB 29 MB/s 1m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 39% ▕██████ ▏ 1.4 GB/3.5 GB 29 MB/s 1m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 39% ▕██████ ▏ 1.4 GB/3.5 GB 29 MB/s 1m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 39% ▕██████ ▏ 1.4 GB/3.5 GB 29 MB/s 1m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 39% ▕██████ ▏ 1.4 GB/3.5 GB 29 MB/s 1m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 39% ▕██████ ▏ 1.4 GB/3.5 GB 29 MB/s 1m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 39% ▕██████ ▏ 1.4 GB/3.5 GB 29 MB/s 1m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 39% ▕██████ ▏ 1.4 GB/3.5 GB 29 MB/s 1m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 39% ▕██████ ▏ 1.4 GB/3.5 GB 29 MB/s 1m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 39% ▕██████ ▏ 1.4 GB/3.5 GB 29 MB/s 1m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 39% ▕██████ ▏ 1.4 GB/3.5 GB 29 MB/s 1m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 39% ▕██████ ▏ 1.4 GB/3.5 GB 29 MB/s 1m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 40% ▕██████ ▏ 1.4 GB/3.5 GB 29 MB/s 1m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 40% ▕██████ ▏ 1.4 GB/3.5 GB 29 MB/s 1m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 40% ▕██████ ▏ 1.4 GB/3.5 GB 29 MB/s 1m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 40% ▕██████ ▏ 1.4 GB/3.5 GB 30 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 40% ▕██████ ▏ 1.4 GB/3.5 GB 30 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 40% ▕██████ ▏ 1.4 GB/3.5 GB 30 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 40% ▕██████ ▏ 1.4 GB/3.5 GB 30 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 40% ▕██████ ▏ 1.4 GB/3.5 GB 30 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 40% ▕██████ ▏ 1.4 GB/3.5 GB 30 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 41% ▕██████ ▏ 1.4 GB/3.5 GB 30 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 41% ▕██████ ▏ 1.4 GB/3.5 GB 30 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 41% ▕██████ ▏ 1.4 GB/3.5 GB 30 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 41% ▕██████ ▏ 1.4 GB/3.5 GB 30 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 41% ▕██████ ▏ 1.4 GB/3.5 GB 31 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 41% ▕██████ ▏ 1.4 GB/3.5 GB 31 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 41% ▕██████ ▏ 1.4 GB/3.5 GB 31 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 41% ▕██████ ▏ 1.5 GB/3.5 GB 31 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 41% ▕██████ ▏ 1.5 GB/3.5 GB 31 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 41% ▕██████ ▏ 1.5 GB/3.5 GB 31 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 42% ▕██████ ▏ 1.5 GB/3.5 GB 31 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 42% ▕██████ ▏ 1.5 GB/3.5 GB 31 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 42% ▕██████ ▏ 1.5 GB/3.5 GB 31 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 42% ▕██████ ▏ 1.5 GB/3.5 GB 31 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 42% ▕██████ ▏ 1.5 GB/3.5 GB 31 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 42% ▕██████ ▏ 1.5 GB/3.5 GB 31 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 42% ▕██████ ▏ 1.5 GB/3.5 GB 31 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 42% ▕██████ ▏ 1.5 GB/3.5 GB 31 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 42% ▕██████ ▏ 1.5 GB/3.5 GB 31 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 42% ▕██████ ▏ 1.5 GB/3.5 GB 31 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 42% ▕██████ ▏ 1.5 GB/3.5 GB 31 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 42% ▕██████ ▏ 1.5 GB/3.5 GB 31 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 42% ▕██████ ▏ 1.5 GB/3.5 GB 31 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 42% ▕██████ ▏ 1.5 GB/3.5 GB 31 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 42% ▕██████ ▏ 1.5 GB/3.5 GB 31 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 43% ▕██████ ▏ 1.5 GB/3.5 GB 31 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 43% ▕██████ ▏ 1.5 GB/3.5 GB 31 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 43% ▕██████ ▏ 1.5 GB/3.5 GB 31 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 43% ▕██████ ▏ 1.5 GB/3.5 GB 31 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 43% ▕██████ ▏ 1.5 GB/3.5 GB 31 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 43% ▕██████ ▏ 1.5 GB/3.5 GB 31 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 43% ▕██████ ▏ 1.5 GB/3.5 GB 31 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 43% ▕██████ ▏ 1.5 GB/3.5 GB 31 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 43% ▕██████ ▏ 1.5 GB/3.5 GB 31 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 43% ▕██████ ▏ 1.5 GB/3.5 GB 31 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 43% ▕██████ ▏ 1.5 GB/3.5 GB 31 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 43% ▕██████ ▏ 1.5 GB/3.5 GB 31 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 44% ▕██████ ▏ 1.5 GB/3.5 GB 31 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 44% ▕██████ ▏ 1.5 GB/3.5 GB 31 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 44% ▕███████ ▏ 1.5 GB/3.5 GB 31 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 44% ▕███████ ▏ 1.5 GB/3.5 GB 31 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 44% ▕███████ ▏ 1.6 GB/3.5 GB 31 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 44% ▕███████ ▏ 1.6 GB/3.5 GB 31 MB/s 1m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 44% ▕███████ ▏ 1.6 GB/3.5 GB 31 MB/s 1m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 44% ▕███████ ▏ 1.6 GB/3.5 GB 31 MB/s 1m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 44% ▕███████ ▏ 1.6 GB/3.5 GB 31 MB/s 1m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 44% ▕███████ ▏ 1.6 GB/3.5 GB 31 MB/s 1m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 44% ▕███████ ▏ 1.6 GB/3.5 GB 31 MB/s 1m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 44% ▕███████ ▏ 1.6 GB/3.5 GB 31 MB/s 1m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 44% ▕███████ ▏ 1.6 GB/3.5 GB 31 MB/s 1m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 45% ▕███████ ▏ 1.6 GB/3.5 GB 31 MB/s 1m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 45% ▕███████ ▏ 1.6 GB/3.5 GB 31 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 45% ▕███████ ▏ 1.6 GB/3.5 GB 31 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 45% ▕███████ ▏ 1.6 GB/3.5 GB 31 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 45% ▕███████ ▏ 1.6 GB/3.5 GB 31 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 45% ▕███████ ▏ 1.6 GB/3.5 GB 30 MB/s 1m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 45% ▕███████ ▏ 1.6 GB/3.5 GB 30 MB/s 1m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 45% ▕███████ ▏ 1.6 GB/3.5 GB 30 MB/s 1m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 45% ▕███████ ▏ 1.6 GB/3.5 GB 30 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 45% ▕███████ ▏ 1.6 GB/3.5 GB 30 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 46% ▕███████ ▏ 1.6 GB/3.5 GB 30 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 46% ▕███████ ▏ 1.6 GB/3.5 GB 30 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 46% ▕███████ ▏ 1.6 GB/3.5 GB 30 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 46% ▕███████ ▏ 1.6 GB/3.5 GB 30 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 46% ▕███████ ▏ 1.6 GB/3.5 GB 30 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 46% ▕███████ ▏ 1.6 GB/3.5 GB 30 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 46% ▕███████ ▏ 1.6 GB/3.5 GB 30 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 46% ▕███████ ▏ 1.6 GB/3.5 GB 30 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 46% ▕███████ ▏ 1.6 GB/3.5 GB 30 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 46% ▕███████ ▏ 1.6 GB/3.5 GB 30 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 46% ▕███████ ▏ 1.6 GB/3.5 GB 30 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 46% ▕███████ ▏ 1.6 GB/3.5 GB 30 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 46% ▕███████ ▏ 1.6 GB/3.5 GB 30 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 46% ▕███████ ▏ 1.6 GB/3.5 GB 30 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 47% ▕███████ ▏ 1.6 GB/3.5 GB 30 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 47% ▕███████ ▏ 1.6 GB/3.5 GB 30 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 47% ▕███████ ▏ 1.6 GB/3.5 GB 30 MB/s 1m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 47% ▕███████ ▏ 1.6 GB/3.5 GB 30 MB/s 1m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 47% ▕███████ ▏ 1.6 GB/3.5 GB 30 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 47% ▕███████ ▏ 1.6 GB/3.5 GB 30 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 47% ▕███████ ▏ 1.6 GB/3.5 GB 30 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 47% ▕███████ ▏ 1.7 GB/3.5 GB 30 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 47% ▕███████ ▏ 1.7 GB/3.5 GB 30 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 47% ▕███████ ▏ 1.7 GB/3.5 GB 30 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 47% ▕███████ ▏ 1.7 GB/3.5 GB 30 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 47% ▕███████ ▏ 1.7 GB/3.5 GB 30 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 48% ▕███████ ▏ 1.7 GB/3.5 GB 29 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 48% ▕███████ ▏ 1.7 GB/3.5 GB 29 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 48% ▕███████ ▏ 1.7 GB/3.5 GB 29 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 48% ▕███████ ▏ 1.7 GB/3.5 GB 29 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 48% ▕███████ ▏ 1.7 GB/3.5 GB 29 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 48% ▕███████ ▏ 1.7 GB/3.5 GB 29 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 48% ▕███████ ▏ 1.7 GB/3.5 GB 29 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 48% ▕███████ ▏ 1.7 GB/3.5 GB 29 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 48% ▕███████ ▏ 1.7 GB/3.5 GB 29 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 48% ▕███████ ▏ 1.7 GB/3.5 GB 29 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 48% ▕███████ ▏ 1.7 GB/3.5 GB 28 MB/s 1m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 48% ▕███████ ▏ 1.7 GB/3.5 GB 28 MB/s 1m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 48% ▕███████ ▏ 1.7 GB/3.5 GB 28 MB/s 1m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 48% ▕███████ ▏ 1.7 GB/3.5 GB 28 MB/s 1m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 49% ▕███████ ▏ 1.7 GB/3.5 GB 28 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 49% ▕███████ ▏ 1.7 GB/3.5 GB 28 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 49% ▕███████ ▏ 1.7 GB/3.5 GB 28 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 49% ▕███████ ▏ 1.7 GB/3.5 GB 28 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 49% ▕███████ ▏ 1.7 GB/3.5 GB 28 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 49% ▕███████ ▏ 1.7 GB/3.5 GB 28 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 49% ▕███████ ▏ 1.7 GB/3.5 GB 26 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 49% ▕███████ ▏ 1.7 GB/3.5 GB 26 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 49% ▕███████ ▏ 1.7 GB/3.5 GB 26 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 49% ▕███████ ▏ 1.7 GB/3.5 GB 26 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 49% ▕███████ ▏ 1.7 GB/3.5 GB 26 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 50% ▕███████ ▏ 1.7 GB/3.5 GB 26 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 50% ▕███████ ▏ 1.7 GB/3.5 GB 26 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 50% ▕███████ ▏ 1.7 GB/3.5 GB 26 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 50% ▕███████ ▏ 1.8 GB/3.5 GB 26 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 50% ▕███████ ▏ 1.8 GB/3.5 GB 26 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 50% ▕███████ ▏ 1.8 GB/3.5 GB 26 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 50% ▕███████ ▏ 1.8 GB/3.5 GB 28 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 50% ▕████████ ▏ 1.8 GB/3.5 GB 28 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 50% ▕████████ ▏ 1.8 GB/3.5 GB 28 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 50% ▕████████ ▏ 1.8 GB/3.5 GB 28 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 50% ▕████████ ▏ 1.8 GB/3.5 GB 28 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 50% ▕████████ ▏ 1.8 GB/3.5 GB 28 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 51% ▕████████ ▏ 1.8 GB/3.5 GB 28 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 51% ▕████████ ▏ 1.8 GB/3.5 GB 28 MB/s 59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 51% ▕████████ ▏ 1.8 GB/3.5 GB 28 MB/s 59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 51% ▕████████ ▏ 1.8 GB/3.5 GB 28 MB/s 59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 51% ▕████████ ▏ 1.8 GB/3.5 GB 29 MB/s 59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 51% ▕████████ ▏ 1.8 GB/3.5 GB 29 MB/s 59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 51% ▕████████ ▏ 1.8 GB/3.5 GB 29 MB/s 59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 51% ▕████████ ▏ 1.8 GB/3.5 GB 29 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 51% ▕████████ ▏ 1.8 GB/3.5 GB 29 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 51% ▕████████ ▏ 1.8 GB/3.5 GB 29 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 51% ▕████████ ▏ 1.8 GB/3.5 GB 29 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 51% ▕████████ ▏ 1.8 GB/3.5 GB 29 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 51% ▕████████ ▏ 1.8 GB/3.5 GB 29 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 51% ▕████████ ▏ 1.8 GB/3.5 GB 29 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 51% ▕████████ ▏ 1.8 GB/3.5 GB 27 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 52% ▕████████ ▏ 1.8 GB/3.5 GB 27 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 52% ▕████████ ▏ 1.8 GB/3.5 GB 27 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 52% ▕████████ ▏ 1.8 GB/3.5 GB 27 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 52% ▕████████ ▏ 1.8 GB/3.5 GB 27 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 52% ▕████████ ▏ 1.8 GB/3.5 GB 27 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 52% ▕████████ ▏ 1.8 GB/3.5 GB 27 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 52% ▕████████ ▏ 1.8 GB/3.5 GB 27 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 52% ▕████████ ▏ 1.8 GB/3.5 GB 27 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 52% ▕████████ ▏ 1.8 GB/3.5 GB 27 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 52% ▕████████ ▏ 1.8 GB/3.5 GB 28 MB/s 59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 52% ▕████████ ▏ 1.8 GB/3.5 GB 28 MB/s 59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 53% ▕████████ ▏ 1.9 GB/3.5 GB 28 MB/s 59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 53% ▕████████ ▏ 1.9 GB/3.5 GB 28 MB/s 59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 53% ▕████████ ▏ 1.9 GB/3.5 GB 28 MB/s 59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 53% ▕████████ ▏ 1.9 GB/3.5 GB 28 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 53% ▕████████ ▏ 1.9 GB/3.5 GB 28 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 53% ▕████████ ▏ 1.9 GB/3.5 GB 28 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 53% ▕████████ ▏ 1.9 GB/3.5 GB 28 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 53% ▕████████ ▏ 1.9 GB/3.5 GB 28 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 53% ▕████████ ▏ 1.9 GB/3.5 GB 27 MB/s 59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 53% ▕████████ ▏ 1.9 GB/3.5 GB 27 MB/s 59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 53% ▕████████ ▏ 1.9 GB/3.5 GB 27 MB/s 59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 54% ▕████████ ▏ 1.9 GB/3.5 GB 27 MB/s 59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 54% ▕████████ ▏ 1.9 GB/3.5 GB 27 MB/s 59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 54% ▕████████ ▏ 1.9 GB/3.5 GB 27 MB/s 59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 54% ▕████████ ▏ 1.9 GB/3.5 GB 27 MB/s 59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 54% ▕████████ ▏ 1.9 GB/3.5 GB 27 MB/s 59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 54% ▕████████ ▏ 1.9 GB/3.5 GB 27 MB/s 59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 54% ▕████████ ▏ 1.9 GB/3.5 GB 27 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 54% ▕████████ ▏ 1.9 GB/3.5 GB 27 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 54% ▕████████ ▏ 1.9 GB/3.5 GB 28 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 54% ▕████████ ▏ 1.9 GB/3.5 GB 28 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 54% ▕████████ ▏ 1.9 GB/3.5 GB 28 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 54% ▕████████ ▏ 1.9 GB/3.5 GB 28 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 54% ▕████████ ▏ 1.9 GB/3.5 GB 28 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 54% ▕████████ ▏ 1.9 GB/3.5 GB 28 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 55% ▕████████ ▏ 1.9 GB/3.5 GB 28 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 55% ▕████████ ▏ 1.9 GB/3.5 GB 28 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 55% ▕████████ ▏ 1.9 GB/3.5 GB 28 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 55% ▕████████ ▏ 1.9 GB/3.5 GB 28 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 55% ▕████████ ▏ 1.9 GB/3.5 GB 28 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 55% ▕████████ ▏ 1.9 GB/3.5 GB 28 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 55% ▕████████ ▏ 1.9 GB/3.5 GB 28 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 55% ▕████████ ▏ 1.9 GB/3.5 GB 28 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 55% ▕████████ ▏ 1.9 GB/3.5 GB 28 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 55% ▕████████ ▏ 1.9 GB/3.5 GB 28 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 56% ▕████████ ▏ 2.0 GB/3.5 GB 28 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 56% ▕████████ ▏ 2.0 GB/3.5 GB 28 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 56% ▕████████ ▏ 2.0 GB/3.5 GB 28 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 56% ▕████████ ▏ 2.0 GB/3.5 GB 28 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 56% ▕████████ ▏ 2.0 GB/3.5 GB 29 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 56% ▕████████ ▏ 2.0 GB/3.5 GB 29 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 56% ▕████████ ▏ 2.0 GB/3.5 GB 29 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 56% ▕████████ ▏ 2.0 GB/3.5 GB 29 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 56% ▕████████ ▏ 2.0 GB/3.5 GB 29 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 56% ▕████████ ▏ 2.0 GB/3.5 GB 29 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 56% ▕████████ ▏ 2.0 GB/3.5 GB 29 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 56% ▕█████████ ▏ 2.0 GB/3.5 GB 29 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 57% ▕█████████ ▏ 2.0 GB/3.5 GB 29 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 57% ▕█████████ ▏ 2.0 GB/3.5 GB 29 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 57% ▕█████████ ▏ 2.0 GB/3.5 GB 30 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 57% ▕█████████ ▏ 2.0 GB/3.5 GB 30 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 57% ▕█████████ ▏ 2.0 GB/3.5 GB 30 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 57% ▕█████████ ▏ 2.0 GB/3.5 GB 30 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 57% ▕█████████ ▏ 2.0 GB/3.5 GB 30 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 57% ▕█████████ ▏ 2.0 GB/3.5 GB 30 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 57% ▕█████████ ▏ 2.0 GB/3.5 GB 30 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 57% ▕█████████ ▏ 2.0 GB/3.5 GB 30 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 57% ▕█████████ ▏ 2.0 GB/3.5 GB 30 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 57% ▕█████████ ▏ 2.0 GB/3.5 GB 30 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 57% ▕█████████ ▏ 2.0 GB/3.5 GB 29 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 57% ▕█████████ ▏ 2.0 GB/3.5 GB 29 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 57% ▕█████████ ▏ 2.0 GB/3.5 GB 29 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 58% ▕█████████ ▏ 2.0 GB/3.5 GB 29 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 58% ▕█████████ ▏ 2.0 GB/3.5 GB 29 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 58% ▕█████████ ▏ 2.0 GB/3.5 GB 29 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 58% ▕█████████ ▏ 2.0 GB/3.5 GB 29 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 58% ▕█████████ ▏ 2.0 GB/3.5 GB 29 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 58% ▕█████████ ▏ 2.0 GB/3.5 GB 29 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 58% ▕█████████ ▏ 2.0 GB/3.5 GB 29 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 58% ▕█████████ ▏ 2.0 GB/3.5 GB 29 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 58% ▕█████████ ▏ 2.0 GB/3.5 GB 28 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 58% ▕█████████ ▏ 2.1 GB/3.5 GB 28 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 58% ▕█████████ ▏ 2.1 GB/3.5 GB 28 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 58% ▕█████████ ▏ 2.1 GB/3.5 GB 28 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 58% ▕█████████ ▏ 2.1 GB/3.5 GB 28 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 58% ▕█████████ ▏ 2.1 GB/3.5 GB 28 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 58% ▕█████████ ▏ 2.1 GB/3.5 GB 28 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 59% ▕█████████ ▏ 2.1 GB/3.5 GB 28 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 59% ▕█████████ ▏ 2.1 GB/3.5 GB 28 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 59% ▕█████████ ▏ 2.1 GB/3.5 GB 28 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 59% ▕█████████ ▏ 2.1 GB/3.5 GB 29 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 59% ▕█████████ ▏ 2.1 GB/3.5 GB 29 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 59% ▕█████████ ▏ 2.1 GB/3.5 GB 29 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 59% ▕█████████ ▏ 2.1 GB/3.5 GB 29 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 59% ▕█████████ ▏ 2.1 GB/3.5 GB 29 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 59% ▕█████████ ▏ 2.1 GB/3.5 GB 29 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 59% ▕█████████ ▏ 2.1 GB/3.5 GB 29 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 59% ▕█████████ ▏ 2.1 GB/3.5 GB 29 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 60% ▕█████████ ▏ 2.1 GB/3.5 GB 29 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 60% ▕█████████ ▏ 2.1 GB/3.5 GB 29 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 60% ▕█████████ ▏ 2.1 GB/3.5 GB 28 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 60% ▕█████████ ▏ 2.1 GB/3.5 GB 28 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 60% ▕█████████ ▏ 2.1 GB/3.5 GB 28 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 60% ▕█████████ ▏ 2.1 GB/3.5 GB 28 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 60% ▕█████████ ▏ 2.1 GB/3.5 GB 28 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 60% ▕█████████ ▏ 2.1 GB/3.5 GB 28 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 60% ▕█████████ ▏ 2.1 GB/3.5 GB 28 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 60% ▕█████████ ▏ 2.1 GB/3.5 GB 28 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 60% ▕█████████ ▏ 2.1 GB/3.5 GB 28 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 60% ▕█████████ ▏ 2.1 GB/3.5 GB 28 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 61% ▕█████████ ▏ 2.1 GB/3.5 GB 28 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 61% ▕█████████ ▏ 2.1 GB/3.5 GB 28 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 61% ▕█████████ ▏ 2.1 GB/3.5 GB 28 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 61% ▕█████████ ▏ 2.1 GB/3.5 GB 28 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 61% ▕█████████ ▏ 2.1 GB/3.5 GB 28 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 61% ▕█████████ ▏ 2.1 GB/3.5 GB 28 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 61% ▕█████████ ▏ 2.1 GB/3.5 GB 28 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 61% ▕█████████ ▏ 2.1 GB/3.5 GB 28 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 61% ▕█████████ ▏ 2.1 GB/3.5 GB 28 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 61% ▕█████████ ▏ 2.2 GB/3.5 GB 28 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 61% ▕█████████ ▏ 2.2 GB/3.5 GB 29 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 61% ▕█████████ ▏ 2.2 GB/3.5 GB 29 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 62% ▕█████████ ▏ 2.2 GB/3.5 GB 29 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 62% ▕█████████ ▏ 2.2 GB/3.5 GB 29 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 62% ▕█████████ ▏ 2.2 GB/3.5 GB 29 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 62% ▕█████████ ▏ 2.2 GB/3.5 GB 29 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 62% ▕█████████ ▏ 2.2 GB/3.5 GB 29 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 62% ▕█████████ ▏ 2.2 GB/3.5 GB 29 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 62% ▕█████████ ▏ 2.2 GB/3.5 GB 29 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 62% ▕█████████ ▏ 2.2 GB/3.5 GB 29 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 62% ▕█████████ ▏ 2.2 GB/3.5 GB 29 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 62% ▕█████████ ▏ 2.2 GB/3.5 GB 28 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 62% ▕█████████ ▏ 2.2 GB/3.5 GB 28 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 62% ▕█████████ ▏ 2.2 GB/3.5 GB 28 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 62% ▕█████████ ▏ 2.2 GB/3.5 GB 28 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 62% ▕█████████ ▏ 2.2 GB/3.5 GB 28 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 62% ▕█████████ ▏ 2.2 GB/3.5 GB 28 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 62% ▕█████████ ▏ 2.2 GB/3.5 GB 28 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 62% ▕█████████ ▏ 2.2 GB/3.5 GB 28 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 63% ▕██████████ ▏ 2.2 GB/3.5 GB 28 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 63% ▕██████████ ▏ 2.2 GB/3.5 GB 28 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 63% ▕██████████ ▏ 2.2 GB/3.5 GB 27 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 63% ▕██████████ ▏ 2.2 GB/3.5 GB 27 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 63% ▕██████████ ▏ 2.2 GB/3.5 GB 27 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 63% ▕██████████ ▏ 2.2 GB/3.5 GB 27 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 63% ▕██████████ ▏ 2.2 GB/3.5 GB 27 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 63% ▕██████████ ▏ 2.2 GB/3.5 GB 27 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 63% ▕██████████ ▏ 2.2 GB/3.5 GB 27 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 63% ▕██████████ ▏ 2.2 GB/3.5 GB 27 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 63% ▕██████████ ▏ 2.2 GB/3.5 GB 27 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 63% ▕██████████ ▏ 2.2 GB/3.5 GB 27 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 63% ▕██████████ ▏ 2.2 GB/3.5 GB 26 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 64% ▕██████████ ▏ 2.2 GB/3.5 GB 26 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 64% ▕██████████ ▏ 2.2 GB/3.5 GB 26 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 64% ▕██████████ ▏ 2.2 GB/3.5 GB 26 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 64% ▕██████████ ▏ 2.2 GB/3.5 GB 26 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 64% ▕██████████ ▏ 2.3 GB/3.5 GB 26 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 64% ▕██████████ ▏ 2.3 GB/3.5 GB 26 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 64% ▕██████████ ▏ 2.3 GB/3.5 GB 26 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 64% ▕██████████ ▏ 2.3 GB/3.5 GB 26 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 64% ▕██████████ ▏ 2.3 GB/3.5 GB 26 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 64% ▕██████████ ▏ 2.3 GB/3.5 GB 27 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 65% ▕██████████ ▏ 2.3 GB/3.5 GB 27 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 65% ▕██████████ ▏ 2.3 GB/3.5 GB 27 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 65% ▕██████████ ▏ 2.3 GB/3.5 GB 27 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 65% ▕██████████ ▏ 2.3 GB/3.5 GB 27 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 65% ▕██████████ ▏ 2.3 GB/3.5 GB 27 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 65% ▕██████████ ▏ 2.3 GB/3.5 GB 27 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 65% ▕██████████ ▏ 2.3 GB/3.5 GB 27 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 65% ▕██████████ ▏ 2.3 GB/3.5 GB 27 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 65% ▕██████████ ▏ 2.3 GB/3.5 GB 27 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 65% ▕██████████ ▏ 2.3 GB/3.5 GB 28 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 65% ▕██████████ ▏ 2.3 GB/3.5 GB 28 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 65% ▕██████████ ▏ 2.3 GB/3.5 GB 28 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 65% ▕██████████ ▏ 2.3 GB/3.5 GB 28 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 65% ▕██████████ ▏ 2.3 GB/3.5 GB 28 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 66% ▕██████████ ▏ 2.3 GB/3.5 GB 28 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 66% ▕██████████ ▏ 2.3 GB/3.5 GB 28 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 66% ▕██████████ ▏ 2.3 GB/3.5 GB 28 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 66% ▕██████████ ▏ 2.3 GB/3.5 GB 28 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 66% ▕██████████ ▏ 2.3 GB/3.5 GB 28 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 66% ▕██████████ ▏ 2.3 GB/3.5 GB 28 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 66% ▕██████████ ▏ 2.3 GB/3.5 GB 27 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 66% ▕██████████ ▏ 2.3 GB/3.5 GB 27 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 66% ▕██████████ ▏ 2.3 GB/3.5 GB 27 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 66% ▕██████████ ▏ 2.3 GB/3.5 GB 27 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 66% ▕██████████ ▏ 2.3 GB/3.5 GB 27 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 66% ▕██████████ ▏ 2.3 GB/3.5 GB 27 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 66% ▕██████████ ▏ 2.3 GB/3.5 GB 27 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 67% ▕██████████ ▏ 2.3 GB/3.5 GB 27 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 67% ▕██████████ ▏ 2.3 GB/3.5 GB 27 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 67% ▕██████████ ▏ 2.3 GB/3.5 GB 27 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 67% ▕██████████ ▏ 2.4 GB/3.5 GB 27 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 67% ▕██████████ ▏ 2.4 GB/3.5 GB 27 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 67% ▕██████████ ▏ 2.4 GB/3.5 GB 27 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 67% ▕██████████ ▏ 2.4 GB/3.5 GB 27 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 67% ▕██████████ ▏ 2.4 GB/3.5 GB 27 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 67% ▕██████████ ▏ 2.4 GB/3.5 GB 27 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 67% ▕██████████ ▏ 2.4 GB/3.5 GB 27 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 67% ▕██████████ ▏ 2.4 GB/3.5 GB 27 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 67% ▕██████████ ▏ 2.4 GB/3.5 GB 27 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 68% ▕██████████ ▏ 2.4 GB/3.5 GB 27 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 68% ▕██████████ ▏ 2.4 GB/3.5 GB 27 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 68% ▕██████████ ▏ 2.4 GB/3.5 GB 27 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 68% ▕██████████ ▏ 2.4 GB/3.5 GB 27 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 68% ▕██████████ ▏ 2.4 GB/3.5 GB 27 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 68% ▕██████████ ▏ 2.4 GB/3.5 GB 27 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 68% ▕██████████ ▏ 2.4 GB/3.5 GB 27 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 68% ▕██████████ ▏ 2.4 GB/3.5 GB 27 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 68% ▕██████████ ▏ 2.4 GB/3.5 GB 27 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 68% ▕██████████ ▏ 2.4 GB/3.5 GB 27 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 68% ▕██████████ ▏ 2.4 GB/3.5 GB 27 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 68% ▕██████████ ▏ 2.4 GB/3.5 GB 27 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 68% ▕██████████ ▏ 2.4 GB/3.5 GB 27 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 68% ▕██████████ ▏ 2.4 GB/3.5 GB 27 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 69% ▕██████████ ▏ 2.4 GB/3.5 GB 27 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 69% ▕██████████ ▏ 2.4 GB/3.5 GB 27 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 69% ▕███████████ ▏ 2.4 GB/3.5 GB 27 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 69% ▕███████████ ▏ 2.4 GB/3.5 GB 27 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 69% ▕███████████ ▏ 2.4 GB/3.5 GB 27 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 69% ▕███████████ ▏ 2.4 GB/3.5 GB 27 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 69% ▕███████████ ▏ 2.4 GB/3.5 GB 27 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 69% ▕███████████ ▏ 2.4 GB/3.5 GB 28 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 69% ▕███████████ ▏ 2.4 GB/3.5 GB 28 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 69% ▕███████████ ▏ 2.4 GB/3.5 GB 28 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 69% ▕███████████ ▏ 2.4 GB/3.5 GB 28 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 70% ▕███████████ ▏ 2.4 GB/3.5 GB 28 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 70% ▕███████████ ▏ 2.4 GB/3.5 GB 28 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 70% ▕███████████ ▏ 2.5 GB/3.5 GB 28 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 70% ▕███████████ ▏ 2.5 GB/3.5 GB 28 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 70% ▕███████████ ▏ 2.5 GB/3.5 GB 28 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 70% ▕███████████ ▏ 2.5 GB/3.5 GB 28 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 70% ▕███████████ ▏ 2.5 GB/3.5 GB 28 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 70% ▕███████████ ▏ 2.5 GB/3.5 GB 28 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 70% ▕███████████ ▏ 2.5 GB/3.5 GB 28 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 70% ▕███████████ ▏ 2.5 GB/3.5 GB 28 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 70% ▕███████████ ▏ 2.5 GB/3.5 GB 28 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 70% ▕███████████ ▏ 2.5 GB/3.5 GB 28 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 70% ▕███████████ ▏ 2.5 GB/3.5 GB 28 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 70% ▕███████████ ▏ 2.5 GB/3.5 GB 28 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 70% ▕███████████ ▏ 2.5 GB/3.5 GB 28 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 70% ▕███████████ ▏ 2.5 GB/3.5 GB 28 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 71% ▕███████████ ▏ 2.5 GB/3.5 GB 28 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 71% ▕███████████ ▏ 2.5 GB/3.5 GB 28 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 71% ▕███████████ ▏ 2.5 GB/3.5 GB 28 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 71% ▕███████████ ▏ 2.5 GB/3.5 GB 28 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 71% ▕███████████ ▏ 2.5 GB/3.5 GB 28 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 71% ▕███████████ ▏ 2.5 GB/3.5 GB 28 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 71% ▕███████████ ▏ 2.5 GB/3.5 GB 28 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 71% ▕███████████ ▏ 2.5 GB/3.5 GB 28 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 71% ▕███████████ ▏ 2.5 GB/3.5 GB 28 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 71% ▕███████████ ▏ 2.5 GB/3.5 GB 28 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 72% ▕███████████ ▏ 2.5 GB/3.5 GB 28 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 72% ▕███████████ ▏ 2.5 GB/3.5 GB 28 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 72% ▕███████████ ▏ 2.5 GB/3.5 GB 28 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 72% ▕███████████ ▏ 2.5 GB/3.5 GB 28 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 72% ▕███████████ ▏ 2.5 GB/3.5 GB 28 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 72% ▕███████████ ▏ 2.5 GB/3.5 GB 28 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 72% ▕███████████ ▏ 2.5 GB/3.5 GB 28 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 72% ▕███████████ ▏ 2.5 GB/3.5 GB 28 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 72% ▕███████████ ▏ 2.5 GB/3.5 GB 28 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 72% ▕███████████ ▏ 2.5 GB/3.5 GB 28 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 72% ▕███████████ ▏ 2.6 GB/3.5 GB 28 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 73% ▕███████████ ▏ 2.6 GB/3.5 GB 28 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 73% ▕███████████ ▏ 2.6 GB/3.5 GB 28 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 73% ▕███████████ ▏ 2.6 GB/3.5 GB 28 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 73% ▕███████████ ▏ 2.6 GB/3.5 GB 28 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 73% ▕███████████ ▏ 2.6 GB/3.5 GB 28 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 73% ▕███████████ ▏ 2.6 GB/3.5 GB 28 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 73% ▕███████████ ▏ 2.6 GB/3.5 GB 28 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 73% ▕███████████ ▏ 2.6 GB/3.5 GB 28 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 73% ▕███████████ ▏ 2.6 GB/3.5 GB 28 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 74% ▕███████████ ▏ 2.6 GB/3.5 GB 28 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 74% ▕███████████ ▏ 2.6 GB/3.5 GB 29 MB/s 31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 74% ▕███████████ ▏ 2.6 GB/3.5 GB 29 MB/s 31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 74% ▕███████████ ▏ 2.6 GB/3.5 GB 29 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 74% ▕███████████ ▏ 2.6 GB/3.5 GB 29 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 74% ▕███████████ ▏ 2.6 GB/3.5 GB 29 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 74% ▕███████████ ▏ 2.6 GB/3.5 GB 29 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 74% ▕███████████ ▏ 2.6 GB/3.5 GB 29 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 74% ▕███████████ ▏ 2.6 GB/3.5 GB 29 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 74% ▕███████████ ▏ 2.6 GB/3.5 GB 29 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 74% ▕███████████ ▏ 2.6 GB/3.5 GB 29 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 74% ▕███████████ ▏ 2.6 GB/3.5 GB 29 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 74% ▕███████████ ▏ 2.6 GB/3.5 GB 30 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 75% ▕███████████ ▏ 2.6 GB/3.5 GB 30 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 75% ▕███████████ ▏ 2.6 GB/3.5 GB 30 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 75% ▕███████████ ▏ 2.6 GB/3.5 GB 30 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 75% ▕███████████ ▏ 2.6 GB/3.5 GB 30 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 75% ▕███████████ ▏ 2.6 GB/3.5 GB 30 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 75% ▕███████████ ▏ 2.6 GB/3.5 GB 30 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 75% ▕████████████ ▏ 2.6 GB/3.5 GB 30 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 75% ▕████████████ ▏ 2.6 GB/3.5 GB 30 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 75% ▕████████████ ▏ 2.6 GB/3.5 GB 30 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 75% ▕████████████ ▏ 2.7 GB/3.5 GB 30 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 75% ▕████████████ ▏ 2.7 GB/3.5 GB 30 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 76% ▕████████████ ▏ 2.7 GB/3.5 GB 30 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 76% ▕████████████ ▏ 2.7 GB/3.5 GB 30 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 76% ▕████████████ ▏ 2.7 GB/3.5 GB 30 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 76% ▕████████████ ▏ 2.7 GB/3.5 GB 30 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 76% ▕████████████ ▏ 2.7 GB/3.5 GB 30 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 76% ▕████████████ ▏ 2.7 GB/3.5 GB 30 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 76% ▕████████████ ▏ 2.7 GB/3.5 GB 30 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 76% ▕████████████ ▏ 2.7 GB/3.5 GB 30 MB/s 27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 76% ▕████████████ ▏ 2.7 GB/3.5 GB 29 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 76% ▕████████████ ▏ 2.7 GB/3.5 GB 29 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 76% ▕████████████ ▏ 2.7 GB/3.5 GB 29 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 76% ▕████████████ ▏ 2.7 GB/3.5 GB 29 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 76% ▕████████████ ▏ 2.7 GB/3.5 GB 29 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 76% ▕████████████ ▏ 2.7 GB/3.5 GB 29 MB/s 27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 76% ▕████████████ ▏ 2.7 GB/3.5 GB 29 MB/s 27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 76% ▕████████████ ▏ 2.7 GB/3.5 GB 29 MB/s 27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 77% ▕████████████ ▏ 2.7 GB/3.5 GB 29 MB/s 27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 77% ▕████████████ ▏ 2.7 GB/3.5 GB 29 MB/s 27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 77% ▕████████████ ▏ 2.7 GB/3.5 GB 29 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 77% ▕████████████ ▏ 2.7 GB/3.5 GB 29 MB/s 27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 77% ▕████████████ ▏ 2.7 GB/3.5 GB 29 MB/s 27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 77% ▕████████████ ▏ 2.7 GB/3.5 GB 29 MB/s 27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 77% ▕████████████ ▏ 2.7 GB/3.5 GB 29 MB/s 27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 77% ▕████████████ ▏ 2.7 GB/3.5 GB 29 MB/s 27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 77% ▕████████████ ▏ 2.7 GB/3.5 GB 29 MB/s 27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 77% ▕████████████ ▏ 2.7 GB/3.5 GB 29 MB/s 27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 77% ▕████████████ ▏ 2.7 GB/3.5 GB 29 MB/s 27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 77% ▕████████████ ▏ 2.7 GB/3.5 GB 29 MB/s 27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 78% ▕████████████ ▏ 2.7 GB/3.5 GB 29 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 78% ▕████████████ ▏ 2.7 GB/3.5 GB 29 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 78% ▕████████████ ▏ 2.7 GB/3.5 GB 29 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 78% ▕████████████ ▏ 2.7 GB/3.5 GB 29 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 78% ▕████████████ ▏ 2.7 GB/3.5 GB 29 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 78% ▕████████████ ▏ 2.7 GB/3.5 GB 29 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 78% ▕████████████ ▏ 2.7 GB/3.5 GB 29 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 78% ▕████████████ ▏ 2.7 GB/3.5 GB 29 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 78% ▕████████████ ▏ 2.7 GB/3.5 GB 29 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 78% ▕████████████ ▏ 2.7 GB/3.5 GB 29 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 78% ▕████████████ ▏ 2.8 GB/3.5 GB 29 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 78% ▕████████████ ▏ 2.8 GB/3.5 GB 29 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 78% ▕████████████ ▏ 2.8 GB/3.5 GB 29 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 78% ▕████████████ ▏ 2.8 GB/3.5 GB 29 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 78% ▕████████████ ▏ 2.8 GB/3.5 GB 29 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 79% ▕████████████ ▏ 2.8 GB/3.5 GB 29 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 79% ▕████████████ ▏ 2.8 GB/3.5 GB 29 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 79% ▕████████████ ▏ 2.8 GB/3.5 GB 29 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 79% ▕████████████ ▏ 2.8 GB/3.5 GB 29 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 79% ▕████████████ ▏ 2.8 GB/3.5 GB 29 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 79% ▕████████████ ▏ 2.8 GB/3.5 GB 29 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 79% ▕████████████ ▏ 2.8 GB/3.5 GB 28 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 79% ▕████████████ ▏ 2.8 GB/3.5 GB 28 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 79% ▕████████████ ▏ 2.8 GB/3.5 GB 28 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 79% ▕████████████ ▏ 2.8 GB/3.5 GB 28 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 79% ▕████████████ ▏ 2.8 GB/3.5 GB 28 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 79% ▕████████████ ▏ 2.8 GB/3.5 GB 28 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 79% ▕████████████ ▏ 2.8 GB/3.5 GB 28 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 80% ▕████████████ ▏ 2.8 GB/3.5 GB 28 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 80% ▕████████████ ▏ 2.8 GB/3.5 GB 28 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 80% ▕████████████ ▏ 2.8 GB/3.5 GB 28 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 80% ▕████████████ ▏ 2.8 GB/3.5 GB 28 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 80% ▕████████████ ▏ 2.8 GB/3.5 GB 28 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 80% ▕████████████ ▏ 2.8 GB/3.5 GB 28 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 80% ▕████████████ ▏ 2.8 GB/3.5 GB 28 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 80% ▕████████████ ▏ 2.8 GB/3.5 GB 28 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 80% ▕████████████ ▏ 2.8 GB/3.5 GB 28 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 80% ▕████████████ ▏ 2.8 GB/3.5 GB 28 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 80% ▕████████████ ▏ 2.8 GB/3.5 GB 28 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 81% ▕████████████ ▏ 2.8 GB/3.5 GB 28 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 81% ▕████████████ ▏ 2.8 GB/3.5 GB 28 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 81% ▕████████████ ▏ 2.8 GB/3.5 GB 27 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 81% ▕████████████ ▏ 2.8 GB/3.5 GB 27 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 81% ▕████████████ ▏ 2.8 GB/3.5 GB 27 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 81% ▕████████████ ▏ 2.8 GB/3.5 GB 27 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 81% ▕████████████ ▏ 2.8 GB/3.5 GB 27 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 81% ▕████████████ ▏ 2.9 GB/3.5 GB 27 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 81% ▕████████████ ▏ 2.9 GB/3.5 GB 27 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 81% ▕████████████ ▏ 2.9 GB/3.5 GB 27 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 81% ▕████████████ ▏ 2.9 GB/3.5 GB 27 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 81% ▕████████████ ▏ 2.9 GB/3.5 GB 27 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 81% ▕█████████████ ▏ 2.9 GB/3.5 GB 27 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 81% ▕█████████████ ▏ 2.9 GB/3.5 GB 27 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 81% ▕█████████████ ▏ 2.9 GB/3.5 GB 27 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 82% ▕█████████████ ▏ 2.9 GB/3.5 GB 27 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 82% ▕█████████████ ▏ 2.9 GB/3.5 GB 27 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 82% ▕█████████████ ▏ 2.9 GB/3.5 GB 27 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 82% ▕█████████████ ▏ 2.9 GB/3.5 GB 27 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 82% ▕█████████████ ▏ 2.9 GB/3.5 GB 27 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 82% ▕█████████████ ▏ 2.9 GB/3.5 GB 27 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 82% ▕█████████████ ▏ 2.9 GB/3.5 GB 27 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 82% ▕█████████████ ▏ 2.9 GB/3.5 GB 27 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 82% ▕█████████████ ▏ 2.9 GB/3.5 GB 26 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 82% ▕█████████████ ▏ 2.9 GB/3.5 GB 26 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 82% ▕█████████████ ▏ 2.9 GB/3.5 GB 26 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 82% ▕█████████████ ▏ 2.9 GB/3.5 GB 26 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 82% ▕█████████████ ▏ 2.9 GB/3.5 GB 26 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 83% ▕█████████████ ▏ 2.9 GB/3.5 GB 26 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 83% ▕█████████████ ▏ 2.9 GB/3.5 GB 26 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 83% ▕█████████████ ▏ 2.9 GB/3.5 GB 26 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 83% ▕█████████████ ▏ 2.9 GB/3.5 GB 26 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 83% ▕█████████████ ▏ 2.9 GB/3.5 GB 26 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 83% ▕█████████████ ▏ 2.9 GB/3.5 GB 26 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 83% ▕█████████████ ▏ 2.9 GB/3.5 GB 26 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 83% ▕█████████████ ▏ 2.9 GB/3.5 GB 26 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 83% ▕█████████████ ▏ 2.9 GB/3.5 GB 26 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 83% ▕█████████████ ▏ 2.9 GB/3.5 GB 26 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 83% ▕█████████████ ▏ 2.9 GB/3.5 GB 26 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 83% ▕█████████████ ▏ 2.9 GB/3.5 GB 26 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 83% ▕█████████████ ▏ 2.9 GB/3.5 GB 26 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 83% ▕█████████████ ▏ 2.9 GB/3.5 GB 26 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 84% ▕█████████████ ▏ 2.9 GB/3.5 GB 26 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 84% ▕█████████████ ▏ 2.9 GB/3.5 GB 27 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 84% ▕█████████████ ▏ 2.9 GB/3.5 GB 27 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 84% ▕█████████████ ▏ 2.9 GB/3.5 GB 27 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 84% ▕█████████████ ▏ 2.9 GB/3.5 GB 27 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 84% ▕█████████████ ▏ 3.0 GB/3.5 GB 27 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 84% ▕█████████████ ▏ 3.0 GB/3.5 GB 27 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 84% ▕█████████████ ▏ 3.0 GB/3.5 GB 27 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 84% ▕█████████████ ▏ 3.0 GB/3.5 GB 27 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 84% ▕█████████████ ▏ 3.0 GB/3.5 GB 27 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 84% ▕█████████████ ▏ 3.0 GB/3.5 GB 27 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 84% ▕█████████████ ▏ 3.0 GB/3.5 GB 26 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 84% ▕█████████████ ▏ 3.0 GB/3.5 GB 26 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 84% ▕█████████████ ▏ 3.0 GB/3.5 GB 26 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 85% ▕█████████████ ▏ 3.0 GB/3.5 GB 26 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 85% ▕█████████████ ▏ 3.0 GB/3.5 GB 26 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 85% ▕█████████████ ▏ 3.0 GB/3.5 GB 26 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 85% ▕█████████████ ▏ 3.0 GB/3.5 GB 26 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 85% ▕█████████████ ▏ 3.0 GB/3.5 GB 26 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 85% ▕█████████████ ▏ 3.0 GB/3.5 GB 26 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 85% ▕█████████████ ▏ 3.0 GB/3.5 GB 26 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 85% ▕█████████████ ▏ 3.0 GB/3.5 GB 27 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 85% ▕█████████████ ▏ 3.0 GB/3.5 GB 27 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 85% ▕█████████████ ▏ 3.0 GB/3.5 GB 27 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 85% ▕█████████████ ▏ 3.0 GB/3.5 GB 27 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 85% ▕█████████████ ▏ 3.0 GB/3.5 GB 27 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 85% ▕█████████████ ▏ 3.0 GB/3.5 GB 27 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 86% ▕█████████████ ▏ 3.0 GB/3.5 GB 27 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 86% ▕█████████████ ▏ 3.0 GB/3.5 GB 27 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 86% ▕█████████████ ▏ 3.0 GB/3.5 GB 27 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 86% ▕█████████████ ▏ 3.0 GB/3.5 GB 27 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 86% ▕█████████████ ▏ 3.0 GB/3.5 GB 27 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 86% ▕█████████████ ▏ 3.0 GB/3.5 GB 27 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 86% ▕█████████████ ▏ 3.0 GB/3.5 GB 27 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 86% ▕█████████████ ▏ 3.0 GB/3.5 GB 27 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 86% ▕█████████████ ▏ 3.0 GB/3.5 GB 27 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 86% ▕█████████████ ▏ 3.0 GB/3.5 GB 27 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 86% ▕█████████████ ▏ 3.0 GB/3.5 GB 27 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 86% ▕█████████████ ▏ 3.0 GB/3.5 GB 27 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 86% ▕█████████████ ▏ 3.0 GB/3.5 GB 27 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 87% ▕█████████████ ▏ 3.0 GB/3.5 GB 27 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 87% ▕█████████████ ▏ 3.0 GB/3.5 GB 27 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 87% ▕█████████████ ▏ 3.1 GB/3.5 GB 26 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 87% ▕█████████████ ▏ 3.1 GB/3.5 GB 26 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 87% ▕█████████████ ▏ 3.1 GB/3.5 GB 26 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 87% ▕█████████████ ▏ 3.1 GB/3.5 GB 26 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 87% ▕█████████████ ▏ 3.1 GB/3.5 GB 26 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 87% ▕█████████████ ▏ 3.1 GB/3.5 GB 26 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 87% ▕█████████████ ▏ 3.1 GB/3.5 GB 26 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 87% ▕█████████████ ▏ 3.1 GB/3.5 GB 26 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 87% ▕█████████████ ▏ 3.1 GB/3.5 GB 26 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 87% ▕█████████████ ▏ 3.1 GB/3.5 GB 26 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 87% ▕█████████████ ▏ 3.1 GB/3.5 GB 26 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 87% ▕█████████████ ▏ 3.1 GB/3.5 GB 26 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 88% ▕██████████████ ▏ 3.1 GB/3.5 GB 26 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 88% ▕██████████████ ▏ 3.1 GB/3.5 GB 26 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 88% ▕██████████████ ▏ 3.1 GB/3.5 GB 26 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 88% ▕██████████████ ▏ 3.1 GB/3.5 GB 26 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 88% ▕██████████████ ▏ 3.1 GB/3.5 GB 26 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 88% ▕██████████████ ▏ 3.1 GB/3.5 GB 26 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 88% ▕██████████████ ▏ 3.1 GB/3.5 GB 26 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 88% ▕██████████████ ▏ 3.1 GB/3.5 GB 26 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 88% ▕██████████████ ▏ 3.1 GB/3.5 GB 26 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 88% ▕██████████████ ▏ 3.1 GB/3.5 GB 26 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 88% ▕██████████████ ▏ 3.1 GB/3.5 GB 26 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 88% ▕██████████████ ▏ 3.1 GB/3.5 GB 26 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 88% ▕██████████████ ▏ 3.1 GB/3.5 GB 26 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 89% ▕██████████████ ▏ 3.1 GB/3.5 GB 26 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 89% ▕██████████████ ▏ 3.1 GB/3.5 GB 26 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 89% ▕██████████████ ▏ 3.1 GB/3.5 GB 26 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 89% ▕██████████████ ▏ 3.1 GB/3.5 GB 26 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 89% ▕██████████████ ▏ 3.1 GB/3.5 GB 26 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 89% ▕██████████████ ▏ 3.1 GB/3.5 GB 27 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 89% ▕██████████████ ▏ 3.1 GB/3.5 GB 27 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 89% ▕██████████████ ▏ 3.1 GB/3.5 GB 27 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 89% ▕██████████████ ▏ 3.1 GB/3.5 GB 27 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 89% ▕██████████████ ▏ 3.1 GB/3.5 GB 27 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 89% ▕██████████████ ▏ 3.1 GB/3.5 GB 27 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 90% ▕██████████████ ▏ 3.1 GB/3.5 GB 27 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 90% ▕██████████████ ▏ 3.2 GB/3.5 GB 27 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 90% ▕██████████████ ▏ 3.2 GB/3.5 GB 27 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 90% ▕██████████████ ▏ 3.2 GB/3.5 GB 27 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 90% ▕██████████████ ▏ 3.2 GB/3.5 GB 27 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 90% ▕██████████████ ▏ 3.2 GB/3.5 GB 27 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 90% ▕██████████████ ▏ 3.2 GB/3.5 GB 27 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 90% ▕██████████████ ▏ 3.2 GB/3.5 GB 27 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 90% ▕██████████████ ▏ 3.2 GB/3.5 GB 27 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 90% ▕██████████████ ▏ 3.2 GB/3.5 GB 27 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 90% ▕██████████████ ▏ 3.2 GB/3.5 GB 27 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 90% ▕██████████████ ▏ 3.2 GB/3.5 GB 27 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 90% ▕██████████████ ▏ 3.2 GB/3.5 GB 27 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 90% ▕██████████████ ▏ 3.2 GB/3.5 GB 27 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 90% ▕██████████████ ▏ 3.2 GB/3.5 GB 27 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 90% ▕██████████████ ▏ 3.2 GB/3.5 GB 26 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 91% ▕██████████████ ▏ 3.2 GB/3.5 GB 26 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 91% ▕██████████████ ▏ 3.2 GB/3.5 GB 26 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 91% ▕██████████████ ▏ 3.2 GB/3.5 GB 26 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 91% ▕██████████████ ▏ 3.2 GB/3.5 GB 26 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 91% ▕██████████████ ▏ 3.2 GB/3.5 GB 26 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 91% ▕██████████████ ▏ 3.2 GB/3.5 GB 26 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 91% ▕██████████████ ▏ 3.2 GB/3.5 GB 26 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 91% ▕██████████████ ▏ 3.2 GB/3.5 GB 26 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 91% ▕██████████████ ▏ 3.2 GB/3.5 GB 26 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 91% ▕██████████████ ▏ 3.2 GB/3.5 GB 27 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 91% ▕██████████████ ▏ 3.2 GB/3.5 GB 27 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 91% ▕██████████████ ▏ 3.2 GB/3.5 GB 27 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 92% ▕██████████████ ▏ 3.2 GB/3.5 GB 27 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 92% ▕██████████████ ▏ 3.2 GB/3.5 GB 27 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 92% ▕██████████████ ▏ 3.2 GB/3.5 GB 27 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 92% ▕██████████████ ▏ 3.2 GB/3.5 GB 27 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 92% ▕██████████████ ▏ 3.2 GB/3.5 GB 27 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 92% ▕██████████████ ▏ 3.2 GB/3.5 GB 27 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 92% ▕██████████████ ▏ 3.2 GB/3.5 GB 27 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 92% ▕██████████████ ▏ 3.2 GB/3.5 GB 26 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 92% ▕██████████████ ▏ 3.2 GB/3.5 GB 26 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 92% ▕██████████████ ▏ 3.2 GB/3.5 GB 26 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 92% ▕██████████████ ▏ 3.2 GB/3.5 GB 26 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 92% ▕██████████████ ▏ 3.2 GB/3.5 GB 26 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 92% ▕██████████████ ▏ 3.2 GB/3.5 GB 26 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 92% ▕██████████████ ▏ 3.3 GB/3.5 GB 26 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 93% ▕██████████████ ▏ 3.3 GB/3.5 GB 26 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 93% ▕██████████████ ▏ 3.3 GB/3.5 GB 26 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 93% ▕██████████████ ▏ 3.3 GB/3.5 GB 26 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 93% ▕██████████████ ▏ 3.3 GB/3.5 GB 26 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 93% ▕██████████████ ▏ 3.3 GB/3.5 GB 26 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 93% ▕██████████████ ▏ 3.3 GB/3.5 GB 26 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 93% ▕██████████████ ▏ 3.3 GB/3.5 GB 26 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 93% ▕██████████████ ▏ 3.3 GB/3.5 GB 26 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 93% ▕██████████████ ▏ 3.3 GB/3.5 GB 26 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 93% ▕██████████████ ▏ 3.3 GB/3.5 GB 26 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 93% ▕██████████████ ▏ 3.3 GB/3.5 GB 26 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 93% ▕██████████████ ▏ 3.3 GB/3.5 GB 26 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 93% ▕██████████████ ▏ 3.3 GB/3.5 GB 26 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 93% ▕██████████████ ▏ 3.3 GB/3.5 GB 26 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 93% ▕██████████████ ▏ 3.3 GB/3.5 GB 26 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 94% ▕██████████████ ▏ 3.3 GB/3.5 GB 26 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 94% ▕██████████████ ▏ 3.3 GB/3.5 GB 26 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 94% ▕███████████████ ▏ 3.3 GB/3.5 GB 26 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 94% ▕███████████████ ▏ 3.3 GB/3.5 GB 26 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 94% ▕███████████████ ▏ 3.3 GB/3.5 GB 26 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 94% ▕███████████████ ▏ 3.3 GB/3.5 GB 26 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 94% ▕███████████████ ▏ 3.3 GB/3.5 GB 26 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 94% ▕███████████████ ▏ 3.3 GB/3.5 GB 26 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 94% ▕███████████████ ▏ 3.3 GB/3.5 GB 26 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 94% ▕███████████████ ▏ 3.3 GB/3.5 GB 26 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 94% ▕███████████████ ▏ 3.3 GB/3.5 GB 26 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 94% ▕███████████████ ▏ 3.3 GB/3.5 GB 26 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 95% ▕███████████████ ▏ 3.3 GB/3.5 GB 26 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 95% ▕███████████████ ▏ 3.3 GB/3.5 GB 26 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 95% ▕███████████████ ▏ 3.3 GB/3.5 GB 26 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 95% ▕███████████████ ▏ 3.3 GB/3.5 GB 26 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 95% ▕███████████████ ▏ 3.3 GB/3.5 GB 26 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 95% ▕███████████████ ▏ 3.3 GB/3.5 GB 26 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 95% ▕███████████████ ▏ 3.3 GB/3.5 GB 26 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 95% ▕███████████████ ▏ 3.3 GB/3.5 GB 26 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 95% ▕███████████████ ▏ 3.3 GB/3.5 GB 26 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 95% ▕███████████████ ▏ 3.4 GB/3.5 GB 26 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 95% ▕███████████████ ▏ 3.4 GB/3.5 GB 26 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 95% ▕███████████████ ▏ 3.4 GB/3.5 GB 26 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 95% ▕███████████████ ▏ 3.4 GB/3.5 GB 26 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 96% ▕███████████████ ▏ 3.4 GB/3.5 GB 26 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 96% ▕███████████████ ▏ 3.4 GB/3.5 GB 26 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 96% ▕███████████████ ▏ 3.4 GB/3.5 GB 26 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 96% ▕███████████████ ▏ 3.4 GB/3.5 GB 26 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 96% ▕███████████████ ▏ 3.4 GB/3.5 GB 26 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 96% ▕███████████████ ▏ 3.4 GB/3.5 GB 26 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 96% ▕███████████████ ▏ 3.4 GB/3.5 GB 26 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 96% ▕███████████████ ▏ 3.4 GB/3.5 GB 26 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 96% ▕███████████████ ▏ 3.4 GB/3.5 GB 26 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 96% ▕███████████████ ▏ 3.4 GB/3.5 GB 26 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 96% ▕███████████████ ▏ 3.4 GB/3.5 GB 26 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 96% ▕███████████████ ▏ 3.4 GB/3.5 GB 26 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 96% ▕███████████████ ▏ 3.4 GB/3.5 GB 26 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 96% ▕███████████████ ▏ 3.4 GB/3.5 GB 26 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 97% ▕███████████████ ▏ 3.4 GB/3.5 GB 26 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 97% ▕███████████████ ▏ 3.4 GB/3.5 GB 26 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 97% ▕███████████████ ▏ 3.4 GB/3.5 GB 26 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 97% ▕███████████████ ▏ 3.4 GB/3.5 GB 26 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 97% ▕███████████████ ▏ 3.4 GB/3.5 GB 26 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 97% ▕███████████████ ▏ 3.4 GB/3.5 GB 26 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 97% ▕███████████████ ▏ 3.4 GB/3.5 GB 26 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 97% ▕███████████████ ▏ 3.4 GB/3.5 GB 26 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 97% ▕███████████████ ▏ 3.4 GB/3.5 GB 26 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 97% ▕███████████████ ▏ 3.4 GB/3.5 GB 26 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 97% ▕███████████████ ▏ 3.4 GB/3.5 GB 26 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 97% ▕███████████████ ▏ 3.4 GB/3.5 GB 26 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 98% ▕███████████████ ▏ 3.4 GB/3.5 GB 26 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 98% ▕███████████████ ▏ 3.4 GB/3.5 GB 26 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 98% ▕███████████████ ▏ 3.4 GB/3.5 GB 26 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 98% ▕███████████████ ▏ 3.4 GB/3.5 GB 26 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 98% ▕███████████████ ▏ 3.4 GB/3.5 GB 26 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 98% ▕███████████████ ▏ 3.4 GB/3.5 GB 26 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 98% ▕███████████████ ▏ 3.4 GB/3.5 GB 26 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 98% ▕███████████████ ▏ 3.4 GB/3.5 GB 26 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 98% ▕███████████████ ▏ 3.5 GB/3.5 GB 26 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 98% ▕███████████████ ▏ 3.5 GB/3.5 GB 26 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 98% ▕███████████████ ▏ 3.5 GB/3.5 GB 26 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 98% ▕███████████████ ▏ 3.5 GB/3.5 GB 26 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 98% ▕███████████████ ▏ 3.5 GB/3.5 GB 26 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 98% ▕███████████████ ▏ 3.5 GB/3.5 GB 26 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 99% ▕███████████████ ▏ 3.5 GB/3.5 GB 26 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 99% ▕███████████████ ▏ 3.5 GB/3.5 GB 26 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 99% ▕███████████████ ▏ 3.5 GB/3.5 GB 26 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 99% ▕███████████████ ▏ 3.5 GB/3.5 GB 26 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 99% ▕███████████████ ▏ 3.5 GB/3.5 GB 26 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 99% ▕███████████████ ▏ 3.5 GB/3.5 GB 27 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 99% ▕███████████████ ▏ 3.5 GB/3.5 GB 27 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 99% ▕███████████████ ▏ 3.5 GB/3.5 GB 27 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 99% ▕███████████████ ▏ 3.5 GB/3.5 GB 27 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 99% ▕███████████████ ▏ 3.5 GB/3.5 GB 27 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 99% ▕███████████████ ▏ 3.5 GB/3.5 GB 27 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 99% ▕███████████████ ▏ 3.5 GB/3.5 GB 27 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 99% ▕███████████████ ▏ 3.5 GB/3.5 GB 27 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 99% ▕███████████████ ▏ 3.5 GB/3.5 GB 27 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕███████████████ ▏ 3.5 GB/3.5 GB 27 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕███████████████ ▏ 3.5 GB/3.5 GB 26 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕███████████████ ▏ 3.5 GB/3.5 GB 26 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕███████████████ ▏ 3.5 GB/3.5 GB 26 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕███████████████ ▏ 3.5 GB/3.5 GB 26 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕███████████████ ▏ 3.5 GB/3.5 GB 26 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕███████████████ ▏ 3.5 GB/3.5 GB 26 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing fd95302bb542... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing fd95302bb542... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing fd95302bb542... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing fd95302bb542... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing fd95302bb542... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing fd95302bb542... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing fd95302bb542... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing fd95302bb542... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing fd95302bb542... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing fd95302bb542... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing fd95302bb542... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing fd95302bb542... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing fd95302bb542... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing fd95302bb542... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing fd95302bb542... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing fd95302bb542... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing fd95302bb542... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing fd95302bb542... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing fd95302bb542... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing fd95302bb542... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing fd95302bb542... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing fd95302bb542... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing fd95302bb542... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing fd95302bb542... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing fd95302bb542... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing fd95302bb542... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing fd95302bb542... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing fd95302bb542... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing fd95302bb542... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing fd95302bb542... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing fd95302bb542... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing fd95302bb542... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing fd95302bb542... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing fd95302bb542... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing fd95302bb542... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing fd95302bb542... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing fd95302bb542... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing fd95302bb542... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing fd95302bb542... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing fd95302bb542... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing fd95302bb542... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing fd95302bb542... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing fd95302bb542... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing fd95302bb542... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing fd95302bb542... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing fd95302bb542... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing fd95302bb542... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing fd95302bb542... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing fd95302bb542... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing fd95302bb542... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing fd95302bb542... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing fd95302bb542... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing fd95302bb542... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing fd95302bb542... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing fd95302bb542... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing fd95302bb542... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing fd95302bb542... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing fd95302bb542... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing fd95302bb542... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing fd95302bb542... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing fd95302bb542... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing fd95302bb542... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing fd95302bb542... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing fd95302bb542... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing fd95302bb542... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing fd95302bb542... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing fd95302bb542... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing fd95302bb542... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing fd95302bb542... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing fd95302bb542... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing fd95302bb542... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing fd95302bb542... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing fd95302bb542... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing fd95302bb542... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing fd95302bb542... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing fd95302bb542... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing fd95302bb542... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing fd95302bb542... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing fd95302bb542... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing fd95302bb542... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing fd95302bb542... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing fd95302bb542... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing fd95302bb542... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing fd95302bb542... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing fd95302bb542... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing fd95302bb542... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing fd95302bb542... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing fd95302bb542... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing fd95302bb542... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing fd95302bb542... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing fd95302bb542... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing fd95302bb542... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing fd95302bb542... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing fd95302bb542... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing fd95302bb542... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing fd95302bb542... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing fd95302bb542... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing fd95302bb542... 100% ▕████████████████▏ 457 B \n", + "pushing manifest \n", + "success \u001b[?25h\n", + "\u001b[?25ltransferring model data ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer \n", + "creating template layer \n", + "creating system layer \n", + "creating parameters layer \n", + "creating config layer \n", + "using already created layer sha256:3b452f408f0220bb930dcd4585be4c9766d191525d0a4b7b24ddb9c2b92125de \n", + "using already created layer sha256:04de533bb8fd4eb327158f79cdc0de736558e45d198db9275ef536f470281f1f \n", + "using already created layer sha256:093c79b06599174755ae0ffd0a0700fc1e03daa55b1755e242836c329fcf9811 \n", + "using already created layer sha256:d8ba2f9a17b3bbdeb5690efaa409b3fcb0b56296a777c7a69c78aa33bbddf182 \n", + "writing layer sha256:f5ab84b2a910d6a5332ed487f38ec618411f1b68e46f37ae3d856bda4d4e8290 \n", + "writing manifest \n", + "success \u001b[?25h\n", + "copied 'notus:q3_K_S' to 'davidberenstein1957/notus:q3_K_S'\n", + "\u001b[?25lretrieving manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 0% ▕ ▏ 1.8 MB/3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 0% ▕ ▏ 1.8 MB/3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 0% ▕ ▏ 2.1 MB/3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 0% ▕ ▏ 2.1 MB/3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 0% ▕ ▏ 2.1 MB/3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 0% ▕ ▏ 2.1 MB/3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 0% ▕ ▏ 3.2 MB/3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 0% ▕ ▏ 3.2 MB/3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 0% ▕ ▏ 3.2 MB/3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 0% ▕ ▏ 3.2 MB/3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 0% ▕ ▏ 1.9 MB/3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 0% ▕ ▏ 3.4 MB/3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 0% ▕ ▏ 6.9 MB/3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 0% ▕ ▏ 11 MB/3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 0% ▕ ▏ 13 MB/3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 0% ▕ ▏ 15 MB/3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 1% ▕ ▏ 17 MB/3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 1% ▕ ▏ 20 MB/3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 1% ▕ ▏ 25 MB/3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 1% ▕ ▏ 26 MB/3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 1% ▕ ▏ 30 MB/3.2 GB 14 MB/s 3m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 1% ▕ ▏ 32 MB/3.2 GB 14 MB/s 3m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 1% ▕ ▏ 32 MB/3.2 GB 14 MB/s 3m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 1% ▕ ▏ 33 MB/3.2 GB 14 MB/s 3m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 1% ▕ ▏ 37 MB/3.2 GB 14 MB/s 3m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 1% ▕ ▏ 40 MB/3.2 GB 14 MB/s 3m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 1% ▕ ▏ 44 MB/3.2 GB 14 MB/s 3m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 2% ▕ ▏ 48 MB/3.2 GB 14 MB/s 3m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 2% ▕ ▏ 49 MB/3.2 GB 14 MB/s 3m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 2% ▕ ▏ 53 MB/3.2 GB 14 MB/s 3m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 2% ▕ ▏ 59 MB/3.2 GB 19 MB/s 2m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 2% ▕ ▏ 64 MB/3.2 GB 19 MB/s 2m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 2% ▕ ▏ 67 MB/3.2 GB 19 MB/s 2m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 2% ▕ ▏ 67 MB/3.2 GB 19 MB/s 2m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 2% ▕ ▏ 75 MB/3.2 GB 19 MB/s 2m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 2% ▕ ▏ 77 MB/3.2 GB 19 MB/s 2m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 2% ▕ ▏ 75 MB/3.2 GB 19 MB/s 2m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 2% ▕ ▏ 75 MB/3.2 GB 19 MB/s 2m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 3% ▕ ▏ 79 MB/3.2 GB 19 MB/s 2m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 3% ▕ ▏ 82 MB/3.2 GB 19 MB/s 2m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 3% ▕ ▏ 85 MB/3.2 GB 21 MB/s 2m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 3% ▕ ▏ 85 MB/3.2 GB 21 MB/s 2m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 3% ▕ ▏ 92 MB/3.2 GB 21 MB/s 2m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 3% ▕ ▏ 96 MB/3.2 GB 21 MB/s 2m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 3% ▕ ▏ 98 MB/3.2 GB 21 MB/s 2m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 3% ▕ ▏ 99 MB/3.2 GB 21 MB/s 2m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 3% ▕ ▏ 100 MB/3.2 GB 21 MB/s 2m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 3% ▕ ▏ 103 MB/3.2 GB 21 MB/s 2m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 3% ▕ ▏ 106 MB/3.2 GB 21 MB/s 2m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 4% ▕ ▏ 111 MB/3.2 GB 21 MB/s 2m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 4% ▕ ▏ 111 MB/3.2 GB 21 MB/s 2m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 4% ▕ ▏ 111 MB/3.2 GB 22 MB/s 2m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 3% ▕ ▏ 108 MB/3.2 GB 22 MB/s 2m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 4% ▕ ▏ 114 MB/3.2 GB 22 MB/s 2m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 4% ▕ ▏ 115 MB/3.2 GB 22 MB/s 2m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 4% ▕ ▏ 116 MB/3.2 GB 22 MB/s 2m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 4% ▕ ▏ 116 MB/3.2 GB 22 MB/s 2m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 4% ▕ ▏ 121 MB/3.2 GB 22 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 4% ▕ ▏ 123 MB/3.2 GB 22 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 4% ▕ ▏ 124 MB/3.2 GB 22 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 4% ▕ ▏ 129 MB/3.2 GB 22 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 4% ▕ ▏ 131 MB/3.2 GB 21 MB/s 2m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 4% ▕ ▏ 134 MB/3.2 GB 21 MB/s 2m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 4% ▕ ▏ 136 MB/3.2 GB 21 MB/s 2m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 4% ▕ ▏ 136 MB/3.2 GB 21 MB/s 2m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 4% ▕ ▏ 134 MB/3.2 GB 21 MB/s 2m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 4% ▕ ▏ 141 MB/3.2 GB 21 MB/s 2m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 4% ▕ ▏ 142 MB/3.2 GB 21 MB/s 2m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 4% ▕ ▏ 142 MB/3.2 GB 21 MB/s 2m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 5% ▕ ▏ 143 MB/3.2 GB 21 MB/s 2m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 5% ▕ ▏ 146 MB/3.2 GB 21 MB/s 2m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 5% ▕ ▏ 149 MB/3.2 GB 21 MB/s 2m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 5% ▕ ▏ 153 MB/3.2 GB 21 MB/s 2m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 5% ▕ ▏ 154 MB/3.2 GB 21 MB/s 2m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 5% ▕ ▏ 154 MB/3.2 GB 21 MB/s 2m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 5% ▕ ▏ 162 MB/3.2 GB 21 MB/s 2m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 5% ▕ ▏ 167 MB/3.2 GB 21 MB/s 2m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 5% ▕ ▏ 168 MB/3.2 GB 21 MB/s 2m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 5% ▕ ▏ 164 MB/3.2 GB 21 MB/s 2m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 5% ▕ ▏ 171 MB/3.2 GB 21 MB/s 2m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 5% ▕ ▏ 172 MB/3.2 GB 21 MB/s 2m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 5% ▕ ▏ 172 MB/3.2 GB 21 MB/s 2m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 6% ▕ ▏ 180 MB/3.2 GB 21 MB/s 2m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 6% ▕ ▏ 181 MB/3.2 GB 21 MB/s 2m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 6% ▕ ▏ 182 MB/3.2 GB 21 MB/s 2m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 6% ▕ ▏ 186 MB/3.2 GB 21 MB/s 2m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 6% ▕ ▏ 188 MB/3.2 GB 21 MB/s 2m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 6% ▕ ▏ 193 MB/3.2 GB 21 MB/s 2m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 6% ▕█ ▏ 198 MB/3.2 GB 21 MB/s 2m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 6% ▕█ ▏ 199 MB/3.2 GB 21 MB/s 2m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 6% ▕█ ▏ 199 MB/3.2 GB 21 MB/s 2m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 6% ▕█ ▏ 205 MB/3.2 GB 22 MB/s 2m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 7% ▕█ ▏ 206 MB/3.2 GB 22 MB/s 2m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 6% ▕█ ▏ 202 MB/3.2 GB 22 MB/s 2m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 6% ▕█ ▏ 205 MB/3.2 GB 22 MB/s 2m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 7% ▕█ ▏ 206 MB/3.2 GB 22 MB/s 2m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 7% ▕█ ▏ 206 MB/3.2 GB 22 MB/s 2m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 7% ▕█ ▏ 212 MB/3.2 GB 22 MB/s 2m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 7% ▕█ ▏ 215 MB/3.2 GB 22 MB/s 2m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 7% ▕█ ▏ 217 MB/3.2 GB 22 MB/s 2m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 7% ▕█ ▏ 218 MB/3.2 GB 22 MB/s 2m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 7% ▕█ ▏ 218 MB/3.2 GB 22 MB/s 2m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 7% ▕█ ▏ 220 MB/3.2 GB 24 MB/s 2m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 7% ▕█ ▏ 222 MB/3.2 GB 24 MB/s 2m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 7% ▕█ ▏ 225 MB/3.2 GB 24 MB/s 2m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 7% ▕█ ▏ 231 MB/3.2 GB 24 MB/s 2m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 7% ▕█ ▏ 233 MB/3.2 GB 24 MB/s 2m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 7% ▕█ ▏ 233 MB/3.2 GB 24 MB/s 2m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 7% ▕█ ▏ 232 MB/3.2 GB 24 MB/s 2m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 7% ▕█ ▏ 235 MB/3.2 GB 24 MB/s 2m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 8% ▕█ ▏ 238 MB/3.2 GB 24 MB/s 2m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 8% ▕█ ▏ 243 MB/3.2 GB 24 MB/s 2m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 8% ▕█ ▏ 244 MB/3.2 GB 23 MB/s 2m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 8% ▕█ ▏ 246 MB/3.2 GB 23 MB/s 2m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 8% ▕█ ▏ 249 MB/3.2 GB 23 MB/s 2m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 8% ▕█ ▏ 252 MB/3.2 GB 23 MB/s 2m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 8% ▕█ ▏ 254 MB/3.2 GB 23 MB/s 2m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 8% ▕█ ▏ 257 MB/3.2 GB 23 MB/s 2m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 8% ▕█ ▏ 260 MB/3.2 GB 23 MB/s 2m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 8% ▕█ ▏ 264 MB/3.2 GB 23 MB/s 2m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 8% ▕█ ▏ 267 MB/3.2 GB 23 MB/s 2m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 9% ▕█ ▏ 270 MB/3.2 GB 23 MB/s 2m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 9% ▕█ ▏ 272 MB/3.2 GB 23 MB/s 2m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 9% ▕█ ▏ 277 MB/3.2 GB 23 MB/s 2m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 9% ▕█ ▏ 280 MB/3.2 GB 23 MB/s 2m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 9% ▕█ ▏ 280 MB/3.2 GB 23 MB/s 2m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 9% ▕█ ▏ 280 MB/3.2 GB 23 MB/s 2m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 9% ▕█ ▏ 287 MB/3.2 GB 23 MB/s 2m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 9% ▕█ ▏ 290 MB/3.2 GB 23 MB/s 2m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 9% ▕█ ▏ 295 MB/3.2 GB 23 MB/s 2m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 9% ▕█ ▏ 299 MB/3.2 GB 23 MB/s 2m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 9% ▕█ ▏ 299 MB/3.2 GB 23 MB/s 2m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 9% ▕█ ▏ 299 MB/3.2 GB 23 MB/s 2m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 10% ▕█ ▏ 302 MB/3.2 GB 23 MB/s 2m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 10% ▕█ ▏ 309 MB/3.2 GB 23 MB/s 2m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 10% ▕█ ▏ 312 MB/3.2 GB 23 MB/s 2m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 10% ▕█ ▏ 313 MB/3.2 GB 23 MB/s 2m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 10% ▕█ ▏ 313 MB/3.2 GB 23 MB/s 2m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 10% ▕█ ▏ 312 MB/3.2 GB 23 MB/s 2m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 10% ▕█ ▏ 317 MB/3.2 GB 23 MB/s 1m59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 10% ▕█ ▏ 318 MB/3.2 GB 23 MB/s 1m59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 10% ▕█ ▏ 325 MB/3.2 GB 23 MB/s 1m59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 10% ▕█ ▏ 330 MB/3.2 GB 24 MB/s 1m56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 10% ▕█ ▏ 330 MB/3.2 GB 24 MB/s 1m56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 10% ▕█ ▏ 331 MB/3.2 GB 24 MB/s 1m56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 11% ▕█ ▏ 336 MB/3.2 GB 24 MB/s 1m56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 11% ▕█ ▏ 336 MB/3.2 GB 24 MB/s 1m56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 11% ▕█ ▏ 339 MB/3.2 GB 24 MB/s 1m56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 11% ▕█ ▏ 344 MB/3.2 GB 24 MB/s 1m56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 11% ▕█ ▏ 344 MB/3.2 GB 24 MB/s 1m56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 11% ▕█ ▏ 350 MB/3.2 GB 24 MB/s 1m55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 11% ▕█ ▏ 356 MB/3.2 GB 24 MB/s 1m55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 11% ▕█ ▏ 357 MB/3.2 GB 24 MB/s 1m55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 11% ▕█ ▏ 359 MB/3.2 GB 25 MB/s 1m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 11% ▕█ ▏ 357 MB/3.2 GB 25 MB/s 1m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 11% ▕█ ▏ 358 MB/3.2 GB 25 MB/s 1m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 11% ▕█ ▏ 363 MB/3.2 GB 25 MB/s 1m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 12% ▕█ ▏ 368 MB/3.2 GB 25 MB/s 1m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 12% ▕█ ▏ 369 MB/3.2 GB 25 MB/s 1m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 12% ▕█ ▏ 372 MB/3.2 GB 25 MB/s 1m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 12% ▕█ ▏ 376 MB/3.2 GB 25 MB/s 1m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 12% ▕█ ▏ 380 MB/3.2 GB 25 MB/s 1m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 12% ▕█ ▏ 383 MB/3.2 GB 25 MB/s 1m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 12% ▕█ ▏ 384 MB/3.2 GB 26 MB/s 1m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 12% ▕█ ▏ 385 MB/3.2 GB 26 MB/s 1m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 12% ▕█ ▏ 387 MB/3.2 GB 26 MB/s 1m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 12% ▕█ ▏ 390 MB/3.2 GB 26 MB/s 1m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 13% ▕██ ▏ 395 MB/3.2 GB 26 MB/s 1m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 13% ▕██ ▏ 398 MB/3.2 GB 26 MB/s 1m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 13% ▕██ ▏ 401 MB/3.2 GB 26 MB/s 1m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 13% ▕██ ▏ 403 MB/3.2 GB 26 MB/s 1m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 13% ▕██ ▏ 407 MB/3.2 GB 26 MB/s 1m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 13% ▕██ ▏ 410 MB/3.2 GB 26 MB/s 1m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 13% ▕██ ▏ 413 MB/3.2 GB 26 MB/s 1m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 13% ▕██ ▏ 418 MB/3.2 GB 26 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 13% ▕██ ▏ 420 MB/3.2 GB 26 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 13% ▕██ ▏ 420 MB/3.2 GB 26 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 13% ▕██ ▏ 424 MB/3.2 GB 26 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 14% ▕██ ▏ 429 MB/3.2 GB 26 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 14% ▕██ ▏ 431 MB/3.2 GB 26 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 14% ▕██ ▏ 437 MB/3.2 GB 26 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 14% ▕██ ▏ 439 MB/3.2 GB 26 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 14% ▕██ ▏ 439 MB/3.2 GB 26 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 14% ▕██ ▏ 441 MB/3.2 GB 26 MB/s 1m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 14% ▕██ ▏ 443 MB/3.2 GB 26 MB/s 1m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 14% ▕██ ▏ 447 MB/3.2 GB 26 MB/s 1m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 15% ▕██ ▏ 459 MB/3.2 GB 26 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 15% ▕██ ▏ 461 MB/3.2 GB 26 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 15% ▕██ ▏ 463 MB/3.2 GB 26 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 15% ▕██ ▏ 465 MB/3.2 GB 26 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 15% ▕██ ▏ 466 MB/3.2 GB 26 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 15% ▕██ ▏ 468 MB/3.2 GB 26 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 15% ▕██ ▏ 473 MB/3.2 GB 26 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 15% ▕██ ▏ 475 MB/3.2 GB 28 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 15% ▕██ ▏ 476 MB/3.2 GB 28 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 15% ▕██ ▏ 479 MB/3.2 GB 28 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 15% ▕██ ▏ 480 MB/3.2 GB 28 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 15% ▕██ ▏ 484 MB/3.2 GB 28 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 15% ▕██ ▏ 487 MB/3.2 GB 28 MB/s 1m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 16% ▕██ ▏ 495 MB/3.2 GB 28 MB/s 1m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 16% ▕██ ▏ 497 MB/3.2 GB 28 MB/s 1m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 16% ▕██ ▏ 501 MB/3.2 GB 28 MB/s 1m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 16% ▕██ ▏ 504 MB/3.2 GB 28 MB/s 1m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 16% ▕██ ▏ 508 MB/3.2 GB 28 MB/s 1m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 16% ▕██ ▏ 513 MB/3.2 GB 29 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 16% ▕██ ▏ 515 MB/3.2 GB 29 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 16% ▕██ ▏ 515 MB/3.2 GB 29 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 16% ▕██ ▏ 516 MB/3.2 GB 29 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 16% ▕██ ▏ 518 MB/3.2 GB 29 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 16% ▕██ ▏ 518 MB/3.2 GB 29 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 17% ▕██ ▏ 522 MB/3.2 GB 29 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 17% ▕██ ▏ 526 MB/3.2 GB 29 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 17% ▕██ ▏ 528 MB/3.2 GB 29 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 17% ▕██ ▏ 534 MB/3.2 GB 29 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 17% ▕██ ▏ 535 MB/3.2 GB 29 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 17% ▕██ ▏ 535 MB/3.2 GB 29 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 17% ▕██ ▏ 537 MB/3.2 GB 29 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 17% ▕██ ▏ 542 MB/3.2 GB 29 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 17% ▕██ ▏ 543 MB/3.2 GB 29 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 17% ▕██ ▏ 544 MB/3.2 GB 29 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 17% ▕██ ▏ 549 MB/3.2 GB 29 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 17% ▕██ ▏ 552 MB/3.2 GB 29 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 18% ▕██ ▏ 557 MB/3.2 GB 29 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 18% ▕██ ▏ 560 MB/3.2 GB 29 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 18% ▕██ ▏ 562 MB/3.2 GB 29 MB/s 1m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 18% ▕██ ▏ 566 MB/3.2 GB 29 MB/s 1m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 18% ▕██ ▏ 567 MB/3.2 GB 29 MB/s 1m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 18% ▕██ ▏ 567 MB/3.2 GB 29 MB/s 1m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 18% ▕██ ▏ 566 MB/3.2 GB 29 MB/s 1m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 18% ▕██ ▏ 575 MB/3.2 GB 29 MB/s 1m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 18% ▕██ ▏ 578 MB/3.2 GB 29 MB/s 1m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 18% ▕██ ▏ 579 MB/3.2 GB 29 MB/s 1m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 18% ▕██ ▏ 582 MB/3.2 GB 29 MB/s 1m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 19% ▕██ ▏ 588 MB/3.2 GB 29 MB/s 1m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 19% ▕██ ▏ 589 MB/3.2 GB 28 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 19% ▕██ ▏ 589 MB/3.2 GB 28 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 19% ▕██ ▏ 590 MB/3.2 GB 28 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 19% ▕██ ▏ 590 MB/3.2 GB 28 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 19% ▕██ ▏ 590 MB/3.2 GB 28 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 19% ▕███ ▏ 596 MB/3.2 GB 28 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 19% ▕███ ▏ 602 MB/3.2 GB 28 MB/s 1m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 19% ▕███ ▏ 605 MB/3.2 GB 28 MB/s 1m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 19% ▕███ ▏ 607 MB/3.2 GB 28 MB/s 1m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 19% ▕███ ▏ 610 MB/3.2 GB 28 MB/s 1m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 19% ▕███ ▏ 613 MB/3.2 GB 28 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 19% ▕███ ▏ 613 MB/3.2 GB 28 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 20% ▕███ ▏ 617 MB/3.2 GB 28 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 20% ▕███ ▏ 621 MB/3.2 GB 28 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 20% ▕███ ▏ 622 MB/3.2 GB 28 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 20% ▕███ ▏ 624 MB/3.2 GB 28 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 20% ▕███ ▏ 628 MB/3.2 GB 28 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 20% ▕███ ▏ 629 MB/3.2 GB 28 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 20% ▕███ ▏ 634 MB/3.2 GB 28 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 20% ▕███ ▏ 637 MB/3.2 GB 28 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 20% ▕███ ▏ 638 MB/3.2 GB 28 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 20% ▕███ ▏ 643 MB/3.2 GB 28 MB/s 1m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 20% ▕███ ▏ 645 MB/3.2 GB 28 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 20% ▕███ ▏ 646 MB/3.2 GB 28 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 21% ▕███ ▏ 651 MB/3.2 GB 28 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 21% ▕███ ▏ 655 MB/3.2 GB 28 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 21% ▕███ ▏ 657 MB/3.2 GB 28 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 21% ▕███ ▏ 660 MB/3.2 GB 28 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 21% ▕███ ▏ 663 MB/3.2 GB 28 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 21% ▕███ ▏ 663 MB/3.2 GB 28 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 21% ▕███ ▏ 666 MB/3.2 GB 28 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 21% ▕███ ▏ 669 MB/3.2 GB 28 MB/s 1m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 21% ▕███ ▏ 676 MB/3.2 GB 28 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 21% ▕███ ▏ 679 MB/3.2 GB 28 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 22% ▕███ ▏ 682 MB/3.2 GB 28 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 22% ▕███ ▏ 682 MB/3.2 GB 28 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 22% ▕███ ▏ 683 MB/3.2 GB 28 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 22% ▕███ ▏ 684 MB/3.2 GB 28 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 22% ▕███ ▏ 685 MB/3.2 GB 28 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 22% ▕███ ▏ 688 MB/3.2 GB 28 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 22% ▕███ ▏ 696 MB/3.2 GB 28 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 22% ▕███ ▏ 698 MB/3.2 GB 28 MB/s 1m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 22% ▕███ ▏ 703 MB/3.2 GB 28 MB/s 1m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 22% ▕███ ▏ 704 MB/3.2 GB 28 MB/s 1m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 22% ▕███ ▏ 705 MB/3.2 GB 28 MB/s 1m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 22% ▕███ ▏ 706 MB/3.2 GB 28 MB/s 1m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 22% ▕███ ▏ 709 MB/3.2 GB 28 MB/s 1m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 23% ▕███ ▏ 713 MB/3.2 GB 28 MB/s 1m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 23% ▕███ ▏ 716 MB/3.2 GB 28 MB/s 1m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 23% ▕███ ▏ 718 MB/3.2 GB 28 MB/s 1m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 23% ▕███ ▏ 718 MB/3.2 GB 28 MB/s 1m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 23% ▕███ ▏ 720 MB/3.2 GB 27 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 23% ▕███ ▏ 726 MB/3.2 GB 27 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 23% ▕███ ▏ 727 MB/3.2 GB 27 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 23% ▕███ ▏ 735 MB/3.2 GB 27 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 23% ▕███ ▏ 738 MB/3.2 GB 27 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 23% ▕███ ▏ 740 MB/3.2 GB 27 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 24% ▕███ ▏ 745 MB/3.2 GB 27 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 24% ▕███ ▏ 747 MB/3.2 GB 27 MB/s 1m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 24% ▕███ ▏ 748 MB/3.2 GB 27 MB/s 1m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 24% ▕███ ▏ 750 MB/3.2 GB 27 MB/s 1m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 24% ▕███ ▏ 754 MB/3.2 GB 27 MB/s 1m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 24% ▕███ ▏ 756 MB/3.2 GB 27 MB/s 1m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 24% ▕███ ▏ 761 MB/3.2 GB 27 MB/s 1m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 24% ▕███ ▏ 763 MB/3.2 GB 27 MB/s 1m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 24% ▕███ ▏ 765 MB/3.2 GB 27 MB/s 1m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 24% ▕███ ▏ 766 MB/3.2 GB 27 MB/s 1m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 24% ▕███ ▏ 769 MB/3.2 GB 27 MB/s 1m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 24% ▕███ ▏ 770 MB/3.2 GB 27 MB/s 1m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 24% ▕███ ▏ 772 MB/3.2 GB 27 MB/s 1m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 25% ▕███ ▏ 781 MB/3.2 GB 27 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 25% ▕███ ▏ 782 MB/3.2 GB 27 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 25% ▕███ ▏ 788 MB/3.2 GB 27 MB/s 1m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 25% ▕███ ▏ 788 MB/3.2 GB 27 MB/s 1m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 25% ▕███ ▏ 788 MB/3.2 GB 27 MB/s 1m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 25% ▕███ ▏ 789 MB/3.2 GB 27 MB/s 1m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 25% ▕████ ▏ 792 MB/3.2 GB 27 MB/s 1m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 25% ▕████ ▏ 793 MB/3.2 GB 27 MB/s 1m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 25% ▕████ ▏ 798 MB/3.2 GB 27 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 25% ▕████ ▏ 806 MB/3.2 GB 27 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 26% ▕████ ▏ 807 MB/3.2 GB 27 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 25% ▕████ ▏ 806 MB/3.2 GB 27 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 25% ▕████ ▏ 806 MB/3.2 GB 27 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 26% ▕████ ▏ 809 MB/3.2 GB 27 MB/s 1m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 26% ▕████ ▏ 813 MB/3.2 GB 27 MB/s 1m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 26% ▕████ ▏ 825 MB/3.2 GB 27 MB/s 1m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 26% ▕████ ▏ 826 MB/3.2 GB 27 MB/s 1m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 26% ▕████ ▏ 828 MB/3.2 GB 27 MB/s 1m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 26% ▕████ ▏ 831 MB/3.2 GB 27 MB/s 1m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 26% ▕████ ▏ 834 MB/3.2 GB 27 MB/s 1m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 27% ▕████ ▏ 841 MB/3.2 GB 27 MB/s 1m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 27% ▕████ ▏ 846 MB/3.2 GB 27 MB/s 1m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 27% ▕████ ▏ 846 MB/3.2 GB 28 MB/s 1m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 27% ▕████ ▏ 848 MB/3.2 GB 28 MB/s 1m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 27% ▕████ ▏ 848 MB/3.2 GB 28 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 27% ▕████ ▏ 850 MB/3.2 GB 28 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 27% ▕████ ▏ 852 MB/3.2 GB 28 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 27% ▕████ ▏ 858 MB/3.2 GB 28 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 27% ▕████ ▏ 860 MB/3.2 GB 28 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 27% ▕████ ▏ 864 MB/3.2 GB 28 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 27% ▕████ ▏ 865 MB/3.2 GB 28 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 27% ▕████ ▏ 869 MB/3.2 GB 28 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 28% ▕████ ▏ 876 MB/3.2 GB 29 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 28% ▕████ ▏ 876 MB/3.2 GB 29 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 28% ▕████ ▏ 876 MB/3.2 GB 29 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 28% ▕████ ▏ 876 MB/3.2 GB 29 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 28% ▕████ ▏ 876 MB/3.2 GB 29 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 28% ▕████ ▏ 883 MB/3.2 GB 29 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 28% ▕████ ▏ 890 MB/3.2 GB 29 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 28% ▕████ ▏ 899 MB/3.2 GB 29 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 28% ▕████ ▏ 900 MB/3.2 GB 29 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 29% ▕████ ▏ 901 MB/3.2 GB 29 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 29% ▕████ ▏ 902 MB/3.2 GB 29 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 29% ▕████ ▏ 902 MB/3.2 GB 29 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 29% ▕████ ▏ 906 MB/3.2 GB 29 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 29% ▕████ ▏ 913 MB/3.2 GB 29 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 29% ▕████ ▏ 914 MB/3.2 GB 29 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 29% ▕████ ▏ 917 MB/3.2 GB 29 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 29% ▕████ ▏ 919 MB/3.2 GB 29 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 29% ▕████ ▏ 919 MB/3.2 GB 29 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 29% ▕████ ▏ 922 MB/3.2 GB 29 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 29% ▕████ ▏ 925 MB/3.2 GB 29 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 29% ▕████ ▏ 927 MB/3.2 GB 29 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 29% ▕████ ▏ 929 MB/3.2 GB 28 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 29% ▕████ ▏ 931 MB/3.2 GB 28 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 29% ▕████ ▏ 932 MB/3.2 GB 28 MB/s 1m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 30% ▕████ ▏ 935 MB/3.2 GB 28 MB/s 1m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 30% ▕████ ▏ 937 MB/3.2 GB 28 MB/s 1m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 30% ▕████ ▏ 940 MB/3.2 GB 28 MB/s 1m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 30% ▕████ ▏ 948 MB/3.2 GB 28 MB/s 1m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 30% ▕████ ▏ 950 MB/3.2 GB 28 MB/s 1m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 30% ▕████ ▏ 952 MB/3.2 GB 28 MB/s 1m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 30% ▕████ ▏ 954 MB/3.2 GB 28 MB/s 1m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 30% ▕████ ▏ 959 MB/3.2 GB 28 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 30% ▕████ ▏ 960 MB/3.2 GB 28 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 30% ▕████ ▏ 963 MB/3.2 GB 28 MB/s 1m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 31% ▕████ ▏ 971 MB/3.2 GB 28 MB/s 1m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 31% ▕████ ▏ 972 MB/3.2 GB 28 MB/s 1m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 31% ▕████ ▏ 973 MB/3.2 GB 28 MB/s 1m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 31% ▕████ ▏ 978 MB/3.2 GB 28 MB/s 1m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 31% ▕████ ▏ 980 MB/3.2 GB 28 MB/s 1m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 31% ▕████ ▏ 985 MB/3.2 GB 28 MB/s 1m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 31% ▕█████ ▏ 989 MB/3.2 GB 28 MB/s 1m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 31% ▕█████ ▏ 991 MB/3.2 GB 30 MB/s 1m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 31% ▕█████ ▏ 994 MB/3.2 GB 30 MB/s 1m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 32% ▕█████ ▏ 1.0 GB/3.2 GB 30 MB/s 1m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 32% ▕█████ ▏ 1.0 GB/3.2 GB 30 MB/s 1m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 32% ▕█████ ▏ 1.0 GB/3.2 GB 30 MB/s 1m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 32% ▕█████ ▏ 1.0 GB/3.2 GB 30 MB/s 1m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 32% ▕█████ ▏ 1.0 GB/3.2 GB 30 MB/s 1m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 32% ▕█████ ▏ 1.0 GB/3.2 GB 30 MB/s 1m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 32% ▕█████ ▏ 1.0 GB/3.2 GB 30 MB/s 1m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 32% ▕█████ ▏ 1.0 GB/3.2 GB 30 MB/s 1m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 32% ▕█████ ▏ 1.0 GB/3.2 GB 30 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 32% ▕█████ ▏ 1.0 GB/3.2 GB 30 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 33% ▕█████ ▏ 1.0 GB/3.2 GB 30 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 33% ▕█████ ▏ 1.0 GB/3.2 GB 30 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 33% ▕█████ ▏ 1.0 GB/3.2 GB 30 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 33% ▕█████ ▏ 1.0 GB/3.2 GB 30 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 33% ▕█████ ▏ 1.0 GB/3.2 GB 30 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 33% ▕█████ ▏ 1.0 GB/3.2 GB 30 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 33% ▕█████ ▏ 1.1 GB/3.2 GB 30 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 33% ▕█████ ▏ 1.1 GB/3.2 GB 30 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 34% ▕█████ ▏ 1.1 GB/3.2 GB 30 MB/s 1m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 34% ▕█████ ▏ 1.1 GB/3.2 GB 30 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 34% ▕█████ ▏ 1.1 GB/3.2 GB 30 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 34% ▕█████ ▏ 1.1 GB/3.2 GB 30 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 34% ▕█████ ▏ 1.1 GB/3.2 GB 30 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 34% ▕█████ ▏ 1.1 GB/3.2 GB 30 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 34% ▕█████ ▏ 1.1 GB/3.2 GB 30 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 34% ▕█████ ▏ 1.1 GB/3.2 GB 30 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 34% ▕█████ ▏ 1.1 GB/3.2 GB 30 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 34% ▕█████ ▏ 1.1 GB/3.2 GB 30 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 35% ▕█████ ▏ 1.1 GB/3.2 GB 30 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 35% ▕█████ ▏ 1.1 GB/3.2 GB 32 MB/s 1m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 35% ▕█████ ▏ 1.1 GB/3.2 GB 32 MB/s 1m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 35% ▕█████ ▏ 1.1 GB/3.2 GB 32 MB/s 1m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 35% ▕█████ ▏ 1.1 GB/3.2 GB 32 MB/s 1m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 35% ▕█████ ▏ 1.1 GB/3.2 GB 32 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 35% ▕█████ ▏ 1.1 GB/3.2 GB 32 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 35% ▕█████ ▏ 1.1 GB/3.2 GB 32 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 36% ▕█████ ▏ 1.1 GB/3.2 GB 32 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 36% ▕█████ ▏ 1.1 GB/3.2 GB 32 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 36% ▕█████ ▏ 1.1 GB/3.2 GB 32 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 36% ▕█████ ▏ 1.1 GB/3.2 GB 31 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 36% ▕█████ ▏ 1.1 GB/3.2 GB 31 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 36% ▕█████ ▏ 1.1 GB/3.2 GB 31 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 36% ▕█████ ▏ 1.1 GB/3.2 GB 31 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 36% ▕█████ ▏ 1.1 GB/3.2 GB 31 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 37% ▕█████ ▏ 1.2 GB/3.2 GB 31 MB/s 1m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 37% ▕█████ ▏ 1.2 GB/3.2 GB 31 MB/s 1m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 37% ▕█████ ▏ 1.2 GB/3.2 GB 31 MB/s 1m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 37% ▕█████ ▏ 1.2 GB/3.2 GB 31 MB/s 1m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 37% ▕█████ ▏ 1.2 GB/3.2 GB 31 MB/s 1m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 37% ▕█████ ▏ 1.2 GB/3.2 GB 33 MB/s 59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 37% ▕█████ ▏ 1.2 GB/3.2 GB 33 MB/s 59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 37% ▕█████ ▏ 1.2 GB/3.2 GB 33 MB/s 59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 37% ▕█████ ▏ 1.2 GB/3.2 GB 33 MB/s 59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 38% ▕██████ ▏ 1.2 GB/3.2 GB 33 MB/s 59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 38% ▕██████ ▏ 1.2 GB/3.2 GB 33 MB/s 59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 38% ▕██████ ▏ 1.2 GB/3.2 GB 33 MB/s 59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 38% ▕██████ ▏ 1.2 GB/3.2 GB 33 MB/s 59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 38% ▕██████ ▏ 1.2 GB/3.2 GB 33 MB/s 59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 38% ▕██████ ▏ 1.2 GB/3.2 GB 33 MB/s 59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 38% ▕██████ ▏ 1.2 GB/3.2 GB 33 MB/s 59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 38% ▕██████ ▏ 1.2 GB/3.2 GB 33 MB/s 59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 38% ▕██████ ▏ 1.2 GB/3.2 GB 33 MB/s 59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 38% ▕██████ ▏ 1.2 GB/3.2 GB 33 MB/s 59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 38% ▕██████ ▏ 1.2 GB/3.2 GB 33 MB/s 59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 38% ▕██████ ▏ 1.2 GB/3.2 GB 33 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 38% ▕██████ ▏ 1.2 GB/3.2 GB 33 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 39% ▕██████ ▏ 1.2 GB/3.2 GB 33 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 39% ▕██████ ▏ 1.2 GB/3.2 GB 33 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 39% ▕██████ ▏ 1.2 GB/3.2 GB 33 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 39% ▕██████ ▏ 1.2 GB/3.2 GB 35 MB/s 54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 39% ▕██████ ▏ 1.2 GB/3.2 GB 35 MB/s 54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 39% ▕██████ ▏ 1.2 GB/3.2 GB 35 MB/s 54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 40% ▕██████ ▏ 1.3 GB/3.2 GB 35 MB/s 54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 40% ▕██████ ▏ 1.3 GB/3.2 GB 35 MB/s 54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 40% ▕██████ ▏ 1.3 GB/3.2 GB 35 MB/s 54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 40% ▕██████ ▏ 1.3 GB/3.2 GB 35 MB/s 54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 40% ▕██████ ▏ 1.3 GB/3.2 GB 35 MB/s 54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 40% ▕██████ ▏ 1.3 GB/3.2 GB 35 MB/s 54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 40% ▕██████ ▏ 1.3 GB/3.2 GB 35 MB/s 54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 40% ▕██████ ▏ 1.3 GB/3.2 GB 35 MB/s 54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 40% ▕██████ ▏ 1.3 GB/3.2 GB 33 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 40% ▕██████ ▏ 1.3 GB/3.2 GB 33 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 40% ▕██████ ▏ 1.3 GB/3.2 GB 33 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 40% ▕██████ ▏ 1.3 GB/3.2 GB 33 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 40% ▕██████ ▏ 1.3 GB/3.2 GB 33 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 40% ▕██████ ▏ 1.3 GB/3.2 GB 33 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 40% ▕██████ ▏ 1.3 GB/3.2 GB 33 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 40% ▕██████ ▏ 1.3 GB/3.2 GB 33 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 40% ▕██████ ▏ 1.3 GB/3.2 GB 33 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 40% ▕██████ ▏ 1.3 GB/3.2 GB 33 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 40% ▕██████ ▏ 1.3 GB/3.2 GB 31 MB/s 59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 40% ▕██████ ▏ 1.3 GB/3.2 GB 31 MB/s 59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 41% ▕██████ ▏ 1.3 GB/3.2 GB 31 MB/s 59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 41% ▕██████ ▏ 1.3 GB/3.2 GB 31 MB/s 59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 41% ▕██████ ▏ 1.3 GB/3.2 GB 31 MB/s 59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 41% ▕██████ ▏ 1.3 GB/3.2 GB 31 MB/s 59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 41% ▕██████ ▏ 1.3 GB/3.2 GB 31 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 41% ▕██████ ▏ 1.3 GB/3.2 GB 31 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 41% ▕██████ ▏ 1.3 GB/3.2 GB 31 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 41% ▕██████ ▏ 1.3 GB/3.2 GB 31 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 41% ▕██████ ▏ 1.3 GB/3.2 GB 30 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 41% ▕██████ ▏ 1.3 GB/3.2 GB 30 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 41% ▕██████ ▏ 1.3 GB/3.2 GB 30 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 41% ▕██████ ▏ 1.3 GB/3.2 GB 30 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 41% ▕██████ ▏ 1.3 GB/3.2 GB 30 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 42% ▕██████ ▏ 1.3 GB/3.2 GB 30 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 42% ▕██████ ▏ 1.3 GB/3.2 GB 30 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 42% ▕██████ ▏ 1.3 GB/3.2 GB 30 MB/s 59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 42% ▕██████ ▏ 1.3 GB/3.2 GB 30 MB/s 59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 42% ▕██████ ▏ 1.3 GB/3.2 GB 30 MB/s 59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 42% ▕██████ ▏ 1.3 GB/3.2 GB 30 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 42% ▕██████ ▏ 1.3 GB/3.2 GB 30 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 42% ▕██████ ▏ 1.3 GB/3.2 GB 30 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 43% ▕██████ ▏ 1.3 GB/3.2 GB 30 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 43% ▕██████ ▏ 1.3 GB/3.2 GB 30 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 43% ▕██████ ▏ 1.3 GB/3.2 GB 30 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 43% ▕██████ ▏ 1.4 GB/3.2 GB 30 MB/s 59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 43% ▕██████ ▏ 1.4 GB/3.2 GB 30 MB/s 59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 43% ▕██████ ▏ 1.4 GB/3.2 GB 30 MB/s 59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 43% ▕██████ ▏ 1.4 GB/3.2 GB 30 MB/s 59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 43% ▕██████ ▏ 1.4 GB/3.2 GB 30 MB/s 59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 43% ▕██████ ▏ 1.4 GB/3.2 GB 30 MB/s 59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 43% ▕██████ ▏ 1.4 GB/3.2 GB 30 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 43% ▕██████ ▏ 1.4 GB/3.2 GB 30 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 43% ▕██████ ▏ 1.4 GB/3.2 GB 30 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 44% ▕██████ ▏ 1.4 GB/3.2 GB 30 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 44% ▕██████ ▏ 1.4 GB/3.2 GB 30 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 44% ▕██████ ▏ 1.4 GB/3.2 GB 30 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 44% ▕███████ ▏ 1.4 GB/3.2 GB 30 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 44% ▕███████ ▏ 1.4 GB/3.2 GB 30 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 44% ▕███████ ▏ 1.4 GB/3.2 GB 30 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 44% ▕███████ ▏ 1.4 GB/3.2 GB 29 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 44% ▕███████ ▏ 1.4 GB/3.2 GB 29 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 44% ▕███████ ▏ 1.4 GB/3.2 GB 29 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 44% ▕███████ ▏ 1.4 GB/3.2 GB 29 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 44% ▕███████ ▏ 1.4 GB/3.2 GB 29 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 45% ▕███████ ▏ 1.4 GB/3.2 GB 29 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 45% ▕███████ ▏ 1.4 GB/3.2 GB 29 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 45% ▕███████ ▏ 1.4 GB/3.2 GB 29 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 45% ▕███████ ▏ 1.4 GB/3.2 GB 29 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 45% ▕███████ ▏ 1.4 GB/3.2 GB 29 MB/s 59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 45% ▕███████ ▏ 1.4 GB/3.2 GB 28 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 45% ▕███████ ▏ 1.4 GB/3.2 GB 28 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 45% ▕███████ ▏ 1.4 GB/3.2 GB 28 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 45% ▕███████ ▏ 1.4 GB/3.2 GB 28 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 45% ▕███████ ▏ 1.4 GB/3.2 GB 28 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 45% ▕███████ ▏ 1.4 GB/3.2 GB 28 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 45% ▕███████ ▏ 1.4 GB/3.2 GB 28 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 46% ▕███████ ▏ 1.4 GB/3.2 GB 28 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 46% ▕███████ ▏ 1.4 GB/3.2 GB 28 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 46% ▕███████ ▏ 1.5 GB/3.2 GB 28 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 46% ▕███████ ▏ 1.5 GB/3.2 GB 28 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 46% ▕███████ ▏ 1.5 GB/3.2 GB 28 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 46% ▕███████ ▏ 1.5 GB/3.2 GB 28 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 46% ▕███████ ▏ 1.5 GB/3.2 GB 28 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 46% ▕███████ ▏ 1.5 GB/3.2 GB 28 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 46% ▕███████ ▏ 1.5 GB/3.2 GB 28 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 46% ▕███████ ▏ 1.5 GB/3.2 GB 28 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 46% ▕███████ ▏ 1.5 GB/3.2 GB 28 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 46% ▕███████ ▏ 1.5 GB/3.2 GB 28 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 46% ▕███████ ▏ 1.5 GB/3.2 GB 28 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 47% ▕███████ ▏ 1.5 GB/3.2 GB 25 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 47% ▕███████ ▏ 1.5 GB/3.2 GB 25 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 47% ▕███████ ▏ 1.5 GB/3.2 GB 25 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 47% ▕███████ ▏ 1.5 GB/3.2 GB 25 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 47% ▕███████ ▏ 1.5 GB/3.2 GB 25 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 47% ▕███████ ▏ 1.5 GB/3.2 GB 25 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 47% ▕███████ ▏ 1.5 GB/3.2 GB 25 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 47% ▕███████ ▏ 1.5 GB/3.2 GB 25 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 47% ▕███████ ▏ 1.5 GB/3.2 GB 25 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 47% ▕███████ ▏ 1.5 GB/3.2 GB 25 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 47% ▕███████ ▏ 1.5 GB/3.2 GB 27 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 48% ▕███████ ▏ 1.5 GB/3.2 GB 27 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 48% ▕███████ ▏ 1.5 GB/3.2 GB 27 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 48% ▕███████ ▏ 1.5 GB/3.2 GB 27 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 48% ▕███████ ▏ 1.5 GB/3.2 GB 27 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 48% ▕███████ ▏ 1.5 GB/3.2 GB 27 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 48% ▕███████ ▏ 1.5 GB/3.2 GB 27 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 48% ▕███████ ▏ 1.5 GB/3.2 GB 27 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 48% ▕███████ ▏ 1.5 GB/3.2 GB 27 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 48% ▕███████ ▏ 1.5 GB/3.2 GB 27 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 48% ▕███████ ▏ 1.5 GB/3.2 GB 27 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 48% ▕███████ ▏ 1.5 GB/3.2 GB 27 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 48% ▕███████ ▏ 1.5 GB/3.2 GB 27 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 48% ▕███████ ▏ 1.5 GB/3.2 GB 27 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 49% ▕███████ ▏ 1.5 GB/3.2 GB 27 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 49% ▕███████ ▏ 1.5 GB/3.2 GB 27 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 49% ▕███████ ▏ 1.5 GB/3.2 GB 27 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 49% ▕███████ ▏ 1.6 GB/3.2 GB 27 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 49% ▕███████ ▏ 1.6 GB/3.2 GB 27 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 49% ▕███████ ▏ 1.6 GB/3.2 GB 27 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 49% ▕███████ ▏ 1.6 GB/3.2 GB 27 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 49% ▕███████ ▏ 1.6 GB/3.2 GB 27 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 49% ▕███████ ▏ 1.6 GB/3.2 GB 27 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 49% ▕███████ ▏ 1.6 GB/3.2 GB 27 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 49% ▕███████ ▏ 1.6 GB/3.2 GB 27 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 50% ▕███████ ▏ 1.6 GB/3.2 GB 27 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 50% ▕███████ ▏ 1.6 GB/3.2 GB 27 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 50% ▕███████ ▏ 1.6 GB/3.2 GB 27 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 50% ▕███████ ▏ 1.6 GB/3.2 GB 27 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 50% ▕███████ ▏ 1.6 GB/3.2 GB 27 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 50% ▕███████ ▏ 1.6 GB/3.2 GB 27 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 50% ▕████████ ▏ 1.6 GB/3.2 GB 27 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 50% ▕████████ ▏ 1.6 GB/3.2 GB 27 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 50% ▕████████ ▏ 1.6 GB/3.2 GB 27 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 50% ▕████████ ▏ 1.6 GB/3.2 GB 27 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 50% ▕████████ ▏ 1.6 GB/3.2 GB 27 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 51% ▕████████ ▏ 1.6 GB/3.2 GB 27 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 51% ▕████████ ▏ 1.6 GB/3.2 GB 27 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 51% ▕████████ ▏ 1.6 GB/3.2 GB 27 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 51% ▕████████ ▏ 1.6 GB/3.2 GB 27 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 51% ▕████████ ▏ 1.6 GB/3.2 GB 27 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 51% ▕████████ ▏ 1.6 GB/3.2 GB 27 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 51% ▕████████ ▏ 1.6 GB/3.2 GB 27 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 51% ▕████████ ▏ 1.6 GB/3.2 GB 27 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 51% ▕████████ ▏ 1.6 GB/3.2 GB 27 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 51% ▕████████ ▏ 1.6 GB/3.2 GB 27 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 51% ▕████████ ▏ 1.6 GB/3.2 GB 27 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 51% ▕████████ ▏ 1.6 GB/3.2 GB 27 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 51% ▕████████ ▏ 1.6 GB/3.2 GB 27 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 52% ▕████████ ▏ 1.6 GB/3.2 GB 27 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 52% ▕████████ ▏ 1.6 GB/3.2 GB 27 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 52% ▕████████ ▏ 1.6 GB/3.2 GB 27 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 52% ▕████████ ▏ 1.6 GB/3.2 GB 27 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 52% ▕████████ ▏ 1.7 GB/3.2 GB 27 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 52% ▕████████ ▏ 1.7 GB/3.2 GB 27 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 52% ▕████████ ▏ 1.7 GB/3.2 GB 27 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 52% ▕████████ ▏ 1.7 GB/3.2 GB 27 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 52% ▕████████ ▏ 1.7 GB/3.2 GB 27 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 52% ▕████████ ▏ 1.7 GB/3.2 GB 27 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 53% ▕████████ ▏ 1.7 GB/3.2 GB 27 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 53% ▕████████ ▏ 1.7 GB/3.2 GB 27 MB/s 54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 53% ▕████████ ▏ 1.7 GB/3.2 GB 27 MB/s 54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 53% ▕████████ ▏ 1.7 GB/3.2 GB 26 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 53% ▕████████ ▏ 1.7 GB/3.2 GB 26 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 53% ▕████████ ▏ 1.7 GB/3.2 GB 26 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 53% ▕████████ ▏ 1.7 GB/3.2 GB 26 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 53% ▕████████ ▏ 1.7 GB/3.2 GB 26 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 53% ▕████████ ▏ 1.7 GB/3.2 GB 26 MB/s 54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 53% ▕████████ ▏ 1.7 GB/3.2 GB 26 MB/s 54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 54% ▕████████ ▏ 1.7 GB/3.2 GB 26 MB/s 54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 54% ▕████████ ▏ 1.7 GB/3.2 GB 26 MB/s 54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 54% ▕████████ ▏ 1.7 GB/3.2 GB 26 MB/s 54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 54% ▕████████ ▏ 1.7 GB/3.2 GB 26 MB/s 54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 54% ▕████████ ▏ 1.7 GB/3.2 GB 26 MB/s 54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 54% ▕████████ ▏ 1.7 GB/3.2 GB 26 MB/s 54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 54% ▕████████ ▏ 1.7 GB/3.2 GB 26 MB/s 54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 54% ▕████████ ▏ 1.7 GB/3.2 GB 26 MB/s 54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 54% ▕████████ ▏ 1.7 GB/3.2 GB 26 MB/s 54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 54% ▕████████ ▏ 1.7 GB/3.2 GB 26 MB/s 54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 54% ▕████████ ▏ 1.7 GB/3.2 GB 26 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 55% ▕████████ ▏ 1.7 GB/3.2 GB 26 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 55% ▕████████ ▏ 1.7 GB/3.2 GB 26 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 55% ▕████████ ▏ 1.7 GB/3.2 GB 28 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 55% ▕████████ ▏ 1.7 GB/3.2 GB 28 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 55% ▕████████ ▏ 1.7 GB/3.2 GB 28 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 55% ▕████████ ▏ 1.7 GB/3.2 GB 28 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 55% ▕████████ ▏ 1.7 GB/3.2 GB 28 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 55% ▕████████ ▏ 1.7 GB/3.2 GB 28 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 55% ▕████████ ▏ 1.7 GB/3.2 GB 28 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 55% ▕████████ ▏ 1.7 GB/3.2 GB 28 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 55% ▕████████ ▏ 1.8 GB/3.2 GB 28 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 55% ▕████████ ▏ 1.8 GB/3.2 GB 28 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 55% ▕████████ ▏ 1.8 GB/3.2 GB 28 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 56% ▕████████ ▏ 1.8 GB/3.2 GB 28 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 56% ▕████████ ▏ 1.8 GB/3.2 GB 28 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 56% ▕████████ ▏ 1.8 GB/3.2 GB 28 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 56% ▕████████ ▏ 1.8 GB/3.2 GB 28 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 56% ▕████████ ▏ 1.8 GB/3.2 GB 28 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 56% ▕████████ ▏ 1.8 GB/3.2 GB 28 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 56% ▕█████████ ▏ 1.8 GB/3.2 GB 28 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 56% ▕█████████ ▏ 1.8 GB/3.2 GB 28 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 57% ▕█████████ ▏ 1.8 GB/3.2 GB 28 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 57% ▕█████████ ▏ 1.8 GB/3.2 GB 29 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 57% ▕█████████ ▏ 1.8 GB/3.2 GB 29 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 57% ▕█████████ ▏ 1.8 GB/3.2 GB 29 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 57% ▕█████████ ▏ 1.8 GB/3.2 GB 29 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 57% ▕█████████ ▏ 1.8 GB/3.2 GB 29 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 57% ▕█████████ ▏ 1.8 GB/3.2 GB 29 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 57% ▕█████████ ▏ 1.8 GB/3.2 GB 29 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 57% ▕█████████ ▏ 1.8 GB/3.2 GB 29 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 57% ▕█████████ ▏ 1.8 GB/3.2 GB 29 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 58% ▕█████████ ▏ 1.8 GB/3.2 GB 29 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 58% ▕█████████ ▏ 1.8 GB/3.2 GB 29 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 58% ▕█████████ ▏ 1.8 GB/3.2 GB 30 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 58% ▕█████████ ▏ 1.8 GB/3.2 GB 30 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 58% ▕█████████ ▏ 1.8 GB/3.2 GB 30 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 58% ▕█████████ ▏ 1.8 GB/3.2 GB 30 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 58% ▕█████████ ▏ 1.8 GB/3.2 GB 30 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 58% ▕█████████ ▏ 1.8 GB/3.2 GB 30 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 58% ▕█████████ ▏ 1.8 GB/3.2 GB 30 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 58% ▕█████████ ▏ 1.8 GB/3.2 GB 30 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 58% ▕█████████ ▏ 1.8 GB/3.2 GB 30 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 58% ▕█████████ ▏ 1.8 GB/3.2 GB 30 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 59% ▕█████████ ▏ 1.9 GB/3.2 GB 29 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 59% ▕█████████ ▏ 1.9 GB/3.2 GB 29 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 59% ▕█████████ ▏ 1.9 GB/3.2 GB 29 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 59% ▕█████████ ▏ 1.9 GB/3.2 GB 29 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 59% ▕█████████ ▏ 1.9 GB/3.2 GB 29 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 59% ▕█████████ ▏ 1.9 GB/3.2 GB 29 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 59% ▕█████████ ▏ 1.9 GB/3.2 GB 29 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 59% ▕█████████ ▏ 1.9 GB/3.2 GB 29 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 59% ▕█████████ ▏ 1.9 GB/3.2 GB 29 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 59% ▕█████████ ▏ 1.9 GB/3.2 GB 29 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 59% ▕█████████ ▏ 1.9 GB/3.2 GB 29 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 60% ▕█████████ ▏ 1.9 GB/3.2 GB 29 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 60% ▕█████████ ▏ 1.9 GB/3.2 GB 29 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 60% ▕█████████ ▏ 1.9 GB/3.2 GB 29 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 60% ▕█████████ ▏ 1.9 GB/3.2 GB 29 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 60% ▕█████████ ▏ 1.9 GB/3.2 GB 29 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 60% ▕█████████ ▏ 1.9 GB/3.2 GB 29 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 60% ▕█████████ ▏ 1.9 GB/3.2 GB 29 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 60% ▕█████████ ▏ 1.9 GB/3.2 GB 29 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 60% ▕█████████ ▏ 1.9 GB/3.2 GB 29 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 60% ▕█████████ ▏ 1.9 GB/3.2 GB 29 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 60% ▕█████████ ▏ 1.9 GB/3.2 GB 29 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 60% ▕█████████ ▏ 1.9 GB/3.2 GB 29 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 60% ▕█████████ ▏ 1.9 GB/3.2 GB 29 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 61% ▕█████████ ▏ 1.9 GB/3.2 GB 29 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 61% ▕█████████ ▏ 1.9 GB/3.2 GB 29 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 61% ▕█████████ ▏ 1.9 GB/3.2 GB 29 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 61% ▕█████████ ▏ 1.9 GB/3.2 GB 29 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 61% ▕█████████ ▏ 1.9 GB/3.2 GB 29 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 61% ▕█████████ ▏ 1.9 GB/3.2 GB 29 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 61% ▕█████████ ▏ 1.9 GB/3.2 GB 28 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 61% ▕█████████ ▏ 1.9 GB/3.2 GB 28 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 61% ▕█████████ ▏ 1.9 GB/3.2 GB 28 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 61% ▕█████████ ▏ 1.9 GB/3.2 GB 28 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 61% ▕█████████ ▏ 1.9 GB/3.2 GB 28 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 61% ▕█████████ ▏ 1.9 GB/3.2 GB 28 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 62% ▕█████████ ▏ 1.9 GB/3.2 GB 28 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 62% ▕█████████ ▏ 1.9 GB/3.2 GB 28 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 62% ▕█████████ ▏ 2.0 GB/3.2 GB 28 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 62% ▕█████████ ▏ 2.0 GB/3.2 GB 28 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 62% ▕█████████ ▏ 2.0 GB/3.2 GB 28 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 62% ▕█████████ ▏ 2.0 GB/3.2 GB 28 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 62% ▕█████████ ▏ 2.0 GB/3.2 GB 28 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 62% ▕█████████ ▏ 2.0 GB/3.2 GB 28 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 62% ▕█████████ ▏ 2.0 GB/3.2 GB 28 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 62% ▕█████████ ▏ 2.0 GB/3.2 GB 28 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 62% ▕█████████ ▏ 2.0 GB/3.2 GB 28 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 62% ▕█████████ ▏ 2.0 GB/3.2 GB 28 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 63% ▕██████████ ▏ 2.0 GB/3.2 GB 28 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 63% ▕██████████ ▏ 2.0 GB/3.2 GB 28 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 63% ▕██████████ ▏ 2.0 GB/3.2 GB 28 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 63% ▕██████████ ▏ 2.0 GB/3.2 GB 27 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 63% ▕██████████ ▏ 2.0 GB/3.2 GB 27 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 63% ▕██████████ ▏ 2.0 GB/3.2 GB 27 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 63% ▕██████████ ▏ 2.0 GB/3.2 GB 27 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 63% ▕██████████ ▏ 2.0 GB/3.2 GB 27 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 63% ▕██████████ ▏ 2.0 GB/3.2 GB 27 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 63% ▕██████████ ▏ 2.0 GB/3.2 GB 27 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 63% ▕██████████ ▏ 2.0 GB/3.2 GB 27 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 63% ▕██████████ ▏ 2.0 GB/3.2 GB 27 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 64% ▕██████████ ▏ 2.0 GB/3.2 GB 27 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 64% ▕██████████ ▏ 2.0 GB/3.2 GB 29 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 64% ▕██████████ ▏ 2.0 GB/3.2 GB 29 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 64% ▕██████████ ▏ 2.0 GB/3.2 GB 29 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 64% ▕██████████ ▏ 2.0 GB/3.2 GB 29 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 64% ▕██████████ ▏ 2.0 GB/3.2 GB 29 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 64% ▕██████████ ▏ 2.0 GB/3.2 GB 29 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 64% ▕██████████ ▏ 2.0 GB/3.2 GB 29 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 64% ▕██████████ ▏ 2.0 GB/3.2 GB 29 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 64% ▕██████████ ▏ 2.0 GB/3.2 GB 29 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 64% ▕██████████ ▏ 2.0 GB/3.2 GB 29 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 65% ▕██████████ ▏ 2.0 GB/3.2 GB 27 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 65% ▕██████████ ▏ 2.0 GB/3.2 GB 27 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 65% ▕██████████ ▏ 2.0 GB/3.2 GB 27 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 65% ▕██████████ ▏ 2.1 GB/3.2 GB 27 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 65% ▕██████████ ▏ 2.1 GB/3.2 GB 27 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 65% ▕██████████ ▏ 2.1 GB/3.2 GB 27 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 65% ▕██████████ ▏ 2.1 GB/3.2 GB 27 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 65% ▕██████████ ▏ 2.1 GB/3.2 GB 27 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 65% ▕██████████ ▏ 2.1 GB/3.2 GB 27 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 65% ▕██████████ ▏ 2.1 GB/3.2 GB 27 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 65% ▕██████████ ▏ 2.1 GB/3.2 GB 26 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 65% ▕██████████ ▏ 2.1 GB/3.2 GB 26 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 66% ▕██████████ ▏ 2.1 GB/3.2 GB 26 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 66% ▕██████████ ▏ 2.1 GB/3.2 GB 26 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 66% ▕██████████ ▏ 2.1 GB/3.2 GB 26 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 66% ▕██████████ ▏ 2.1 GB/3.2 GB 26 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 66% ▕██████████ ▏ 2.1 GB/3.2 GB 26 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 66% ▕██████████ ▏ 2.1 GB/3.2 GB 26 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 66% ▕██████████ ▏ 2.1 GB/3.2 GB 26 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 66% ▕██████████ ▏ 2.1 GB/3.2 GB 26 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 66% ▕██████████ ▏ 2.1 GB/3.2 GB 26 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 66% ▕██████████ ▏ 2.1 GB/3.2 GB 26 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 66% ▕██████████ ▏ 2.1 GB/3.2 GB 26 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 66% ▕██████████ ▏ 2.1 GB/3.2 GB 26 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 66% ▕██████████ ▏ 2.1 GB/3.2 GB 26 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 67% ▕██████████ ▏ 2.1 GB/3.2 GB 26 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 67% ▕██████████ ▏ 2.1 GB/3.2 GB 26 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 67% ▕██████████ ▏ 2.1 GB/3.2 GB 26 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 67% ▕██████████ ▏ 2.1 GB/3.2 GB 26 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 67% ▕██████████ ▏ 2.1 GB/3.2 GB 26 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 67% ▕██████████ ▏ 2.1 GB/3.2 GB 26 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 67% ▕██████████ ▏ 2.1 GB/3.2 GB 27 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 67% ▕██████████ ▏ 2.1 GB/3.2 GB 27 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 67% ▕██████████ ▏ 2.1 GB/3.2 GB 27 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 67% ▕██████████ ▏ 2.1 GB/3.2 GB 27 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 67% ▕██████████ ▏ 2.1 GB/3.2 GB 27 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 68% ▕██████████ ▏ 2.1 GB/3.2 GB 27 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 68% ▕██████████ ▏ 2.1 GB/3.2 GB 27 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 68% ▕██████████ ▏ 2.1 GB/3.2 GB 27 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 68% ▕██████████ ▏ 2.1 GB/3.2 GB 27 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 68% ▕██████████ ▏ 2.1 GB/3.2 GB 27 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 68% ▕██████████ ▏ 2.1 GB/3.2 GB 26 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 68% ▕██████████ ▏ 2.1 GB/3.2 GB 26 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 68% ▕██████████ ▏ 2.2 GB/3.2 GB 26 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 68% ▕██████████ ▏ 2.2 GB/3.2 GB 26 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 68% ▕██████████ ▏ 2.2 GB/3.2 GB 26 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 68% ▕██████████ ▏ 2.2 GB/3.2 GB 26 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 68% ▕██████████ ▏ 2.2 GB/3.2 GB 26 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 68% ▕██████████ ▏ 2.2 GB/3.2 GB 26 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 69% ▕██████████ ▏ 2.2 GB/3.2 GB 26 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 69% ▕██████████ ▏ 2.2 GB/3.2 GB 26 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 69% ▕███████████ ▏ 2.2 GB/3.2 GB 27 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 69% ▕███████████ ▏ 2.2 GB/3.2 GB 27 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 69% ▕███████████ ▏ 2.2 GB/3.2 GB 27 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 69% ▕███████████ ▏ 2.2 GB/3.2 GB 27 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 69% ▕███████████ ▏ 2.2 GB/3.2 GB 27 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 69% ▕███████████ ▏ 2.2 GB/3.2 GB 27 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 69% ▕███████████ ▏ 2.2 GB/3.2 GB 27 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 69% ▕███████████ ▏ 2.2 GB/3.2 GB 27 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 69% ▕███████████ ▏ 2.2 GB/3.2 GB 27 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 70% ▕███████████ ▏ 2.2 GB/3.2 GB 27 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 70% ▕███████████ ▏ 2.2 GB/3.2 GB 27 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 70% ▕███████████ ▏ 2.2 GB/3.2 GB 27 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 70% ▕███████████ ▏ 2.2 GB/3.2 GB 27 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 70% ▕███████████ ▏ 2.2 GB/3.2 GB 27 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 70% ▕███████████ ▏ 2.2 GB/3.2 GB 27 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 70% ▕███████████ ▏ 2.2 GB/3.2 GB 27 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 70% ▕███████████ ▏ 2.2 GB/3.2 GB 27 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 70% ▕███████████ ▏ 2.2 GB/3.2 GB 27 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 70% ▕███████████ ▏ 2.2 GB/3.2 GB 27 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 71% ▕███████████ ▏ 2.2 GB/3.2 GB 27 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 71% ▕███████████ ▏ 2.2 GB/3.2 GB 27 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 71% ▕███████████ ▏ 2.2 GB/3.2 GB 28 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 71% ▕███████████ ▏ 2.2 GB/3.2 GB 28 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 71% ▕███████████ ▏ 2.2 GB/3.2 GB 28 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 71% ▕███████████ ▏ 2.3 GB/3.2 GB 28 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 71% ▕███████████ ▏ 2.3 GB/3.2 GB 28 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 71% ▕███████████ ▏ 2.3 GB/3.2 GB 28 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 71% ▕███████████ ▏ 2.3 GB/3.2 GB 28 MB/s 31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 72% ▕███████████ ▏ 2.3 GB/3.2 GB 28 MB/s 31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 72% ▕███████████ ▏ 2.3 GB/3.2 GB 28 MB/s 31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 72% ▕███████████ ▏ 2.3 GB/3.2 GB 28 MB/s 31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 72% ▕███████████ ▏ 2.3 GB/3.2 GB 28 MB/s 31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 72% ▕███████████ ▏ 2.3 GB/3.2 GB 28 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 72% ▕███████████ ▏ 2.3 GB/3.2 GB 28 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 72% ▕███████████ ▏ 2.3 GB/3.2 GB 28 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 72% ▕███████████ ▏ 2.3 GB/3.2 GB 28 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 72% ▕███████████ ▏ 2.3 GB/3.2 GB 28 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 72% ▕███████████ ▏ 2.3 GB/3.2 GB 28 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 72% ▕███████████ ▏ 2.3 GB/3.2 GB 28 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 73% ▕███████████ ▏ 2.3 GB/3.2 GB 28 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 73% ▕███████████ ▏ 2.3 GB/3.2 GB 28 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 73% ▕███████████ ▏ 2.3 GB/3.2 GB 28 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 73% ▕███████████ ▏ 2.3 GB/3.2 GB 28 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 73% ▕███████████ ▏ 2.3 GB/3.2 GB 28 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 73% ▕███████████ ▏ 2.3 GB/3.2 GB 28 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 73% ▕███████████ ▏ 2.3 GB/3.2 GB 28 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 73% ▕███████████ ▏ 2.3 GB/3.2 GB 28 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 73% ▕███████████ ▏ 2.3 GB/3.2 GB 28 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 73% ▕███████████ ▏ 2.3 GB/3.2 GB 28 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 73% ▕███████████ ▏ 2.3 GB/3.2 GB 28 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 73% ▕███████████ ▏ 2.3 GB/3.2 GB 28 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 74% ▕███████████ ▏ 2.3 GB/3.2 GB 29 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 74% ▕███████████ ▏ 2.3 GB/3.2 GB 29 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 74% ▕███████████ ▏ 2.3 GB/3.2 GB 29 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 74% ▕███████████ ▏ 2.3 GB/3.2 GB 29 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 74% ▕███████████ ▏ 2.3 GB/3.2 GB 29 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 74% ▕███████████ ▏ 2.3 GB/3.2 GB 29 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 74% ▕███████████ ▏ 2.3 GB/3.2 GB 29 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 74% ▕███████████ ▏ 2.3 GB/3.2 GB 29 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 74% ▕███████████ ▏ 2.3 GB/3.2 GB 29 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 74% ▕███████████ ▏ 2.4 GB/3.2 GB 29 MB/s 27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 74% ▕███████████ ▏ 2.4 GB/3.2 GB 29 MB/s 27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 74% ▕███████████ ▏ 2.4 GB/3.2 GB 29 MB/s 27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 74% ▕███████████ ▏ 2.4 GB/3.2 GB 29 MB/s 27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 75% ▕███████████ ▏ 2.4 GB/3.2 GB 29 MB/s 27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 75% ▕███████████ ▏ 2.4 GB/3.2 GB 29 MB/s 27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 75% ▕███████████ ▏ 2.4 GB/3.2 GB 29 MB/s 27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 75% ▕███████████ ▏ 2.4 GB/3.2 GB 29 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 75% ▕████████████ ▏ 2.4 GB/3.2 GB 29 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 75% ▕████████████ ▏ 2.4 GB/3.2 GB 29 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 75% ▕████████████ ▏ 2.4 GB/3.2 GB 29 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 75% ▕████████████ ▏ 2.4 GB/3.2 GB 29 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 75% ▕████████████ ▏ 2.4 GB/3.2 GB 28 MB/s 27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 75% ▕████████████ ▏ 2.4 GB/3.2 GB 28 MB/s 27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 76% ▕████████████ ▏ 2.4 GB/3.2 GB 28 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 76% ▕████████████ ▏ 2.4 GB/3.2 GB 28 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 76% ▕████████████ ▏ 2.4 GB/3.2 GB 28 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 76% ▕████████████ ▏ 2.4 GB/3.2 GB 28 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 76% ▕████████████ ▏ 2.4 GB/3.2 GB 28 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 76% ▕████████████ ▏ 2.4 GB/3.2 GB 28 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 76% ▕████████████ ▏ 2.4 GB/3.2 GB 28 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 76% ▕████████████ ▏ 2.4 GB/3.2 GB 28 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 76% ▕████████████ ▏ 2.4 GB/3.2 GB 28 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 76% ▕████████████ ▏ 2.4 GB/3.2 GB 28 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 76% ▕████████████ ▏ 2.4 GB/3.2 GB 28 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 76% ▕████████████ ▏ 2.4 GB/3.2 GB 28 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 76% ▕████████████ ▏ 2.4 GB/3.2 GB 28 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 76% ▕████████████ ▏ 2.4 GB/3.2 GB 28 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 77% ▕████████████ ▏ 2.4 GB/3.2 GB 28 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 77% ▕████████████ ▏ 2.4 GB/3.2 GB 28 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 77% ▕████████████ ▏ 2.4 GB/3.2 GB 28 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 77% ▕████████████ ▏ 2.4 GB/3.2 GB 28 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 77% ▕████████████ ▏ 2.4 GB/3.2 GB 29 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 77% ▕████████████ ▏ 2.4 GB/3.2 GB 29 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 77% ▕████████████ ▏ 2.4 GB/3.2 GB 29 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 77% ▕████████████ ▏ 2.4 GB/3.2 GB 29 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 77% ▕████████████ ▏ 2.5 GB/3.2 GB 29 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 78% ▕████████████ ▏ 2.5 GB/3.2 GB 29 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 78% ▕████████████ ▏ 2.5 GB/3.2 GB 29 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 78% ▕████████████ ▏ 2.5 GB/3.2 GB 29 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 78% ▕████████████ ▏ 2.5 GB/3.2 GB 29 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 78% ▕████████████ ▏ 2.5 GB/3.2 GB 29 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 78% ▕████████████ ▏ 2.5 GB/3.2 GB 27 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 78% ▕████████████ ▏ 2.5 GB/3.2 GB 27 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 78% ▕████████████ ▏ 2.5 GB/3.2 GB 27 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 78% ▕████████████ ▏ 2.5 GB/3.2 GB 27 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 78% ▕████████████ ▏ 2.5 GB/3.2 GB 27 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 78% ▕████████████ ▏ 2.5 GB/3.2 GB 27 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 78% ▕████████████ ▏ 2.5 GB/3.2 GB 27 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 78% ▕████████████ ▏ 2.5 GB/3.2 GB 27 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 79% ▕████████████ ▏ 2.5 GB/3.2 GB 27 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 79% ▕████████████ ▏ 2.5 GB/3.2 GB 27 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 79% ▕████████████ ▏ 2.5 GB/3.2 GB 28 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 79% ▕████████████ ▏ 2.5 GB/3.2 GB 28 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 79% ▕████████████ ▏ 2.5 GB/3.2 GB 28 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 79% ▕████████████ ▏ 2.5 GB/3.2 GB 28 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 79% ▕████████████ ▏ 2.5 GB/3.2 GB 28 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 79% ▕████████████ ▏ 2.5 GB/3.2 GB 28 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 79% ▕████████████ ▏ 2.5 GB/3.2 GB 28 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 79% ▕████████████ ▏ 2.5 GB/3.2 GB 28 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 79% ▕████████████ ▏ 2.5 GB/3.2 GB 28 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 79% ▕████████████ ▏ 2.5 GB/3.2 GB 28 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 79% ▕████████████ ▏ 2.5 GB/3.2 GB 28 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 80% ▕████████████ ▏ 2.5 GB/3.2 GB 27 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 80% ▕████████████ ▏ 2.5 GB/3.2 GB 27 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 80% ▕████████████ ▏ 2.5 GB/3.2 GB 27 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 80% ▕████████████ ▏ 2.5 GB/3.2 GB 27 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 80% ▕████████████ ▏ 2.5 GB/3.2 GB 27 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 80% ▕████████████ ▏ 2.5 GB/3.2 GB 27 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 80% ▕████████████ ▏ 2.5 GB/3.2 GB 27 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 80% ▕████████████ ▏ 2.5 GB/3.2 GB 27 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 80% ▕████████████ ▏ 2.5 GB/3.2 GB 27 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 80% ▕████████████ ▏ 2.5 GB/3.2 GB 27 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 80% ▕████████████ ▏ 2.5 GB/3.2 GB 26 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 81% ▕████████████ ▏ 2.5 GB/3.2 GB 26 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 81% ▕████████████ ▏ 2.6 GB/3.2 GB 26 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 81% ▕████████████ ▏ 2.6 GB/3.2 GB 26 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 81% ▕████████████ ▏ 2.6 GB/3.2 GB 26 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 81% ▕████████████ ▏ 2.6 GB/3.2 GB 26 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 81% ▕████████████ ▏ 2.6 GB/3.2 GB 26 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 81% ▕████████████ ▏ 2.6 GB/3.2 GB 26 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 81% ▕████████████ ▏ 2.6 GB/3.2 GB 26 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 81% ▕█████████████ ▏ 2.6 GB/3.2 GB 26 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 81% ▕█████████████ ▏ 2.6 GB/3.2 GB 27 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 81% ▕█████████████ ▏ 2.6 GB/3.2 GB 27 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 81% ▕█████████████ ▏ 2.6 GB/3.2 GB 27 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 81% ▕█████████████ ▏ 2.6 GB/3.2 GB 27 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 82% ▕█████████████ ▏ 2.6 GB/3.2 GB 27 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 82% ▕█████████████ ▏ 2.6 GB/3.2 GB 27 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 82% ▕█████████████ ▏ 2.6 GB/3.2 GB 27 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 82% ▕█████████████ ▏ 2.6 GB/3.2 GB 27 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 82% ▕█████████████ ▏ 2.6 GB/3.2 GB 27 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 82% ▕█████████████ ▏ 2.6 GB/3.2 GB 27 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 82% ▕█████████████ ▏ 2.6 GB/3.2 GB 27 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 82% ▕█████████████ ▏ 2.6 GB/3.2 GB 27 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 82% ▕█████████████ ▏ 2.6 GB/3.2 GB 27 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 82% ▕█████████████ ▏ 2.6 GB/3.2 GB 27 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 82% ▕█████████████ ▏ 2.6 GB/3.2 GB 27 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 83% ▕█████████████ ▏ 2.6 GB/3.2 GB 27 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 83% ▕█████████████ ▏ 2.6 GB/3.2 GB 27 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 83% ▕█████████████ ▏ 2.6 GB/3.2 GB 27 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 83% ▕█████████████ ▏ 2.6 GB/3.2 GB 27 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 83% ▕█████████████ ▏ 2.6 GB/3.2 GB 27 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 83% ▕█████████████ ▏ 2.6 GB/3.2 GB 26 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 83% ▕█████████████ ▏ 2.6 GB/3.2 GB 26 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 83% ▕█████████████ ▏ 2.6 GB/3.2 GB 26 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 83% ▕█████████████ ▏ 2.6 GB/3.2 GB 26 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 83% ▕█████████████ ▏ 2.6 GB/3.2 GB 26 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 83% ▕█████████████ ▏ 2.6 GB/3.2 GB 26 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 83% ▕█████████████ ▏ 2.6 GB/3.2 GB 26 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 84% ▕█████████████ ▏ 2.6 GB/3.2 GB 26 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 84% ▕█████████████ ▏ 2.6 GB/3.2 GB 26 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 84% ▕█████████████ ▏ 2.6 GB/3.2 GB 26 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 84% ▕█████████████ ▏ 2.6 GB/3.2 GB 26 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 84% ▕█████████████ ▏ 2.7 GB/3.2 GB 26 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 84% ▕█████████████ ▏ 2.7 GB/3.2 GB 26 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 84% ▕█████████████ ▏ 2.7 GB/3.2 GB 26 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 84% ▕█████████████ ▏ 2.7 GB/3.2 GB 26 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 84% ▕█████████████ ▏ 2.7 GB/3.2 GB 26 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 84% ▕█████████████ ▏ 2.7 GB/3.2 GB 26 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 84% ▕█████████████ ▏ 2.7 GB/3.2 GB 26 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 84% ▕█████████████ ▏ 2.7 GB/3.2 GB 26 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 85% ▕█████████████ ▏ 2.7 GB/3.2 GB 26 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 85% ▕█████████████ ▏ 2.7 GB/3.2 GB 26 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 85% ▕█████████████ ▏ 2.7 GB/3.2 GB 26 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 85% ▕█████████████ ▏ 2.7 GB/3.2 GB 26 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 85% ▕█████████████ ▏ 2.7 GB/3.2 GB 26 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 85% ▕█████████████ ▏ 2.7 GB/3.2 GB 26 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 85% ▕█████████████ ▏ 2.7 GB/3.2 GB 26 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 85% ▕█████████████ ▏ 2.7 GB/3.2 GB 26 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 85% ▕█████████████ ▏ 2.7 GB/3.2 GB 26 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 85% ▕█████████████ ▏ 2.7 GB/3.2 GB 26 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 85% ▕█████████████ ▏ 2.7 GB/3.2 GB 26 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 86% ▕█████████████ ▏ 2.7 GB/3.2 GB 26 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 86% ▕█████████████ ▏ 2.7 GB/3.2 GB 28 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 86% ▕█████████████ ▏ 2.7 GB/3.2 GB 28 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 86% ▕█████████████ ▏ 2.7 GB/3.2 GB 28 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 86% ▕█████████████ ▏ 2.7 GB/3.2 GB 28 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 86% ▕█████████████ ▏ 2.7 GB/3.2 GB 28 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 86% ▕█████████████ ▏ 2.7 GB/3.2 GB 28 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 86% ▕█████████████ ▏ 2.7 GB/3.2 GB 28 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 86% ▕█████████████ ▏ 2.7 GB/3.2 GB 28 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 86% ▕█████████████ ▏ 2.7 GB/3.2 GB 28 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 86% ▕█████████████ ▏ 2.7 GB/3.2 GB 28 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 86% ▕█████████████ ▏ 2.7 GB/3.2 GB 27 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 87% ▕█████████████ ▏ 2.7 GB/3.2 GB 27 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 87% ▕█████████████ ▏ 2.7 GB/3.2 GB 27 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 87% ▕█████████████ ▏ 2.7 GB/3.2 GB 27 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 87% ▕█████████████ ▏ 2.7 GB/3.2 GB 27 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 87% ▕█████████████ ▏ 2.7 GB/3.2 GB 27 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 87% ▕█████████████ ▏ 2.8 GB/3.2 GB 27 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 87% ▕█████████████ ▏ 2.8 GB/3.2 GB 27 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 87% ▕█████████████ ▏ 2.8 GB/3.2 GB 27 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 87% ▕█████████████ ▏ 2.8 GB/3.2 GB 27 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 87% ▕█████████████ ▏ 2.8 GB/3.2 GB 27 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 87% ▕█████████████ ▏ 2.8 GB/3.2 GB 27 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 87% ▕█████████████ ▏ 2.8 GB/3.2 GB 27 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 88% ▕██████████████ ▏ 2.8 GB/3.2 GB 27 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 88% ▕██████████████ ▏ 2.8 GB/3.2 GB 27 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 88% ▕██████████████ ▏ 2.8 GB/3.2 GB 27 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 88% ▕██████████████ ▏ 2.8 GB/3.2 GB 27 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 88% ▕██████████████ ▏ 2.8 GB/3.2 GB 27 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 88% ▕██████████████ ▏ 2.8 GB/3.2 GB 27 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 88% ▕██████████████ ▏ 2.8 GB/3.2 GB 27 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 88% ▕██████████████ ▏ 2.8 GB/3.2 GB 27 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 88% ▕██████████████ ▏ 2.8 GB/3.2 GB 26 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 88% ▕██████████████ ▏ 2.8 GB/3.2 GB 26 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 88% ▕██████████████ ▏ 2.8 GB/3.2 GB 26 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 88% ▕██████████████ ▏ 2.8 GB/3.2 GB 26 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 88% ▕██████████████ ▏ 2.8 GB/3.2 GB 26 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 89% ▕██████████████ ▏ 2.8 GB/3.2 GB 26 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 89% ▕██████████████ ▏ 2.8 GB/3.2 GB 26 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 89% ▕██████████████ ▏ 2.8 GB/3.2 GB 26 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 89% ▕██████████████ ▏ 2.8 GB/3.2 GB 26 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 89% ▕██████████████ ▏ 2.8 GB/3.2 GB 26 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 89% ▕██████████████ ▏ 2.8 GB/3.2 GB 26 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 89% ▕██████████████ ▏ 2.8 GB/3.2 GB 26 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 89% ▕██████████████ ▏ 2.8 GB/3.2 GB 26 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 89% ▕██████████████ ▏ 2.8 GB/3.2 GB 26 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 89% ▕██████████████ ▏ 2.8 GB/3.2 GB 26 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 89% ▕██████████████ ▏ 2.8 GB/3.2 GB 26 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 90% ▕██████████████ ▏ 2.8 GB/3.2 GB 26 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 90% ▕██████████████ ▏ 2.8 GB/3.2 GB 26 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 90% ▕██████████████ ▏ 2.8 GB/3.2 GB 26 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 90% ▕██████████████ ▏ 2.8 GB/3.2 GB 26 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 90% ▕██████████████ ▏ 2.8 GB/3.2 GB 26 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 90% ▕██████████████ ▏ 2.8 GB/3.2 GB 26 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 90% ▕██████████████ ▏ 2.9 GB/3.2 GB 26 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 90% ▕██████████████ ▏ 2.9 GB/3.2 GB 26 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 90% ▕██████████████ ▏ 2.9 GB/3.2 GB 26 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 90% ▕██████████████ ▏ 2.9 GB/3.2 GB 26 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 90% ▕██████████████ ▏ 2.9 GB/3.2 GB 26 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 91% ▕██████████████ ▏ 2.9 GB/3.2 GB 26 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 91% ▕██████████████ ▏ 2.9 GB/3.2 GB 26 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 91% ▕██████████████ ▏ 2.9 GB/3.2 GB 26 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 91% ▕██████████████ ▏ 2.9 GB/3.2 GB 27 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 91% ▕██████████████ ▏ 2.9 GB/3.2 GB 27 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 91% ▕██████████████ ▏ 2.9 GB/3.2 GB 27 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 91% ▕██████████████ ▏ 2.9 GB/3.2 GB 27 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 91% ▕██████████████ ▏ 2.9 GB/3.2 GB 27 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 91% ▕██████████████ ▏ 2.9 GB/3.2 GB 27 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 91% ▕██████████████ ▏ 2.9 GB/3.2 GB 27 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 91% ▕██████████████ ▏ 2.9 GB/3.2 GB 27 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 91% ▕██████████████ ▏ 2.9 GB/3.2 GB 27 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 91% ▕██████████████ ▏ 2.9 GB/3.2 GB 27 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 91% ▕██████████████ ▏ 2.9 GB/3.2 GB 27 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 92% ▕██████████████ ▏ 2.9 GB/3.2 GB 27 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 92% ▕██████████████ ▏ 2.9 GB/3.2 GB 27 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 92% ▕██████████████ ▏ 2.9 GB/3.2 GB 27 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 92% ▕██████████████ ▏ 2.9 GB/3.2 GB 27 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 92% ▕██████████████ ▏ 2.9 GB/3.2 GB 27 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 92% ▕██████████████ ▏ 2.9 GB/3.2 GB 27 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 92% ▕██████████████ ▏ 2.9 GB/3.2 GB 27 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 92% ▕██████████████ ▏ 2.9 GB/3.2 GB 27 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 92% ▕██████████████ ▏ 2.9 GB/3.2 GB 27 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 92% ▕██████████████ ▏ 2.9 GB/3.2 GB 27 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 92% ▕██████████████ ▏ 2.9 GB/3.2 GB 25 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 92% ▕██████████████ ▏ 2.9 GB/3.2 GB 25 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 92% ▕██████████████ ▏ 2.9 GB/3.2 GB 25 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 92% ▕██████████████ ▏ 2.9 GB/3.2 GB 25 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 93% ▕██████████████ ▏ 2.9 GB/3.2 GB 25 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 93% ▕██████████████ ▏ 2.9 GB/3.2 GB 25 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 93% ▕██████████████ ▏ 2.9 GB/3.2 GB 25 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 93% ▕██████████████ ▏ 2.9 GB/3.2 GB 25 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 93% ▕██████████████ ▏ 2.9 GB/3.2 GB 25 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 93% ▕██████████████ ▏ 2.9 GB/3.2 GB 25 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 93% ▕██████████████ ▏ 2.9 GB/3.2 GB 25 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 93% ▕██████████████ ▏ 2.9 GB/3.2 GB 25 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 93% ▕██████████████ ▏ 2.9 GB/3.2 GB 25 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 93% ▕██████████████ ▏ 3.0 GB/3.2 GB 25 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 93% ▕██████████████ ▏ 3.0 GB/3.2 GB 25 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 93% ▕██████████████ ▏ 3.0 GB/3.2 GB 25 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 94% ▕██████████████ ▏ 3.0 GB/3.2 GB 25 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 94% ▕██████████████ ▏ 3.0 GB/3.2 GB 25 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 94% ▕███████████████ ▏ 3.0 GB/3.2 GB 25 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 94% ▕███████████████ ▏ 3.0 GB/3.2 GB 25 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 94% ▕███████████████ ▏ 3.0 GB/3.2 GB 26 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 94% ▕███████████████ ▏ 3.0 GB/3.2 GB 26 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 94% ▕███████████████ ▏ 3.0 GB/3.2 GB 26 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 94% ▕███████████████ ▏ 3.0 GB/3.2 GB 26 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 94% ▕███████████████ ▏ 3.0 GB/3.2 GB 26 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 94% ▕███████████████ ▏ 3.0 GB/3.2 GB 26 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 94% ▕███████████████ ▏ 3.0 GB/3.2 GB 26 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 94% ▕███████████████ ▏ 3.0 GB/3.2 GB 26 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 95% ▕███████████████ ▏ 3.0 GB/3.2 GB 26 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 95% ▕███████████████ ▏ 3.0 GB/3.2 GB 26 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 95% ▕███████████████ ▏ 3.0 GB/3.2 GB 26 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 95% ▕███████████████ ▏ 3.0 GB/3.2 GB 26 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 95% ▕███████████████ ▏ 3.0 GB/3.2 GB 26 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 95% ▕███████████████ ▏ 3.0 GB/3.2 GB 26 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 95% ▕███████████████ ▏ 3.0 GB/3.2 GB 26 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 95% ▕███████████████ ▏ 3.0 GB/3.2 GB 26 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 95% ▕███████████████ ▏ 3.0 GB/3.2 GB 26 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 95% ▕███████████████ ▏ 3.0 GB/3.2 GB 26 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 95% ▕███████████████ ▏ 3.0 GB/3.2 GB 26 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 96% ▕███████████████ ▏ 3.0 GB/3.2 GB 26 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 96% ▕███████████████ ▏ 3.0 GB/3.2 GB 26 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 96% ▕███████████████ ▏ 3.0 GB/3.2 GB 26 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 96% ▕███████████████ ▏ 3.0 GB/3.2 GB 26 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 96% ▕███████████████ ▏ 3.0 GB/3.2 GB 26 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 96% ▕███████████████ ▏ 3.0 GB/3.2 GB 26 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 96% ▕███████████████ ▏ 3.0 GB/3.2 GB 26 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 96% ▕███████████████ ▏ 3.0 GB/3.2 GB 26 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 96% ▕███████████████ ▏ 3.0 GB/3.2 GB 26 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 96% ▕███████████████ ▏ 3.0 GB/3.2 GB 26 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 96% ▕███████████████ ▏ 3.0 GB/3.2 GB 26 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 96% ▕███████████████ ▏ 3.0 GB/3.2 GB 26 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 97% ▕███████████████ ▏ 3.1 GB/3.2 GB 26 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 97% ▕███████████████ ▏ 3.1 GB/3.2 GB 26 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 97% ▕███████████████ ▏ 3.1 GB/3.2 GB 26 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 97% ▕███████████████ ▏ 3.1 GB/3.2 GB 26 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 97% ▕███████████████ ▏ 3.1 GB/3.2 GB 26 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 97% ▕███████████████ ▏ 3.1 GB/3.2 GB 26 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 97% ▕███████████████ ▏ 3.1 GB/3.2 GB 26 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 97% ▕███████████████ ▏ 3.1 GB/3.2 GB 26 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 97% ▕███████████████ ▏ 3.1 GB/3.2 GB 26 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 97% ▕███████████████ ▏ 3.1 GB/3.2 GB 26 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 97% ▕███████████████ ▏ 3.1 GB/3.2 GB 26 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 97% ▕███████████████ ▏ 3.1 GB/3.2 GB 26 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 98% ▕███████████████ ▏ 3.1 GB/3.2 GB 26 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 98% ▕███████████████ ▏ 3.1 GB/3.2 GB 26 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 98% ▕███████████████ ▏ 3.1 GB/3.2 GB 26 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 98% ▕███████████████ ▏ 3.1 GB/3.2 GB 26 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 98% ▕███████████████ ▏ 3.1 GB/3.2 GB 26 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 98% ▕███████████████ ▏ 3.1 GB/3.2 GB 26 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 98% ▕███████████████ ▏ 3.1 GB/3.2 GB 26 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 98% ▕███████████████ ▏ 3.1 GB/3.2 GB 26 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 98% ▕███████████████ ▏ 3.1 GB/3.2 GB 26 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 98% ▕███████████████ ▏ 3.1 GB/3.2 GB 26 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 98% ▕███████████████ ▏ 3.1 GB/3.2 GB 26 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 98% ▕███████████████ ▏ 3.1 GB/3.2 GB 26 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 98% ▕███████████████ ▏ 3.1 GB/3.2 GB 26 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 99% ▕███████████████ ▏ 3.1 GB/3.2 GB 26 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 99% ▕███████████████ ▏ 3.1 GB/3.2 GB 26 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 99% ▕███████████████ ▏ 3.1 GB/3.2 GB 26 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 99% ▕███████████████ ▏ 3.1 GB/3.2 GB 26 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 99% ▕███████████████ ▏ 3.1 GB/3.2 GB 26 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 99% ▕███████████████ ▏ 3.1 GB/3.2 GB 26 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 99% ▕███████████████ ▏ 3.1 GB/3.2 GB 26 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 99% ▕███████████████ ▏ 3.1 GB/3.2 GB 26 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 99% ▕███████████████ ▏ 3.1 GB/3.2 GB 26 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 99% ▕███████████████ ▏ 3.1 GB/3.2 GB 26 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 99% ▕███████████████ ▏ 3.1 GB/3.2 GB 26 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕███████████████ ▏ 3.1 GB/3.2 GB 26 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕███████████████ ▏ 3.2 GB/3.2 GB 26 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕███████████████ ▏ 3.2 GB/3.2 GB 26 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕███████████████ ▏ 3.2 GB/3.2 GB 26 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕███████████████ ▏ 3.2 GB/3.2 GB 27 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕███████████████ ▏ 3.2 GB/3.2 GB 27 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕███████████████ ▏ 3.2 GB/3.2 GB 27 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing f5ab84b2a910... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing f5ab84b2a910... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing f5ab84b2a910... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing f5ab84b2a910... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing f5ab84b2a910... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing f5ab84b2a910... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing f5ab84b2a910... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing f5ab84b2a910... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing f5ab84b2a910... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing f5ab84b2a910... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing f5ab84b2a910... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing f5ab84b2a910... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing f5ab84b2a910... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing f5ab84b2a910... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing f5ab84b2a910... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing f5ab84b2a910... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing f5ab84b2a910... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing f5ab84b2a910... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing f5ab84b2a910... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing f5ab84b2a910... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing f5ab84b2a910... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing f5ab84b2a910... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing f5ab84b2a910... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing f5ab84b2a910... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing f5ab84b2a910... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing f5ab84b2a910... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing f5ab84b2a910... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing f5ab84b2a910... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing f5ab84b2a910... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing f5ab84b2a910... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing f5ab84b2a910... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing f5ab84b2a910... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing f5ab84b2a910... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing f5ab84b2a910... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing f5ab84b2a910... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing f5ab84b2a910... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing f5ab84b2a910... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing f5ab84b2a910... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing f5ab84b2a910... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing f5ab84b2a910... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing f5ab84b2a910... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing f5ab84b2a910... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing f5ab84b2a910... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing f5ab84b2a910... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing f5ab84b2a910... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing f5ab84b2a910... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing f5ab84b2a910... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing f5ab84b2a910... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing f5ab84b2a910... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing f5ab84b2a910... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing f5ab84b2a910... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing f5ab84b2a910... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing f5ab84b2a910... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing f5ab84b2a910... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing f5ab84b2a910... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing f5ab84b2a910... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing f5ab84b2a910... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing f5ab84b2a910... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing f5ab84b2a910... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing f5ab84b2a910... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing f5ab84b2a910... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing f5ab84b2a910... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing f5ab84b2a910... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing f5ab84b2a910... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing f5ab84b2a910... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing f5ab84b2a910... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing f5ab84b2a910... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing f5ab84b2a910... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing f5ab84b2a910... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing f5ab84b2a910... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing f5ab84b2a910... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing f5ab84b2a910... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing f5ab84b2a910... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing f5ab84b2a910... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing f5ab84b2a910... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing f5ab84b2a910... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing f5ab84b2a910... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing f5ab84b2a910... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing f5ab84b2a910... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing f5ab84b2a910... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing f5ab84b2a910... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing f5ab84b2a910... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing f5ab84b2a910... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing f5ab84b2a910... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing f5ab84b2a910... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing f5ab84b2a910... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing f5ab84b2a910... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing f5ab84b2a910... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing f5ab84b2a910... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing f5ab84b2a910... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing f5ab84b2a910... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing f5ab84b2a910... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing f5ab84b2a910... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing f5ab84b2a910... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing f5ab84b2a910... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", + "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", + "pushing f5ab84b2a910... 100% ▕████████████████▏ 457 B \n", + "pushing manifest \n", + "success \u001b[?25h\n", + "\u001b[?25ltransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer \n", + "creating template layer \n", + "creating system layer \n", + "creating parameters layer \n", + "creating config layer \n", + "using already created layer sha256:1171bd8a88da4cd85f89eb80dc293aedf4df2ebbd559316a81e2598041d0ad52 \n", + "using already created layer sha256:04de533bb8fd4eb327158f79cdc0de736558e45d198db9275ef536f470281f1f \n", + "using already created layer sha256:093c79b06599174755ae0ffd0a0700fc1e03daa55b1755e242836c329fcf9811 \n", + "using already created layer sha256:d8ba2f9a17b3bbdeb5690efaa409b3fcb0b56296a777c7a69c78aa33bbddf182 \n", + "writing layer sha256:0eb102d22467b381d6a9ce8de407c500fd88ce9ba9302d70b12f7023769b452f \n", + "writing manifest \n", + "success \u001b[?25h\n", + "copied 'notus:q4_0' to 'davidberenstein1957/notus:q4_0'\n", + "\u001b[?25lretrieving manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 0% ▕ ▏ 1.1 MB/4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 0% ▕ ▏ 1.9 MB/4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 0% ▕ ▏ 2.1 MB/4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 0% ▕ ▏ 2.1 MB/4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 0% ▕ ▏ 2.1 MB/4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 0% ▕ ▏ 2.1 MB/4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 0% ▕ ▏ 3.0 MB/4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 0% ▕ ▏ 3.6 MB/4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 0% ▕ ▏ 3.6 MB/4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 0% ▕ ▏ 3.6 MB/4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 0% ▕ ▏ 0 B/4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 0% ▕ ▏ 3.2 MB/4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 0% ▕ ▏ 4.4 MB/4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 0% ▕ ▏ 7.7 MB/4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 0% ▕ ▏ 13 MB/4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 0% ▕ ▏ 15 MB/4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 0% ▕ ▏ 18 MB/4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 1% ▕ ▏ 22 MB/4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 1% ▕ ▏ 23 MB/4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 1% ▕ ▏ 25 MB/4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 1% ▕ ▏ 30 MB/4.1 GB 14 MB/s 4m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 1% ▕ ▏ 31 MB/4.1 GB 14 MB/s 4m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 1% ▕ ▏ 33 MB/4.1 GB 14 MB/s 4m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 1% ▕ ▏ 34 MB/4.1 GB 14 MB/s 4m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 1% ▕ ▏ 35 MB/4.1 GB 14 MB/s 4m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 1% ▕ ▏ 41 MB/4.1 GB 14 MB/s 4m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 1% ▕ ▏ 45 MB/4.1 GB 14 MB/s 4m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 1% ▕ ▏ 48 MB/4.1 GB 14 MB/s 4m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 1% ▕ ▏ 52 MB/4.1 GB 14 MB/s 4m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 1% ▕ ▏ 54 MB/4.1 GB 14 MB/s 4m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 1% ▕ ▏ 55 MB/4.1 GB 14 MB/s 4m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 2% ▕ ▏ 62 MB/4.1 GB 19 MB/s 3m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 2% ▕ ▏ 68 MB/4.1 GB 19 MB/s 3m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 2% ▕ ▏ 70 MB/4.1 GB 19 MB/s 3m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 2% ▕ ▏ 71 MB/4.1 GB 19 MB/s 3m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 2% ▕ ▏ 79 MB/4.1 GB 19 MB/s 3m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 2% ▕ ▏ 80 MB/4.1 GB 19 MB/s 3m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 2% ▕ ▏ 81 MB/4.1 GB 19 MB/s 3m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 2% ▕ ▏ 85 MB/4.1 GB 19 MB/s 3m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 2% ▕ ▏ 85 MB/4.1 GB 19 MB/s 3m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 2% ▕ ▏ 87 MB/4.1 GB 19 MB/s 3m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 2% ▕ ▏ 92 MB/4.1 GB 22 MB/s 2m57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 2% ▕ ▏ 96 MB/4.1 GB 22 MB/s 2m57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 2% ▕ ▏ 99 MB/4.1 GB 22 MB/s 2m57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 2% ▕ ▏ 101 MB/4.1 GB 22 MB/s 2m57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 2% ▕ ▏ 102 MB/4.1 GB 22 MB/s 2m57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 3% ▕ ▏ 104 MB/4.1 GB 22 MB/s 2m56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 3% ▕ ▏ 113 MB/4.1 GB 22 MB/s 2m56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 3% ▕ ▏ 114 MB/4.1 GB 22 MB/s 2m56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 3% ▕ ▏ 114 MB/4.1 GB 22 MB/s 2m56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 3% ▕ ▏ 114 MB/4.1 GB 22 MB/s 2m56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 3% ▕ ▏ 117 MB/4.1 GB 23 MB/s 2m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 3% ▕ ▏ 122 MB/4.1 GB 23 MB/s 2m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 3% ▕ ▏ 123 MB/4.1 GB 23 MB/s 2m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 3% ▕ ▏ 123 MB/4.1 GB 23 MB/s 2m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 3% ▕ ▏ 128 MB/4.1 GB 23 MB/s 2m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 3% ▕ ▏ 135 MB/4.1 GB 23 MB/s 2m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 3% ▕ ▏ 135 MB/4.1 GB 23 MB/s 2m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 3% ▕ ▏ 138 MB/4.1 GB 23 MB/s 2m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 3% ▕ ▏ 140 MB/4.1 GB 23 MB/s 2m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 3% ▕ ▏ 140 MB/4.1 GB 23 MB/s 2m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 4% ▕ ▏ 147 MB/4.1 GB 24 MB/s 2m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 4% ▕ ▏ 151 MB/4.1 GB 24 MB/s 2m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 4% ▕ ▏ 151 MB/4.1 GB 24 MB/s 2m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 4% ▕ ▏ 148 MB/4.1 GB 24 MB/s 2m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 4% ▕ ▏ 148 MB/4.1 GB 24 MB/s 2m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 4% ▕ ▏ 157 MB/4.1 GB 24 MB/s 2m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 4% ▕ ▏ 161 MB/4.1 GB 24 MB/s 2m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 4% ▕ ▏ 162 MB/4.1 GB 24 MB/s 2m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 4% ▕ ▏ 162 MB/4.1 GB 24 MB/s 2m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 4% ▕ ▏ 162 MB/4.1 GB 24 MB/s 2m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 4% ▕ ▏ 163 MB/4.1 GB 23 MB/s 2m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 4% ▕ ▏ 169 MB/4.1 GB 23 MB/s 2m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 4% ▕ ▏ 175 MB/4.1 GB 23 MB/s 2m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 4% ▕ ▏ 178 MB/4.1 GB 23 MB/s 2m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 4% ▕ ▏ 180 MB/4.1 GB 23 MB/s 2m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 5% ▕ ▏ 186 MB/4.1 GB 23 MB/s 2m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 5% ▕ ▏ 190 MB/4.1 GB 23 MB/s 2m48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 5% ▕ ▏ 190 MB/4.1 GB 23 MB/s 2m48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 5% ▕ ▏ 189 MB/4.1 GB 23 MB/s 2m48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 5% ▕ ▏ 190 MB/4.1 GB 23 MB/s 2m48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 5% ▕ ▏ 190 MB/4.1 GB 23 MB/s 2m48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 5% ▕ ▏ 197 MB/4.1 GB 23 MB/s 2m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 5% ▕ ▏ 197 MB/4.1 GB 23 MB/s 2m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 5% ▕ ▏ 198 MB/4.1 GB 23 MB/s 2m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 5% ▕ ▏ 199 MB/4.1 GB 23 MB/s 2m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 5% ▕ ▏ 211 MB/4.1 GB 23 MB/s 2m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 5% ▕ ▏ 213 MB/4.1 GB 23 MB/s 2m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 5% ▕ ▏ 215 MB/4.1 GB 23 MB/s 2m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 5% ▕ ▏ 216 MB/4.1 GB 23 MB/s 2m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 5% ▕ ▏ 216 MB/4.1 GB 23 MB/s 2m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 5% ▕ ▏ 220 MB/4.1 GB 23 MB/s 2m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 5% ▕ ▏ 221 MB/4.1 GB 24 MB/s 2m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 5% ▕ ▏ 224 MB/4.1 GB 24 MB/s 2m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 6% ▕ ▏ 226 MB/4.1 GB 24 MB/s 2m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 5% ▕ ▏ 224 MB/4.1 GB 24 MB/s 2m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 5% ▕ ▏ 225 MB/4.1 GB 24 MB/s 2m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 6% ▕ ▏ 227 MB/4.1 GB 24 MB/s 2m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 6% ▕ ▏ 232 MB/4.1 GB 24 MB/s 2m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 6% ▕ ▏ 235 MB/4.1 GB 24 MB/s 2m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 6% ▕ ▏ 239 MB/4.1 GB 24 MB/s 2m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 6% ▕ ▏ 241 MB/4.1 GB 24 MB/s 2m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 6% ▕ ▏ 242 MB/4.1 GB 26 MB/s 2m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 6% ▕ ▏ 246 MB/4.1 GB 26 MB/s 2m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 6% ▕ ▏ 248 MB/4.1 GB 26 MB/s 2m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 6% ▕ ▏ 250 MB/4.1 GB 26 MB/s 2m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 6% ▕ ▏ 252 MB/4.1 GB 26 MB/s 2m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 6% ▕█ ▏ 256 MB/4.1 GB 26 MB/s 2m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 6% ▕█ ▏ 259 MB/4.1 GB 26 MB/s 2m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 6% ▕█ ▏ 261 MB/4.1 GB 26 MB/s 2m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 6% ▕█ ▏ 261 MB/4.1 GB 26 MB/s 2m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 6% ▕█ ▏ 261 MB/4.1 GB 26 MB/s 2m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 6% ▕█ ▏ 264 MB/4.1 GB 26 MB/s 2m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 7% ▕█ ▏ 267 MB/4.1 GB 26 MB/s 2m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 7% ▕█ ▏ 269 MB/4.1 GB 26 MB/s 2m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 7% ▕█ ▏ 274 MB/4.1 GB 26 MB/s 2m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 7% ▕█ ▏ 280 MB/4.1 GB 26 MB/s 2m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 7% ▕█ ▏ 282 MB/4.1 GB 26 MB/s 2m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 7% ▕█ ▏ 282 MB/4.1 GB 26 MB/s 2m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 7% ▕█ ▏ 282 MB/4.1 GB 26 MB/s 2m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 7% ▕█ ▏ 284 MB/4.1 GB 26 MB/s 2m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 7% ▕█ ▏ 293 MB/4.1 GB 26 MB/s 2m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 7% ▕█ ▏ 294 MB/4.1 GB 25 MB/s 2m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 7% ▕█ ▏ 294 MB/4.1 GB 25 MB/s 2m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 7% ▕█ ▏ 296 MB/4.1 GB 25 MB/s 2m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 7% ▕█ ▏ 302 MB/4.1 GB 25 MB/s 2m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 7% ▕█ ▏ 306 MB/4.1 GB 25 MB/s 2m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 7% ▕█ ▏ 308 MB/4.1 GB 25 MB/s 2m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 8% ▕█ ▏ 311 MB/4.1 GB 25 MB/s 2m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 8% ▕█ ▏ 311 MB/4.1 GB 25 MB/s 2m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 8% ▕█ ▏ 312 MB/4.1 GB 25 MB/s 2m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 8% ▕█ ▏ 317 MB/4.1 GB 25 MB/s 2m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 8% ▕█ ▏ 318 MB/4.1 GB 25 MB/s 2m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 8% ▕█ ▏ 321 MB/4.1 GB 25 MB/s 2m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 8% ▕█ ▏ 323 MB/4.1 GB 25 MB/s 2m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 8% ▕█ ▏ 325 MB/4.1 GB 25 MB/s 2m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 8% ▕█ ▏ 330 MB/4.1 GB 25 MB/s 2m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 8% ▕█ ▏ 334 MB/4.1 GB 25 MB/s 2m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 8% ▕█ ▏ 335 MB/4.1 GB 25 MB/s 2m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 8% ▕█ ▏ 335 MB/4.1 GB 25 MB/s 2m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 8% ▕█ ▏ 336 MB/4.1 GB 25 MB/s 2m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 8% ▕█ ▏ 338 MB/4.1 GB 25 MB/s 2m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 8% ▕█ ▏ 342 MB/4.1 GB 25 MB/s 2m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 8% ▕█ ▏ 345 MB/4.1 GB 25 MB/s 2m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 8% ▕█ ▏ 345 MB/4.1 GB 25 MB/s 2m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 8% ▕█ ▏ 347 MB/4.1 GB 25 MB/s 2m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 8% ▕█ ▏ 347 MB/4.1 GB 25 MB/s 2m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 8% ▕█ ▏ 348 MB/4.1 GB 25 MB/s 2m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 9% ▕█ ▏ 350 MB/4.1 GB 25 MB/s 2m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 9% ▕█ ▏ 351 MB/4.1 GB 25 MB/s 2m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 9% ▕█ ▏ 355 MB/4.1 GB 25 MB/s 2m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 9% ▕█ ▏ 360 MB/4.1 GB 25 MB/s 2m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 9% ▕█ ▏ 363 MB/4.1 GB 25 MB/s 2m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 9% ▕█ ▏ 363 MB/4.1 GB 24 MB/s 2m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 9% ▕█ ▏ 364 MB/4.1 GB 24 MB/s 2m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 9% ▕█ ▏ 367 MB/4.1 GB 24 MB/s 2m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 9% ▕█ ▏ 371 MB/4.1 GB 24 MB/s 2m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 9% ▕█ ▏ 375 MB/4.1 GB 24 MB/s 2m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 9% ▕█ ▏ 376 MB/4.1 GB 24 MB/s 2m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 9% ▕█ ▏ 377 MB/4.1 GB 24 MB/s 2m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 9% ▕█ ▏ 380 MB/4.1 GB 24 MB/s 2m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 9% ▕█ ▏ 383 MB/4.1 GB 24 MB/s 2m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 9% ▕█ ▏ 389 MB/4.1 GB 24 MB/s 2m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 10% ▕█ ▏ 391 MB/4.1 GB 25 MB/s 2m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 10% ▕█ ▏ 392 MB/4.1 GB 25 MB/s 2m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 10% ▕█ ▏ 393 MB/4.1 GB 25 MB/s 2m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 10% ▕█ ▏ 394 MB/4.1 GB 25 MB/s 2m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 10% ▕█ ▏ 401 MB/4.1 GB 25 MB/s 2m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 10% ▕█ ▏ 402 MB/4.1 GB 25 MB/s 2m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 10% ▕█ ▏ 405 MB/4.1 GB 25 MB/s 2m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 10% ▕█ ▏ 407 MB/4.1 GB 25 MB/s 2m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 10% ▕█ ▏ 409 MB/4.1 GB 25 MB/s 2m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 10% ▕█ ▏ 413 MB/4.1 GB 25 MB/s 2m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 10% ▕█ ▏ 413 MB/4.1 GB 24 MB/s 2m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 10% ▕█ ▏ 413 MB/4.1 GB 24 MB/s 2m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 10% ▕█ ▏ 415 MB/4.1 GB 24 MB/s 2m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 10% ▕█ ▏ 424 MB/4.1 GB 24 MB/s 2m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 10% ▕█ ▏ 429 MB/4.1 GB 24 MB/s 2m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 10% ▕█ ▏ 431 MB/4.1 GB 24 MB/s 2m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 10% ▕█ ▏ 431 MB/4.1 GB 24 MB/s 2m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 10% ▕█ ▏ 431 MB/4.1 GB 24 MB/s 2m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 11% ▕█ ▏ 436 MB/4.1 GB 24 MB/s 2m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 11% ▕█ ▏ 435 MB/4.1 GB 24 MB/s 2m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 11% ▕█ ▏ 435 MB/4.1 GB 24 MB/s 2m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 11% ▕█ ▏ 436 MB/4.1 GB 23 MB/s 2m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 11% ▕█ ▏ 443 MB/4.1 GB 23 MB/s 2m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 11% ▕█ ▏ 447 MB/4.1 GB 23 MB/s 2m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 11% ▕█ ▏ 450 MB/4.1 GB 23 MB/s 2m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 11% ▕█ ▏ 450 MB/4.1 GB 23 MB/s 2m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 11% ▕█ ▏ 451 MB/4.1 GB 23 MB/s 2m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 11% ▕█ ▏ 457 MB/4.1 GB 23 MB/s 2m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 11% ▕█ ▏ 461 MB/4.1 GB 23 MB/s 2m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 11% ▕█ ▏ 462 MB/4.1 GB 23 MB/s 2m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 11% ▕█ ▏ 463 MB/4.1 GB 23 MB/s 2m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 11% ▕█ ▏ 464 MB/4.1 GB 24 MB/s 2m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 11% ▕█ ▏ 464 MB/4.1 GB 24 MB/s 2m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 11% ▕█ ▏ 470 MB/4.1 GB 24 MB/s 2m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 12% ▕█ ▏ 479 MB/4.1 GB 24 MB/s 2m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 12% ▕█ ▏ 480 MB/4.1 GB 24 MB/s 2m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 12% ▕█ ▏ 481 MB/4.1 GB 24 MB/s 2m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 12% ▕█ ▏ 481 MB/4.1 GB 24 MB/s 2m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 12% ▕█ ▏ 481 MB/4.1 GB 24 MB/s 2m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 12% ▕█ ▏ 481 MB/4.1 GB 24 MB/s 2m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 12% ▕█ ▏ 490 MB/4.1 GB 24 MB/s 2m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 12% ▕█ ▏ 493 MB/4.1 GB 25 MB/s 2m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 12% ▕█ ▏ 497 MB/4.1 GB 25 MB/s 2m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 12% ▕█ ▏ 497 MB/4.1 GB 25 MB/s 2m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 12% ▕█ ▏ 497 MB/4.1 GB 25 MB/s 2m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 12% ▕█ ▏ 504 MB/4.1 GB 25 MB/s 2m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 12% ▕█ ▏ 507 MB/4.1 GB 25 MB/s 2m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 12% ▕█ ▏ 507 MB/4.1 GB 25 MB/s 2m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 12% ▕█ ▏ 507 MB/4.1 GB 25 MB/s 2m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 12% ▕█ ▏ 513 MB/4.1 GB 25 MB/s 2m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 12% ▕█ ▏ 513 MB/4.1 GB 25 MB/s 2m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 12% ▕█ ▏ 513 MB/4.1 GB 24 MB/s 2m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 13% ▕██ ▏ 517 MB/4.1 GB 24 MB/s 2m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 13% ▕██ ▏ 520 MB/4.1 GB 24 MB/s 2m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 13% ▕██ ▏ 520 MB/4.1 GB 24 MB/s 2m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 13% ▕██ ▏ 527 MB/4.1 GB 24 MB/s 2m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 13% ▕██ ▏ 530 MB/4.1 GB 24 MB/s 2m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 13% ▕██ ▏ 530 MB/4.1 GB 24 MB/s 2m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 13% ▕██ ▏ 531 MB/4.1 GB 24 MB/s 2m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 13% ▕██ ▏ 531 MB/4.1 GB 24 MB/s 2m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 13% ▕██ ▏ 539 MB/4.1 GB 24 MB/s 2m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 13% ▕██ ▏ 540 MB/4.1 GB 24 MB/s 2m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 13% ▕██ ▏ 540 MB/4.1 GB 24 MB/s 2m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 13% ▕██ ▏ 545 MB/4.1 GB 24 MB/s 2m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 13% ▕██ ▏ 546 MB/4.1 GB 24 MB/s 2m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 13% ▕██ ▏ 548 MB/4.1 GB 24 MB/s 2m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 13% ▕██ ▏ 553 MB/4.1 GB 24 MB/s 2m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 14% ▕██ ▏ 557 MB/4.1 GB 24 MB/s 2m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 14% ▕██ ▏ 558 MB/4.1 GB 24 MB/s 2m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 14% ▕██ ▏ 559 MB/4.1 GB 24 MB/s 2m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 14% ▕██ ▏ 559 MB/4.1 GB 24 MB/s 2m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 14% ▕██ ▏ 561 MB/4.1 GB 24 MB/s 2m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 14% ▕██ ▏ 571 MB/4.1 GB 24 MB/s 2m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 14% ▕██ ▏ 576 MB/4.1 GB 24 MB/s 2m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 14% ▕██ ▏ 576 MB/4.1 GB 24 MB/s 2m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 14% ▕██ ▏ 577 MB/4.1 GB 24 MB/s 2m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 14% ▕██ ▏ 580 MB/4.1 GB 24 MB/s 2m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 14% ▕██ ▏ 581 MB/4.1 GB 24 MB/s 2m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 14% ▕██ ▏ 583 MB/4.1 GB 24 MB/s 2m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 14% ▕██ ▏ 584 MB/4.1 GB 24 MB/s 2m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 14% ▕██ ▏ 589 MB/4.1 GB 24 MB/s 2m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 14% ▕██ ▏ 592 MB/4.1 GB 24 MB/s 2m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 14% ▕██ ▏ 593 MB/4.1 GB 25 MB/s 2m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 15% ▕██ ▏ 601 MB/4.1 GB 25 MB/s 2m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 15% ▕██ ▏ 602 MB/4.1 GB 25 MB/s 2m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 15% ▕██ ▏ 603 MB/4.1 GB 25 MB/s 2m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 15% ▕██ ▏ 603 MB/4.1 GB 25 MB/s 2m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 15% ▕██ ▏ 603 MB/4.1 GB 25 MB/s 2m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 15% ▕██ ▏ 608 MB/4.1 GB 25 MB/s 2m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 15% ▕██ ▏ 608 MB/4.1 GB 25 MB/s 2m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 15% ▕██ ▏ 611 MB/4.1 GB 25 MB/s 2m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 15% ▕██ ▏ 613 MB/4.1 GB 25 MB/s 2m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 15% ▕██ ▏ 614 MB/4.1 GB 24 MB/s 2m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 15% ▕██ ▏ 615 MB/4.1 GB 24 MB/s 2m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 15% ▕██ ▏ 620 MB/4.1 GB 24 MB/s 2m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 15% ▕██ ▏ 624 MB/4.1 GB 24 MB/s 2m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 15% ▕██ ▏ 626 MB/4.1 GB 24 MB/s 2m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 15% ▕██ ▏ 628 MB/4.1 GB 24 MB/s 2m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 15% ▕██ ▏ 629 MB/4.1 GB 24 MB/s 2m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 15% ▕██ ▏ 632 MB/4.1 GB 24 MB/s 2m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 15% ▕██ ▏ 635 MB/4.1 GB 24 MB/s 2m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 16% ▕██ ▏ 640 MB/4.1 GB 24 MB/s 2m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 16% ▕██ ▏ 641 MB/4.1 GB 25 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 16% ▕██ ▏ 641 MB/4.1 GB 25 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 16% ▕██ ▏ 641 MB/4.1 GB 25 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 16% ▕██ ▏ 641 MB/4.1 GB 25 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 16% ▕██ ▏ 641 MB/4.1 GB 25 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 16% ▕██ ▏ 641 MB/4.1 GB 25 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 16% ▕██ ▏ 645 MB/4.1 GB 25 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 16% ▕██ ▏ 648 MB/4.1 GB 25 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 16% ▕██ ▏ 654 MB/4.1 GB 25 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 16% ▕██ ▏ 658 MB/4.1 GB 25 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 16% ▕██ ▏ 660 MB/4.1 GB 25 MB/s 2m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 16% ▕██ ▏ 661 MB/4.1 GB 25 MB/s 2m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 16% ▕██ ▏ 661 MB/4.1 GB 25 MB/s 2m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 16% ▕██ ▏ 668 MB/4.1 GB 25 MB/s 2m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 16% ▕██ ▏ 670 MB/4.1 GB 25 MB/s 2m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 16% ▕██ ▏ 672 MB/4.1 GB 25 MB/s 2m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 16% ▕██ ▏ 673 MB/4.1 GB 25 MB/s 2m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 16% ▕██ ▏ 674 MB/4.1 GB 25 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 16% ▕██ ▏ 675 MB/4.1 GB 25 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 17% ▕██ ▏ 679 MB/4.1 GB 25 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 17% ▕██ ▏ 681 MB/4.1 GB 25 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 17% ▕██ ▏ 689 MB/4.1 GB 24 MB/s 2m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 17% ▕██ ▏ 692 MB/4.1 GB 24 MB/s 2m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 17% ▕██ ▏ 693 MB/4.1 GB 24 MB/s 2m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 17% ▕██ ▏ 693 MB/4.1 GB 24 MB/s 2m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 17% ▕██ ▏ 694 MB/4.1 GB 24 MB/s 2m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 17% ▕██ ▏ 698 MB/4.1 GB 24 MB/s 2m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 17% ▕██ ▏ 699 MB/4.1 GB 24 MB/s 2m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 17% ▕██ ▏ 702 MB/4.1 GB 24 MB/s 2m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 17% ▕██ ▏ 706 MB/4.1 GB 24 MB/s 2m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 17% ▕██ ▏ 712 MB/4.1 GB 24 MB/s 2m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 17% ▕██ ▏ 714 MB/4.1 GB 24 MB/s 2m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 17% ▕██ ▏ 715 MB/4.1 GB 24 MB/s 2m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 17% ▕██ ▏ 716 MB/4.1 GB 24 MB/s 2m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 17% ▕██ ▏ 718 MB/4.1 GB 24 MB/s 2m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 18% ▕██ ▏ 720 MB/4.1 GB 24 MB/s 2m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 18% ▕██ ▏ 721 MB/4.1 GB 24 MB/s 2m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 18% ▕██ ▏ 722 MB/4.1 GB 24 MB/s 2m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 18% ▕██ ▏ 722 MB/4.1 GB 24 MB/s 2m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 18% ▕██ ▏ 728 MB/4.1 GB 24 MB/s 2m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 18% ▕██ ▏ 731 MB/4.1 GB 24 MB/s 2m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 18% ▕██ ▏ 732 MB/4.1 GB 24 MB/s 2m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 18% ▕██ ▏ 737 MB/4.1 GB 24 MB/s 2m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 18% ▕██ ▏ 741 MB/4.1 GB 24 MB/s 2m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 18% ▕██ ▏ 742 MB/4.1 GB 24 MB/s 2m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 18% ▕██ ▏ 743 MB/4.1 GB 24 MB/s 2m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 18% ▕██ ▏ 748 MB/4.1 GB 24 MB/s 2m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 18% ▕██ ▏ 750 MB/4.1 GB 24 MB/s 2m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 18% ▕██ ▏ 757 MB/4.1 GB 24 MB/s 2m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 18% ▕██ ▏ 758 MB/4.1 GB 24 MB/s 2m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 18% ▕██ ▏ 759 MB/4.1 GB 24 MB/s 2m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 19% ▕██ ▏ 762 MB/4.1 GB 24 MB/s 2m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 19% ▕██ ▏ 767 MB/4.1 GB 24 MB/s 2m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 19% ▕██ ▏ 769 MB/4.1 GB 24 MB/s 2m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 19% ▕███ ▏ 773 MB/4.1 GB 24 MB/s 2m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 19% ▕███ ▏ 776 MB/4.1 GB 24 MB/s 2m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 19% ▕███ ▏ 781 MB/4.1 GB 24 MB/s 2m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 19% ▕███ ▏ 783 MB/4.1 GB 24 MB/s 2m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 19% ▕███ ▏ 787 MB/4.1 GB 24 MB/s 2m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 19% ▕███ ▏ 790 MB/4.1 GB 24 MB/s 2m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 19% ▕███ ▏ 795 MB/4.1 GB 24 MB/s 2m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 19% ▕███ ▏ 797 MB/4.1 GB 25 MB/s 2m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 19% ▕███ ▏ 798 MB/4.1 GB 25 MB/s 2m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 20% ▕███ ▏ 804 MB/4.1 GB 25 MB/s 2m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 20% ▕███ ▏ 805 MB/4.1 GB 25 MB/s 2m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 20% ▕███ ▏ 806 MB/4.1 GB 25 MB/s 2m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 20% ▕███ ▏ 810 MB/4.1 GB 25 MB/s 2m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 20% ▕███ ▏ 813 MB/4.1 GB 25 MB/s 2m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 20% ▕███ ▏ 814 MB/4.1 GB 25 MB/s 2m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 20% ▕███ ▏ 815 MB/4.1 GB 25 MB/s 2m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 20% ▕███ ▏ 817 MB/4.1 GB 25 MB/s 2m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 20% ▕███ ▏ 822 MB/4.1 GB 25 MB/s 2m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 20% ▕███ ▏ 824 MB/4.1 GB 25 MB/s 2m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 20% ▕███ ▏ 826 MB/4.1 GB 25 MB/s 2m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 20% ▕███ ▏ 827 MB/4.1 GB 25 MB/s 2m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 20% ▕███ ▏ 833 MB/4.1 GB 25 MB/s 2m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 20% ▕███ ▏ 834 MB/4.1 GB 25 MB/s 2m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 20% ▕███ ▏ 835 MB/4.1 GB 25 MB/s 2m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 20% ▕███ ▏ 841 MB/4.1 GB 25 MB/s 2m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 20% ▕███ ▏ 841 MB/4.1 GB 25 MB/s 2m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 20% ▕███ ▏ 842 MB/4.1 GB 25 MB/s 2m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 21% ▕███ ▏ 843 MB/4.1 GB 25 MB/s 2m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 21% ▕███ ▏ 849 MB/4.1 GB 25 MB/s 2m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 21% ▕███ ▏ 854 MB/4.1 GB 25 MB/s 2m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 21% ▕███ ▏ 855 MB/4.1 GB 25 MB/s 2m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 21% ▕███ ▏ 856 MB/4.1 GB 25 MB/s 2m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 21% ▕███ ▏ 857 MB/4.1 GB 25 MB/s 2m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 21% ▕███ ▏ 860 MB/4.1 GB 25 MB/s 2m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 21% ▕███ ▏ 863 MB/4.1 GB 25 MB/s 2m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 21% ▕███ ▏ 864 MB/4.1 GB 25 MB/s 2m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 21% ▕███ ▏ 869 MB/4.1 GB 25 MB/s 2m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 21% ▕███ ▏ 876 MB/4.1 GB 25 MB/s 2m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 21% ▕███ ▏ 877 MB/4.1 GB 26 MB/s 2m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 21% ▕███ ▏ 879 MB/4.1 GB 26 MB/s 2m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 21% ▕███ ▏ 878 MB/4.1 GB 26 MB/s 2m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 21% ▕███ ▏ 878 MB/4.1 GB 26 MB/s 2m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 21% ▕███ ▏ 882 MB/4.1 GB 26 MB/s 2m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 22% ▕███ ▏ 886 MB/4.1 GB 26 MB/s 2m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 22% ▕███ ▏ 887 MB/4.1 GB 26 MB/s 2m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 22% ▕███ ▏ 893 MB/4.1 GB 26 MB/s 2m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 22% ▕███ ▏ 898 MB/4.1 GB 26 MB/s 2m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 22% ▕███ ▏ 898 MB/4.1 GB 26 MB/s 2m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 22% ▕███ ▏ 904 MB/4.1 GB 27 MB/s 1m58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 22% ▕███ ▏ 907 MB/4.1 GB 27 MB/s 1m58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 22% ▕███ ▏ 910 MB/4.1 GB 27 MB/s 1m58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 22% ▕███ ▏ 915 MB/4.1 GB 27 MB/s 1m58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 22% ▕███ ▏ 916 MB/4.1 GB 27 MB/s 1m57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 22% ▕███ ▏ 916 MB/4.1 GB 27 MB/s 1m57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 22% ▕███ ▏ 917 MB/4.1 GB 27 MB/s 1m57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 22% ▕███ ▏ 919 MB/4.1 GB 27 MB/s 1m57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 22% ▕███ ▏ 918 MB/4.1 GB 27 MB/s 1m57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 23% ▕███ ▏ 929 MB/4.1 GB 27 MB/s 1m57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 23% ▕███ ▏ 930 MB/4.1 GB 27 MB/s 1m56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 23% ▕███ ▏ 930 MB/4.1 GB 27 MB/s 1m56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 23% ▕███ ▏ 934 MB/4.1 GB 27 MB/s 1m56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 23% ▕███ ▏ 938 MB/4.1 GB 27 MB/s 1m56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 23% ▕███ ▏ 939 MB/4.1 GB 27 MB/s 1m56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 23% ▕███ ▏ 944 MB/4.1 GB 27 MB/s 1m56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 23% ▕███ ▏ 947 MB/4.1 GB 27 MB/s 1m55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 23% ▕███ ▏ 947 MB/4.1 GB 27 MB/s 1m55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 23% ▕███ ▏ 949 MB/4.1 GB 27 MB/s 1m55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 23% ▕███ ▏ 958 MB/4.1 GB 27 MB/s 1m55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 23% ▕███ ▏ 959 MB/4.1 GB 27 MB/s 1m55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 23% ▕███ ▏ 960 MB/4.1 GB 27 MB/s 1m55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 23% ▕███ ▏ 961 MB/4.1 GB 27 MB/s 1m55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 23% ▕███ ▏ 963 MB/4.1 GB 27 MB/s 1m55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 24% ▕███ ▏ 965 MB/4.1 GB 27 MB/s 1m55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 24% ▕███ ▏ 971 MB/4.1 GB 27 MB/s 1m54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 24% ▕███ ▏ 973 MB/4.1 GB 27 MB/s 1m54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 24% ▕███ ▏ 975 MB/4.1 GB 27 MB/s 1m54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 24% ▕███ ▏ 981 MB/4.1 GB 27 MB/s 1m54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 24% ▕███ ▏ 981 MB/4.1 GB 27 MB/s 1m54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 24% ▕███ ▏ 983 MB/4.1 GB 27 MB/s 1m54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 24% ▕███ ▏ 985 MB/4.1 GB 28 MB/s 1m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 24% ▕███ ▏ 987 MB/4.1 GB 28 MB/s 1m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 24% ▕███ ▏ 992 MB/4.1 GB 28 MB/s 1m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 24% ▕███ ▏ 996 MB/4.1 GB 28 MB/s 1m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 24% ▕███ ▏ 997 MB/4.1 GB 28 MB/s 1m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 24% ▕███ ▏ 997 MB/4.1 GB 28 MB/s 1m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 24% ▕███ ▏ 996 MB/4.1 GB 28 MB/s 1m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 24% ▕███ ▏ 998 MB/4.1 GB 28 MB/s 1m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 24% ▕███ ▏ 1.0 GB/4.1 GB 28 MB/s 1m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 25% ▕███ ▏ 1.0 GB/4.1 GB 28 MB/s 1m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 25% ▕███ ▏ 1.0 GB/4.1 GB 27 MB/s 1m52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 25% ▕███ ▏ 1.0 GB/4.1 GB 27 MB/s 1m52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 25% ▕███ ▏ 1.0 GB/4.1 GB 27 MB/s 1m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 25% ▕███ ▏ 1.0 GB/4.1 GB 27 MB/s 1m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 25% ▕███ ▏ 1.0 GB/4.1 GB 27 MB/s 1m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 25% ▕███ ▏ 1.0 GB/4.1 GB 27 MB/s 1m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 25% ▕███ ▏ 1.0 GB/4.1 GB 27 MB/s 1m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 25% ▕████ ▏ 1.0 GB/4.1 GB 27 MB/s 1m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 25% ▕████ ▏ 1.0 GB/4.1 GB 27 MB/s 1m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 25% ▕████ ▏ 1.0 GB/4.1 GB 27 MB/s 1m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 25% ▕████ ▏ 1.0 GB/4.1 GB 27 MB/s 1m52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 25% ▕████ ▏ 1.0 GB/4.1 GB 27 MB/s 1m52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 25% ▕████ ▏ 1.0 GB/4.1 GB 27 MB/s 1m52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 25% ▕████ ▏ 1.0 GB/4.1 GB 27 MB/s 1m52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 25% ▕████ ▏ 1.0 GB/4.1 GB 27 MB/s 1m52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 26% ▕████ ▏ 1.0 GB/4.1 GB 27 MB/s 1m52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 26% ▕████ ▏ 1.1 GB/4.1 GB 27 MB/s 1m52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 26% ▕████ ▏ 1.1 GB/4.1 GB 27 MB/s 1m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 26% ▕████ ▏ 1.1 GB/4.1 GB 27 MB/s 1m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 26% ▕████ ▏ 1.1 GB/4.1 GB 27 MB/s 1m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 26% ▕████ ▏ 1.1 GB/4.1 GB 26 MB/s 1m53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 26% ▕████ ▏ 1.1 GB/4.1 GB 26 MB/s 1m53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 26% ▕████ ▏ 1.1 GB/4.1 GB 26 MB/s 1m52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 26% ▕████ ▏ 1.1 GB/4.1 GB 26 MB/s 1m52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 26% ▕████ ▏ 1.1 GB/4.1 GB 26 MB/s 1m52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 26% ▕████ ▏ 1.1 GB/4.1 GB 26 MB/s 1m52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 26% ▕████ ▏ 1.1 GB/4.1 GB 26 MB/s 1m52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 26% ▕████ ▏ 1.1 GB/4.1 GB 26 MB/s 1m52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 26% ▕████ ▏ 1.1 GB/4.1 GB 26 MB/s 1m52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 26% ▕████ ▏ 1.1 GB/4.1 GB 26 MB/s 1m52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 27% ▕████ ▏ 1.1 GB/4.1 GB 26 MB/s 1m52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 27% ▕████ ▏ 1.1 GB/4.1 GB 27 MB/s 1m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 27% ▕████ ▏ 1.1 GB/4.1 GB 27 MB/s 1m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 27% ▕████ ▏ 1.1 GB/4.1 GB 27 MB/s 1m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 27% ▕████ ▏ 1.1 GB/4.1 GB 27 MB/s 1m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 27% ▕████ ▏ 1.1 GB/4.1 GB 27 MB/s 1m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 27% ▕████ ▏ 1.1 GB/4.1 GB 27 MB/s 1m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 27% ▕████ ▏ 1.1 GB/4.1 GB 27 MB/s 1m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 27% ▕████ ▏ 1.1 GB/4.1 GB 27 MB/s 1m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 27% ▕████ ▏ 1.1 GB/4.1 GB 27 MB/s 1m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 27% ▕████ ▏ 1.1 GB/4.1 GB 27 MB/s 1m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 27% ▕████ ▏ 1.1 GB/4.1 GB 26 MB/s 1m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 27% ▕████ ▏ 1.1 GB/4.1 GB 26 MB/s 1m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 27% ▕████ ▏ 1.1 GB/4.1 GB 26 MB/s 1m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 27% ▕████ ▏ 1.1 GB/4.1 GB 26 MB/s 1m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 28% ▕████ ▏ 1.1 GB/4.1 GB 26 MB/s 1m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 28% ▕████ ▏ 1.1 GB/4.1 GB 26 MB/s 1m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 28% ▕████ ▏ 1.1 GB/4.1 GB 26 MB/s 1m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 28% ▕████ ▏ 1.1 GB/4.1 GB 26 MB/s 1m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 28% ▕████ ▏ 1.1 GB/4.1 GB 26 MB/s 1m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 28% ▕████ ▏ 1.1 GB/4.1 GB 26 MB/s 1m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 28% ▕████ ▏ 1.1 GB/4.1 GB 26 MB/s 1m52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 28% ▕████ ▏ 1.1 GB/4.1 GB 26 MB/s 1m52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 28% ▕████ ▏ 1.1 GB/4.1 GB 26 MB/s 1m52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 28% ▕████ ▏ 1.1 GB/4.1 GB 26 MB/s 1m52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 28% ▕████ ▏ 1.2 GB/4.1 GB 26 MB/s 1m52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 28% ▕████ ▏ 1.2 GB/4.1 GB 26 MB/s 1m52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 28% ▕████ ▏ 1.2 GB/4.1 GB 26 MB/s 1m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 28% ▕████ ▏ 1.2 GB/4.1 GB 26 MB/s 1m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 29% ▕████ ▏ 1.2 GB/4.1 GB 26 MB/s 1m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 29% ▕████ ▏ 1.2 GB/4.1 GB 26 MB/s 1m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 29% ▕████ ▏ 1.2 GB/4.1 GB 26 MB/s 1m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 29% ▕████ ▏ 1.2 GB/4.1 GB 26 MB/s 1m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 29% ▕████ ▏ 1.2 GB/4.1 GB 26 MB/s 1m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 29% ▕████ ▏ 1.2 GB/4.1 GB 26 MB/s 1m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 29% ▕████ ▏ 1.2 GB/4.1 GB 26 MB/s 1m48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 29% ▕████ ▏ 1.2 GB/4.1 GB 26 MB/s 1m48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 29% ▕████ ▏ 1.2 GB/4.1 GB 26 MB/s 1m48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 29% ▕████ ▏ 1.2 GB/4.1 GB 26 MB/s 1m48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 29% ▕████ ▏ 1.2 GB/4.1 GB 26 MB/s 1m48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 29% ▕████ ▏ 1.2 GB/4.1 GB 26 MB/s 1m48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 29% ▕████ ▏ 1.2 GB/4.1 GB 27 MB/s 1m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 29% ▕████ ▏ 1.2 GB/4.1 GB 27 MB/s 1m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 30% ▕████ ▏ 1.2 GB/4.1 GB 27 MB/s 1m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 30% ▕████ ▏ 1.2 GB/4.1 GB 27 MB/s 1m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 30% ▕████ ▏ 1.2 GB/4.1 GB 27 MB/s 1m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 30% ▕████ ▏ 1.2 GB/4.1 GB 27 MB/s 1m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 30% ▕████ ▏ 1.2 GB/4.1 GB 27 MB/s 1m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 30% ▕████ ▏ 1.2 GB/4.1 GB 27 MB/s 1m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 30% ▕████ ▏ 1.2 GB/4.1 GB 27 MB/s 1m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 30% ▕████ ▏ 1.2 GB/4.1 GB 27 MB/s 1m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 30% ▕████ ▏ 1.2 GB/4.1 GB 27 MB/s 1m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 30% ▕████ ▏ 1.2 GB/4.1 GB 27 MB/s 1m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 30% ▕████ ▏ 1.2 GB/4.1 GB 27 MB/s 1m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 30% ▕████ ▏ 1.2 GB/4.1 GB 27 MB/s 1m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 30% ▕████ ▏ 1.2 GB/4.1 GB 27 MB/s 1m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 30% ▕████ ▏ 1.2 GB/4.1 GB 27 MB/s 1m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 30% ▕████ ▏ 1.2 GB/4.1 GB 27 MB/s 1m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 30% ▕████ ▏ 1.2 GB/4.1 GB 27 MB/s 1m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 30% ▕████ ▏ 1.3 GB/4.1 GB 27 MB/s 1m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 31% ▕████ ▏ 1.3 GB/4.1 GB 27 MB/s 1m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 31% ▕████ ▏ 1.3 GB/4.1 GB 27 MB/s 1m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 31% ▕████ ▏ 1.3 GB/4.1 GB 27 MB/s 1m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 31% ▕████ ▏ 1.3 GB/4.1 GB 27 MB/s 1m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 31% ▕████ ▏ 1.3 GB/4.1 GB 27 MB/s 1m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 31% ▕████ ▏ 1.3 GB/4.1 GB 27 MB/s 1m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 31% ▕████ ▏ 1.3 GB/4.1 GB 27 MB/s 1m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 31% ▕████ ▏ 1.3 GB/4.1 GB 27 MB/s 1m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 31% ▕████ ▏ 1.3 GB/4.1 GB 27 MB/s 1m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 31% ▕████ ▏ 1.3 GB/4.1 GB 27 MB/s 1m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 31% ▕████ ▏ 1.3 GB/4.1 GB 27 MB/s 1m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 31% ▕████ ▏ 1.3 GB/4.1 GB 27 MB/s 1m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 31% ▕████ ▏ 1.3 GB/4.1 GB 26 MB/s 1m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 31% ▕████ ▏ 1.3 GB/4.1 GB 26 MB/s 1m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 31% ▕████ ▏ 1.3 GB/4.1 GB 26 MB/s 1m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 31% ▕████ ▏ 1.3 GB/4.1 GB 26 MB/s 1m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 31% ▕████ ▏ 1.3 GB/4.1 GB 26 MB/s 1m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 31% ▕█████ ▏ 1.3 GB/4.1 GB 26 MB/s 1m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 31% ▕█████ ▏ 1.3 GB/4.1 GB 26 MB/s 1m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 31% ▕█████ ▏ 1.3 GB/4.1 GB 26 MB/s 1m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 31% ▕█████ ▏ 1.3 GB/4.1 GB 26 MB/s 1m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 31% ▕█████ ▏ 1.3 GB/4.1 GB 26 MB/s 1m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 31% ▕█████ ▏ 1.3 GB/4.1 GB 25 MB/s 1m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 32% ▕█████ ▏ 1.3 GB/4.1 GB 25 MB/s 1m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 32% ▕█████ ▏ 1.3 GB/4.1 GB 25 MB/s 1m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 32% ▕█████ ▏ 1.3 GB/4.1 GB 25 MB/s 1m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 32% ▕█████ ▏ 1.3 GB/4.1 GB 25 MB/s 1m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 32% ▕█████ ▏ 1.3 GB/4.1 GB 25 MB/s 1m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 32% ▕█████ ▏ 1.3 GB/4.1 GB 25 MB/s 1m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 32% ▕█████ ▏ 1.3 GB/4.1 GB 25 MB/s 1m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 32% ▕█████ ▏ 1.3 GB/4.1 GB 25 MB/s 1m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 32% ▕█████ ▏ 1.3 GB/4.1 GB 25 MB/s 1m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 32% ▕█████ ▏ 1.3 GB/4.1 GB 24 MB/s 1m52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 32% ▕█████ ▏ 1.3 GB/4.1 GB 24 MB/s 1m52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 32% ▕█████ ▏ 1.3 GB/4.1 GB 24 MB/s 1m52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 32% ▕█████ ▏ 1.3 GB/4.1 GB 24 MB/s 1m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 32% ▕█████ ▏ 1.3 GB/4.1 GB 24 MB/s 1m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 32% ▕█████ ▏ 1.3 GB/4.1 GB 24 MB/s 1m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 32% ▕█████ ▏ 1.3 GB/4.1 GB 24 MB/s 1m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 32% ▕█████ ▏ 1.3 GB/4.1 GB 24 MB/s 1m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 32% ▕█████ ▏ 1.3 GB/4.1 GB 24 MB/s 1m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 32% ▕█████ ▏ 1.3 GB/4.1 GB 24 MB/s 1m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 32% ▕█████ ▏ 1.3 GB/4.1 GB 24 MB/s 1m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 33% ▕█████ ▏ 1.3 GB/4.1 GB 24 MB/s 1m55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 33% ▕█████ ▏ 1.3 GB/4.1 GB 24 MB/s 1m55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 33% ▕█████ ▏ 1.3 GB/4.1 GB 24 MB/s 1m55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 33% ▕█████ ▏ 1.3 GB/4.1 GB 24 MB/s 1m55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 33% ▕█████ ▏ 1.4 GB/4.1 GB 24 MB/s 1m54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 33% ▕█████ ▏ 1.4 GB/4.1 GB 24 MB/s 1m54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 33% ▕█████ ▏ 1.4 GB/4.1 GB 24 MB/s 1m54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 33% ▕█████ ▏ 1.4 GB/4.1 GB 24 MB/s 1m54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 33% ▕█████ ▏ 1.4 GB/4.1 GB 24 MB/s 1m54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 33% ▕█████ ▏ 1.4 GB/4.1 GB 24 MB/s 1m54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 33% ▕█████ ▏ 1.4 GB/4.1 GB 24 MB/s 1m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 33% ▕█████ ▏ 1.4 GB/4.1 GB 24 MB/s 1m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 33% ▕█████ ▏ 1.4 GB/4.1 GB 24 MB/s 1m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 33% ▕█████ ▏ 1.4 GB/4.1 GB 24 MB/s 1m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 33% ▕█████ ▏ 1.4 GB/4.1 GB 24 MB/s 1m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 33% ▕█████ ▏ 1.4 GB/4.1 GB 24 MB/s 1m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 34% ▕█████ ▏ 1.4 GB/4.1 GB 24 MB/s 1m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 34% ▕█████ ▏ 1.4 GB/4.1 GB 24 MB/s 1m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 34% ▕█████ ▏ 1.4 GB/4.1 GB 24 MB/s 1m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 34% ▕█████ ▏ 1.4 GB/4.1 GB 24 MB/s 1m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 34% ▕█████ ▏ 1.4 GB/4.1 GB 23 MB/s 1m54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 34% ▕█████ ▏ 1.4 GB/4.1 GB 23 MB/s 1m54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 34% ▕█████ ▏ 1.4 GB/4.1 GB 23 MB/s 1m54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 34% ▕█████ ▏ 1.4 GB/4.1 GB 23 MB/s 1m54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 34% ▕█████ ▏ 1.4 GB/4.1 GB 23 MB/s 1m54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 34% ▕█████ ▏ 1.4 GB/4.1 GB 23 MB/s 1m54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 34% ▕█████ ▏ 1.4 GB/4.1 GB 23 MB/s 1m54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 34% ▕█████ ▏ 1.4 GB/4.1 GB 23 MB/s 1m53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 34% ▕█████ ▏ 1.4 GB/4.1 GB 23 MB/s 1m53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 34% ▕█████ ▏ 1.4 GB/4.1 GB 23 MB/s 1m53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 34% ▕█████ ▏ 1.4 GB/4.1 GB 22 MB/s 1m59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 34% ▕█████ ▏ 1.4 GB/4.1 GB 22 MB/s 1m58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 34% ▕█████ ▏ 1.4 GB/4.1 GB 22 MB/s 1m58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 34% ▕█████ ▏ 1.4 GB/4.1 GB 22 MB/s 1m58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 35% ▕█████ ▏ 1.4 GB/4.1 GB 22 MB/s 1m58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 35% ▕█████ ▏ 1.4 GB/4.1 GB 22 MB/s 1m58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 35% ▕█████ ▏ 1.4 GB/4.1 GB 22 MB/s 1m58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 35% ▕█████ ▏ 1.4 GB/4.1 GB 22 MB/s 1m58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 35% ▕█████ ▏ 1.4 GB/4.1 GB 22 MB/s 1m58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 35% ▕█████ ▏ 1.4 GB/4.1 GB 22 MB/s 1m58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 35% ▕█████ ▏ 1.4 GB/4.1 GB 22 MB/s 1m58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 35% ▕█████ ▏ 1.4 GB/4.1 GB 22 MB/s 1m58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 35% ▕█████ ▏ 1.4 GB/4.1 GB 22 MB/s 1m58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 35% ▕█████ ▏ 1.4 GB/4.1 GB 22 MB/s 1m57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 35% ▕█████ ▏ 1.4 GB/4.1 GB 22 MB/s 1m57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 35% ▕█████ ▏ 1.4 GB/4.1 GB 22 MB/s 1m57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 35% ▕█████ ▏ 1.5 GB/4.1 GB 22 MB/s 1m57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 36% ▕█████ ▏ 1.5 GB/4.1 GB 22 MB/s 1m57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 36% ▕█████ ▏ 1.5 GB/4.1 GB 22 MB/s 1m57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 36% ▕█████ ▏ 1.5 GB/4.1 GB 22 MB/s 1m57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 36% ▕█████ ▏ 1.5 GB/4.1 GB 22 MB/s 1m56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 36% ▕█████ ▏ 1.5 GB/4.1 GB 24 MB/s 1m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 36% ▕█████ ▏ 1.5 GB/4.1 GB 24 MB/s 1m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 36% ▕█████ ▏ 1.5 GB/4.1 GB 24 MB/s 1m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 36% ▕█████ ▏ 1.5 GB/4.1 GB 24 MB/s 1m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 36% ▕█████ ▏ 1.5 GB/4.1 GB 24 MB/s 1m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 36% ▕█████ ▏ 1.5 GB/4.1 GB 24 MB/s 1m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 36% ▕█████ ▏ 1.5 GB/4.1 GB 24 MB/s 1m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 36% ▕█████ ▏ 1.5 GB/4.1 GB 24 MB/s 1m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 36% ▕█████ ▏ 1.5 GB/4.1 GB 24 MB/s 1m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 36% ▕█████ ▏ 1.5 GB/4.1 GB 24 MB/s 1m48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 36% ▕█████ ▏ 1.5 GB/4.1 GB 23 MB/s 1m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 36% ▕█████ ▏ 1.5 GB/4.1 GB 23 MB/s 1m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 37% ▕█████ ▏ 1.5 GB/4.1 GB 23 MB/s 1m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 37% ▕█████ ▏ 1.5 GB/4.1 GB 23 MB/s 1m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 37% ▕█████ ▏ 1.5 GB/4.1 GB 23 MB/s 1m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 37% ▕█████ ▏ 1.5 GB/4.1 GB 23 MB/s 1m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 37% ▕█████ ▏ 1.5 GB/4.1 GB 23 MB/s 1m48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 37% ▕█████ ▏ 1.5 GB/4.1 GB 23 MB/s 1m48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 37% ▕█████ ▏ 1.5 GB/4.1 GB 23 MB/s 1m48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 37% ▕█████ ▏ 1.5 GB/4.1 GB 23 MB/s 1m48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 37% ▕█████ ▏ 1.5 GB/4.1 GB 25 MB/s 1m40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 37% ▕█████ ▏ 1.5 GB/4.1 GB 25 MB/s 1m40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 37% ▕█████ ▏ 1.5 GB/4.1 GB 25 MB/s 1m40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 37% ▕█████ ▏ 1.5 GB/4.1 GB 25 MB/s 1m40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 37% ▕█████ ▏ 1.5 GB/4.1 GB 25 MB/s 1m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 37% ▕█████ ▏ 1.5 GB/4.1 GB 25 MB/s 1m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 37% ▕█████ ▏ 1.5 GB/4.1 GB 25 MB/s 1m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 38% ▕██████ ▏ 1.5 GB/4.1 GB 25 MB/s 1m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 38% ▕██████ ▏ 1.5 GB/4.1 GB 25 MB/s 1m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 38% ▕██████ ▏ 1.5 GB/4.1 GB 25 MB/s 1m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 38% ▕██████ ▏ 1.6 GB/4.1 GB 26 MB/s 1m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 38% ▕██████ ▏ 1.6 GB/4.1 GB 26 MB/s 1m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 38% ▕██████ ▏ 1.6 GB/4.1 GB 26 MB/s 1m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 38% ▕██████ ▏ 1.6 GB/4.1 GB 26 MB/s 1m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 38% ▕██████ ▏ 1.6 GB/4.1 GB 26 MB/s 1m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 38% ▕██████ ▏ 1.6 GB/4.1 GB 26 MB/s 1m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 38% ▕██████ ▏ 1.6 GB/4.1 GB 26 MB/s 1m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 38% ▕██████ ▏ 1.6 GB/4.1 GB 26 MB/s 1m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 38% ▕██████ ▏ 1.6 GB/4.1 GB 26 MB/s 1m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 38% ▕██████ ▏ 1.6 GB/4.1 GB 26 MB/s 1m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 39% ▕██████ ▏ 1.6 GB/4.1 GB 27 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 39% ▕██████ ▏ 1.6 GB/4.1 GB 27 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 39% ▕██████ ▏ 1.6 GB/4.1 GB 27 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 39% ▕██████ ▏ 1.6 GB/4.1 GB 27 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 39% ▕██████ ▏ 1.6 GB/4.1 GB 27 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 39% ▕██████ ▏ 1.6 GB/4.1 GB 27 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 39% ▕██████ ▏ 1.6 GB/4.1 GB 27 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 39% ▕██████ ▏ 1.6 GB/4.1 GB 27 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 39% ▕██████ ▏ 1.6 GB/4.1 GB 27 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 39% ▕██████ ▏ 1.6 GB/4.1 GB 27 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 39% ▕██████ ▏ 1.6 GB/4.1 GB 27 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 39% ▕██████ ▏ 1.6 GB/4.1 GB 26 MB/s 1m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 39% ▕██████ ▏ 1.6 GB/4.1 GB 26 MB/s 1m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 39% ▕██████ ▏ 1.6 GB/4.1 GB 26 MB/s 1m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 39% ▕██████ ▏ 1.6 GB/4.1 GB 26 MB/s 1m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 39% ▕██████ ▏ 1.6 GB/4.1 GB 26 MB/s 1m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 39% ▕██████ ▏ 1.6 GB/4.1 GB 26 MB/s 1m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 39% ▕██████ ▏ 1.6 GB/4.1 GB 26 MB/s 1m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 40% ▕██████ ▏ 1.6 GB/4.1 GB 26 MB/s 1m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 40% ▕██████ ▏ 1.6 GB/4.1 GB 26 MB/s 1m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 40% ▕██████ ▏ 1.6 GB/4.1 GB 26 MB/s 1m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 40% ▕██████ ▏ 1.6 GB/4.1 GB 26 MB/s 1m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 40% ▕██████ ▏ 1.6 GB/4.1 GB 26 MB/s 1m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 40% ▕██████ ▏ 1.6 GB/4.1 GB 26 MB/s 1m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 40% ▕██████ ▏ 1.6 GB/4.1 GB 26 MB/s 1m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 40% ▕██████ ▏ 1.6 GB/4.1 GB 26 MB/s 1m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 40% ▕██████ ▏ 1.6 GB/4.1 GB 26 MB/s 1m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 40% ▕██████ ▏ 1.6 GB/4.1 GB 26 MB/s 1m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 40% ▕██████ ▏ 1.6 GB/4.1 GB 26 MB/s 1m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 40% ▕██████ ▏ 1.6 GB/4.1 GB 26 MB/s 1m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 40% ▕██████ ▏ 1.6 GB/4.1 GB 26 MB/s 1m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 40% ▕██████ ▏ 1.6 GB/4.1 GB 26 MB/s 1m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 40% ▕██████ ▏ 1.7 GB/4.1 GB 26 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 40% ▕██████ ▏ 1.7 GB/4.1 GB 26 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 40% ▕██████ ▏ 1.7 GB/4.1 GB 26 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 40% ▕██████ ▏ 1.7 GB/4.1 GB 26 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 40% ▕██████ ▏ 1.7 GB/4.1 GB 26 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 40% ▕██████ ▏ 1.7 GB/4.1 GB 26 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 41% ▕██████ ▏ 1.7 GB/4.1 GB 26 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 41% ▕██████ ▏ 1.7 GB/4.1 GB 26 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 41% ▕██████ ▏ 1.7 GB/4.1 GB 26 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 41% ▕██████ ▏ 1.7 GB/4.1 GB 26 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 41% ▕██████ ▏ 1.7 GB/4.1 GB 26 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 41% ▕██████ ▏ 1.7 GB/4.1 GB 26 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 41% ▕██████ ▏ 1.7 GB/4.1 GB 26 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 41% ▕██████ ▏ 1.7 GB/4.1 GB 26 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 41% ▕██████ ▏ 1.7 GB/4.1 GB 26 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 41% ▕██████ ▏ 1.7 GB/4.1 GB 26 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 41% ▕██████ ▏ 1.7 GB/4.1 GB 26 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 41% ▕██████ ▏ 1.7 GB/4.1 GB 26 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 41% ▕██████ ▏ 1.7 GB/4.1 GB 26 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 42% ▕██████ ▏ 1.7 GB/4.1 GB 26 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 42% ▕██████ ▏ 1.7 GB/4.1 GB 26 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 42% ▕██████ ▏ 1.7 GB/4.1 GB 26 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 42% ▕██████ ▏ 1.7 GB/4.1 GB 26 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 42% ▕██████ ▏ 1.7 GB/4.1 GB 26 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 42% ▕██████ ▏ 1.7 GB/4.1 GB 26 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 42% ▕██████ ▏ 1.7 GB/4.1 GB 26 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 42% ▕██████ ▏ 1.7 GB/4.1 GB 26 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 42% ▕██████ ▏ 1.7 GB/4.1 GB 26 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 42% ▕██████ ▏ 1.7 GB/4.1 GB 26 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 42% ▕██████ ▏ 1.7 GB/4.1 GB 26 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 42% ▕██████ ▏ 1.7 GB/4.1 GB 26 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 42% ▕██████ ▏ 1.7 GB/4.1 GB 26 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 42% ▕██████ ▏ 1.7 GB/4.1 GB 26 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 42% ▕██████ ▏ 1.7 GB/4.1 GB 26 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 43% ▕██████ ▏ 1.7 GB/4.1 GB 26 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 43% ▕██████ ▏ 1.7 GB/4.1 GB 26 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 43% ▕██████ ▏ 1.8 GB/4.1 GB 26 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 43% ▕██████ ▏ 1.8 GB/4.1 GB 26 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 43% ▕██████ ▏ 1.8 GB/4.1 GB 26 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 43% ▕██████ ▏ 1.8 GB/4.1 GB 26 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 43% ▕██████ ▏ 1.8 GB/4.1 GB 26 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 43% ▕██████ ▏ 1.8 GB/4.1 GB 26 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 43% ▕██████ ▏ 1.8 GB/4.1 GB 26 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 43% ▕██████ ▏ 1.8 GB/4.1 GB 26 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 43% ▕██████ ▏ 1.8 GB/4.1 GB 26 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 43% ▕██████ ▏ 1.8 GB/4.1 GB 26 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 43% ▕██████ ▏ 1.8 GB/4.1 GB 26 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 43% ▕██████ ▏ 1.8 GB/4.1 GB 26 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 44% ▕██████ ▏ 1.8 GB/4.1 GB 26 MB/s 1m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 44% ▕██████ ▏ 1.8 GB/4.1 GB 26 MB/s 1m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 44% ▕██████ ▏ 1.8 GB/4.1 GB 26 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 44% ▕██████ ▏ 1.8 GB/4.1 GB 26 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 44% ▕██████ ▏ 1.8 GB/4.1 GB 26 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 44% ▕███████ ▏ 1.8 GB/4.1 GB 26 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 44% ▕███████ ▏ 1.8 GB/4.1 GB 26 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 44% ▕███████ ▏ 1.8 GB/4.1 GB 26 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 44% ▕███████ ▏ 1.8 GB/4.1 GB 26 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 44% ▕███████ ▏ 1.8 GB/4.1 GB 26 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 44% ▕███████ ▏ 1.8 GB/4.1 GB 26 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 44% ▕███████ ▏ 1.8 GB/4.1 GB 26 MB/s 1m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 44% ▕███████ ▏ 1.8 GB/4.1 GB 25 MB/s 1m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 44% ▕███████ ▏ 1.8 GB/4.1 GB 25 MB/s 1m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 44% ▕███████ ▏ 1.8 GB/4.1 GB 25 MB/s 1m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 44% ▕███████ ▏ 1.8 GB/4.1 GB 25 MB/s 1m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 45% ▕███████ ▏ 1.8 GB/4.1 GB 25 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 45% ▕███████ ▏ 1.8 GB/4.1 GB 25 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 45% ▕███████ ▏ 1.8 GB/4.1 GB 25 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 45% ▕███████ ▏ 1.8 GB/4.1 GB 25 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 45% ▕███████ ▏ 1.8 GB/4.1 GB 25 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 45% ▕███████ ▏ 1.8 GB/4.1 GB 25 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 45% ▕███████ ▏ 1.8 GB/4.1 GB 27 MB/s 1m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 45% ▕███████ ▏ 1.8 GB/4.1 GB 27 MB/s 1m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 45% ▕███████ ▏ 1.9 GB/4.1 GB 27 MB/s 1m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 45% ▕███████ ▏ 1.9 GB/4.1 GB 27 MB/s 1m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 45% ▕███████ ▏ 1.9 GB/4.1 GB 27 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 45% ▕███████ ▏ 1.9 GB/4.1 GB 27 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 45% ▕███████ ▏ 1.9 GB/4.1 GB 27 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 45% ▕███████ ▏ 1.9 GB/4.1 GB 27 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 45% ▕███████ ▏ 1.9 GB/4.1 GB 27 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 45% ▕███████ ▏ 1.9 GB/4.1 GB 27 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 45% ▕███████ ▏ 1.9 GB/4.1 GB 27 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 46% ▕███████ ▏ 1.9 GB/4.1 GB 26 MB/s 1m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 46% ▕███████ ▏ 1.9 GB/4.1 GB 26 MB/s 1m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 46% ▕███████ ▏ 1.9 GB/4.1 GB 26 MB/s 1m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 46% ▕███████ ▏ 1.9 GB/4.1 GB 26 MB/s 1m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 46% ▕███████ ▏ 1.9 GB/4.1 GB 26 MB/s 1m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 46% ▕███████ ▏ 1.9 GB/4.1 GB 26 MB/s 1m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 46% ▕███████ ▏ 1.9 GB/4.1 GB 26 MB/s 1m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 46% ▕███████ ▏ 1.9 GB/4.1 GB 26 MB/s 1m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 46% ▕███████ ▏ 1.9 GB/4.1 GB 26 MB/s 1m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 46% ▕███████ ▏ 1.9 GB/4.1 GB 26 MB/s 1m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 46% ▕███████ ▏ 1.9 GB/4.1 GB 27 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 46% ▕███████ ▏ 1.9 GB/4.1 GB 27 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 47% ▕███████ ▏ 1.9 GB/4.1 GB 27 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 47% ▕███████ ▏ 1.9 GB/4.1 GB 27 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 47% ▕███████ ▏ 1.9 GB/4.1 GB 27 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 47% ▕███████ ▏ 1.9 GB/4.1 GB 27 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 47% ▕███████ ▏ 1.9 GB/4.1 GB 27 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 47% ▕███████ ▏ 1.9 GB/4.1 GB 27 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 47% ▕███████ ▏ 1.9 GB/4.1 GB 27 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 47% ▕███████ ▏ 1.9 GB/4.1 GB 27 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 47% ▕███████ ▏ 1.9 GB/4.1 GB 27 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 47% ▕███████ ▏ 1.9 GB/4.1 GB 27 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 47% ▕███████ ▏ 1.9 GB/4.1 GB 27 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 47% ▕███████ ▏ 1.9 GB/4.1 GB 27 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 47% ▕███████ ▏ 1.9 GB/4.1 GB 27 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 47% ▕███████ ▏ 1.9 GB/4.1 GB 27 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 47% ▕███████ ▏ 1.9 GB/4.1 GB 27 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 47% ▕███████ ▏ 1.9 GB/4.1 GB 27 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 47% ▕███████ ▏ 1.9 GB/4.1 GB 27 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 47% ▕███████ ▏ 1.9 GB/4.1 GB 27 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 48% ▕███████ ▏ 2.0 GB/4.1 GB 27 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 48% ▕███████ ▏ 2.0 GB/4.1 GB 27 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 48% ▕███████ ▏ 2.0 GB/4.1 GB 27 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 48% ▕███████ ▏ 2.0 GB/4.1 GB 27 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 48% ▕███████ ▏ 2.0 GB/4.1 GB 27 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 48% ▕███████ ▏ 2.0 GB/4.1 GB 27 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 48% ▕███████ ▏ 2.0 GB/4.1 GB 27 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 48% ▕███████ ▏ 2.0 GB/4.1 GB 27 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 48% ▕███████ ▏ 2.0 GB/4.1 GB 27 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 48% ▕███████ ▏ 2.0 GB/4.1 GB 27 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 48% ▕███████ ▏ 2.0 GB/4.1 GB 27 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 48% ▕███████ ▏ 2.0 GB/4.1 GB 27 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 48% ▕███████ ▏ 2.0 GB/4.1 GB 27 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 48% ▕███████ ▏ 2.0 GB/4.1 GB 27 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 48% ▕███████ ▏ 2.0 GB/4.1 GB 27 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 48% ▕███████ ▏ 2.0 GB/4.1 GB 27 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 49% ▕███████ ▏ 2.0 GB/4.1 GB 27 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 49% ▕███████ ▏ 2.0 GB/4.1 GB 27 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 49% ▕███████ ▏ 2.0 GB/4.1 GB 27 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 49% ▕███████ ▏ 2.0 GB/4.1 GB 27 MB/s 1m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 49% ▕███████ ▏ 2.0 GB/4.1 GB 27 MB/s 1m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 49% ▕███████ ▏ 2.0 GB/4.1 GB 28 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 49% ▕███████ ▏ 2.0 GB/4.1 GB 28 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 49% ▕███████ ▏ 2.0 GB/4.1 GB 28 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 49% ▕███████ ▏ 2.0 GB/4.1 GB 28 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 49% ▕███████ ▏ 2.0 GB/4.1 GB 28 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 49% ▕███████ ▏ 2.0 GB/4.1 GB 28 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 49% ▕███████ ▏ 2.0 GB/4.1 GB 28 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 49% ▕███████ ▏ 2.0 GB/4.1 GB 28 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 49% ▕███████ ▏ 2.0 GB/4.1 GB 28 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 49% ▕███████ ▏ 2.0 GB/4.1 GB 28 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 49% ▕███████ ▏ 2.0 GB/4.1 GB 26 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 50% ▕███████ ▏ 2.0 GB/4.1 GB 26 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 50% ▕███████ ▏ 2.0 GB/4.1 GB 26 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 50% ▕███████ ▏ 2.0 GB/4.1 GB 26 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 50% ▕███████ ▏ 2.0 GB/4.1 GB 26 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 50% ▕███████ ▏ 2.0 GB/4.1 GB 26 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 50% ▕███████ ▏ 2.0 GB/4.1 GB 26 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 50% ▕███████ ▏ 2.1 GB/4.1 GB 26 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 50% ▕████████ ▏ 2.1 GB/4.1 GB 26 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 50% ▕████████ ▏ 2.1 GB/4.1 GB 26 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 50% ▕████████ ▏ 2.1 GB/4.1 GB 26 MB/s 1m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 50% ▕████████ ▏ 2.1 GB/4.1 GB 26 MB/s 1m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 50% ▕████████ ▏ 2.1 GB/4.1 GB 26 MB/s 1m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 50% ▕████████ ▏ 2.1 GB/4.1 GB 26 MB/s 1m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 50% ▕████████ ▏ 2.1 GB/4.1 GB 26 MB/s 1m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 50% ▕████████ ▏ 2.1 GB/4.1 GB 26 MB/s 1m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 50% ▕████████ ▏ 2.1 GB/4.1 GB 26 MB/s 1m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 51% ▕████████ ▏ 2.1 GB/4.1 GB 26 MB/s 1m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 51% ▕████████ ▏ 2.1 GB/4.1 GB 26 MB/s 1m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 51% ▕████████ ▏ 2.1 GB/4.1 GB 26 MB/s 1m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 51% ▕████████ ▏ 2.1 GB/4.1 GB 27 MB/s 1m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 51% ▕████████ ▏ 2.1 GB/4.1 GB 27 MB/s 1m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 51% ▕████████ ▏ 2.1 GB/4.1 GB 27 MB/s 1m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 51% ▕████████ ▏ 2.1 GB/4.1 GB 27 MB/s 1m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 51% ▕████████ ▏ 2.1 GB/4.1 GB 27 MB/s 1m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 51% ▕████████ ▏ 2.1 GB/4.1 GB 27 MB/s 1m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 51% ▕████████ ▏ 2.1 GB/4.1 GB 27 MB/s 1m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 51% ▕████████ ▏ 2.1 GB/4.1 GB 27 MB/s 1m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 51% ▕████████ ▏ 2.1 GB/4.1 GB 27 MB/s 1m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 51% ▕████████ ▏ 2.1 GB/4.1 GB 27 MB/s 1m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 51% ▕████████ ▏ 2.1 GB/4.1 GB 27 MB/s 1m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 51% ▕████████ ▏ 2.1 GB/4.1 GB 27 MB/s 1m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 52% ▕████████ ▏ 2.1 GB/4.1 GB 27 MB/s 1m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 52% ▕████████ ▏ 2.1 GB/4.1 GB 27 MB/s 1m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 52% ▕████████ ▏ 2.1 GB/4.1 GB 27 MB/s 1m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 52% ▕████████ ▏ 2.1 GB/4.1 GB 27 MB/s 1m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 52% ▕████████ ▏ 2.1 GB/4.1 GB 27 MB/s 1m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 52% ▕████████ ▏ 2.1 GB/4.1 GB 27 MB/s 1m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 52% ▕████████ ▏ 2.1 GB/4.1 GB 27 MB/s 1m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 52% ▕████████ ▏ 2.1 GB/4.1 GB 27 MB/s 1m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 52% ▕████████ ▏ 2.1 GB/4.1 GB 27 MB/s 1m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 52% ▕████████ ▏ 2.1 GB/4.1 GB 26 MB/s 1m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 52% ▕████████ ▏ 2.1 GB/4.1 GB 26 MB/s 1m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 52% ▕████████ ▏ 2.1 GB/4.1 GB 26 MB/s 1m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 52% ▕████████ ▏ 2.2 GB/4.1 GB 26 MB/s 1m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 52% ▕████████ ▏ 2.2 GB/4.1 GB 26 MB/s 1m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 52% ▕████████ ▏ 2.2 GB/4.1 GB 26 MB/s 1m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 53% ▕████████ ▏ 2.2 GB/4.1 GB 26 MB/s 1m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 53% ▕████████ ▏ 2.2 GB/4.1 GB 26 MB/s 1m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 53% ▕████████ ▏ 2.2 GB/4.1 GB 26 MB/s 1m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 53% ▕████████ ▏ 2.2 GB/4.1 GB 26 MB/s 1m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 53% ▕████████ ▏ 2.2 GB/4.1 GB 26 MB/s 1m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 53% ▕████████ ▏ 2.2 GB/4.1 GB 26 MB/s 1m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 53% ▕████████ ▏ 2.2 GB/4.1 GB 26 MB/s 1m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 53% ▕████████ ▏ 2.2 GB/4.1 GB 26 MB/s 1m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 53% ▕████████ ▏ 2.2 GB/4.1 GB 26 MB/s 1m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 53% ▕████████ ▏ 2.2 GB/4.1 GB 26 MB/s 1m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 53% ▕████████ ▏ 2.2 GB/4.1 GB 26 MB/s 1m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 53% ▕████████ ▏ 2.2 GB/4.1 GB 26 MB/s 1m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 53% ▕████████ ▏ 2.2 GB/4.1 GB 26 MB/s 1m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 53% ▕████████ ▏ 2.2 GB/4.1 GB 26 MB/s 1m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 53% ▕████████ ▏ 2.2 GB/4.1 GB 26 MB/s 1m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 53% ▕████████ ▏ 2.2 GB/4.1 GB 26 MB/s 1m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 54% ▕████████ ▏ 2.2 GB/4.1 GB 26 MB/s 1m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 54% ▕████████ ▏ 2.2 GB/4.1 GB 26 MB/s 1m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 54% ▕████████ ▏ 2.2 GB/4.1 GB 26 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 54% ▕████████ ▏ 2.2 GB/4.1 GB 26 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 54% ▕████████ ▏ 2.2 GB/4.1 GB 26 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 54% ▕████████ ▏ 2.2 GB/4.1 GB 26 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 54% ▕████████ ▏ 2.2 GB/4.1 GB 26 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 54% ▕████████ ▏ 2.2 GB/4.1 GB 26 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 54% ▕████████ ▏ 2.2 GB/4.1 GB 26 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 54% ▕████████ ▏ 2.2 GB/4.1 GB 26 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 54% ▕████████ ▏ 2.2 GB/4.1 GB 26 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 54% ▕████████ ▏ 2.2 GB/4.1 GB 26 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 54% ▕████████ ▏ 2.2 GB/4.1 GB 26 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 54% ▕████████ ▏ 2.2 GB/4.1 GB 26 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 54% ▕████████ ▏ 2.2 GB/4.1 GB 26 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 55% ▕████████ ▏ 2.2 GB/4.1 GB 26 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 55% ▕████████ ▏ 2.2 GB/4.1 GB 26 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 55% ▕████████ ▏ 2.2 GB/4.1 GB 26 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 55% ▕████████ ▏ 2.2 GB/4.1 GB 26 MB/s 1m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 55% ▕████████ ▏ 2.2 GB/4.1 GB 26 MB/s 1m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 55% ▕████████ ▏ 2.3 GB/4.1 GB 26 MB/s 1m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 55% ▕████████ ▏ 2.3 GB/4.1 GB 26 MB/s 1m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 55% ▕████████ ▏ 2.3 GB/4.1 GB 26 MB/s 1m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 55% ▕████████ ▏ 2.3 GB/4.1 GB 26 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 55% ▕████████ ▏ 2.3 GB/4.1 GB 26 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 55% ▕████████ ▏ 2.3 GB/4.1 GB 26 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 55% ▕████████ ▏ 2.3 GB/4.1 GB 26 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 55% ▕████████ ▏ 2.3 GB/4.1 GB 26 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 55% ▕████████ ▏ 2.3 GB/4.1 GB 26 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 55% ▕████████ ▏ 2.3 GB/4.1 GB 27 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 55% ▕████████ ▏ 2.3 GB/4.1 GB 27 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 55% ▕████████ ▏ 2.3 GB/4.1 GB 27 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 56% ▕████████ ▏ 2.3 GB/4.1 GB 27 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 56% ▕████████ ▏ 2.3 GB/4.1 GB 27 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 56% ▕████████ ▏ 2.3 GB/4.1 GB 27 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 56% ▕████████ ▏ 2.3 GB/4.1 GB 27 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 56% ▕████████ ▏ 2.3 GB/4.1 GB 27 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 56% ▕████████ ▏ 2.3 GB/4.1 GB 27 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 56% ▕████████ ▏ 2.3 GB/4.1 GB 27 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 55% ▕████████ ▏ 2.3 GB/4.1 GB 26 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 55% ▕████████ ▏ 2.3 GB/4.1 GB 26 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 56% ▕████████ ▏ 2.3 GB/4.1 GB 26 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 56% ▕████████ ▏ 2.3 GB/4.1 GB 26 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 56% ▕████████ ▏ 2.3 GB/4.1 GB 26 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 56% ▕████████ ▏ 2.3 GB/4.1 GB 26 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 56% ▕████████ ▏ 2.3 GB/4.1 GB 26 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 56% ▕████████ ▏ 2.3 GB/4.1 GB 26 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 56% ▕████████ ▏ 2.3 GB/4.1 GB 26 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 56% ▕████████ ▏ 2.3 GB/4.1 GB 26 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 56% ▕████████ ▏ 2.3 GB/4.1 GB 22 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 56% ▕████████ ▏ 2.3 GB/4.1 GB 22 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 56% ▕████████ ▏ 2.3 GB/4.1 GB 22 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 56% ▕████████ ▏ 2.3 GB/4.1 GB 22 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 56% ▕████████ ▏ 2.3 GB/4.1 GB 22 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 56% ▕████████ ▏ 2.3 GB/4.1 GB 22 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 56% ▕█████████ ▏ 2.3 GB/4.1 GB 22 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 56% ▕█████████ ▏ 2.3 GB/4.1 GB 22 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 57% ▕█████████ ▏ 2.3 GB/4.1 GB 22 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 57% ▕█████████ ▏ 2.3 GB/4.1 GB 22 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 57% ▕█████████ ▏ 2.3 GB/4.1 GB 23 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 57% ▕█████████ ▏ 2.3 GB/4.1 GB 23 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 57% ▕█████████ ▏ 2.3 GB/4.1 GB 23 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 57% ▕█████████ ▏ 2.3 GB/4.1 GB 23 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 57% ▕█████████ ▏ 2.3 GB/4.1 GB 23 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 57% ▕█████████ ▏ 2.3 GB/4.1 GB 23 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 57% ▕█████████ ▏ 2.3 GB/4.1 GB 23 MB/s 1m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 57% ▕█████████ ▏ 2.3 GB/4.1 GB 23 MB/s 1m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 57% ▕█████████ ▏ 2.4 GB/4.1 GB 23 MB/s 1m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 57% ▕█████████ ▏ 2.4 GB/4.1 GB 23 MB/s 1m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 57% ▕█████████ ▏ 2.4 GB/4.1 GB 24 MB/s 1m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 57% ▕█████████ ▏ 2.4 GB/4.1 GB 24 MB/s 1m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 57% ▕█████████ ▏ 2.4 GB/4.1 GB 24 MB/s 1m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 57% ▕█████████ ▏ 2.4 GB/4.1 GB 24 MB/s 1m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 58% ▕█████████ ▏ 2.4 GB/4.1 GB 24 MB/s 1m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 58% ▕█████████ ▏ 2.4 GB/4.1 GB 24 MB/s 1m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 58% ▕█████████ ▏ 2.4 GB/4.1 GB 24 MB/s 1m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 58% ▕█████████ ▏ 2.4 GB/4.1 GB 24 MB/s 1m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 58% ▕█████████ ▏ 2.4 GB/4.1 GB 24 MB/s 1m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 58% ▕█████████ ▏ 2.4 GB/4.1 GB 24 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 58% ▕█████████ ▏ 2.4 GB/4.1 GB 24 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 58% ▕█████████ ▏ 2.4 GB/4.1 GB 23 MB/s 1m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 58% ▕█████████ ▏ 2.4 GB/4.1 GB 23 MB/s 1m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 58% ▕█████████ ▏ 2.4 GB/4.1 GB 23 MB/s 1m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 58% ▕█████████ ▏ 2.4 GB/4.1 GB 23 MB/s 1m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 58% ▕█████████ ▏ 2.4 GB/4.1 GB 23 MB/s 1m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 58% ▕█████████ ▏ 2.4 GB/4.1 GB 23 MB/s 1m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 58% ▕█████████ ▏ 2.4 GB/4.1 GB 23 MB/s 1m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 58% ▕█████████ ▏ 2.4 GB/4.1 GB 23 MB/s 1m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 58% ▕█████████ ▏ 2.4 GB/4.1 GB 23 MB/s 1m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 59% ▕█████████ ▏ 2.4 GB/4.1 GB 23 MB/s 1m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 59% ▕█████████ ▏ 2.4 GB/4.1 GB 23 MB/s 1m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 59% ▕█████████ ▏ 2.4 GB/4.1 GB 23 MB/s 1m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 59% ▕█████████ ▏ 2.4 GB/4.1 GB 23 MB/s 1m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 59% ▕█████████ ▏ 2.4 GB/4.1 GB 23 MB/s 1m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 59% ▕█████████ ▏ 2.4 GB/4.1 GB 23 MB/s 1m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 59% ▕█████████ ▏ 2.4 GB/4.1 GB 23 MB/s 1m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 59% ▕█████████ ▏ 2.4 GB/4.1 GB 23 MB/s 1m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 59% ▕█████████ ▏ 2.4 GB/4.1 GB 23 MB/s 1m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 59% ▕█████████ ▏ 2.4 GB/4.1 GB 23 MB/s 1m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 59% ▕█████████ ▏ 2.4 GB/4.1 GB 23 MB/s 1m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 59% ▕█████████ ▏ 2.4 GB/4.1 GB 23 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 59% ▕█████████ ▏ 2.4 GB/4.1 GB 23 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 59% ▕█████████ ▏ 2.4 GB/4.1 GB 23 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 59% ▕█████████ ▏ 2.4 GB/4.1 GB 23 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 59% ▕█████████ ▏ 2.4 GB/4.1 GB 23 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 60% ▕█████████ ▏ 2.4 GB/4.1 GB 23 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 60% ▕█████████ ▏ 2.5 GB/4.1 GB 23 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 60% ▕█████████ ▏ 2.5 GB/4.1 GB 23 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 60% ▕█████████ ▏ 2.5 GB/4.1 GB 23 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 60% ▕█████████ ▏ 2.5 GB/4.1 GB 23 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 60% ▕█████████ ▏ 2.5 GB/4.1 GB 23 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 60% ▕█████████ ▏ 2.5 GB/4.1 GB 23 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 60% ▕█████████ ▏ 2.5 GB/4.1 GB 23 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 60% ▕█████████ ▏ 2.5 GB/4.1 GB 23 MB/s 1m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 60% ▕█████████ ▏ 2.5 GB/4.1 GB 23 MB/s 1m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 60% ▕█████████ ▏ 2.5 GB/4.1 GB 23 MB/s 1m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 60% ▕█████████ ▏ 2.5 GB/4.1 GB 23 MB/s 1m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 60% ▕█████████ ▏ 2.5 GB/4.1 GB 23 MB/s 1m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 60% ▕█████████ ▏ 2.5 GB/4.1 GB 23 MB/s 1m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 61% ▕█████████ ▏ 2.5 GB/4.1 GB 23 MB/s 1m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 61% ▕█████████ ▏ 2.5 GB/4.1 GB 23 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 61% ▕█████████ ▏ 2.5 GB/4.1 GB 23 MB/s 1m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 61% ▕█████████ ▏ 2.5 GB/4.1 GB 23 MB/s 1m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 61% ▕█████████ ▏ 2.5 GB/4.1 GB 23 MB/s 1m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 61% ▕█████████ ▏ 2.5 GB/4.1 GB 23 MB/s 1m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 61% ▕█████████ ▏ 2.5 GB/4.1 GB 23 MB/s 1m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 61% ▕█████████ ▏ 2.5 GB/4.1 GB 23 MB/s 1m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 61% ▕█████████ ▏ 2.5 GB/4.1 GB 23 MB/s 1m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 61% ▕█████████ ▏ 2.5 GB/4.1 GB 23 MB/s 1m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 61% ▕█████████ ▏ 2.5 GB/4.1 GB 23 MB/s 1m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 61% ▕█████████ ▏ 2.5 GB/4.1 GB 23 MB/s 1m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 61% ▕█████████ ▏ 2.5 GB/4.1 GB 23 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 61% ▕█████████ ▏ 2.5 GB/4.1 GB 23 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 61% ▕█████████ ▏ 2.5 GB/4.1 GB 23 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 61% ▕█████████ ▏ 2.5 GB/4.1 GB 23 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 61% ▕█████████ ▏ 2.5 GB/4.1 GB 23 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 62% ▕█████████ ▏ 2.5 GB/4.1 GB 23 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 62% ▕█████████ ▏ 2.5 GB/4.1 GB 23 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 62% ▕█████████ ▏ 2.5 GB/4.1 GB 23 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 62% ▕█████████ ▏ 2.5 GB/4.1 GB 23 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 62% ▕█████████ ▏ 2.5 GB/4.1 GB 23 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 62% ▕█████████ ▏ 2.5 GB/4.1 GB 26 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 62% ▕█████████ ▏ 2.5 GB/4.1 GB 26 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 62% ▕█████████ ▏ 2.5 GB/4.1 GB 26 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 62% ▕█████████ ▏ 2.5 GB/4.1 GB 26 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 62% ▕█████████ ▏ 2.5 GB/4.1 GB 26 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 62% ▕█████████ ▏ 2.6 GB/4.1 GB 26 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 62% ▕█████████ ▏ 2.6 GB/4.1 GB 26 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 62% ▕█████████ ▏ 2.6 GB/4.1 GB 26 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 62% ▕█████████ ▏ 2.6 GB/4.1 GB 26 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 62% ▕█████████ ▏ 2.6 GB/4.1 GB 26 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 62% ▕█████████ ▏ 2.6 GB/4.1 GB 26 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 63% ▕██████████ ▏ 2.6 GB/4.1 GB 26 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 63% ▕██████████ ▏ 2.6 GB/4.1 GB 26 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 63% ▕██████████ ▏ 2.6 GB/4.1 GB 26 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 63% ▕██████████ ▏ 2.6 GB/4.1 GB 26 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 63% ▕██████████ ▏ 2.6 GB/4.1 GB 26 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 63% ▕██████████ ▏ 2.6 GB/4.1 GB 26 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 63% ▕██████████ ▏ 2.6 GB/4.1 GB 26 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 63% ▕██████████ ▏ 2.6 GB/4.1 GB 26 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 63% ▕██████████ ▏ 2.6 GB/4.1 GB 26 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 63% ▕██████████ ▏ 2.6 GB/4.1 GB 26 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 63% ▕██████████ ▏ 2.6 GB/4.1 GB 26 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 63% ▕██████████ ▏ 2.6 GB/4.1 GB 26 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 63% ▕██████████ ▏ 2.6 GB/4.1 GB 26 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 63% ▕██████████ ▏ 2.6 GB/4.1 GB 26 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 63% ▕██████████ ▏ 2.6 GB/4.1 GB 26 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 64% ▕██████████ ▏ 2.6 GB/4.1 GB 26 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 64% ▕██████████ ▏ 2.6 GB/4.1 GB 26 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 64% ▕██████████ ▏ 2.6 GB/4.1 GB 26 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 64% ▕██████████ ▏ 2.6 GB/4.1 GB 26 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 64% ▕██████████ ▏ 2.6 GB/4.1 GB 26 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 64% ▕██████████ ▏ 2.6 GB/4.1 GB 26 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 64% ▕██████████ ▏ 2.6 GB/4.1 GB 26 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 64% ▕██████████ ▏ 2.6 GB/4.1 GB 26 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 64% ▕██████████ ▏ 2.6 GB/4.1 GB 26 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 64% ▕██████████ ▏ 2.6 GB/4.1 GB 26 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 64% ▕██████████ ▏ 2.6 GB/4.1 GB 26 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 64% ▕██████████ ▏ 2.6 GB/4.1 GB 26 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 64% ▕██████████ ▏ 2.6 GB/4.1 GB 26 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 64% ▕██████████ ▏ 2.6 GB/4.1 GB 26 MB/s 54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 64% ▕██████████ ▏ 2.6 GB/4.1 GB 26 MB/s 54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 64% ▕██████████ ▏ 2.6 GB/4.1 GB 26 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 65% ▕██████████ ▏ 2.7 GB/4.1 GB 26 MB/s 54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 65% ▕██████████ ▏ 2.7 GB/4.1 GB 26 MB/s 54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 65% ▕██████████ ▏ 2.7 GB/4.1 GB 26 MB/s 54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 65% ▕██████████ ▏ 2.7 GB/4.1 GB 26 MB/s 54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 65% ▕██████████ ▏ 2.7 GB/4.1 GB 26 MB/s 54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 65% ▕██████████ ▏ 2.7 GB/4.1 GB 26 MB/s 54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 65% ▕██████████ ▏ 2.7 GB/4.1 GB 26 MB/s 54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 65% ▕██████████ ▏ 2.7 GB/4.1 GB 26 MB/s 54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 65% ▕██████████ ▏ 2.7 GB/4.1 GB 26 MB/s 54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 65% ▕██████████ ▏ 2.7 GB/4.1 GB 26 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 65% ▕██████████ ▏ 2.7 GB/4.1 GB 26 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 65% ▕██████████ ▏ 2.7 GB/4.1 GB 26 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 65% ▕██████████ ▏ 2.7 GB/4.1 GB 26 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 65% ▕██████████ ▏ 2.7 GB/4.1 GB 26 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 65% ▕██████████ ▏ 2.7 GB/4.1 GB 26 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 65% ▕██████████ ▏ 2.7 GB/4.1 GB 26 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 65% ▕██████████ ▏ 2.7 GB/4.1 GB 26 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 66% ▕██████████ ▏ 2.7 GB/4.1 GB 26 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 66% ▕██████████ ▏ 2.7 GB/4.1 GB 26 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 66% ▕██████████ ▏ 2.7 GB/4.1 GB 26 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 66% ▕██████████ ▏ 2.7 GB/4.1 GB 26 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 66% ▕██████████ ▏ 2.7 GB/4.1 GB 26 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 66% ▕██████████ ▏ 2.7 GB/4.1 GB 26 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 66% ▕██████████ ▏ 2.7 GB/4.1 GB 26 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 66% ▕██████████ ▏ 2.7 GB/4.1 GB 26 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 66% ▕██████████ ▏ 2.7 GB/4.1 GB 26 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 66% ▕██████████ ▏ 2.7 GB/4.1 GB 26 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 66% ▕██████████ ▏ 2.7 GB/4.1 GB 26 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 66% ▕██████████ ▏ 2.7 GB/4.1 GB 26 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 66% ▕██████████ ▏ 2.7 GB/4.1 GB 25 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 66% ▕██████████ ▏ 2.7 GB/4.1 GB 25 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 66% ▕██████████ ▏ 2.7 GB/4.1 GB 25 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 66% ▕██████████ ▏ 2.7 GB/4.1 GB 25 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 67% ▕██████████ ▏ 2.7 GB/4.1 GB 25 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 67% ▕██████████ ▏ 2.7 GB/4.1 GB 25 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 67% ▕██████████ ▏ 2.7 GB/4.1 GB 25 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 67% ▕██████████ ▏ 2.7 GB/4.1 GB 25 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 67% ▕██████████ ▏ 2.7 GB/4.1 GB 25 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 67% ▕██████████ ▏ 2.7 GB/4.1 GB 25 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 67% ▕██████████ ▏ 2.7 GB/4.1 GB 26 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 67% ▕██████████ ▏ 2.8 GB/4.1 GB 26 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 67% ▕██████████ ▏ 2.8 GB/4.1 GB 26 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 67% ▕██████████ ▏ 2.8 GB/4.1 GB 26 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 67% ▕██████████ ▏ 2.8 GB/4.1 GB 26 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 67% ▕██████████ ▏ 2.8 GB/4.1 GB 26 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 67% ▕██████████ ▏ 2.8 GB/4.1 GB 26 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 67% ▕██████████ ▏ 2.8 GB/4.1 GB 26 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 67% ▕██████████ ▏ 2.8 GB/4.1 GB 26 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 67% ▕██████████ ▏ 2.8 GB/4.1 GB 26 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 68% ▕██████████ ▏ 2.8 GB/4.1 GB 26 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 68% ▕██████████ ▏ 2.8 GB/4.1 GB 26 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 68% ▕██████████ ▏ 2.8 GB/4.1 GB 26 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 68% ▕██████████ ▏ 2.8 GB/4.1 GB 26 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 68% ▕██████████ ▏ 2.8 GB/4.1 GB 26 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 68% ▕██████████ ▏ 2.8 GB/4.1 GB 26 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 68% ▕██████████ ▏ 2.8 GB/4.1 GB 26 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 68% ▕██████████ ▏ 2.8 GB/4.1 GB 26 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 68% ▕██████████ ▏ 2.8 GB/4.1 GB 26 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 68% ▕██████████ ▏ 2.8 GB/4.1 GB 26 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 68% ▕██████████ ▏ 2.8 GB/4.1 GB 26 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 68% ▕██████████ ▏ 2.8 GB/4.1 GB 25 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 68% ▕██████████ ▏ 2.8 GB/4.1 GB 25 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 68% ▕██████████ ▏ 2.8 GB/4.1 GB 25 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 68% ▕██████████ ▏ 2.8 GB/4.1 GB 25 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 68% ▕██████████ ▏ 2.8 GB/4.1 GB 25 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 68% ▕██████████ ▏ 2.8 GB/4.1 GB 25 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 69% ▕██████████ ▏ 2.8 GB/4.1 GB 25 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 69% ▕██████████ ▏ 2.8 GB/4.1 GB 25 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 69% ▕██████████ ▏ 2.8 GB/4.1 GB 25 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 69% ▕███████████ ▏ 2.8 GB/4.1 GB 25 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 69% ▕███████████ ▏ 2.8 GB/4.1 GB 26 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 69% ▕███████████ ▏ 2.8 GB/4.1 GB 26 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 69% ▕███████████ ▏ 2.8 GB/4.1 GB 26 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 69% ▕███████████ ▏ 2.8 GB/4.1 GB 26 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 69% ▕███████████ ▏ 2.8 GB/4.1 GB 26 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 69% ▕███████████ ▏ 2.8 GB/4.1 GB 26 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 69% ▕███████████ ▏ 2.8 GB/4.1 GB 26 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 69% ▕███████████ ▏ 2.8 GB/4.1 GB 26 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 69% ▕███████████ ▏ 2.9 GB/4.1 GB 26 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 70% ▕███████████ ▏ 2.9 GB/4.1 GB 26 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 70% ▕███████████ ▏ 2.9 GB/4.1 GB 26 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 70% ▕███████████ ▏ 2.9 GB/4.1 GB 26 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 70% ▕███████████ ▏ 2.9 GB/4.1 GB 26 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 70% ▕███████████ ▏ 2.9 GB/4.1 GB 26 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 70% ▕███████████ ▏ 2.9 GB/4.1 GB 26 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 70% ▕███████████ ▏ 2.9 GB/4.1 GB 26 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 70% ▕███████████ ▏ 2.9 GB/4.1 GB 26 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 70% ▕███████████ ▏ 2.9 GB/4.1 GB 26 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 70% ▕███████████ ▏ 2.9 GB/4.1 GB 26 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 70% ▕███████████ ▏ 2.9 GB/4.1 GB 26 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 70% ▕███████████ ▏ 2.9 GB/4.1 GB 26 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 70% ▕███████████ ▏ 2.9 GB/4.1 GB 26 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 70% ▕███████████ ▏ 2.9 GB/4.1 GB 26 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 70% ▕███████████ ▏ 2.9 GB/4.1 GB 26 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 70% ▕███████████ ▏ 2.9 GB/4.1 GB 26 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 71% ▕███████████ ▏ 2.9 GB/4.1 GB 26 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 71% ▕███████████ ▏ 2.9 GB/4.1 GB 26 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 71% ▕███████████ ▏ 2.9 GB/4.1 GB 26 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 71% ▕███████████ ▏ 2.9 GB/4.1 GB 26 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 71% ▕███████████ ▏ 2.9 GB/4.1 GB 26 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 71% ▕███████████ ▏ 2.9 GB/4.1 GB 26 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 71% ▕███████████ ▏ 2.9 GB/4.1 GB 26 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 71% ▕███████████ ▏ 2.9 GB/4.1 GB 26 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 71% ▕███████████ ▏ 2.9 GB/4.1 GB 26 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 71% ▕███████████ ▏ 2.9 GB/4.1 GB 26 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 71% ▕███████████ ▏ 2.9 GB/4.1 GB 26 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 71% ▕███████████ ▏ 2.9 GB/4.1 GB 26 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 71% ▕███████████ ▏ 2.9 GB/4.1 GB 26 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 71% ▕███████████ ▏ 2.9 GB/4.1 GB 26 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 71% ▕███████████ ▏ 2.9 GB/4.1 GB 26 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 72% ▕███████████ ▏ 2.9 GB/4.1 GB 26 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 72% ▕███████████ ▏ 2.9 GB/4.1 GB 27 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 72% ▕███████████ ▏ 2.9 GB/4.1 GB 27 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 72% ▕███████████ ▏ 2.9 GB/4.1 GB 27 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 72% ▕███████████ ▏ 2.9 GB/4.1 GB 27 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 72% ▕███████████ ▏ 3.0 GB/4.1 GB 27 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 72% ▕███████████ ▏ 3.0 GB/4.1 GB 27 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 72% ▕███████████ ▏ 3.0 GB/4.1 GB 27 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 72% ▕███████████ ▏ 3.0 GB/4.1 GB 27 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 72% ▕███████████ ▏ 3.0 GB/4.1 GB 27 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 72% ▕███████████ ▏ 3.0 GB/4.1 GB 27 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 72% ▕███████████ ▏ 3.0 GB/4.1 GB 27 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 72% ▕███████████ ▏ 3.0 GB/4.1 GB 27 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 72% ▕███████████ ▏ 3.0 GB/4.1 GB 27 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 73% ▕███████████ ▏ 3.0 GB/4.1 GB 27 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 73% ▕███████████ ▏ 3.0 GB/4.1 GB 27 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 73% ▕███████████ ▏ 3.0 GB/4.1 GB 27 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 73% ▕███████████ ▏ 3.0 GB/4.1 GB 27 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 73% ▕███████████ ▏ 3.0 GB/4.1 GB 27 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 73% ▕███████████ ▏ 3.0 GB/4.1 GB 27 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 73% ▕███████████ ▏ 3.0 GB/4.1 GB 27 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 73% ▕███████████ ▏ 3.0 GB/4.1 GB 27 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 73% ▕███████████ ▏ 3.0 GB/4.1 GB 27 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 73% ▕███████████ ▏ 3.0 GB/4.1 GB 27 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 73% ▕███████████ ▏ 3.0 GB/4.1 GB 27 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 73% ▕███████████ ▏ 3.0 GB/4.1 GB 27 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 73% ▕███████████ ▏ 3.0 GB/4.1 GB 27 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 73% ▕███████████ ▏ 3.0 GB/4.1 GB 27 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 73% ▕███████████ ▏ 3.0 GB/4.1 GB 27 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 73% ▕███████████ ▏ 3.0 GB/4.1 GB 27 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 74% ▕███████████ ▏ 3.0 GB/4.1 GB 27 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 74% ▕███████████ ▏ 3.0 GB/4.1 GB 27 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 74% ▕███████████ ▏ 3.0 GB/4.1 GB 27 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 74% ▕███████████ ▏ 3.0 GB/4.1 GB 27 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 74% ▕███████████ ▏ 3.0 GB/4.1 GB 27 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 74% ▕███████████ ▏ 3.0 GB/4.1 GB 27 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 74% ▕███████████ ▏ 3.0 GB/4.1 GB 27 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 74% ▕███████████ ▏ 3.0 GB/4.1 GB 27 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 74% ▕███████████ ▏ 3.0 GB/4.1 GB 27 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 74% ▕███████████ ▏ 3.0 GB/4.1 GB 27 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 74% ▕███████████ ▏ 3.1 GB/4.1 GB 27 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 74% ▕███████████ ▏ 3.1 GB/4.1 GB 27 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 74% ▕███████████ ▏ 3.1 GB/4.1 GB 28 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 74% ▕███████████ ▏ 3.1 GB/4.1 GB 28 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 75% ▕███████████ ▏ 3.1 GB/4.1 GB 28 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 75% ▕███████████ ▏ 3.1 GB/4.1 GB 28 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 75% ▕███████████ ▏ 3.1 GB/4.1 GB 28 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 75% ▕███████████ ▏ 3.1 GB/4.1 GB 28 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 75% ▕███████████ ▏ 3.1 GB/4.1 GB 28 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 75% ▕███████████ ▏ 3.1 GB/4.1 GB 28 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 75% ▕███████████ ▏ 3.1 GB/4.1 GB 28 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 75% ▕████████████ ▏ 3.1 GB/4.1 GB 28 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 75% ▕████████████ ▏ 3.1 GB/4.1 GB 28 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 75% ▕████████████ ▏ 3.1 GB/4.1 GB 28 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 75% ▕████████████ ▏ 3.1 GB/4.1 GB 28 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 75% ▕████████████ ▏ 3.1 GB/4.1 GB 28 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 75% ▕████████████ ▏ 3.1 GB/4.1 GB 28 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 75% ▕████████████ ▏ 3.1 GB/4.1 GB 28 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 75% ▕████████████ ▏ 3.1 GB/4.1 GB 28 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 76% ▕████████████ ▏ 3.1 GB/4.1 GB 28 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 76% ▕████████████ ▏ 3.1 GB/4.1 GB 28 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 76% ▕████████████ ▏ 3.1 GB/4.1 GB 28 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 76% ▕████████████ ▏ 3.1 GB/4.1 GB 27 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 76% ▕████████████ ▏ 3.1 GB/4.1 GB 27 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 76% ▕████████████ ▏ 3.1 GB/4.1 GB 27 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 76% ▕████████████ ▏ 3.1 GB/4.1 GB 27 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 76% ▕████████████ ▏ 3.1 GB/4.1 GB 27 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 76% ▕████████████ ▏ 3.1 GB/4.1 GB 27 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 76% ▕████████████ ▏ 3.1 GB/4.1 GB 27 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 76% ▕████████████ ▏ 3.1 GB/4.1 GB 27 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 76% ▕████████████ ▏ 3.1 GB/4.1 GB 27 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 76% ▕████████████ ▏ 3.1 GB/4.1 GB 27 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 76% ▕████████████ ▏ 3.1 GB/4.1 GB 28 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 77% ▕████████████ ▏ 3.1 GB/4.1 GB 28 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 77% ▕████████████ ▏ 3.1 GB/4.1 GB 28 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 77% ▕████████████ ▏ 3.2 GB/4.1 GB 28 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 77% ▕████████████ ▏ 3.2 GB/4.1 GB 28 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 77% ▕████████████ ▏ 3.2 GB/4.1 GB 28 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 77% ▕████████████ ▏ 3.2 GB/4.1 GB 28 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 77% ▕████████████ ▏ 3.2 GB/4.1 GB 28 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 77% ▕████████████ ▏ 3.2 GB/4.1 GB 28 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 77% ▕████████████ ▏ 3.2 GB/4.1 GB 28 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 77% ▕████████████ ▏ 3.2 GB/4.1 GB 28 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 77% ▕████████████ ▏ 3.2 GB/4.1 GB 28 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 77% ▕████████████ ▏ 3.2 GB/4.1 GB 28 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 77% ▕████████████ ▏ 3.2 GB/4.1 GB 28 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 77% ▕████████████ ▏ 3.2 GB/4.1 GB 28 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 77% ▕████████████ ▏ 3.2 GB/4.1 GB 28 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 77% ▕████████████ ▏ 3.2 GB/4.1 GB 28 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 78% ▕████████████ ▏ 3.2 GB/4.1 GB 28 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 78% ▕████████████ ▏ 3.2 GB/4.1 GB 28 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 78% ▕████████████ ▏ 3.2 GB/4.1 GB 28 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 78% ▕████████████ ▏ 3.2 GB/4.1 GB 28 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 78% ▕████████████ ▏ 3.2 GB/4.1 GB 28 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 78% ▕████████████ ▏ 3.2 GB/4.1 GB 28 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 78% ▕████████████ ▏ 3.2 GB/4.1 GB 28 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 78% ▕████████████ ▏ 3.2 GB/4.1 GB 28 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 78% ▕████████████ ▏ 3.2 GB/4.1 GB 28 MB/s 31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 78% ▕████████████ ▏ 3.2 GB/4.1 GB 28 MB/s 31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 78% ▕████████████ ▏ 3.2 GB/4.1 GB 28 MB/s 31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 78% ▕████████████ ▏ 3.2 GB/4.1 GB 28 MB/s 31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 78% ▕████████████ ▏ 3.2 GB/4.1 GB 28 MB/s 31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 78% ▕████████████ ▏ 3.2 GB/4.1 GB 28 MB/s 31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 78% ▕████████████ ▏ 3.2 GB/4.1 GB 27 MB/s 31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 78% ▕████████████ ▏ 3.2 GB/4.1 GB 27 MB/s 31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 79% ▕████████████ ▏ 3.2 GB/4.1 GB 27 MB/s 31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 79% ▕████████████ ▏ 3.2 GB/4.1 GB 27 MB/s 31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 79% ▕████████████ ▏ 3.2 GB/4.1 GB 27 MB/s 31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 79% ▕████████████ ▏ 3.2 GB/4.1 GB 27 MB/s 31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 79% ▕████████████ ▏ 3.2 GB/4.1 GB 27 MB/s 31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 79% ▕████████████ ▏ 3.2 GB/4.1 GB 27 MB/s 31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 79% ▕████████████ ▏ 3.2 GB/4.1 GB 27 MB/s 31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 79% ▕████████████ ▏ 3.3 GB/4.1 GB 27 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 79% ▕████████████ ▏ 3.3 GB/4.1 GB 28 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 79% ▕████████████ ▏ 3.3 GB/4.1 GB 28 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 79% ▕████████████ ▏ 3.3 GB/4.1 GB 28 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 79% ▕████████████ ▏ 3.3 GB/4.1 GB 28 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 79% ▕████████████ ▏ 3.3 GB/4.1 GB 28 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 79% ▕████████████ ▏ 3.3 GB/4.1 GB 28 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 79% ▕████████████ ▏ 3.3 GB/4.1 GB 28 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 80% ▕████████████ ▏ 3.3 GB/4.1 GB 28 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 80% ▕████████████ ▏ 3.3 GB/4.1 GB 28 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 80% ▕████████████ ▏ 3.3 GB/4.1 GB 28 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 80% ▕████████████ ▏ 3.3 GB/4.1 GB 27 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 80% ▕████████████ ▏ 3.3 GB/4.1 GB 27 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 80% ▕████████████ ▏ 3.3 GB/4.1 GB 27 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 80% ▕████████████ ▏ 3.3 GB/4.1 GB 27 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 80% ▕████████████ ▏ 3.3 GB/4.1 GB 27 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 80% ▕████████████ ▏ 3.3 GB/4.1 GB 27 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 80% ▕████████████ ▏ 3.3 GB/4.1 GB 27 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 80% ▕████████████ ▏ 3.3 GB/4.1 GB 27 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 80% ▕████████████ ▏ 3.3 GB/4.1 GB 27 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 80% ▕████████████ ▏ 3.3 GB/4.1 GB 27 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 80% ▕████████████ ▏ 3.3 GB/4.1 GB 27 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 81% ▕████████████ ▏ 3.3 GB/4.1 GB 27 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 81% ▕████████████ ▏ 3.3 GB/4.1 GB 27 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 81% ▕████████████ ▏ 3.3 GB/4.1 GB 27 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 81% ▕████████████ ▏ 3.3 GB/4.1 GB 27 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 81% ▕████████████ ▏ 3.3 GB/4.1 GB 27 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 81% ▕████████████ ▏ 3.3 GB/4.1 GB 27 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 81% ▕████████████ ▏ 3.3 GB/4.1 GB 27 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 81% ▕████████████ ▏ 3.3 GB/4.1 GB 27 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 81% ▕████████████ ▏ 3.3 GB/4.1 GB 27 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 81% ▕████████████ ▏ 3.3 GB/4.1 GB 27 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 81% ▕████████████ ▏ 3.3 GB/4.1 GB 27 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 81% ▕████████████ ▏ 3.3 GB/4.1 GB 27 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 81% ▕████████████ ▏ 3.3 GB/4.1 GB 27 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 81% ▕████████████ ▏ 3.3 GB/4.1 GB 27 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 81% ▕█████████████ ▏ 3.3 GB/4.1 GB 27 MB/s 27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 81% ▕█████████████ ▏ 3.3 GB/4.1 GB 27 MB/s 27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 81% ▕█████████████ ▏ 3.3 GB/4.1 GB 27 MB/s 27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 81% ▕█████████████ ▏ 3.3 GB/4.1 GB 27 MB/s 27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 82% ▕█████████████ ▏ 3.3 GB/4.1 GB 27 MB/s 27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 82% ▕█████████████ ▏ 3.4 GB/4.1 GB 27 MB/s 27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 82% ▕█████████████ ▏ 3.4 GB/4.1 GB 27 MB/s 27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 82% ▕█████████████ ▏ 3.4 GB/4.1 GB 27 MB/s 27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 82% ▕█████████████ ▏ 3.4 GB/4.1 GB 27 MB/s 27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 82% ▕█████████████ ▏ 3.4 GB/4.1 GB 27 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 82% ▕█████████████ ▏ 3.4 GB/4.1 GB 27 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 82% ▕█████████████ ▏ 3.4 GB/4.1 GB 27 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 82% ▕█████████████ ▏ 3.4 GB/4.1 GB 27 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 82% ▕█████████████ ▏ 3.4 GB/4.1 GB 27 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 82% ▕█████████████ ▏ 3.4 GB/4.1 GB 27 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 82% ▕█████████████ ▏ 3.4 GB/4.1 GB 27 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 82% ▕█████████████ ▏ 3.4 GB/4.1 GB 26 MB/s 27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 82% ▕█████████████ ▏ 3.4 GB/4.1 GB 26 MB/s 27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 82% ▕█████████████ ▏ 3.4 GB/4.1 GB 26 MB/s 27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 83% ▕█████████████ ▏ 3.4 GB/4.1 GB 26 MB/s 27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 83% ▕█████████████ ▏ 3.4 GB/4.1 GB 26 MB/s 27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 83% ▕█████████████ ▏ 3.4 GB/4.1 GB 26 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 83% ▕█████████████ ▏ 3.4 GB/4.1 GB 26 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 83% ▕█████████████ ▏ 3.4 GB/4.1 GB 26 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 83% ▕█████████████ ▏ 3.4 GB/4.1 GB 26 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 83% ▕█████████████ ▏ 3.4 GB/4.1 GB 26 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 83% ▕█████████████ ▏ 3.4 GB/4.1 GB 26 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 83% ▕█████████████ ▏ 3.4 GB/4.1 GB 26 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 83% ▕█████████████ ▏ 3.4 GB/4.1 GB 26 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 83% ▕█████████████ ▏ 3.4 GB/4.1 GB 26 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 83% ▕█████████████ ▏ 3.4 GB/4.1 GB 26 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 83% ▕█████████████ ▏ 3.4 GB/4.1 GB 26 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 83% ▕█████████████ ▏ 3.4 GB/4.1 GB 26 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 83% ▕█████████████ ▏ 3.4 GB/4.1 GB 26 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 83% ▕█████████████ ▏ 3.4 GB/4.1 GB 26 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 83% ▕█████████████ ▏ 3.4 GB/4.1 GB 26 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 84% ▕█████████████ ▏ 3.4 GB/4.1 GB 26 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 84% ▕█████████████ ▏ 3.4 GB/4.1 GB 26 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 84% ▕█████████████ ▏ 3.4 GB/4.1 GB 26 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 84% ▕█████████████ ▏ 3.4 GB/4.1 GB 26 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 84% ▕█████████████ ▏ 3.4 GB/4.1 GB 26 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 84% ▕█████████████ ▏ 3.4 GB/4.1 GB 26 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 84% ▕█████████████ ▏ 3.5 GB/4.1 GB 26 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 84% ▕█████████████ ▏ 3.5 GB/4.1 GB 26 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 84% ▕█████████████ ▏ 3.5 GB/4.1 GB 26 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 84% ▕█████████████ ▏ 3.5 GB/4.1 GB 26 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 84% ▕█████████████ ▏ 3.5 GB/4.1 GB 26 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 84% ▕█████████████ ▏ 3.5 GB/4.1 GB 26 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 84% ▕█████████████ ▏ 3.5 GB/4.1 GB 26 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 84% ▕█████████████ ▏ 3.5 GB/4.1 GB 26 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 84% ▕█████████████ ▏ 3.5 GB/4.1 GB 26 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 84% ▕█████████████ ▏ 3.5 GB/4.1 GB 26 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 84% ▕█████████████ ▏ 3.5 GB/4.1 GB 26 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 85% ▕█████████████ ▏ 3.5 GB/4.1 GB 26 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 85% ▕█████████████ ▏ 3.5 GB/4.1 GB 26 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 85% ▕█████████████ ▏ 3.5 GB/4.1 GB 26 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 85% ▕█████████████ ▏ 3.5 GB/4.1 GB 26 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 85% ▕█████████████ ▏ 3.5 GB/4.1 GB 25 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 85% ▕█████████████ ▏ 3.5 GB/4.1 GB 25 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 85% ▕█████████████ ▏ 3.5 GB/4.1 GB 25 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 85% ▕█████████████ ▏ 3.5 GB/4.1 GB 25 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 85% ▕█████████████ ▏ 3.5 GB/4.1 GB 25 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 85% ▕█████████████ ▏ 3.5 GB/4.1 GB 25 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 85% ▕█████████████ ▏ 3.5 GB/4.1 GB 25 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 85% ▕█████████████ ▏ 3.5 GB/4.1 GB 25 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 85% ▕█████████████ ▏ 3.5 GB/4.1 GB 25 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 85% ▕█████████████ ▏ 3.5 GB/4.1 GB 25 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 85% ▕█████████████ ▏ 3.5 GB/4.1 GB 25 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 85% ▕█████████████ ▏ 3.5 GB/4.1 GB 25 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 86% ▕█████████████ ▏ 3.5 GB/4.1 GB 25 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 86% ▕█████████████ ▏ 3.5 GB/4.1 GB 25 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 86% ▕█████████████ ▏ 3.5 GB/4.1 GB 25 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 86% ▕█████████████ ▏ 3.5 GB/4.1 GB 25 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 86% ▕█████████████ ▏ 3.5 GB/4.1 GB 25 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 86% ▕█████████████ ▏ 3.5 GB/4.1 GB 25 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 86% ▕█████████████ ▏ 3.5 GB/4.1 GB 25 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 86% ▕█████████████ ▏ 3.5 GB/4.1 GB 25 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 86% ▕█████████████ ▏ 3.5 GB/4.1 GB 25 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 86% ▕█████████████ ▏ 3.5 GB/4.1 GB 25 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 86% ▕█████████████ ▏ 3.5 GB/4.1 GB 25 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 86% ▕█████████████ ▏ 3.5 GB/4.1 GB 25 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 86% ▕█████████████ ▏ 3.5 GB/4.1 GB 25 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 86% ▕█████████████ ▏ 3.5 GB/4.1 GB 25 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 86% ▕█████████████ ▏ 3.5 GB/4.1 GB 25 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 86% ▕█████████████ ▏ 3.5 GB/4.1 GB 25 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 86% ▕█████████████ ▏ 3.6 GB/4.1 GB 25 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 87% ▕█████████████ ▏ 3.6 GB/4.1 GB 25 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 87% ▕█████████████ ▏ 3.6 GB/4.1 GB 25 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 87% ▕█████████████ ▏ 3.6 GB/4.1 GB 25 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 87% ▕█████████████ ▏ 3.6 GB/4.1 GB 25 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 87% ▕█████████████ ▏ 3.6 GB/4.1 GB 25 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 87% ▕█████████████ ▏ 3.6 GB/4.1 GB 25 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 87% ▕█████████████ ▏ 3.6 GB/4.1 GB 25 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 87% ▕█████████████ ▏ 3.6 GB/4.1 GB 25 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 87% ▕█████████████ ▏ 3.6 GB/4.1 GB 25 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 87% ▕█████████████ ▏ 3.6 GB/4.1 GB 25 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 87% ▕█████████████ ▏ 3.6 GB/4.1 GB 25 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 87% ▕█████████████ ▏ 3.6 GB/4.1 GB 25 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 87% ▕█████████████ ▏ 3.6 GB/4.1 GB 24 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 87% ▕█████████████ ▏ 3.6 GB/4.1 GB 24 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 87% ▕█████████████ ▏ 3.6 GB/4.1 GB 24 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 87% ▕█████████████ ▏ 3.6 GB/4.1 GB 24 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 88% ▕██████████████ ▏ 3.6 GB/4.1 GB 24 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 88% ▕██████████████ ▏ 3.6 GB/4.1 GB 24 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 88% ▕██████████████ ▏ 3.6 GB/4.1 GB 24 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 88% ▕██████████████ ▏ 3.6 GB/4.1 GB 24 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 88% ▕██████████████ ▏ 3.6 GB/4.1 GB 24 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 88% ▕██████████████ ▏ 3.6 GB/4.1 GB 24 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 88% ▕██████████████ ▏ 3.6 GB/4.1 GB 25 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 88% ▕██████████████ ▏ 3.6 GB/4.1 GB 25 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 88% ▕██████████████ ▏ 3.6 GB/4.1 GB 25 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 88% ▕██████████████ ▏ 3.6 GB/4.1 GB 25 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 88% ▕██████████████ ▏ 3.6 GB/4.1 GB 25 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 88% ▕██████████████ ▏ 3.6 GB/4.1 GB 25 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 88% ▕██████████████ ▏ 3.6 GB/4.1 GB 25 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 88% ▕██████████████ ▏ 3.6 GB/4.1 GB 25 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 88% ▕██████████████ ▏ 3.6 GB/4.1 GB 25 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 89% ▕██████████████ ▏ 3.6 GB/4.1 GB 25 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 89% ▕██████████████ ▏ 3.6 GB/4.1 GB 25 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 89% ▕██████████████ ▏ 3.6 GB/4.1 GB 25 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 89% ▕██████████████ ▏ 3.6 GB/4.1 GB 25 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 89% ▕██████████████ ▏ 3.6 GB/4.1 GB 25 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 89% ▕██████████████ ▏ 3.6 GB/4.1 GB 25 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 89% ▕██████████████ ▏ 3.7 GB/4.1 GB 25 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 89% ▕██████████████ ▏ 3.7 GB/4.1 GB 25 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 89% ▕██████████████ ▏ 3.7 GB/4.1 GB 25 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 89% ▕██████████████ ▏ 3.7 GB/4.1 GB 25 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 89% ▕██████████████ ▏ 3.7 GB/4.1 GB 25 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 89% ▕██████████████ ▏ 3.7 GB/4.1 GB 25 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 89% ▕██████████████ ▏ 3.7 GB/4.1 GB 25 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 89% ▕██████████████ ▏ 3.7 GB/4.1 GB 25 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 89% ▕██████████████ ▏ 3.7 GB/4.1 GB 25 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 89% ▕██████████████ ▏ 3.7 GB/4.1 GB 25 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 90% ▕██████████████ ▏ 3.7 GB/4.1 GB 25 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 90% ▕██████████████ ▏ 3.7 GB/4.1 GB 25 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 90% ▕██████████████ ▏ 3.7 GB/4.1 GB 25 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 90% ▕██████████████ ▏ 3.7 GB/4.1 GB 25 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 90% ▕██████████████ ▏ 3.7 GB/4.1 GB 25 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 90% ▕██████████████ ▏ 3.7 GB/4.1 GB 25 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 90% ▕██████████████ ▏ 3.7 GB/4.1 GB 25 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 90% ▕██████████████ ▏ 3.7 GB/4.1 GB 25 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 90% ▕██████████████ ▏ 3.7 GB/4.1 GB 25 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 90% ▕██████████████ ▏ 3.7 GB/4.1 GB 25 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 90% ▕██████████████ ▏ 3.7 GB/4.1 GB 25 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 90% ▕██████████████ ▏ 3.7 GB/4.1 GB 25 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 90% ▕██████████████ ▏ 3.7 GB/4.1 GB 25 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 90% ▕██████████████ ▏ 3.7 GB/4.1 GB 25 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 90% ▕██████████████ ▏ 3.7 GB/4.1 GB 25 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 90% ▕██████████████ ▏ 3.7 GB/4.1 GB 25 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 91% ▕██████████████ ▏ 3.7 GB/4.1 GB 26 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 91% ▕██████████████ ▏ 3.7 GB/4.1 GB 26 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 91% ▕██████████████ ▏ 3.7 GB/4.1 GB 26 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 91% ▕██████████████ ▏ 3.7 GB/4.1 GB 26 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 91% ▕██████████████ ▏ 3.7 GB/4.1 GB 26 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 91% ▕██████████████ ▏ 3.7 GB/4.1 GB 26 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 91% ▕██████████████ ▏ 3.7 GB/4.1 GB 26 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 91% ▕██████████████ ▏ 3.7 GB/4.1 GB 26 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 91% ▕██████████████ ▏ 3.7 GB/4.1 GB 26 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 91% ▕██████████████ ▏ 3.7 GB/4.1 GB 26 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 91% ▕██████████████ ▏ 3.7 GB/4.1 GB 26 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 91% ▕██████████████ ▏ 3.7 GB/4.1 GB 26 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 91% ▕██████████████ ▏ 3.8 GB/4.1 GB 26 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 91% ▕██████████████ ▏ 3.8 GB/4.1 GB 26 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 91% ▕██████████████ ▏ 3.8 GB/4.1 GB 26 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 91% ▕██████████████ ▏ 3.8 GB/4.1 GB 26 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 92% ▕██████████████ ▏ 3.8 GB/4.1 GB 26 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 92% ▕██████████████ ▏ 3.8 GB/4.1 GB 26 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 92% ▕██████████████ ▏ 3.8 GB/4.1 GB 26 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 92% ▕██████████████ ▏ 3.8 GB/4.1 GB 26 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 92% ▕██████████████ ▏ 3.8 GB/4.1 GB 26 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 92% ▕██████████████ ▏ 3.8 GB/4.1 GB 26 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 92% ▕██████████████ ▏ 3.8 GB/4.1 GB 26 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 92% ▕██████████████ ▏ 3.8 GB/4.1 GB 26 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 92% ▕██████████████ ▏ 3.8 GB/4.1 GB 26 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 92% ▕██████████████ ▏ 3.8 GB/4.1 GB 26 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 92% ▕██████████████ ▏ 3.8 GB/4.1 GB 26 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 92% ▕██████████████ ▏ 3.8 GB/4.1 GB 26 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 92% ▕██████████████ ▏ 3.8 GB/4.1 GB 26 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 92% ▕██████████████ ▏ 3.8 GB/4.1 GB 26 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 92% ▕██████████████ ▏ 3.8 GB/4.1 GB 26 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 93% ▕██████████████ ▏ 3.8 GB/4.1 GB 26 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 93% ▕██████████████ ▏ 3.8 GB/4.1 GB 26 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 93% ▕██████████████ ▏ 3.8 GB/4.1 GB 26 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 93% ▕██████████████ ▏ 3.8 GB/4.1 GB 26 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 93% ▕██████████████ ▏ 3.8 GB/4.1 GB 26 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 93% ▕██████████████ ▏ 3.8 GB/4.1 GB 26 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 93% ▕██████████████ ▏ 3.8 GB/4.1 GB 26 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 93% ▕██████████████ ▏ 3.8 GB/4.1 GB 26 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 93% ▕██████████████ ▏ 3.8 GB/4.1 GB 26 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 93% ▕██████████████ ▏ 3.8 GB/4.1 GB 27 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 93% ▕██████████████ ▏ 3.8 GB/4.1 GB 27 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 93% ▕██████████████ ▏ 3.8 GB/4.1 GB 27 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 93% ▕██████████████ ▏ 3.8 GB/4.1 GB 27 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 93% ▕██████████████ ▏ 3.8 GB/4.1 GB 27 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 93% ▕██████████████ ▏ 3.8 GB/4.1 GB 27 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 93% ▕██████████████ ▏ 3.8 GB/4.1 GB 27 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 93% ▕██████████████ ▏ 3.8 GB/4.1 GB 27 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 94% ▕██████████████ ▏ 3.8 GB/4.1 GB 27 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 94% ▕██████████████ ▏ 3.8 GB/4.1 GB 27 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 94% ▕██████████████ ▏ 3.8 GB/4.1 GB 27 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 94% ▕███████████████ ▏ 3.9 GB/4.1 GB 26 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 94% ▕███████████████ ▏ 3.9 GB/4.1 GB 26 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 94% ▕███████████████ ▏ 3.9 GB/4.1 GB 26 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 94% ▕███████████████ ▏ 3.9 GB/4.1 GB 26 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 94% ▕███████████████ ▏ 3.9 GB/4.1 GB 26 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 94% ▕███████████████ ▏ 3.9 GB/4.1 GB 26 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 94% ▕███████████████ ▏ 3.9 GB/4.1 GB 26 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 94% ▕███████████████ ▏ 3.9 GB/4.1 GB 26 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 94% ▕███████████████ ▏ 3.9 GB/4.1 GB 26 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 94% ▕███████████████ ▏ 3.9 GB/4.1 GB 26 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 94% ▕███████████████ ▏ 3.9 GB/4.1 GB 26 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 94% ▕███████████████ ▏ 3.9 GB/4.1 GB 26 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 94% ▕███████████████ ▏ 3.9 GB/4.1 GB 26 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 95% ▕███████████████ ▏ 3.9 GB/4.1 GB 26 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 95% ▕███████████████ ▏ 3.9 GB/4.1 GB 26 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 95% ▕███████████████ ▏ 3.9 GB/4.1 GB 26 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 95% ▕███████████████ ▏ 3.9 GB/4.1 GB 26 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 95% ▕███████████████ ▏ 3.9 GB/4.1 GB 26 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 95% ▕███████████████ ▏ 3.9 GB/4.1 GB 26 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 95% ▕███████████████ ▏ 3.9 GB/4.1 GB 26 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 95% ▕███████████████ ▏ 3.9 GB/4.1 GB 26 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 95% ▕███████████████ ▏ 3.9 GB/4.1 GB 26 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 95% ▕███████████████ ▏ 3.9 GB/4.1 GB 26 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 95% ▕███████████████ ▏ 3.9 GB/4.1 GB 26 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 95% ▕███████████████ ▏ 3.9 GB/4.1 GB 26 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 95% ▕███████████████ ▏ 3.9 GB/4.1 GB 26 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 95% ▕███████████████ ▏ 3.9 GB/4.1 GB 26 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 95% ▕███████████████ ▏ 3.9 GB/4.1 GB 26 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 96% ▕███████████████ ▏ 3.9 GB/4.1 GB 26 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 96% ▕███████████████ ▏ 3.9 GB/4.1 GB 26 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 96% ▕███████████████ ▏ 3.9 GB/4.1 GB 26 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 96% ▕███████████████ ▏ 3.9 GB/4.1 GB 26 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 96% ▕███████████████ ▏ 3.9 GB/4.1 GB 26 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 96% ▕███████████████ ▏ 3.9 GB/4.1 GB 26 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 96% ▕███████████████ ▏ 3.9 GB/4.1 GB 26 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 96% ▕███████████████ ▏ 3.9 GB/4.1 GB 26 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 96% ▕███████████████ ▏ 3.9 GB/4.1 GB 26 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 96% ▕███████████████ ▏ 3.9 GB/4.1 GB 26 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 96% ▕███████████████ ▏ 3.9 GB/4.1 GB 26 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 96% ▕███████████████ ▏ 4.0 GB/4.1 GB 26 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 96% ▕███████████████ ▏ 4.0 GB/4.1 GB 26 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 96% ▕███████████████ ▏ 4.0 GB/4.1 GB 26 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 96% ▕███████████████ ▏ 4.0 GB/4.1 GB 26 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 96% ▕███████████████ ▏ 4.0 GB/4.1 GB 26 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 97% ▕███████████████ ▏ 4.0 GB/4.1 GB 26 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 97% ▕███████████████ ▏ 4.0 GB/4.1 GB 26 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 97% ▕███████████████ ▏ 4.0 GB/4.1 GB 26 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 97% ▕███████████████ ▏ 4.0 GB/4.1 GB 26 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 97% ▕███████████████ ▏ 4.0 GB/4.1 GB 26 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 97% ▕███████████████ ▏ 4.0 GB/4.1 GB 26 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 97% ▕███████████████ ▏ 4.0 GB/4.1 GB 26 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 97% ▕███████████████ ▏ 4.0 GB/4.1 GB 26 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 97% ▕███████████████ ▏ 4.0 GB/4.1 GB 26 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 97% ▕███████████████ ▏ 4.0 GB/4.1 GB 26 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 97% ▕███████████████ ▏ 4.0 GB/4.1 GB 26 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 97% ▕███████████████ ▏ 4.0 GB/4.1 GB 26 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 97% ▕███████████████ ▏ 4.0 GB/4.1 GB 26 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 97% ▕███████████████ ▏ 4.0 GB/4.1 GB 26 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 97% ▕███████████████ ▏ 4.0 GB/4.1 GB 26 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 97% ▕███████████████ ▏ 4.0 GB/4.1 GB 26 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 98% ▕███████████████ ▏ 4.0 GB/4.1 GB 26 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 98% ▕███████████████ ▏ 4.0 GB/4.1 GB 26 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 98% ▕███████████████ ▏ 4.0 GB/4.1 GB 26 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 98% ▕███████████████ ▏ 4.0 GB/4.1 GB 26 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 98% ▕███████████████ ▏ 4.0 GB/4.1 GB 26 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 98% ▕███████████████ ▏ 4.0 GB/4.1 GB 26 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 98% ▕███████████████ ▏ 4.0 GB/4.1 GB 26 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 98% ▕███████████████ ▏ 4.0 GB/4.1 GB 26 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 98% ▕███████████████ ▏ 4.0 GB/4.1 GB 26 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 98% ▕███████████████ ▏ 4.0 GB/4.1 GB 26 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 98% ▕███████████████ ▏ 4.0 GB/4.1 GB 26 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 98% ▕███████████████ ▏ 4.0 GB/4.1 GB 26 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 98% ▕███████████████ ▏ 4.0 GB/4.1 GB 26 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 98% ▕███████████████ ▏ 4.0 GB/4.1 GB 26 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 98% ▕███████████████ ▏ 4.0 GB/4.1 GB 26 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 99% ▕███████████████ ▏ 4.0 GB/4.1 GB 26 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 99% ▕███████████████ ▏ 4.1 GB/4.1 GB 26 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 99% ▕███████████████ ▏ 4.1 GB/4.1 GB 26 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 99% ▕███████████████ ▏ 4.1 GB/4.1 GB 26 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 99% ▕███████████████ ▏ 4.1 GB/4.1 GB 26 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 99% ▕███████████████ ▏ 4.1 GB/4.1 GB 26 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 99% ▕███████████████ ▏ 4.1 GB/4.1 GB 26 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 99% ▕███████████████ ▏ 4.1 GB/4.1 GB 26 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 99% ▕███████████████ ▏ 4.1 GB/4.1 GB 26 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 99% ▕███████████████ ▏ 4.1 GB/4.1 GB 26 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 99% ▕███████████████ ▏ 4.1 GB/4.1 GB 26 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 99% ▕███████████████ ▏ 4.1 GB/4.1 GB 26 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 99% ▕███████████████ ▏ 4.1 GB/4.1 GB 26 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 99% ▕███████████████ ▏ 4.1 GB/4.1 GB 26 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 99% ▕███████████████ ▏ 4.1 GB/4.1 GB 26 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕███████████████ ▏ 4.1 GB/4.1 GB 26 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕███████████████ ▏ 4.1 GB/4.1 GB 26 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕███████████████ ▏ 4.1 GB/4.1 GB 26 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕███████████████ ▏ 4.1 GB/4.1 GB 26 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕███████████████ ▏ 4.1 GB/4.1 GB 26 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕███████████████ ▏ 4.1 GB/4.1 GB 26 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕███████████████ ▏ 4.1 GB/4.1 GB 26 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕███████████████ ▏ 4.1 GB/4.1 GB 26 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕███████████████ ▏ 4.1 GB/4.1 GB 26 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕███████████████ ▏ 4.1 GB/4.1 GB 26 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h" + ] + } + ], + "source": [ + "for quantization in quantizations:\n", + " local_path = f\"models/{model}.{quantization}\"\n", + " model_name: str = f\"{model}.{quantization}.gguf\"\n", + " model_file_path = f\"{local_path}/Modelfile\"\n", + " with open(model_file_path, \"w+\") as f:\n", + " lines = [\n", + " f\"FROM ./{model_name}\",\n", + " \"\",\n", + " \"PARAMETER mirostat 0\",\n", + " \"PARAMETER mirostat_eta 0.1\",\n", + " \"PARAMETER mirostat_tau 5.0\",\n", + " \"PARAMETER num_ctx 2048\",\n", + " \"PARAMETER num_gpu 1\",\n", + " \"PARAMETER repeat_last_n 64\",\n", + " \"PARAMETER repeat_penalty 1.1\",\n", + " \"PARAMETER temperature 0.8\",\n", + " \"PARAMETER seed 0\",\n", + " \"PARAMETER tfs_z 1\",\n", + " \"PARAMETER num_predict 128\",\n", + " \"PARAMETER top_k 40\",\n", + " \"PARAMETER top_p 0.9\",\n", + " \"\",\n", + " \"TEMPLATE \\\"<|system|>\\\\n{{ .System }}\\\\n<|user|>\\\\n{{ .Prompt }}\\\\n<|assistant|>\\\\n\\\"\",\n", + " \"\",\n", + " \"SYSTEM \\\"\\\"\\\"You are a helpful assistant. Below is an instruction that describes a task. Write a response that appropriately completes the request.\\\"\\\"\\\"\"\n", + " ]\n", + " f.write(\"\\n\".join(lines))\n", + " notus_path = f\"notus:{quantization.replace('Q', 'q')}\"\n", + " !ollama create {notus_path} -f {model_file_path}\n", + " !ollama cp {notus_path} davidberenstein1957/{notus_path}\n", + " !ollama push davidberenstein1957/{notus_path}\n", + " \n", + " " + ] + } + ], + "metadata": { + "kernelspec": { + "display_name": ".env", + "language": "python", + "name": "python3" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3", + "version": "3.10.6" + } + }, + "nbformat": 4, + "nbformat_minor": 2 +} From bd4b905a2164780571c3c514cc78b56a02c94e58 Mon Sep 17 00:00:00 2001 From: davidberenstein1957 Date: Mon, 11 Dec 2023 07:13:23 +0100 Subject: [PATCH 2/4] chore: update notebok --- utils/ollama_upload.ipynb | 29928 +++++++++++++++++++++++++++--------- 1 file changed, 22417 insertions(+), 7511 deletions(-) diff --git a/utils/ollama_upload.ipynb b/utils/ollama_upload.ipynb index 9e9b8fc..66262e3 100644 --- a/utils/ollama_upload.ipynb +++ b/utils/ollama_upload.ipynb @@ -11,7 +11,7 @@ }, { "cell_type": "code", - "execution_count": 2, + "execution_count": 5, "metadata": {}, "outputs": [], "source": [ @@ -124,14 +124,14 @@ }, { "cell_type": "code", - "execution_count": 4, + "execution_count": 7, "metadata": {}, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ - "\u001b[?25ltransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data \n", + "\u001b[?25ltransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data \n", "creating model layer ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", "creating model layer ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", "creating model layer ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", @@ -154,7 +154,6 @@ "creating model layer ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", "creating model layer ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", "creating model layer ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", "creating model layer \n", "creating template layer \n", "creating system layer \n", @@ -162,13 +161,1454 @@ "creating config layer \n", "using already created layer sha256:d37e05209edb000a010f014c375a6603a2ab0fc65303fea413a27f8b79e2fa30 \n", "using already created layer sha256:04de533bb8fd4eb327158f79cdc0de736558e45d198db9275ef536f470281f1f \n", - "using already created layer sha256:093c79b06599174755ae0ffd0a0700fc1e03daa55b1755e242836c329fcf9811 \n", - "using already created layer sha256:d8ba2f9a17b3bbdeb5690efaa409b3fcb0b56296a777c7a69c78aa33bbddf182 \n", - "using already created layer sha256:75f9f86250a298b55eae92a4cad19c76005f881ac71f5387f7e3e1ad73f60fb1 \n", + "writing layer sha256:af41c51c14924c73d476c474dd0617253462cdb32f1256d8b3d3d9fc00371199 \n", + "writing layer sha256:3559b403e83a9669ecd8d347a509c20b870674a9838218f8b812c93c419fec88 \n", + "writing layer sha256:ae9e0f992fbedff970050fd8cd77ef1023944dcc8bcac9b3a59d0cc274f70fcf \n", "writing manifest \n", "success \u001b[?25h\n", - "copied 'notus:q2_K' to 'davidberenstein1957/notus:q2_K'\n", - "\u001b[?25lretrieving manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest \n", + "copied 'notus:q2_K' to 'argilla/notus:q2_K'\n", + "\u001b[?25lretrieving manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 0% ▕ ▏ 671 KB/3.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 0% ▕ ▏ 1.6 MB/3.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 0% ▕ ▏ 2.0 MB/3.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 0% ▕ ▏ 2.1 MB/3.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 0% ▕ ▏ 2.1 MB/3.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 0% ▕ ▏ 2.6 MB/3.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 0% ▕ ▏ 3.2 MB/3.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 0% ▕ ▏ 3.2 MB/3.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 0% ▕ ▏ 3.2 MB/3.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 0% ▕ ▏ 3.2 MB/3.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 0% ▕ ▏ 3.2 MB/3.1 GB 2.5 MB/s 20m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 0% ▕ ▏ 3.2 MB/3.1 GB 2.5 MB/s 20m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 0% ▕ ▏ 3.2 MB/3.1 GB 2.5 MB/s 20m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 0% ▕ ▏ 3.2 MB/3.1 GB 2.5 MB/s 20m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 0% ▕ ▏ 3.2 MB/3.1 GB 2.5 MB/s 20m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 0% ▕ ▏ 3.2 MB/3.1 GB 2.5 MB/s 20m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 0% ▕ ▏ 3.2 MB/3.1 GB 2.5 MB/s 20m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 0% ▕ ▏ 2.1 MB/3.1 GB 2.5 MB/s 20m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 0% ▕ ▏ 3.1 MB/3.1 GB 2.5 MB/s 20m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 0% ▕ ▏ 5.5 MB/3.1 GB 2.5 MB/s 20m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 0% ▕ ▏ 9.6 MB/3.1 GB 4.4 MB/s 11m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 0% ▕ ▏ 9.8 MB/3.1 GB 4.4 MB/s 11m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 0% ▕ ▏ 14 MB/3.1 GB 4.4 MB/s 11m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 1% ▕ ▏ 16 MB/3.1 GB 4.4 MB/s 11m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 1% ▕ ▏ 16 MB/3.1 GB 4.4 MB/s 11m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 1% ▕ ▏ 19 MB/3.1 GB 4.4 MB/s 11m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 1% ▕ ▏ 22 MB/3.1 GB 4.4 MB/s 11m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 1% ▕ ▏ 25 MB/3.1 GB 4.4 MB/s 11m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 1% ▕ ▏ 29 MB/3.1 GB 4.4 MB/s 11m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 1% ▕ ▏ 32 MB/3.1 GB 4.4 MB/s 11m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 1% ▕ ▏ 36 MB/3.1 GB 4.4 MB/s 11m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 1% ▕ ▏ 39 MB/3.1 GB 12 MB/s 4m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 1% ▕ ▏ 44 MB/3.1 GB 12 MB/s 4m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 1% ▕ ▏ 45 MB/3.1 GB 12 MB/s 4m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 1% ▕ ▏ 45 MB/3.1 GB 12 MB/s 4m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 2% ▕ ▏ 50 MB/3.1 GB 12 MB/s 4m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 2% ▕ ▏ 52 MB/3.1 GB 12 MB/s 4m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 2% ▕ ▏ 56 MB/3.1 GB 12 MB/s 4m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 2% ▕ ▏ 57 MB/3.1 GB 12 MB/s 4m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 2% ▕ ▏ 61 MB/3.1 GB 12 MB/s 4m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 2% ▕ ▏ 64 MB/3.1 GB 12 MB/s 4m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 2% ▕ ▏ 65 MB/3.1 GB 15 MB/s 3m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 2% ▕ ▏ 66 MB/3.1 GB 15 MB/s 3m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 2% ▕ ▏ 72 MB/3.1 GB 15 MB/s 3m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 2% ▕ ▏ 72 MB/3.1 GB 15 MB/s 3m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 2% ▕ ▏ 73 MB/3.1 GB 15 MB/s 3m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 2% ▕ ▏ 73 MB/3.1 GB 15 MB/s 3m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 2% ▕ ▏ 75 MB/3.1 GB 15 MB/s 3m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 2% ▕ ▏ 76 MB/3.1 GB 15 MB/s 3m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 2% ▕ ▏ 76 MB/3.1 GB 15 MB/s 3m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 3% ▕ ▏ 77 MB/3.1 GB 15 MB/s 3m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 3% ▕ ▏ 77 MB/3.1 GB 15 MB/s 3m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 3% ▕ ▏ 80 MB/3.1 GB 15 MB/s 3m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 3% ▕ ▏ 83 MB/3.1 GB 15 MB/s 3m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 3% ▕ ▏ 83 MB/3.1 GB 15 MB/s 3m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 3% ▕ ▏ 89 MB/3.1 GB 15 MB/s 3m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 3% ▕ ▏ 93 MB/3.1 GB 15 MB/s 3m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 3% ▕ ▏ 94 MB/3.1 GB 15 MB/s 3m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 3% ▕ ▏ 96 MB/3.1 GB 15 MB/s 3m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 3% ▕ ▏ 104 MB/3.1 GB 15 MB/s 3m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 3% ▕ ▏ 106 MB/3.1 GB 15 MB/s 3m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 3% ▕ ▏ 107 MB/3.1 GB 17 MB/s 2m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 4% ▕ ▏ 107 MB/3.1 GB 17 MB/s 2m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 4% ▕ ▏ 109 MB/3.1 GB 17 MB/s 2m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 4% ▕ ▏ 114 MB/3.1 GB 17 MB/s 2m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 4% ▕ ▏ 115 MB/3.1 GB 17 MB/s 2m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 4% ▕ ▏ 115 MB/3.1 GB 17 MB/s 2m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 4% ▕ ▏ 118 MB/3.1 GB 17 MB/s 2m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 4% ▕ ▏ 121 MB/3.1 GB 17 MB/s 2m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 4% ▕ ▏ 118 MB/3.1 GB 17 MB/s 2m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 4% ▕ ▏ 122 MB/3.1 GB 17 MB/s 2m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 4% ▕ ▏ 125 MB/3.1 GB 17 MB/s 2m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 4% ▕ ▏ 127 MB/3.1 GB 17 MB/s 2m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 4% ▕ ▏ 128 MB/3.1 GB 17 MB/s 2m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 4% ▕ ▏ 128 MB/3.1 GB 17 MB/s 2m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 4% ▕ ▏ 129 MB/3.1 GB 17 MB/s 2m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 4% ▕ ▏ 132 MB/3.1 GB 17 MB/s 2m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 4% ▕ ▏ 135 MB/3.1 GB 17 MB/s 2m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 4% ▕ ▏ 137 MB/3.1 GB 17 MB/s 2m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 5% ▕ ▏ 142 MB/3.1 GB 17 MB/s 2m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 5% ▕ ▏ 143 MB/3.1 GB 17 MB/s 2m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 5% ▕ ▏ 143 MB/3.1 GB 17 MB/s 2m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 5% ▕ ▏ 144 MB/3.1 GB 17 MB/s 2m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 5% ▕ ▏ 144 MB/3.1 GB 17 MB/s 2m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 5% ▕ ▏ 146 MB/3.1 GB 17 MB/s 2m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 5% ▕ ▏ 147 MB/3.1 GB 17 MB/s 2m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 5% ▕ ▏ 151 MB/3.1 GB 17 MB/s 2m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 5% ▕ ▏ 152 MB/3.1 GB 17 MB/s 2m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 5% ▕ ▏ 155 MB/3.1 GB 17 MB/s 2m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 5% ▕ ▏ 156 MB/3.1 GB 17 MB/s 2m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 5% ▕ ▏ 161 MB/3.1 GB 17 MB/s 2m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 5% ▕ ▏ 164 MB/3.1 GB 17 MB/s 2m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 5% ▕ ▏ 166 MB/3.1 GB 18 MB/s 2m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 5% ▕ ▏ 166 MB/3.1 GB 18 MB/s 2m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 5% ▕ ▏ 166 MB/3.1 GB 18 MB/s 2m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 6% ▕ ▏ 176 MB/3.1 GB 18 MB/s 2m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 6% ▕ ▏ 176 MB/3.1 GB 18 MB/s 2m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 6% ▕ ▏ 177 MB/3.1 GB 18 MB/s 2m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 6% ▕ ▏ 187 MB/3.1 GB 18 MB/s 2m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 6% ▕ ▏ 187 MB/3.1 GB 18 MB/s 2m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 6% ▕ ▏ 187 MB/3.1 GB 18 MB/s 2m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 6% ▕ ▏ 190 MB/3.1 GB 18 MB/s 2m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 6% ▕█ ▏ 192 MB/3.1 GB 21 MB/s 2m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 6% ▕█ ▏ 193 MB/3.1 GB 21 MB/s 2m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 6% ▕█ ▏ 194 MB/3.1 GB 21 MB/s 2m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 6% ▕█ ▏ 196 MB/3.1 GB 21 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 7% ▕█ ▏ 201 MB/3.1 GB 21 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 7% ▕█ ▏ 203 MB/3.1 GB 21 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 7% ▕█ ▏ 204 MB/3.1 GB 21 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 7% ▕█ ▏ 204 MB/3.1 GB 21 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 7% ▕█ ▏ 205 MB/3.1 GB 21 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 7% ▕█ ▏ 207 MB/3.1 GB 21 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 7% ▕█ ▏ 210 MB/3.1 GB 22 MB/s 2m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 7% ▕█ ▏ 219 MB/3.1 GB 22 MB/s 2m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 7% ▕█ ▏ 220 MB/3.1 GB 22 MB/s 2m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 7% ▕█ ▏ 222 MB/3.1 GB 22 MB/s 2m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 7% ▕█ ▏ 222 MB/3.1 GB 22 MB/s 2m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 7% ▕█ ▏ 222 MB/3.1 GB 22 MB/s 2m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 7% ▕█ ▏ 223 MB/3.1 GB 22 MB/s 2m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 7% ▕█ ▏ 227 MB/3.1 GB 22 MB/s 2m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 7% ▕█ ▏ 229 MB/3.1 GB 22 MB/s 2m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 7% ▕█ ▏ 231 MB/3.1 GB 22 MB/s 2m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 8% ▕█ ▏ 233 MB/3.1 GB 21 MB/s 2m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 8% ▕█ ▏ 237 MB/3.1 GB 21 MB/s 2m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 8% ▕█ ▏ 241 MB/3.1 GB 21 MB/s 2m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 8% ▕█ ▏ 242 MB/3.1 GB 21 MB/s 2m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 8% ▕█ ▏ 242 MB/3.1 GB 21 MB/s 2m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 8% ▕█ ▏ 246 MB/3.1 GB 21 MB/s 2m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 8% ▕█ ▏ 248 MB/3.1 GB 21 MB/s 2m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 8% ▕█ ▏ 249 MB/3.1 GB 21 MB/s 2m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 8% ▕█ ▏ 256 MB/3.1 GB 21 MB/s 2m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 8% ▕█ ▏ 260 MB/3.1 GB 21 MB/s 2m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 8% ▕█ ▏ 261 MB/3.1 GB 21 MB/s 2m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 9% ▕█ ▏ 264 MB/3.1 GB 22 MB/s 2m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 9% ▕█ ▏ 269 MB/3.1 GB 22 MB/s 2m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 9% ▕█ ▏ 270 MB/3.1 GB 22 MB/s 2m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 9% ▕█ ▏ 270 MB/3.1 GB 22 MB/s 2m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 9% ▕█ ▏ 270 MB/3.1 GB 22 MB/s 2m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 9% ▕█ ▏ 270 MB/3.1 GB 22 MB/s 2m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 9% ▕█ ▏ 273 MB/3.1 GB 22 MB/s 2m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 9% ▕█ ▏ 277 MB/3.1 GB 22 MB/s 2m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 9% ▕█ ▏ 277 MB/3.1 GB 22 MB/s 2m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 9% ▕█ ▏ 277 MB/3.1 GB 22 MB/s 2m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 9% ▕█ ▏ 277 MB/3.1 GB 22 MB/s 2m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 9% ▕█ ▏ 277 MB/3.1 GB 22 MB/s 2m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 9% ▕█ ▏ 273 MB/3.1 GB 22 MB/s 2m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 9% ▕█ ▏ 280 MB/3.1 GB 22 MB/s 2m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 9% ▕█ ▏ 281 MB/3.1 GB 22 MB/s 2m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 9% ▕█ ▏ 281 MB/3.1 GB 22 MB/s 2m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 9% ▕█ ▏ 284 MB/3.1 GB 22 MB/s 2m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 9% ▕█ ▏ 287 MB/3.1 GB 22 MB/s 2m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 9% ▕█ ▏ 289 MB/3.1 GB 22 MB/s 2m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 10% ▕█ ▏ 295 MB/3.1 GB 22 MB/s 2m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 10% ▕█ ▏ 297 MB/3.1 GB 21 MB/s 2m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 10% ▕█ ▏ 299 MB/3.1 GB 21 MB/s 2m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 10% ▕█ ▏ 300 MB/3.1 GB 21 MB/s 2m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 10% ▕█ ▏ 300 MB/3.1 GB 21 MB/s 2m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 10% ▕█ ▏ 304 MB/3.1 GB 21 MB/s 2m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 10% ▕█ ▏ 310 MB/3.1 GB 21 MB/s 2m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 10% ▕█ ▏ 312 MB/3.1 GB 21 MB/s 2m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 10% ▕█ ▏ 312 MB/3.1 GB 21 MB/s 2m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 10% ▕█ ▏ 314 MB/3.1 GB 21 MB/s 2m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 10% ▕█ ▏ 315 MB/3.1 GB 21 MB/s 2m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 10% ▕█ ▏ 317 MB/3.1 GB 21 MB/s 2m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 10% ▕█ ▏ 318 MB/3.1 GB 21 MB/s 2m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 10% ▕█ ▏ 320 MB/3.1 GB 21 MB/s 2m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 11% ▕█ ▏ 324 MB/3.1 GB 21 MB/s 2m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 11% ▕█ ▏ 325 MB/3.1 GB 21 MB/s 2m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 11% ▕█ ▏ 326 MB/3.1 GB 21 MB/s 2m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 11% ▕█ ▏ 327 MB/3.1 GB 21 MB/s 2m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 11% ▕█ ▏ 332 MB/3.1 GB 21 MB/s 2m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 11% ▕█ ▏ 334 MB/3.1 GB 21 MB/s 2m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 11% ▕█ ▏ 334 MB/3.1 GB 21 MB/s 2m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 11% ▕█ ▏ 336 MB/3.1 GB 21 MB/s 2m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 11% ▕█ ▏ 336 MB/3.1 GB 21 MB/s 2m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 11% ▕█ ▏ 339 MB/3.1 GB 21 MB/s 2m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 11% ▕█ ▏ 343 MB/3.1 GB 21 MB/s 2m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 11% ▕█ ▏ 343 MB/3.1 GB 21 MB/s 2m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 11% ▕█ ▏ 347 MB/3.1 GB 21 MB/s 2m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 11% ▕█ ▏ 349 MB/3.1 GB 21 MB/s 2m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 11% ▕█ ▏ 350 MB/3.1 GB 21 MB/s 2m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 11% ▕█ ▏ 352 MB/3.1 GB 21 MB/s 2m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 12% ▕█ ▏ 355 MB/3.1 GB 21 MB/s 2m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 12% ▕█ ▏ 357 MB/3.1 GB 21 MB/s 2m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 12% ▕█ ▏ 358 MB/3.1 GB 21 MB/s 2m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 12% ▕█ ▏ 358 MB/3.1 GB 21 MB/s 2m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 12% ▕█ ▏ 358 MB/3.1 GB 21 MB/s 2m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 12% ▕█ ▏ 363 MB/3.1 GB 21 MB/s 2m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 12% ▕█ ▏ 366 MB/3.1 GB 21 MB/s 2m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 12% ▕█ ▏ 366 MB/3.1 GB 21 MB/s 2m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 12% ▕█ ▏ 369 MB/3.1 GB 21 MB/s 2m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 12% ▕█ ▏ 369 MB/3.1 GB 21 MB/s 2m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 12% ▕█ ▏ 369 MB/3.1 GB 21 MB/s 2m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 12% ▕█ ▏ 369 MB/3.1 GB 21 MB/s 2m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 12% ▕█ ▏ 373 MB/3.1 GB 20 MB/s 2m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 12% ▕█ ▏ 374 MB/3.1 GB 20 MB/s 2m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 12% ▕█ ▏ 374 MB/3.1 GB 20 MB/s 2m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 12% ▕█ ▏ 381 MB/3.1 GB 20 MB/s 2m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 12% ▕█ ▏ 381 MB/3.1 GB 20 MB/s 2m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 12% ▕█ ▏ 383 MB/3.1 GB 20 MB/s 2m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 12% ▕█ ▏ 383 MB/3.1 GB 20 MB/s 2m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 12% ▕█ ▏ 383 MB/3.1 GB 20 MB/s 2m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 12% ▕█ ▏ 383 MB/3.1 GB 20 MB/s 2m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 12% ▕█ ▏ 384 MB/3.1 GB 20 MB/s 2m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 13% ▕██ ▏ 388 MB/3.1 GB 19 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 13% ▕██ ▏ 388 MB/3.1 GB 19 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 13% ▕██ ▏ 388 MB/3.1 GB 19 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 13% ▕██ ▏ 388 MB/3.1 GB 19 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 13% ▕██ ▏ 389 MB/3.1 GB 19 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 13% ▕██ ▏ 391 MB/3.1 GB 19 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 13% ▕██ ▏ 390 MB/3.1 GB 19 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 13% ▕██ ▏ 392 MB/3.1 GB 19 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 13% ▕██ ▏ 398 MB/3.1 GB 19 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 13% ▕██ ▏ 399 MB/3.1 GB 19 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 13% ▕██ ▏ 402 MB/3.1 GB 18 MB/s 2m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 13% ▕██ ▏ 403 MB/3.1 GB 18 MB/s 2m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 13% ▕██ ▏ 404 MB/3.1 GB 18 MB/s 2m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 13% ▕██ ▏ 406 MB/3.1 GB 18 MB/s 2m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 13% ▕██ ▏ 410 MB/3.1 GB 18 MB/s 2m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 13% ▕██ ▏ 411 MB/3.1 GB 18 MB/s 2m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 13% ▕██ ▏ 413 MB/3.1 GB 18 MB/s 2m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 14% ▕██ ▏ 419 MB/3.1 GB 18 MB/s 2m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 14% ▕██ ▏ 421 MB/3.1 GB 18 MB/s 2m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 14% ▕██ ▏ 421 MB/3.1 GB 18 MB/s 2m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 14% ▕██ ▏ 422 MB/3.1 GB 17 MB/s 2m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 14% ▕██ ▏ 424 MB/3.1 GB 17 MB/s 2m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 14% ▕██ ▏ 426 MB/3.1 GB 17 MB/s 2m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 14% ▕██ ▏ 432 MB/3.1 GB 17 MB/s 2m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 14% ▕██ ▏ 434 MB/3.1 GB 17 MB/s 2m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 14% ▕██ ▏ 434 MB/3.1 GB 17 MB/s 2m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 14% ▕██ ▏ 436 MB/3.1 GB 17 MB/s 2m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 14% ▕██ ▏ 436 MB/3.1 GB 17 MB/s 2m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 14% ▕██ ▏ 441 MB/3.1 GB 17 MB/s 2m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 14% ▕██ ▏ 441 MB/3.1 GB 17 MB/s 2m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 14% ▕██ ▏ 441 MB/3.1 GB 17 MB/s 2m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 14% ▕██ ▏ 442 MB/3.1 GB 18 MB/s 2m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 14% ▕██ ▏ 443 MB/3.1 GB 18 MB/s 2m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 14% ▕██ ▏ 445 MB/3.1 GB 18 MB/s 2m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 15% ▕██ ▏ 448 MB/3.1 GB 18 MB/s 2m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 15% ▕██ ▏ 448 MB/3.1 GB 18 MB/s 2m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 15% ▕██ ▏ 450 MB/3.1 GB 18 MB/s 2m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 15% ▕██ ▏ 453 MB/3.1 GB 18 MB/s 2m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 15% ▕██ ▏ 454 MB/3.1 GB 18 MB/s 2m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 15% ▕██ ▏ 454 MB/3.1 GB 18 MB/s 2m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 15% ▕██ ▏ 455 MB/3.1 GB 18 MB/s 2m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 15% ▕██ ▏ 455 MB/3.1 GB 17 MB/s 2m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 15% ▕██ ▏ 455 MB/3.1 GB 17 MB/s 2m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 15% ▕██ ▏ 456 MB/3.1 GB 17 MB/s 2m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 15% ▕██ ▏ 459 MB/3.1 GB 17 MB/s 2m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 15% ▕██ ▏ 460 MB/3.1 GB 17 MB/s 2m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 15% ▕██ ▏ 461 MB/3.1 GB 17 MB/s 2m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 15% ▕██ ▏ 466 MB/3.1 GB 17 MB/s 2m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 15% ▕██ ▏ 466 MB/3.1 GB 17 MB/s 2m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 15% ▕██ ▏ 469 MB/3.1 GB 17 MB/s 2m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 15% ▕██ ▏ 471 MB/3.1 GB 17 MB/s 2m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 15% ▕██ ▏ 471 MB/3.1 GB 17 MB/s 2m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 15% ▕██ ▏ 474 MB/3.1 GB 17 MB/s 2m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 15% ▕██ ▏ 476 MB/3.1 GB 17 MB/s 2m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 15% ▕██ ▏ 477 MB/3.1 GB 17 MB/s 2m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 16% ▕██ ▏ 479 MB/3.1 GB 17 MB/s 2m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 16% ▕██ ▏ 480 MB/3.1 GB 17 MB/s 2m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 16% ▕██ ▏ 480 MB/3.1 GB 17 MB/s 2m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 16% ▕██ ▏ 484 MB/3.1 GB 17 MB/s 2m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 16% ▕██ ▏ 484 MB/3.1 GB 17 MB/s 2m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 16% ▕██ ▏ 484 MB/3.1 GB 17 MB/s 2m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 16% ▕██ ▏ 489 MB/3.1 GB 16 MB/s 2m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 16% ▕██ ▏ 495 MB/3.1 GB 16 MB/s 2m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 16% ▕██ ▏ 495 MB/3.1 GB 16 MB/s 2m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 16% ▕██ ▏ 498 MB/3.1 GB 16 MB/s 2m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 16% ▕██ ▏ 500 MB/3.1 GB 16 MB/s 2m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 16% ▕██ ▏ 501 MB/3.1 GB 16 MB/s 2m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 16% ▕██ ▏ 505 MB/3.1 GB 16 MB/s 2m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 16% ▕██ ▏ 506 MB/3.1 GB 16 MB/s 2m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 16% ▕██ ▏ 507 MB/3.1 GB 16 MB/s 2m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 17% ▕██ ▏ 508 MB/3.1 GB 16 MB/s 2m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 17% ▕██ ▏ 512 MB/3.1 GB 17 MB/s 2m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 17% ▕██ ▏ 514 MB/3.1 GB 17 MB/s 2m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 17% ▕██ ▏ 517 MB/3.1 GB 17 MB/s 2m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 17% ▕██ ▏ 518 MB/3.1 GB 17 MB/s 2m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 17% ▕██ ▏ 519 MB/3.1 GB 17 MB/s 2m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 17% ▕██ ▏ 522 MB/3.1 GB 17 MB/s 2m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 17% ▕██ ▏ 526 MB/3.1 GB 17 MB/s 2m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 17% ▕██ ▏ 527 MB/3.1 GB 17 MB/s 2m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 17% ▕██ ▏ 527 MB/3.1 GB 17 MB/s 2m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 17% ▕██ ▏ 531 MB/3.1 GB 17 MB/s 2m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 17% ▕██ ▏ 531 MB/3.1 GB 17 MB/s 2m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 17% ▕██ ▏ 532 MB/3.1 GB 17 MB/s 2m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 17% ▕██ ▏ 536 MB/3.1 GB 17 MB/s 2m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 17% ▕██ ▏ 536 MB/3.1 GB 17 MB/s 2m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 17% ▕██ ▏ 538 MB/3.1 GB 17 MB/s 2m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 18% ▕██ ▏ 540 MB/3.1 GB 17 MB/s 2m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 18% ▕██ ▏ 540 MB/3.1 GB 17 MB/s 2m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 18% ▕██ ▏ 544 MB/3.1 GB 17 MB/s 2m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 18% ▕██ ▏ 546 MB/3.1 GB 17 MB/s 2m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 18% ▕██ ▏ 549 MB/3.1 GB 17 MB/s 2m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 18% ▕██ ▏ 549 MB/3.1 GB 17 MB/s 2m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 18% ▕██ ▏ 552 MB/3.1 GB 18 MB/s 2m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 18% ▕██ ▏ 554 MB/3.1 GB 18 MB/s 2m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 18% ▕██ ▏ 558 MB/3.1 GB 18 MB/s 2m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 18% ▕██ ▏ 559 MB/3.1 GB 18 MB/s 2m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 18% ▕██ ▏ 561 MB/3.1 GB 18 MB/s 2m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 18% ▕██ ▏ 562 MB/3.1 GB 18 MB/s 2m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 18% ▕██ ▏ 564 MB/3.1 GB 18 MB/s 2m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 18% ▕██ ▏ 564 MB/3.1 GB 18 MB/s 2m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 18% ▕██ ▏ 565 MB/3.1 GB 18 MB/s 2m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 18% ▕██ ▏ 570 MB/3.1 GB 18 MB/s 2m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 19% ▕██ ▏ 570 MB/3.1 GB 18 MB/s 2m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 19% ▕██ ▏ 575 MB/3.1 GB 18 MB/s 2m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 19% ▕███ ▏ 580 MB/3.1 GB 18 MB/s 2m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 19% ▕███ ▏ 581 MB/3.1 GB 18 MB/s 2m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 19% ▕███ ▏ 584 MB/3.1 GB 18 MB/s 2m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 19% ▕███ ▏ 585 MB/3.1 GB 18 MB/s 2m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 19% ▕███ ▏ 588 MB/3.1 GB 18 MB/s 2m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 19% ▕███ ▏ 590 MB/3.1 GB 18 MB/s 2m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 19% ▕███ ▏ 597 MB/3.1 GB 18 MB/s 2m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 19% ▕███ ▏ 597 MB/3.1 GB 18 MB/s 2m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 19% ▕███ ▏ 599 MB/3.1 GB 19 MB/s 2m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 19% ▕███ ▏ 599 MB/3.1 GB 19 MB/s 2m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 19% ▕███ ▏ 599 MB/3.1 GB 19 MB/s 2m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 20% ▕███ ▏ 604 MB/3.1 GB 19 MB/s 2m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 20% ▕███ ▏ 610 MB/3.1 GB 19 MB/s 2m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 20% ▕███ ▏ 612 MB/3.1 GB 19 MB/s 2m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 20% ▕███ ▏ 613 MB/3.1 GB 19 MB/s 2m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 20% ▕███ ▏ 615 MB/3.1 GB 19 MB/s 2m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 20% ▕███ ▏ 620 MB/3.1 GB 19 MB/s 2m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 20% ▕███ ▏ 621 MB/3.1 GB 19 MB/s 2m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 20% ▕███ ▏ 622 MB/3.1 GB 20 MB/s 2m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 20% ▕███ ▏ 622 MB/3.1 GB 20 MB/s 2m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 20% ▕███ ▏ 626 MB/3.1 GB 20 MB/s 2m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 20% ▕███ ▏ 627 MB/3.1 GB 20 MB/s 2m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 20% ▕███ ▏ 627 MB/3.1 GB 20 MB/s 2m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 20% ▕███ ▏ 628 MB/3.1 GB 20 MB/s 2m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 21% ▕███ ▏ 632 MB/3.1 GB 20 MB/s 2m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 21% ▕███ ▏ 633 MB/3.1 GB 20 MB/s 2m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 21% ▕███ ▏ 634 MB/3.1 GB 20 MB/s 2m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 21% ▕███ ▏ 633 MB/3.1 GB 20 MB/s 2m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 21% ▕███ ▏ 633 MB/3.1 GB 20 MB/s 2m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 21% ▕███ ▏ 636 MB/3.1 GB 20 MB/s 2m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 21% ▕███ ▏ 643 MB/3.1 GB 20 MB/s 2m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 21% ▕███ ▏ 643 MB/3.1 GB 20 MB/s 2m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 21% ▕███ ▏ 644 MB/3.1 GB 20 MB/s 2m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 21% ▕███ ▏ 645 MB/3.1 GB 20 MB/s 2m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 21% ▕███ ▏ 650 MB/3.1 GB 20 MB/s 2m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 21% ▕███ ▏ 652 MB/3.1 GB 20 MB/s 2m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 21% ▕███ ▏ 652 MB/3.1 GB 20 MB/s 2m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 21% ▕███ ▏ 653 MB/3.1 GB 20 MB/s 2m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 21% ▕███ ▏ 658 MB/3.1 GB 20 MB/s 2m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 21% ▕███ ▏ 661 MB/3.1 GB 21 MB/s 1m55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 21% ▕███ ▏ 662 MB/3.1 GB 21 MB/s 1m55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 22% ▕███ ▏ 663 MB/3.1 GB 21 MB/s 1m55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 22% ▕███ ▏ 663 MB/3.1 GB 21 MB/s 1m55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 22% ▕███ ▏ 663 MB/3.1 GB 21 MB/s 1m55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 22% ▕███ ▏ 663 MB/3.1 GB 21 MB/s 1m55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 22% ▕███ ▏ 666 MB/3.1 GB 21 MB/s 1m54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 22% ▕███ ▏ 666 MB/3.1 GB 21 MB/s 1m54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 22% ▕███ ▏ 664 MB/3.1 GB 21 MB/s 1m55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 22% ▕███ ▏ 669 MB/3.1 GB 21 MB/s 1m54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 22% ▕███ ▏ 670 MB/3.1 GB 20 MB/s 1m59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 22% ▕███ ▏ 673 MB/3.1 GB 20 MB/s 1m59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 22% ▕███ ▏ 677 MB/3.1 GB 20 MB/s 1m59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 22% ▕███ ▏ 681 MB/3.1 GB 20 MB/s 1m59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 22% ▕███ ▏ 684 MB/3.1 GB 20 MB/s 1m59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 22% ▕███ ▏ 685 MB/3.1 GB 20 MB/s 1m58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 22% ▕███ ▏ 688 MB/3.1 GB 20 MB/s 1m58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 22% ▕███ ▏ 692 MB/3.1 GB 20 MB/s 1m58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 22% ▕███ ▏ 693 MB/3.1 GB 20 MB/s 1m58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 22% ▕███ ▏ 693 MB/3.1 GB 20 MB/s 1m58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 23% ▕███ ▏ 695 MB/3.1 GB 20 MB/s 1m57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 23% ▕███ ▏ 700 MB/3.1 GB 20 MB/s 1m57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 23% ▕███ ▏ 702 MB/3.1 GB 20 MB/s 1m57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 23% ▕███ ▏ 703 MB/3.1 GB 20 MB/s 1m57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 23% ▕███ ▏ 703 MB/3.1 GB 20 MB/s 1m56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 23% ▕███ ▏ 705 MB/3.1 GB 20 MB/s 1m56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 23% ▕███ ▏ 711 MB/3.1 GB 20 MB/s 1m56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 23% ▕███ ▏ 712 MB/3.1 GB 20 MB/s 1m56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 23% ▕███ ▏ 712 MB/3.1 GB 20 MB/s 1m56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 23% ▕███ ▏ 713 MB/3.1 GB 20 MB/s 1m56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 23% ▕███ ▏ 715 MB/3.1 GB 20 MB/s 1m55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 23% ▕███ ▏ 716 MB/3.1 GB 20 MB/s 1m55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 24% ▕███ ▏ 724 MB/3.1 GB 20 MB/s 1m55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 24% ▕███ ▏ 725 MB/3.1 GB 20 MB/s 1m55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 24% ▕███ ▏ 726 MB/3.1 GB 20 MB/s 1m55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 24% ▕███ ▏ 728 MB/3.1 GB 20 MB/s 1m55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 24% ▕███ ▏ 733 MB/3.1 GB 20 MB/s 1m54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 24% ▕███ ▏ 737 MB/3.1 GB 20 MB/s 1m54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 24% ▕███ ▏ 737 MB/3.1 GB 20 MB/s 1m54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 24% ▕███ ▏ 738 MB/3.1 GB 20 MB/s 1m54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 24% ▕███ ▏ 739 MB/3.1 GB 20 MB/s 1m54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 24% ▕███ ▏ 745 MB/3.1 GB 21 MB/s 1m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 24% ▕███ ▏ 748 MB/3.1 GB 21 MB/s 1m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 24% ▕███ ▏ 750 MB/3.1 GB 21 MB/s 1m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 24% ▕███ ▏ 752 MB/3.1 GB 21 MB/s 1m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 24% ▕███ ▏ 754 MB/3.1 GB 21 MB/s 1m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 24% ▕███ ▏ 754 MB/3.1 GB 21 MB/s 1m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 25% ▕███ ▏ 756 MB/3.1 GB 21 MB/s 1m48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 25% ▕███ ▏ 757 MB/3.1 GB 21 MB/s 1m48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 25% ▕███ ▏ 757 MB/3.1 GB 21 MB/s 1m48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 25% ▕███ ▏ 761 MB/3.1 GB 21 MB/s 1m48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 25% ▕███ ▏ 766 MB/3.1 GB 21 MB/s 1m48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 25% ▕███ ▏ 767 MB/3.1 GB 21 MB/s 1m48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 25% ▕███ ▏ 767 MB/3.1 GB 21 MB/s 1m48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 25% ▕███ ▏ 769 MB/3.1 GB 21 MB/s 1m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 25% ▕███ ▏ 770 MB/3.1 GB 21 MB/s 1m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 25% ▕████ ▏ 775 MB/3.1 GB 21 MB/s 1m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 25% ▕████ ▏ 777 MB/3.1 GB 21 MB/s 1m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 25% ▕████ ▏ 777 MB/3.1 GB 21 MB/s 1m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 25% ▕████ ▏ 777 MB/3.1 GB 21 MB/s 1m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 25% ▕████ ▏ 777 MB/3.1 GB 21 MB/s 1m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 25% ▕████ ▏ 777 MB/3.1 GB 19 MB/s 1m56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 25% ▕████ ▏ 782 MB/3.1 GB 19 MB/s 1m56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 25% ▕████ ▏ 783 MB/3.1 GB 19 MB/s 1m56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 25% ▕████ ▏ 784 MB/3.1 GB 19 MB/s 1m56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 25% ▕████ ▏ 784 MB/3.1 GB 19 MB/s 1m56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 25% ▕████ ▏ 785 MB/3.1 GB 19 MB/s 1m56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 25% ▕████ ▏ 786 MB/3.1 GB 19 MB/s 1m56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 26% ▕████ ▏ 786 MB/3.1 GB 19 MB/s 1m56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 26% ▕████ ▏ 786 MB/3.1 GB 19 MB/s 1m56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 26% ▕████ ▏ 787 MB/3.1 GB 19 MB/s 1m56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 26% ▕████ ▏ 787 MB/3.1 GB 18 MB/s 2m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 26% ▕████ ▏ 791 MB/3.1 GB 18 MB/s 2m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 26% ▕████ ▏ 793 MB/3.1 GB 18 MB/s 2m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 26% ▕████ ▏ 794 MB/3.1 GB 18 MB/s 2m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 26% ▕████ ▏ 798 MB/3.1 GB 18 MB/s 2m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 26% ▕████ ▏ 798 MB/3.1 GB 18 MB/s 2m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 26% ▕████ ▏ 799 MB/3.1 GB 18 MB/s 2m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 26% ▕████ ▏ 800 MB/3.1 GB 18 MB/s 2m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 26% ▕████ ▏ 800 MB/3.1 GB 18 MB/s 2m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 26% ▕████ ▏ 802 MB/3.1 GB 18 MB/s 2m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 26% ▕████ ▏ 804 MB/3.1 GB 18 MB/s 2m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 26% ▕████ ▏ 805 MB/3.1 GB 18 MB/s 2m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 26% ▕████ ▏ 806 MB/3.1 GB 18 MB/s 2m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 26% ▕████ ▏ 808 MB/3.1 GB 18 MB/s 2m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 26% ▕████ ▏ 809 MB/3.1 GB 18 MB/s 2m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 26% ▕████ ▏ 812 MB/3.1 GB 18 MB/s 2m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 26% ▕████ ▏ 815 MB/3.1 GB 18 MB/s 2m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 26% ▕████ ▏ 816 MB/3.1 GB 18 MB/s 2m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 27% ▕████ ▏ 820 MB/3.1 GB 18 MB/s 2m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 27% ▕████ ▏ 820 MB/3.1 GB 18 MB/s 2m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 27% ▕████ ▏ 821 MB/3.1 GB 18 MB/s 2m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 27% ▕████ ▏ 822 MB/3.1 GB 17 MB/s 2m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 27% ▕████ ▏ 823 MB/3.1 GB 17 MB/s 2m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 27% ▕████ ▏ 823 MB/3.1 GB 17 MB/s 2m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 27% ▕████ ▏ 823 MB/3.1 GB 17 MB/s 2m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 27% ▕████ ▏ 830 MB/3.1 GB 17 MB/s 2m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 27% ▕████ ▏ 831 MB/3.1 GB 17 MB/s 2m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 27% ▕████ ▏ 832 MB/3.1 GB 17 MB/s 2m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 27% ▕████ ▏ 832 MB/3.1 GB 17 MB/s 2m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 27% ▕████ ▏ 832 MB/3.1 GB 17 MB/s 2m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 27% ▕████ ▏ 838 MB/3.1 GB 17 MB/s 2m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 27% ▕████ ▏ 841 MB/3.1 GB 18 MB/s 1m59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 27% ▕████ ▏ 841 MB/3.1 GB 18 MB/s 1m59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 27% ▕████ ▏ 841 MB/3.1 GB 18 MB/s 1m59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 27% ▕████ ▏ 842 MB/3.1 GB 18 MB/s 1m59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 27% ▕████ ▏ 844 MB/3.1 GB 18 MB/s 1m59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 27% ▕████ ▏ 846 MB/3.1 GB 18 MB/s 1m58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 28% ▕████ ▏ 850 MB/3.1 GB 18 MB/s 1m58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 28% ▕████ ▏ 852 MB/3.1 GB 18 MB/s 1m58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 28% ▕████ ▏ 856 MB/3.1 GB 18 MB/s 1m58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 28% ▕████ ▏ 857 MB/3.1 GB 18 MB/s 1m58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 28% ▕████ ▏ 859 MB/3.1 GB 18 MB/s 2m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 28% ▕████ ▏ 859 MB/3.1 GB 18 MB/s 2m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 28% ▕████ ▏ 861 MB/3.1 GB 18 MB/s 2m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 28% ▕████ ▏ 863 MB/3.1 GB 18 MB/s 2m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 28% ▕████ ▏ 863 MB/3.1 GB 18 MB/s 2m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 28% ▕████ ▏ 867 MB/3.1 GB 18 MB/s 2m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 28% ▕████ ▏ 868 MB/3.1 GB 18 MB/s 2m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 28% ▕████ ▏ 872 MB/3.1 GB 18 MB/s 2m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 28% ▕████ ▏ 874 MB/3.1 GB 18 MB/s 2m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 28% ▕████ ▏ 875 MB/3.1 GB 18 MB/s 2m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 28% ▕████ ▏ 877 MB/3.1 GB 17 MB/s 2m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 29% ▕████ ▏ 880 MB/3.1 GB 17 MB/s 2m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 29% ▕████ ▏ 884 MB/3.1 GB 17 MB/s 2m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 29% ▕████ ▏ 889 MB/3.1 GB 17 MB/s 2m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 29% ▕████ ▏ 893 MB/3.1 GB 17 MB/s 2m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 29% ▕████ ▏ 893 MB/3.1 GB 17 MB/s 2m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 29% ▕████ ▏ 894 MB/3.1 GB 17 MB/s 2m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 29% ▕████ ▏ 894 MB/3.1 GB 17 MB/s 2m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 29% ▕████ ▏ 895 MB/3.1 GB 17 MB/s 2m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 29% ▕████ ▏ 899 MB/3.1 GB 17 MB/s 2m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 29% ▕████ ▏ 901 MB/3.1 GB 17 MB/s 2m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 29% ▕████ ▏ 901 MB/3.1 GB 17 MB/s 2m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 29% ▕████ ▏ 905 MB/3.1 GB 17 MB/s 2m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 29% ▕████ ▏ 905 MB/3.1 GB 17 MB/s 2m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 29% ▕████ ▏ 906 MB/3.1 GB 17 MB/s 2m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 29% ▕████ ▏ 906 MB/3.1 GB 17 MB/s 2m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 29% ▕████ ▏ 908 MB/3.1 GB 17 MB/s 2m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 29% ▕████ ▏ 909 MB/3.1 GB 17 MB/s 2m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 30% ▕████ ▏ 910 MB/3.1 GB 17 MB/s 2m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 30% ▕████ ▏ 914 MB/3.1 GB 17 MB/s 2m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 30% ▕████ ▏ 917 MB/3.1 GB 17 MB/s 2m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 30% ▕████ ▏ 921 MB/3.1 GB 17 MB/s 2m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 30% ▕████ ▏ 923 MB/3.1 GB 17 MB/s 2m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 30% ▕████ ▏ 925 MB/3.1 GB 17 MB/s 2m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 30% ▕████ ▏ 927 MB/3.1 GB 17 MB/s 2m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 30% ▕████ ▏ 929 MB/3.1 GB 17 MB/s 2m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 30% ▕████ ▏ 929 MB/3.1 GB 17 MB/s 2m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 30% ▕████ ▏ 933 MB/3.1 GB 17 MB/s 2m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 30% ▕████ ▏ 935 MB/3.1 GB 17 MB/s 2m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 30% ▕████ ▏ 935 MB/3.1 GB 17 MB/s 2m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 30% ▕████ ▏ 936 MB/3.1 GB 17 MB/s 2m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 30% ▕████ ▏ 937 MB/3.1 GB 17 MB/s 2m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 31% ▕████ ▏ 942 MB/3.1 GB 17 MB/s 2m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 31% ▕████ ▏ 945 MB/3.1 GB 17 MB/s 2m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 31% ▕████ ▏ 947 MB/3.1 GB 17 MB/s 2m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 31% ▕████ ▏ 949 MB/3.1 GB 17 MB/s 2m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 31% ▕████ ▏ 950 MB/3.1 GB 17 MB/s 2m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 31% ▕████ ▏ 952 MB/3.1 GB 17 MB/s 2m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 31% ▕████ ▏ 953 MB/3.1 GB 17 MB/s 2m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 31% ▕████ ▏ 957 MB/3.1 GB 17 MB/s 2m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 31% ▕████ ▏ 960 MB/3.1 GB 17 MB/s 2m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 31% ▕█████ ▏ 963 MB/3.1 GB 19 MB/s 1m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 31% ▕█████ ▏ 967 MB/3.1 GB 19 MB/s 1m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 31% ▕█████ ▏ 969 MB/3.1 GB 19 MB/s 1m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 32% ▕█████ ▏ 971 MB/3.1 GB 19 MB/s 1m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 32% ▕█████ ▏ 971 MB/3.1 GB 19 MB/s 1m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 32% ▕█████ ▏ 975 MB/3.1 GB 19 MB/s 1m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 32% ▕█████ ▏ 977 MB/3.1 GB 19 MB/s 1m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 32% ▕█████ ▏ 981 MB/3.1 GB 19 MB/s 1m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 32% ▕█████ ▏ 982 MB/3.1 GB 19 MB/s 1m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 32% ▕█████ ▏ 985 MB/3.1 GB 19 MB/s 1m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 32% ▕█████ ▏ 990 MB/3.1 GB 20 MB/s 1m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 32% ▕█████ ▏ 991 MB/3.1 GB 20 MB/s 1m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 32% ▕█████ ▏ 991 MB/3.1 GB 20 MB/s 1m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 32% ▕█████ ▏ 993 MB/3.1 GB 20 MB/s 1m40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 32% ▕█████ ▏ 994 MB/3.1 GB 20 MB/s 1m40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 32% ▕█████ ▏ 996 MB/3.1 GB 20 MB/s 1m40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 32% ▕█████ ▏ 998 MB/3.1 GB 20 MB/s 1m40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 33% ▕█████ ▏ 1.0 GB/3.1 GB 20 MB/s 1m40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 33% ▕█████ ▏ 1.0 GB/3.1 GB 20 MB/s 1m40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 33% ▕█████ ▏ 1.0 GB/3.1 GB 20 MB/s 1m40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 33% ▕█████ ▏ 1.0 GB/3.1 GB 20 MB/s 1m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 33% ▕█████ ▏ 1.0 GB/3.1 GB 20 MB/s 1m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 33% ▕█████ ▏ 1.0 GB/3.1 GB 20 MB/s 1m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 33% ▕█████ ▏ 1.0 GB/3.1 GB 20 MB/s 1m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 33% ▕█████ ▏ 1.0 GB/3.1 GB 20 MB/s 1m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 33% ▕█████ ▏ 1.0 GB/3.1 GB 20 MB/s 1m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 33% ▕█████ ▏ 1.0 GB/3.1 GB 20 MB/s 1m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 33% ▕█████ ▏ 1.0 GB/3.1 GB 20 MB/s 1m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 33% ▕█████ ▏ 1.0 GB/3.1 GB 20 MB/s 1m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 33% ▕█████ ▏ 1.0 GB/3.1 GB 20 MB/s 1m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 34% ▕█████ ▏ 1.0 GB/3.1 GB 20 MB/s 1m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 34% ▕█████ ▏ 1.0 GB/3.1 GB 21 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 34% ▕█████ ▏ 1.0 GB/3.1 GB 21 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 34% ▕█████ ▏ 1.0 GB/3.1 GB 21 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 34% ▕█████ ▏ 1.0 GB/3.1 GB 21 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 34% ▕█████ ▏ 1.0 GB/3.1 GB 21 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 34% ▕█████ ▏ 1.0 GB/3.1 GB 21 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 34% ▕█████ ▏ 1.0 GB/3.1 GB 21 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 34% ▕█████ ▏ 1.0 GB/3.1 GB 21 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 34% ▕█████ ▏ 1.0 GB/3.1 GB 21 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 34% ▕█████ ▏ 1.1 GB/3.1 GB 21 MB/s 1m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 34% ▕█████ ▏ 1.1 GB/3.1 GB 21 MB/s 1m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 34% ▕█████ ▏ 1.1 GB/3.1 GB 21 MB/s 1m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 34% ▕█████ ▏ 1.1 GB/3.1 GB 21 MB/s 1m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 34% ▕█████ ▏ 1.1 GB/3.1 GB 21 MB/s 1m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 34% ▕█████ ▏ 1.1 GB/3.1 GB 21 MB/s 1m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 35% ▕█████ ▏ 1.1 GB/3.1 GB 21 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 35% ▕█████ ▏ 1.1 GB/3.1 GB 21 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 35% ▕█████ ▏ 1.1 GB/3.1 GB 21 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 35% ▕█████ ▏ 1.1 GB/3.1 GB 21 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 35% ▕█████ ▏ 1.1 GB/3.1 GB 21 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 35% ▕█████ ▏ 1.1 GB/3.1 GB 22 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 35% ▕█████ ▏ 1.1 GB/3.1 GB 22 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 35% ▕█████ ▏ 1.1 GB/3.1 GB 22 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 35% ▕█████ ▏ 1.1 GB/3.1 GB 22 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 35% ▕█████ ▏ 1.1 GB/3.1 GB 22 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 35% ▕█████ ▏ 1.1 GB/3.1 GB 22 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 35% ▕█████ ▏ 1.1 GB/3.1 GB 22 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 35% ▕█████ ▏ 1.1 GB/3.1 GB 22 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 36% ▕█████ ▏ 1.1 GB/3.1 GB 22 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 36% ▕█████ ▏ 1.1 GB/3.1 GB 22 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 36% ▕█████ ▏ 1.1 GB/3.1 GB 22 MB/s 1m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 36% ▕█████ ▏ 1.1 GB/3.1 GB 22 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 36% ▕█████ ▏ 1.1 GB/3.1 GB 22 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 36% ▕█████ ▏ 1.1 GB/3.1 GB 22 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 36% ▕█████ ▏ 1.1 GB/3.1 GB 22 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 36% ▕█████ ▏ 1.1 GB/3.1 GB 22 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 36% ▕█████ ▏ 1.1 GB/3.1 GB 22 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 36% ▕█████ ▏ 1.1 GB/3.1 GB 22 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 36% ▕█████ ▏ 1.1 GB/3.1 GB 22 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 36% ▕█████ ▏ 1.1 GB/3.1 GB 22 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 37% ▕█████ ▏ 1.1 GB/3.1 GB 22 MB/s 1m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 37% ▕█████ ▏ 1.1 GB/3.1 GB 22 MB/s 1m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 37% ▕█████ ▏ 1.1 GB/3.1 GB 22 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 37% ▕█████ ▏ 1.1 GB/3.1 GB 22 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 37% ▕█████ ▏ 1.1 GB/3.1 GB 22 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 37% ▕█████ ▏ 1.1 GB/3.1 GB 22 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 37% ▕█████ ▏ 1.1 GB/3.1 GB 22 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 37% ▕█████ ▏ 1.1 GB/3.1 GB 22 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 37% ▕█████ ▏ 1.1 GB/3.1 GB 22 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 37% ▕█████ ▏ 1.1 GB/3.1 GB 22 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 37% ▕█████ ▏ 1.2 GB/3.1 GB 22 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 37% ▕█████ ▏ 1.2 GB/3.1 GB 23 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 38% ▕██████ ▏ 1.2 GB/3.1 GB 23 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 38% ▕██████ ▏ 1.2 GB/3.1 GB 23 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 38% ▕██████ ▏ 1.2 GB/3.1 GB 23 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 38% ▕██████ ▏ 1.2 GB/3.1 GB 23 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 38% ▕██████ ▏ 1.2 GB/3.1 GB 23 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 38% ▕██████ ▏ 1.2 GB/3.1 GB 23 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 38% ▕██████ ▏ 1.2 GB/3.1 GB 23 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 38% ▕██████ ▏ 1.2 GB/3.1 GB 23 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 38% ▕██████ ▏ 1.2 GB/3.1 GB 23 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 38% ▕██████ ▏ 1.2 GB/3.1 GB 23 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 38% ▕██████ ▏ 1.2 GB/3.1 GB 23 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 38% ▕██████ ▏ 1.2 GB/3.1 GB 23 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 38% ▕██████ ▏ 1.2 GB/3.1 GB 23 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 38% ▕██████ ▏ 1.2 GB/3.1 GB 23 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 39% ▕██████ ▏ 1.2 GB/3.1 GB 23 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 39% ▕██████ ▏ 1.2 GB/3.1 GB 23 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 39% ▕██████ ▏ 1.2 GB/3.1 GB 23 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 39% ▕██████ ▏ 1.2 GB/3.1 GB 23 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 39% ▕██████ ▏ 1.2 GB/3.1 GB 23 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 39% ▕██████ ▏ 1.2 GB/3.1 GB 23 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 39% ▕██████ ▏ 1.2 GB/3.1 GB 23 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 39% ▕██████ ▏ 1.2 GB/3.1 GB 23 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 39% ▕██████ ▏ 1.2 GB/3.1 GB 23 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 39% ▕██████ ▏ 1.2 GB/3.1 GB 23 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 39% ▕██████ ▏ 1.2 GB/3.1 GB 23 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 39% ▕██████ ▏ 1.2 GB/3.1 GB 23 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 39% ▕██████ ▏ 1.2 GB/3.1 GB 23 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 40% ▕██████ ▏ 1.2 GB/3.1 GB 23 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 40% ▕██████ ▏ 1.2 GB/3.1 GB 23 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 40% ▕██████ ▏ 1.2 GB/3.1 GB 23 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 40% ▕██████ ▏ 1.2 GB/3.1 GB 23 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 40% ▕██████ ▏ 1.2 GB/3.1 GB 23 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 40% ▕██████ ▏ 1.2 GB/3.1 GB 23 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 40% ▕██████ ▏ 1.2 GB/3.1 GB 23 MB/s 1m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 40% ▕██████ ▏ 1.2 GB/3.1 GB 23 MB/s 1m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 40% ▕██████ ▏ 1.2 GB/3.1 GB 23 MB/s 1m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 40% ▕██████ ▏ 1.2 GB/3.1 GB 23 MB/s 1m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 40% ▕██████ ▏ 1.2 GB/3.1 GB 23 MB/s 1m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 41% ▕██████ ▏ 1.3 GB/3.1 GB 23 MB/s 1m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 41% ▕██████ ▏ 1.3 GB/3.1 GB 24 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 41% ▕██████ ▏ 1.3 GB/3.1 GB 24 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 41% ▕██████ ▏ 1.3 GB/3.1 GB 24 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 41% ▕██████ ▏ 1.3 GB/3.1 GB 24 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 41% ▕██████ ▏ 1.3 GB/3.1 GB 24 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 41% ▕██████ ▏ 1.3 GB/3.1 GB 24 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 41% ▕██████ ▏ 1.3 GB/3.1 GB 24 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 41% ▕██████ ▏ 1.3 GB/3.1 GB 24 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 41% ▕██████ ▏ 1.3 GB/3.1 GB 24 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 41% ▕██████ ▏ 1.3 GB/3.1 GB 24 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 41% ▕██████ ▏ 1.3 GB/3.1 GB 24 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 41% ▕██████ ▏ 1.3 GB/3.1 GB 25 MB/s 1m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 42% ▕██████ ▏ 1.3 GB/3.1 GB 25 MB/s 1m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 42% ▕██████ ▏ 1.3 GB/3.1 GB 25 MB/s 1m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 42% ▕██████ ▏ 1.3 GB/3.1 GB 25 MB/s 1m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 42% ▕██████ ▏ 1.3 GB/3.1 GB 25 MB/s 1m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 42% ▕██████ ▏ 1.3 GB/3.1 GB 25 MB/s 1m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 42% ▕██████ ▏ 1.3 GB/3.1 GB 25 MB/s 1m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 42% ▕██████ ▏ 1.3 GB/3.1 GB 25 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 42% ▕██████ ▏ 1.3 GB/3.1 GB 25 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 42% ▕██████ ▏ 1.3 GB/3.1 GB 25 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 42% ▕██████ ▏ 1.3 GB/3.1 GB 24 MB/s 1m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 42% ▕██████ ▏ 1.3 GB/3.1 GB 24 MB/s 1m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 42% ▕██████ ▏ 1.3 GB/3.1 GB 24 MB/s 1m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 42% ▕██████ ▏ 1.3 GB/3.1 GB 24 MB/s 1m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 42% ▕██████ ▏ 1.3 GB/3.1 GB 24 MB/s 1m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 43% ▕██████ ▏ 1.3 GB/3.1 GB 24 MB/s 1m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 43% ▕██████ ▏ 1.3 GB/3.1 GB 24 MB/s 1m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 43% ▕██████ ▏ 1.3 GB/3.1 GB 24 MB/s 1m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 43% ▕██████ ▏ 1.3 GB/3.1 GB 24 MB/s 1m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 43% ▕██████ ▏ 1.3 GB/3.1 GB 24 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 43% ▕██████ ▏ 1.3 GB/3.1 GB 24 MB/s 1m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 43% ▕██████ ▏ 1.3 GB/3.1 GB 24 MB/s 1m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 43% ▕██████ ▏ 1.3 GB/3.1 GB 24 MB/s 1m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 43% ▕██████ ▏ 1.3 GB/3.1 GB 24 MB/s 1m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 43% ▕██████ ▏ 1.3 GB/3.1 GB 24 MB/s 1m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 43% ▕██████ ▏ 1.3 GB/3.1 GB 24 MB/s 1m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 43% ▕██████ ▏ 1.3 GB/3.1 GB 24 MB/s 1m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 43% ▕██████ ▏ 1.3 GB/3.1 GB 24 MB/s 1m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 44% ▕██████ ▏ 1.3 GB/3.1 GB 24 MB/s 1m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 44% ▕██████ ▏ 1.3 GB/3.1 GB 24 MB/s 1m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 44% ▕███████ ▏ 1.3 GB/3.1 GB 24 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 44% ▕███████ ▏ 1.4 GB/3.1 GB 24 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 44% ▕███████ ▏ 1.4 GB/3.1 GB 24 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 44% ▕███████ ▏ 1.4 GB/3.1 GB 24 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 44% ▕███████ ▏ 1.4 GB/3.1 GB 24 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 44% ▕███████ ▏ 1.4 GB/3.1 GB 24 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 44% ▕███████ ▏ 1.4 GB/3.1 GB 24 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 44% ▕███████ ▏ 1.4 GB/3.1 GB 24 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 44% ▕███████ ▏ 1.4 GB/3.1 GB 24 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 44% ▕███████ ▏ 1.4 GB/3.1 GB 24 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 45% ▕███████ ▏ 1.4 GB/3.1 GB 24 MB/s 1m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 45% ▕███████ ▏ 1.4 GB/3.1 GB 24 MB/s 1m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 45% ▕███████ ▏ 1.4 GB/3.1 GB 24 MB/s 1m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 45% ▕███████ ▏ 1.4 GB/3.1 GB 24 MB/s 1m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 45% ▕███████ ▏ 1.4 GB/3.1 GB 24 MB/s 1m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 45% ▕███████ ▏ 1.4 GB/3.1 GB 24 MB/s 1m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 45% ▕███████ ▏ 1.4 GB/3.1 GB 24 MB/s 1m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 45% ▕███████ ▏ 1.4 GB/3.1 GB 24 MB/s 1m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 45% ▕███████ ▏ 1.4 GB/3.1 GB 24 MB/s 1m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 45% ▕███████ ▏ 1.4 GB/3.1 GB 24 MB/s 1m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 45% ▕███████ ▏ 1.4 GB/3.1 GB 24 MB/s 1m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 45% ▕███████ ▏ 1.4 GB/3.1 GB 24 MB/s 1m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 45% ▕███████ ▏ 1.4 GB/3.1 GB 24 MB/s 1m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 45% ▕███████ ▏ 1.4 GB/3.1 GB 24 MB/s 1m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 46% ▕███████ ▏ 1.4 GB/3.1 GB 24 MB/s 1m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 46% ▕███████ ▏ 1.4 GB/3.1 GB 24 MB/s 1m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 46% ▕███████ ▏ 1.4 GB/3.1 GB 24 MB/s 1m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 46% ▕███████ ▏ 1.4 GB/3.1 GB 24 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 46% ▕███████ ▏ 1.4 GB/3.1 GB 24 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 46% ▕███████ ▏ 1.4 GB/3.1 GB 24 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 46% ▕███████ ▏ 1.4 GB/3.1 GB 24 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 46% ▕███████ ▏ 1.4 GB/3.1 GB 24 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 46% ▕███████ ▏ 1.4 GB/3.1 GB 24 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 46% ▕███████ ▏ 1.4 GB/3.1 GB 24 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 46% ▕███████ ▏ 1.4 GB/3.1 GB 24 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 46% ▕███████ ▏ 1.4 GB/3.1 GB 24 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 46% ▕███████ ▏ 1.4 GB/3.1 GB 24 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 47% ▕███████ ▏ 1.4 GB/3.1 GB 24 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 47% ▕███████ ▏ 1.4 GB/3.1 GB 24 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 47% ▕███████ ▏ 1.4 GB/3.1 GB 24 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 47% ▕███████ ▏ 1.4 GB/3.1 GB 24 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 47% ▕███████ ▏ 1.4 GB/3.1 GB 24 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 47% ▕███████ ▏ 1.4 GB/3.1 GB 24 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 47% ▕███████ ▏ 1.5 GB/3.1 GB 24 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 47% ▕███████ ▏ 1.5 GB/3.1 GB 24 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 47% ▕███████ ▏ 1.5 GB/3.1 GB 24 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 47% ▕███████ ▏ 1.5 GB/3.1 GB 24 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 47% ▕███████ ▏ 1.5 GB/3.1 GB 24 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 48% ▕███████ ▏ 1.5 GB/3.1 GB 24 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 48% ▕███████ ▏ 1.5 GB/3.1 GB 24 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 48% ▕███████ ▏ 1.5 GB/3.1 GB 24 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 48% ▕███████ ▏ 1.5 GB/3.1 GB 24 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 48% ▕███████ ▏ 1.5 GB/3.1 GB 24 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 48% ▕███████ ▏ 1.5 GB/3.1 GB 24 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 48% ▕███████ ▏ 1.5 GB/3.1 GB 24 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 48% ▕███████ ▏ 1.5 GB/3.1 GB 24 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 48% ▕███████ ▏ 1.5 GB/3.1 GB 24 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 48% ▕███████ ▏ 1.5 GB/3.1 GB 24 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 48% ▕███████ ▏ 1.5 GB/3.1 GB 24 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 48% ▕███████ ▏ 1.5 GB/3.1 GB 24 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 48% ▕███████ ▏ 1.5 GB/3.1 GB 24 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 48% ▕███████ ▏ 1.5 GB/3.1 GB 23 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 48% ▕███████ ▏ 1.5 GB/3.1 GB 23 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 49% ▕███████ ▏ 1.5 GB/3.1 GB 23 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 49% ▕███████ ▏ 1.5 GB/3.1 GB 23 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 49% ▕███████ ▏ 1.5 GB/3.1 GB 23 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 49% ▕███████ ▏ 1.5 GB/3.1 GB 23 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 49% ▕███████ ▏ 1.5 GB/3.1 GB 23 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 49% ▕███████ ▏ 1.5 GB/3.1 GB 23 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 49% ▕███████ ▏ 1.5 GB/3.1 GB 23 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 49% ▕███████ ▏ 1.5 GB/3.1 GB 23 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 49% ▕███████ ▏ 1.5 GB/3.1 GB 23 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 49% ▕███████ ▏ 1.5 GB/3.1 GB 24 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 49% ▕███████ ▏ 1.5 GB/3.1 GB 24 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 49% ▕███████ ▏ 1.5 GB/3.1 GB 24 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 49% ▕███████ ▏ 1.5 GB/3.1 GB 24 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 50% ▕███████ ▏ 1.5 GB/3.1 GB 24 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 50% ▕███████ ▏ 1.5 GB/3.1 GB 24 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 50% ▕███████ ▏ 1.5 GB/3.1 GB 24 MB/s 1m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 50% ▕███████ ▏ 1.5 GB/3.1 GB 24 MB/s 1m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 50% ▕███████ ▏ 1.5 GB/3.1 GB 24 MB/s 1m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 50% ▕████████ ▏ 1.5 GB/3.1 GB 24 MB/s 1m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 50% ▕████████ ▏ 1.5 GB/3.1 GB 24 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 50% ▕████████ ▏ 1.5 GB/3.1 GB 24 MB/s 1m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 50% ▕████████ ▏ 1.6 GB/3.1 GB 24 MB/s 1m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 50% ▕████████ ▏ 1.6 GB/3.1 GB 24 MB/s 1m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 50% ▕████████ ▏ 1.6 GB/3.1 GB 24 MB/s 1m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 50% ▕████████ ▏ 1.6 GB/3.1 GB 24 MB/s 1m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 51% ▕████████ ▏ 1.6 GB/3.1 GB 24 MB/s 1m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 51% ▕████████ ▏ 1.6 GB/3.1 GB 24 MB/s 1m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 51% ▕████████ ▏ 1.6 GB/3.1 GB 24 MB/s 1m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 51% ▕████████ ▏ 1.6 GB/3.1 GB 24 MB/s 1m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 51% ▕████████ ▏ 1.6 GB/3.1 GB 24 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 51% ▕████████ ▏ 1.6 GB/3.1 GB 24 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 51% ▕████████ ▏ 1.6 GB/3.1 GB 24 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 51% ▕████████ ▏ 1.6 GB/3.1 GB 24 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 51% ▕████████ ▏ 1.6 GB/3.1 GB 24 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 51% ▕████████ ▏ 1.6 GB/3.1 GB 24 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 51% ▕████████ ▏ 1.6 GB/3.1 GB 24 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 51% ▕████████ ▏ 1.6 GB/3.1 GB 24 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 51% ▕████████ ▏ 1.6 GB/3.1 GB 24 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 52% ▕████████ ▏ 1.6 GB/3.1 GB 24 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 52% ▕████████ ▏ 1.6 GB/3.1 GB 24 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 52% ▕████████ ▏ 1.6 GB/3.1 GB 24 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 52% ▕████████ ▏ 1.6 GB/3.1 GB 24 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 52% ▕████████ ▏ 1.6 GB/3.1 GB 24 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 52% ▕████████ ▏ 1.6 GB/3.1 GB 24 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 52% ▕████████ ▏ 1.6 GB/3.1 GB 24 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 52% ▕████████ ▏ 1.6 GB/3.1 GB 24 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 52% ▕████████ ▏ 1.6 GB/3.1 GB 24 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 52% ▕████████ ▏ 1.6 GB/3.1 GB 24 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 52% ▕████████ ▏ 1.6 GB/3.1 GB 24 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 53% ▕████████ ▏ 1.6 GB/3.1 GB 24 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 53% ▕████████ ▏ 1.6 GB/3.1 GB 24 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 53% ▕████████ ▏ 1.6 GB/3.1 GB 24 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 53% ▕████████ ▏ 1.6 GB/3.1 GB 24 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 53% ▕████████ ▏ 1.6 GB/3.1 GB 24 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 53% ▕████████ ▏ 1.6 GB/3.1 GB 24 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 53% ▕████████ ▏ 1.6 GB/3.1 GB 24 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 53% ▕████████ ▏ 1.6 GB/3.1 GB 24 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 53% ▕████████ ▏ 1.6 GB/3.1 GB 24 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 53% ▕████████ ▏ 1.6 GB/3.1 GB 24 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 53% ▕████████ ▏ 1.6 GB/3.1 GB 24 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 54% ▕████████ ▏ 1.7 GB/3.1 GB 25 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 54% ▕████████ ▏ 1.7 GB/3.1 GB 25 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 54% ▕████████ ▏ 1.7 GB/3.1 GB 25 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 54% ▕████████ ▏ 1.7 GB/3.1 GB 25 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 54% ▕████████ ▏ 1.7 GB/3.1 GB 25 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 54% ▕████████ ▏ 1.7 GB/3.1 GB 25 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 54% ▕████████ ▏ 1.7 GB/3.1 GB 25 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 54% ▕████████ ▏ 1.7 GB/3.1 GB 25 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 54% ▕████████ ▏ 1.7 GB/3.1 GB 25 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 54% ▕████████ ▏ 1.7 GB/3.1 GB 25 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 54% ▕████████ ▏ 1.7 GB/3.1 GB 24 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 54% ▕████████ ▏ 1.7 GB/3.1 GB 24 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 54% ▕████████ ▏ 1.7 GB/3.1 GB 24 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 54% ▕████████ ▏ 1.7 GB/3.1 GB 24 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 55% ▕████████ ▏ 1.7 GB/3.1 GB 24 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 55% ▕████████ ▏ 1.7 GB/3.1 GB 24 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 55% ▕████████ ▏ 1.7 GB/3.1 GB 24 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 55% ▕████████ ▏ 1.7 GB/3.1 GB 24 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 55% ▕████████ ▏ 1.7 GB/3.1 GB 24 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 55% ▕████████ ▏ 1.7 GB/3.1 GB 24 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 55% ▕████████ ▏ 1.7 GB/3.1 GB 25 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 55% ▕████████ ▏ 1.7 GB/3.1 GB 25 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 55% ▕████████ ▏ 1.7 GB/3.1 GB 25 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 55% ▕████████ ▏ 1.7 GB/3.1 GB 25 MB/s 54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 55% ▕████████ ▏ 1.7 GB/3.1 GB 25 MB/s 54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 56% ▕████████ ▏ 1.7 GB/3.1 GB 25 MB/s 54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 56% ▕████████ ▏ 1.7 GB/3.1 GB 25 MB/s 54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 56% ▕████████ ▏ 1.7 GB/3.1 GB 25 MB/s 54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 56% ▕████████ ▏ 1.7 GB/3.1 GB 25 MB/s 54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 56% ▕████████ ▏ 1.7 GB/3.1 GB 25 MB/s 54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 56% ▕████████ ▏ 1.7 GB/3.1 GB 25 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 56% ▕████████ ▏ 1.7 GB/3.1 GB 25 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 56% ▕████████ ▏ 1.7 GB/3.1 GB 25 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 56% ▕████████ ▏ 1.7 GB/3.1 GB 25 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 56% ▕████████ ▏ 1.7 GB/3.1 GB 25 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 56% ▕████████ ▏ 1.7 GB/3.1 GB 25 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 56% ▕█████████ ▏ 1.7 GB/3.1 GB 25 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 56% ▕█████████ ▏ 1.7 GB/3.1 GB 25 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 56% ▕█████████ ▏ 1.7 GB/3.1 GB 25 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 56% ▕█████████ ▏ 1.7 GB/3.1 GB 25 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 56% ▕█████████ ▏ 1.7 GB/3.1 GB 24 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 56% ▕█████████ ▏ 1.7 GB/3.1 GB 24 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 56% ▕█████████ ▏ 1.7 GB/3.1 GB 24 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 57% ▕█████████ ▏ 1.7 GB/3.1 GB 24 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 57% ▕█████████ ▏ 1.7 GB/3.1 GB 24 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 57% ▕█████████ ▏ 1.7 GB/3.1 GB 24 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 57% ▕█████████ ▏ 1.7 GB/3.1 GB 24 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 57% ▕█████████ ▏ 1.7 GB/3.1 GB 24 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 57% ▕█████████ ▏ 1.7 GB/3.1 GB 24 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 57% ▕█████████ ▏ 1.7 GB/3.1 GB 24 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 57% ▕█████████ ▏ 1.7 GB/3.1 GB 24 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 57% ▕█████████ ▏ 1.7 GB/3.1 GB 22 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 57% ▕█████████ ▏ 1.8 GB/3.1 GB 22 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 57% ▕█████████ ▏ 1.8 GB/3.1 GB 22 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 57% ▕█████████ ▏ 1.8 GB/3.1 GB 22 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 57% ▕█████████ ▏ 1.8 GB/3.1 GB 22 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 57% ▕█████████ ▏ 1.8 GB/3.1 GB 22 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 57% ▕█████████ ▏ 1.8 GB/3.1 GB 22 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 57% ▕█████████ ▏ 1.8 GB/3.1 GB 22 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 57% ▕█████████ ▏ 1.8 GB/3.1 GB 22 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 57% ▕█████████ ▏ 1.8 GB/3.1 GB 22 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 57% ▕█████████ ▏ 1.8 GB/3.1 GB 21 MB/s 1m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 57% ▕█████████ ▏ 1.8 GB/3.1 GB 21 MB/s 1m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 57% ▕█████████ ▏ 1.8 GB/3.1 GB 21 MB/s 1m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 57% ▕█████████ ▏ 1.8 GB/3.1 GB 21 MB/s 1m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 57% ▕█████████ ▏ 1.8 GB/3.1 GB 21 MB/s 1m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 57% ▕█████████ ▏ 1.8 GB/3.1 GB 21 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 57% ▕█████████ ▏ 1.8 GB/3.1 GB 21 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 57% ▕█████████ ▏ 1.8 GB/3.1 GB 21 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 58% ▕█████████ ▏ 1.8 GB/3.1 GB 21 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 58% ▕█████████ ▏ 1.8 GB/3.1 GB 21 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 58% ▕█████████ ▏ 1.8 GB/3.1 GB 20 MB/s 1m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 58% ▕█████████ ▏ 1.8 GB/3.1 GB 20 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 58% ▕█████████ ▏ 1.8 GB/3.1 GB 20 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 58% ▕█████████ ▏ 1.8 GB/3.1 GB 20 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 58% ▕█████████ ▏ 1.8 GB/3.1 GB 20 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 58% ▕█████████ ▏ 1.8 GB/3.1 GB 20 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 58% ▕█████████ ▏ 1.8 GB/3.1 GB 20 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 58% ▕█████████ ▏ 1.8 GB/3.1 GB 20 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 58% ▕█████████ ▏ 1.8 GB/3.1 GB 20 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 58% ▕█████████ ▏ 1.8 GB/3.1 GB 20 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 58% ▕█████████ ▏ 1.8 GB/3.1 GB 19 MB/s 1m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 58% ▕█████████ ▏ 1.8 GB/3.1 GB 19 MB/s 1m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 59% ▕█████████ ▏ 1.8 GB/3.1 GB 19 MB/s 1m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 59% ▕█████████ ▏ 1.8 GB/3.1 GB 19 MB/s 1m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 59% ▕█████████ ▏ 1.8 GB/3.1 GB 19 MB/s 1m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 59% ▕█████████ ▏ 1.8 GB/3.1 GB 19 MB/s 1m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 59% ▕█████████ ▏ 1.8 GB/3.1 GB 19 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 59% ▕█████████ ▏ 1.8 GB/3.1 GB 19 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 59% ▕█████████ ▏ 1.8 GB/3.1 GB 19 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 59% ▕█████████ ▏ 1.8 GB/3.1 GB 19 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 59% ▕█████████ ▏ 1.8 GB/3.1 GB 19 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 59% ▕█████████ ▏ 1.8 GB/3.1 GB 19 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 59% ▕█████████ ▏ 1.8 GB/3.1 GB 19 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 59% ▕█████████ ▏ 1.8 GB/3.1 GB 19 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 59% ▕█████████ ▏ 1.8 GB/3.1 GB 19 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 59% ▕█████████ ▏ 1.8 GB/3.1 GB 19 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 59% ▕█████████ ▏ 1.8 GB/3.1 GB 19 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 59% ▕█████████ ▏ 1.8 GB/3.1 GB 19 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 60% ▕█████████ ▏ 1.8 GB/3.1 GB 19 MB/s 1m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 60% ▕█████████ ▏ 1.8 GB/3.1 GB 19 MB/s 1m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 60% ▕█████████ ▏ 1.8 GB/3.1 GB 19 MB/s 1m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 60% ▕█████████ ▏ 1.8 GB/3.1 GB 18 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 60% ▕█████████ ▏ 1.8 GB/3.1 GB 18 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 60% ▕█████████ ▏ 1.8 GB/3.1 GB 18 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 60% ▕█████████ ▏ 1.8 GB/3.1 GB 18 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 60% ▕█████████ ▏ 1.9 GB/3.1 GB 18 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 60% ▕█████████ ▏ 1.9 GB/3.1 GB 18 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 60% ▕█████████ ▏ 1.9 GB/3.1 GB 18 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 60% ▕█████████ ▏ 1.9 GB/3.1 GB 18 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 60% ▕█████████ ▏ 1.9 GB/3.1 GB 18 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 60% ▕█████████ ▏ 1.9 GB/3.1 GB 18 MB/s 1m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 61% ▕█████████ ▏ 1.9 GB/3.1 GB 18 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 61% ▕█████████ ▏ 1.9 GB/3.1 GB 18 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 61% ▕█████████ ▏ 1.9 GB/3.1 GB 18 MB/s 1m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 61% ▕█████████ ▏ 1.9 GB/3.1 GB 18 MB/s 1m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 61% ▕█████████ ▏ 1.9 GB/3.1 GB 18 MB/s 1m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 61% ▕█████████ ▏ 1.9 GB/3.1 GB 18 MB/s 1m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 61% ▕█████████ ▏ 1.9 GB/3.1 GB 18 MB/s 1m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 61% ▕█████████ ▏ 1.9 GB/3.1 GB 18 MB/s 1m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 61% ▕█████████ ▏ 1.9 GB/3.1 GB 18 MB/s 1m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 61% ▕█████████ ▏ 1.9 GB/3.1 GB 18 MB/s 1m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 61% ▕█████████ ▏ 1.9 GB/3.1 GB 18 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 61% ▕█████████ ▏ 1.9 GB/3.1 GB 18 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 61% ▕█████████ ▏ 1.9 GB/3.1 GB 18 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 61% ▕█████████ ▏ 1.9 GB/3.1 GB 18 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 61% ▕█████████ ▏ 1.9 GB/3.1 GB 18 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 62% ▕█████████ ▏ 1.9 GB/3.1 GB 18 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 62% ▕█████████ ▏ 1.9 GB/3.1 GB 18 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 62% ▕█████████ ▏ 1.9 GB/3.1 GB 18 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 62% ▕█████████ ▏ 1.9 GB/3.1 GB 18 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 62% ▕█████████ ▏ 1.9 GB/3.1 GB 18 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 62% ▕█████████ ▏ 1.9 GB/3.1 GB 18 MB/s 1m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 62% ▕█████████ ▏ 1.9 GB/3.1 GB 18 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 62% ▕█████████ ▏ 1.9 GB/3.1 GB 18 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 62% ▕█████████ ▏ 1.9 GB/3.1 GB 18 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 62% ▕█████████ ▏ 1.9 GB/3.1 GB 18 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 62% ▕█████████ ▏ 1.9 GB/3.1 GB 18 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 62% ▕█████████ ▏ 1.9 GB/3.1 GB 18 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 63% ▕██████████ ▏ 1.9 GB/3.1 GB 18 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 63% ▕██████████ ▏ 1.9 GB/3.1 GB 18 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 63% ▕██████████ ▏ 1.9 GB/3.1 GB 18 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 63% ▕██████████ ▏ 1.9 GB/3.1 GB 21 MB/s 54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 63% ▕██████████ ▏ 1.9 GB/3.1 GB 21 MB/s 54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 63% ▕██████████ ▏ 1.9 GB/3.1 GB 21 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 63% ▕██████████ ▏ 1.9 GB/3.1 GB 21 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 63% ▕██████████ ▏ 1.9 GB/3.1 GB 21 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 63% ▕██████████ ▏ 1.9 GB/3.1 GB 21 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 63% ▕██████████ ▏ 2.0 GB/3.1 GB 21 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 63% ▕██████████ ▏ 2.0 GB/3.1 GB 21 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 63% ▕██████████ ▏ 2.0 GB/3.1 GB 21 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 64% ▕██████████ ▏ 2.0 GB/3.1 GB 21 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 64% ▕██████████ ▏ 2.0 GB/3.1 GB 21 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 64% ▕██████████ ▏ 2.0 GB/3.1 GB 22 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 64% ▕██████████ ▏ 2.0 GB/3.1 GB 22 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 64% ▕██████████ ▏ 2.0 GB/3.1 GB 22 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 64% ▕██████████ ▏ 2.0 GB/3.1 GB 22 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 64% ▕██████████ ▏ 2.0 GB/3.1 GB 22 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 64% ▕██████████ ▏ 2.0 GB/3.1 GB 22 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 64% ▕██████████ ▏ 2.0 GB/3.1 GB 22 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 64% ▕██████████ ▏ 2.0 GB/3.1 GB 22 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 64% ▕██████████ ▏ 2.0 GB/3.1 GB 22 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 64% ▕██████████ ▏ 2.0 GB/3.1 GB 22 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 64% ▕██████████ ▏ 2.0 GB/3.1 GB 23 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 65% ▕██████████ ▏ 2.0 GB/3.1 GB 23 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 65% ▕██████████ ▏ 2.0 GB/3.1 GB 23 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 65% ▕██████████ ▏ 2.0 GB/3.1 GB 23 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 65% ▕██████████ ▏ 2.0 GB/3.1 GB 23 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 65% ▕██████████ ▏ 2.0 GB/3.1 GB 23 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 65% ▕██████████ ▏ 2.0 GB/3.1 GB 23 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 65% ▕██████████ ▏ 2.0 GB/3.1 GB 23 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 65% ▕██████████ ▏ 2.0 GB/3.1 GB 23 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 65% ▕██████████ ▏ 2.0 GB/3.1 GB 23 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 65% ▕██████████ ▏ 2.0 GB/3.1 GB 22 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 65% ▕██████████ ▏ 2.0 GB/3.1 GB 22 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 65% ▕██████████ ▏ 2.0 GB/3.1 GB 22 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 65% ▕██████████ ▏ 2.0 GB/3.1 GB 22 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 65% ▕██████████ ▏ 2.0 GB/3.1 GB 22 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 65% ▕██████████ ▏ 2.0 GB/3.1 GB 22 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 65% ▕██████████ ▏ 2.0 GB/3.1 GB 22 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 65% ▕██████████ ▏ 2.0 GB/3.1 GB 22 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 65% ▕██████████ ▏ 2.0 GB/3.1 GB 22 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 65% ▕██████████ ▏ 2.0 GB/3.1 GB 22 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 65% ▕██████████ ▏ 2.0 GB/3.1 GB 21 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 65% ▕██████████ ▏ 2.0 GB/3.1 GB 21 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 65% ▕██████████ ▏ 2.0 GB/3.1 GB 21 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 66% ▕██████████ ▏ 2.0 GB/3.1 GB 21 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 66% ▕██████████ ▏ 2.0 GB/3.1 GB 21 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 66% ▕██████████ ▏ 2.0 GB/3.1 GB 21 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 66% ▕██████████ ▏ 2.0 GB/3.1 GB 21 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 66% ▕██████████ ▏ 2.0 GB/3.1 GB 21 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 66% ▕██████████ ▏ 2.0 GB/3.1 GB 21 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 66% ▕██████████ ▏ 2.0 GB/3.1 GB 21 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 66% ▕██████████ ▏ 2.0 GB/3.1 GB 21 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 66% ▕██████████ ▏ 2.0 GB/3.1 GB 21 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 66% ▕██████████ ▏ 2.0 GB/3.1 GB 21 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 66% ▕██████████ ▏ 2.0 GB/3.1 GB 21 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 66% ▕██████████ ▏ 2.0 GB/3.1 GB 21 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 66% ▕██████████ ▏ 2.0 GB/3.1 GB 21 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 66% ▕██████████ ▏ 2.0 GB/3.1 GB 21 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 66% ▕██████████ ▏ 2.0 GB/3.1 GB 21 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 66% ▕██████████ ▏ 2.0 GB/3.1 GB 21 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 67% ▕██████████ ▏ 2.1 GB/3.1 GB 21 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 67% ▕██████████ ▏ 2.1 GB/3.1 GB 21 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 67% ▕██████████ ▏ 2.1 GB/3.1 GB 20 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 67% ▕██████████ ▏ 2.1 GB/3.1 GB 20 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 67% ▕██████████ ▏ 2.1 GB/3.1 GB 20 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 67% ▕██████████ ▏ 2.1 GB/3.1 GB 20 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 67% ▕██████████ ▏ 2.1 GB/3.1 GB 20 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 67% ▕██████████ ▏ 2.1 GB/3.1 GB 20 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 67% ▕██████████ ▏ 2.1 GB/3.1 GB 20 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 67% ▕██████████ ▏ 2.1 GB/3.1 GB 20 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 67% ▕██████████ ▏ 2.1 GB/3.1 GB 20 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 67% ▕██████████ ▏ 2.1 GB/3.1 GB 20 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 67% ▕██████████ ▏ 2.1 GB/3.1 GB 20 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 67% ▕██████████ ▏ 2.1 GB/3.1 GB 20 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 67% ▕██████████ ▏ 2.1 GB/3.1 GB 20 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 68% ▕██████████ ▏ 2.1 GB/3.1 GB 20 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 68% ▕██████████ ▏ 2.1 GB/3.1 GB 20 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 68% ▕██████████ ▏ 2.1 GB/3.1 GB 20 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 68% ▕██████████ ▏ 2.1 GB/3.1 GB 20 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 68% ▕██████████ ▏ 2.1 GB/3.1 GB 20 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 68% ▕██████████ ▏ 2.1 GB/3.1 GB 20 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 68% ▕██████████ ▏ 2.1 GB/3.1 GB 20 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 68% ▕██████████ ▏ 2.1 GB/3.1 GB 21 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 68% ▕██████████ ▏ 2.1 GB/3.1 GB 21 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 68% ▕██████████ ▏ 2.1 GB/3.1 GB 21 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 68% ▕██████████ ▏ 2.1 GB/3.1 GB 21 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 68% ▕██████████ ▏ 2.1 GB/3.1 GB 21 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 68% ▕██████████ ▏ 2.1 GB/3.1 GB 21 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 68% ▕██████████ ▏ 2.1 GB/3.1 GB 21 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 69% ▕██████████ ▏ 2.1 GB/3.1 GB 21 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 69% ▕██████████ ▏ 2.1 GB/3.1 GB 21 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 69% ▕███████████ ▏ 2.1 GB/3.1 GB 21 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 69% ▕███████████ ▏ 2.1 GB/3.1 GB 20 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 69% ▕███████████ ▏ 2.1 GB/3.1 GB 20 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 69% ▕███████████ ▏ 2.1 GB/3.1 GB 20 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 69% ▕███████████ ▏ 2.1 GB/3.1 GB 20 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 69% ▕███████████ ▏ 2.1 GB/3.1 GB 20 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 69% ▕███████████ ▏ 2.1 GB/3.1 GB 20 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 69% ▕███████████ ▏ 2.1 GB/3.1 GB 20 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 69% ▕███████████ ▏ 2.1 GB/3.1 GB 20 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 69% ▕███████████ ▏ 2.1 GB/3.1 GB 20 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 70% ▕███████████ ▏ 2.1 GB/3.1 GB 20 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 70% ▕███████████ ▏ 2.1 GB/3.1 GB 20 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 70% ▕███████████ ▏ 2.2 GB/3.1 GB 20 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 70% ▕███████████ ▏ 2.2 GB/3.1 GB 20 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 70% ▕███████████ ▏ 2.2 GB/3.1 GB 20 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 70% ▕███████████ ▏ 2.2 GB/3.1 GB 20 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 70% ▕███████████ ▏ 2.2 GB/3.1 GB 20 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 70% ▕███████████ ▏ 2.2 GB/3.1 GB 20 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 70% ▕███████████ ▏ 2.2 GB/3.1 GB 20 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 70% ▕███████████ ▏ 2.2 GB/3.1 GB 20 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 70% ▕███████████ ▏ 2.2 GB/3.1 GB 20 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 70% ▕███████████ ▏ 2.2 GB/3.1 GB 20 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 70% ▕███████████ ▏ 2.2 GB/3.1 GB 19 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 70% ▕███████████ ▏ 2.2 GB/3.1 GB 19 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 70% ▕███████████ ▏ 2.2 GB/3.1 GB 19 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 70% ▕███████████ ▏ 2.2 GB/3.1 GB 19 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 70% ▕███████████ ▏ 2.2 GB/3.1 GB 19 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 70% ▕███████████ ▏ 2.2 GB/3.1 GB 19 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 71% ▕███████████ ▏ 2.2 GB/3.1 GB 19 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 71% ▕███████████ ▏ 2.2 GB/3.1 GB 19 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 71% ▕███████████ ▏ 2.2 GB/3.1 GB 19 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 71% ▕███████████ ▏ 2.2 GB/3.1 GB 19 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 71% ▕███████████ ▏ 2.2 GB/3.1 GB 20 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 71% ▕███████████ ▏ 2.2 GB/3.1 GB 20 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 71% ▕███████████ ▏ 2.2 GB/3.1 GB 20 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 71% ▕███████████ ▏ 2.2 GB/3.1 GB 20 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 71% ▕███████████ ▏ 2.2 GB/3.1 GB 20 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 71% ▕███████████ ▏ 2.2 GB/3.1 GB 20 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 71% ▕███████████ ▏ 2.2 GB/3.1 GB 20 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 71% ▕███████████ ▏ 2.2 GB/3.1 GB 20 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 71% ▕███████████ ▏ 2.2 GB/3.1 GB 20 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 71% ▕███████████ ▏ 2.2 GB/3.1 GB 20 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 71% ▕███████████ ▏ 2.2 GB/3.1 GB 20 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 71% ▕███████████ ▏ 2.2 GB/3.1 GB 20 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 71% ▕███████████ ▏ 2.2 GB/3.1 GB 20 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 72% ▕███████████ ▏ 2.2 GB/3.1 GB 20 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 72% ▕███████████ ▏ 2.2 GB/3.1 GB 20 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 72% ▕███████████ ▏ 2.2 GB/3.1 GB 20 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 72% ▕███████████ ▏ 2.2 GB/3.1 GB 20 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 72% ▕███████████ ▏ 2.2 GB/3.1 GB 20 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 72% ▕███████████ ▏ 2.2 GB/3.1 GB 20 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 72% ▕███████████ ▏ 2.2 GB/3.1 GB 20 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 72% ▕███████████ ▏ 2.2 GB/3.1 GB 20 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 72% ▕███████████ ▏ 2.2 GB/3.1 GB 20 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 72% ▕███████████ ▏ 2.2 GB/3.1 GB 20 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 72% ▕███████████ ▏ 2.2 GB/3.1 GB 20 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 72% ▕███████████ ▏ 2.2 GB/3.1 GB 20 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 72% ▕███████████ ▏ 2.2 GB/3.1 GB 20 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 72% ▕███████████ ▏ 2.2 GB/3.1 GB 20 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 73% ▕███████████ ▏ 2.2 GB/3.1 GB 20 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 73% ▕███████████ ▏ 2.2 GB/3.1 GB 20 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 73% ▕███████████ ▏ 2.2 GB/3.1 GB 20 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 73% ▕███████████ ▏ 2.2 GB/3.1 GB 21 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 73% ▕███████████ ▏ 2.2 GB/3.1 GB 21 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 73% ▕███████████ ▏ 2.3 GB/3.1 GB 21 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 73% ▕███████████ ▏ 2.3 GB/3.1 GB 21 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 73% ▕███████████ ▏ 2.3 GB/3.1 GB 21 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 73% ▕███████████ ▏ 2.3 GB/3.1 GB 21 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 73% ▕███████████ ▏ 2.3 GB/3.1 GB 21 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 73% ▕███████████ ▏ 2.3 GB/3.1 GB 21 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 73% ▕███████████ ▏ 2.3 GB/3.1 GB 21 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 74% ▕███████████ ▏ 2.3 GB/3.1 GB 21 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 74% ▕███████████ ▏ 2.3 GB/3.1 GB 21 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 74% ▕███████████ ▏ 2.3 GB/3.1 GB 22 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 74% ▕███████████ ▏ 2.3 GB/3.1 GB 22 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 74% ▕███████████ ▏ 2.3 GB/3.1 GB 22 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 74% ▕███████████ ▏ 2.3 GB/3.1 GB 22 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 74% ▕███████████ ▏ 2.3 GB/3.1 GB 22 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 74% ▕███████████ ▏ 2.3 GB/3.1 GB 22 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 74% ▕███████████ ▏ 2.3 GB/3.1 GB 22 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 74% ▕███████████ ▏ 2.3 GB/3.1 GB 22 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 74% ▕███████████ ▏ 2.3 GB/3.1 GB 22 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 74% ▕███████████ ▏ 2.3 GB/3.1 GB 22 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 74% ▕███████████ ▏ 2.3 GB/3.1 GB 21 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 74% ▕███████████ ▏ 2.3 GB/3.1 GB 21 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 75% ▕███████████ ▏ 2.3 GB/3.1 GB 21 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 75% ▕███████████ ▏ 2.3 GB/3.1 GB 21 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 75% ▕███████████ ▏ 2.3 GB/3.1 GB 21 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 75% ▕███████████ ▏ 2.3 GB/3.1 GB 21 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 75% ▕███████████ ▏ 2.3 GB/3.1 GB 21 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 75% ▕███████████ ▏ 2.3 GB/3.1 GB 21 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 75% ▕███████████ ▏ 2.3 GB/3.1 GB 21 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 75% ▕███████████ ▏ 2.3 GB/3.1 GB 21 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 75% ▕████████████ ▏ 2.3 GB/3.1 GB 21 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 75% ▕████████████ ▏ 2.3 GB/3.1 GB 21 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 75% ▕████████████ ▏ 2.3 GB/3.1 GB 21 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 75% ▕████████████ ▏ 2.3 GB/3.1 GB 21 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 75% ▕████████████ ▏ 2.3 GB/3.1 GB 21 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 75% ▕████████████ ▏ 2.3 GB/3.1 GB 21 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 75% ▕████████████ ▏ 2.3 GB/3.1 GB 21 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 75% ▕████████████ ▏ 2.3 GB/3.1 GB 21 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 76% ▕████████████ ▏ 2.3 GB/3.1 GB 21 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 76% ▕████████████ ▏ 2.3 GB/3.1 GB 21 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 76% ▕████████████ ▏ 2.3 GB/3.1 GB 20 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 76% ▕████████████ ▏ 2.3 GB/3.1 GB 20 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 76% ▕████████████ ▏ 2.3 GB/3.1 GB 20 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 76% ▕████████████ ▏ 2.3 GB/3.1 GB 20 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 76% ▕████████████ ▏ 2.3 GB/3.1 GB 20 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 76% ▕████████████ ▏ 2.3 GB/3.1 GB 20 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 76% ▕████████████ ▏ 2.3 GB/3.1 GB 20 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 76% ▕████████████ ▏ 2.3 GB/3.1 GB 20 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 76% ▕████████████ ▏ 2.4 GB/3.1 GB 20 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 76% ▕████████████ ▏ 2.4 GB/3.1 GB 20 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 76% ▕████████████ ▏ 2.4 GB/3.1 GB 21 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 76% ▕████████████ ▏ 2.4 GB/3.1 GB 21 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 77% ▕████████████ ▏ 2.4 GB/3.1 GB 21 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 77% ▕████████████ ▏ 2.4 GB/3.1 GB 21 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 77% ▕████████████ ▏ 2.4 GB/3.1 GB 21 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 77% ▕████████████ ▏ 2.4 GB/3.1 GB 21 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 77% ▕████████████ ▏ 2.4 GB/3.1 GB 21 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 77% ▕████████████ ▏ 2.4 GB/3.1 GB 21 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 77% ▕████████████ ▏ 2.4 GB/3.1 GB 21 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 77% ▕████████████ ▏ 2.4 GB/3.1 GB 21 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 77% ▕████████████ ▏ 2.4 GB/3.1 GB 21 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 77% ▕████████████ ▏ 2.4 GB/3.1 GB 21 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 77% ▕████████████ ▏ 2.4 GB/3.1 GB 21 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 77% ▕████████████ ▏ 2.4 GB/3.1 GB 21 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 77% ▕████████████ ▏ 2.4 GB/3.1 GB 21 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 77% ▕████████████ ▏ 2.4 GB/3.1 GB 21 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 78% ▕████████████ ▏ 2.4 GB/3.1 GB 21 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 78% ▕████████████ ▏ 2.4 GB/3.1 GB 21 MB/s 31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 78% ▕████████████ ▏ 2.4 GB/3.1 GB 21 MB/s 31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 78% ▕████████████ ▏ 2.4 GB/3.1 GB 21 MB/s 31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 78% ▕████████████ ▏ 2.4 GB/3.1 GB 21 MB/s 31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 78% ▕████████████ ▏ 2.4 GB/3.1 GB 22 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 78% ▕████████████ ▏ 2.4 GB/3.1 GB 22 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 78% ▕████████████ ▏ 2.4 GB/3.1 GB 22 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 78% ▕████████████ ▏ 2.4 GB/3.1 GB 22 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 78% ▕████████████ ▏ 2.4 GB/3.1 GB 22 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 78% ▕████████████ ▏ 2.4 GB/3.1 GB 22 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 79% ▕████████████ ▏ 2.4 GB/3.1 GB 22 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 79% ▕████████████ ▏ 2.4 GB/3.1 GB 22 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 79% ▕████████████ ▏ 2.4 GB/3.1 GB 22 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 79% ▕████████████ ▏ 2.4 GB/3.1 GB 22 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 79% ▕████████████ ▏ 2.4 GB/3.1 GB 24 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 79% ▕████████████ ▏ 2.4 GB/3.1 GB 24 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 79% ▕████████████ ▏ 2.4 GB/3.1 GB 24 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 79% ▕████████████ ▏ 2.4 GB/3.1 GB 24 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 79% ▕████████████ ▏ 2.4 GB/3.1 GB 24 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 80% ▕████████████ ▏ 2.5 GB/3.1 GB 24 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 80% ▕████████████ ▏ 2.5 GB/3.1 GB 24 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 80% ▕████████████ ▏ 2.5 GB/3.1 GB 24 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 80% ▕████████████ ▏ 2.5 GB/3.1 GB 24 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 80% ▕████████████ ▏ 2.5 GB/3.1 GB 24 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 80% ▕████████████ ▏ 2.5 GB/3.1 GB 24 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 80% ▕████████████ ▏ 2.5 GB/3.1 GB 24 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 80% ▕████████████ ▏ 2.5 GB/3.1 GB 24 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 80% ▕████████████ ▏ 2.5 GB/3.1 GB 24 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 80% ▕████████████ ▏ 2.5 GB/3.1 GB 24 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 80% ▕████████████ ▏ 2.5 GB/3.1 GB 24 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 81% ▕████████████ ▏ 2.5 GB/3.1 GB 24 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 81% ▕████████████ ▏ 2.5 GB/3.1 GB 24 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 81% ▕████████████ ▏ 2.5 GB/3.1 GB 24 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 81% ▕████████████ ▏ 2.5 GB/3.1 GB 24 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 81% ▕████████████ ▏ 2.5 GB/3.1 GB 24 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 81% ▕████████████ ▏ 2.5 GB/3.1 GB 24 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 81% ▕████████████ ▏ 2.5 GB/3.1 GB 24 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 81% ▕████████████ ▏ 2.5 GB/3.1 GB 24 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 81% ▕████████████ ▏ 2.5 GB/3.1 GB 24 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 81% ▕█████████████ ▏ 2.5 GB/3.1 GB 24 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 81% ▕█████████████ ▏ 2.5 GB/3.1 GB 24 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 81% ▕█████████████ ▏ 2.5 GB/3.1 GB 24 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 82% ▕█████████████ ▏ 2.5 GB/3.1 GB 24 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 82% ▕█████████████ ▏ 2.5 GB/3.1 GB 24 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 82% ▕█████████████ ▏ 2.5 GB/3.1 GB 24 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 82% ▕█████████████ ▏ 2.5 GB/3.1 GB 25 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 82% ▕█████████████ ▏ 2.5 GB/3.1 GB 25 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 82% ▕█████████████ ▏ 2.5 GB/3.1 GB 25 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 82% ▕█████████████ ▏ 2.5 GB/3.1 GB 25 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 82% ▕█████████████ ▏ 2.5 GB/3.1 GB 25 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 82% ▕█████████████ ▏ 2.5 GB/3.1 GB 25 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 82% ▕█████████████ ▏ 2.5 GB/3.1 GB 25 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 83% ▕█████████████ ▏ 2.5 GB/3.1 GB 25 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 83% ▕█████████████ ▏ 2.5 GB/3.1 GB 25 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 83% ▕█████████████ ▏ 2.6 GB/3.1 GB 25 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 83% ▕█████████████ ▏ 2.6 GB/3.1 GB 26 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 83% ▕█████████████ ▏ 2.6 GB/3.1 GB 26 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 83% ▕█████████████ ▏ 2.6 GB/3.1 GB 26 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 83% ▕█████████████ ▏ 2.6 GB/3.1 GB 26 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 83% ▕█████████████ ▏ 2.6 GB/3.1 GB 26 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 83% ▕█████████████ ▏ 2.6 GB/3.1 GB 26 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 83% ▕█████████████ ▏ 2.6 GB/3.1 GB 26 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 83% ▕█████████████ ▏ 2.6 GB/3.1 GB 26 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 84% ▕█████████████ ▏ 2.6 GB/3.1 GB 26 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 84% ▕█████████████ ▏ 2.6 GB/3.1 GB 26 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 84% ▕█████████████ ▏ 2.6 GB/3.1 GB 28 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 84% ▕█████████████ ▏ 2.6 GB/3.1 GB 28 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 84% ▕█████████████ ▏ 2.6 GB/3.1 GB 28 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 84% ▕█████████████ ▏ 2.6 GB/3.1 GB 28 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 84% ▕█████████████ ▏ 2.6 GB/3.1 GB 28 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 85% ▕█████████████ ▏ 2.6 GB/3.1 GB 28 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 85% ▕█████████████ ▏ 2.6 GB/3.1 GB 28 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 85% ▕█████████████ ▏ 2.6 GB/3.1 GB 28 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 85% ▕█████████████ ▏ 2.6 GB/3.1 GB 28 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 85% ▕█████████████ ▏ 2.6 GB/3.1 GB 28 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 85% ▕█████████████ ▏ 2.6 GB/3.1 GB 29 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 85% ▕█████████████ ▏ 2.6 GB/3.1 GB 29 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 85% ▕█████████████ ▏ 2.6 GB/3.1 GB 29 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 85% ▕█████████████ ▏ 2.6 GB/3.1 GB 29 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 85% ▕█████████████ ▏ 2.6 GB/3.1 GB 29 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 86% ▕█████████████ ▏ 2.6 GB/3.1 GB 29 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 86% ▕█████████████ ▏ 2.6 GB/3.1 GB 29 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 86% ▕█████████████ ▏ 2.6 GB/3.1 GB 29 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 86% ▕█████████████ ▏ 2.6 GB/3.1 GB 29 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 86% ▕█████████████ ▏ 2.6 GB/3.1 GB 29 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 86% ▕█████████████ ▏ 2.6 GB/3.1 GB 30 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 86% ▕█████████████ ▏ 2.6 GB/3.1 GB 30 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 86% ▕█████████████ ▏ 2.6 GB/3.1 GB 30 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 86% ▕█████████████ ▏ 2.7 GB/3.1 GB 30 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 86% ▕█████████████ ▏ 2.7 GB/3.1 GB 30 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 86% ▕█████████████ ▏ 2.7 GB/3.1 GB 30 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 86% ▕█████████████ ▏ 2.7 GB/3.1 GB 30 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 86% ▕█████████████ ▏ 2.7 GB/3.1 GB 30 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 87% ▕█████████████ ▏ 2.7 GB/3.1 GB 30 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 87% ▕█████████████ ▏ 2.7 GB/3.1 GB 30 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 87% ▕█████████████ ▏ 2.7 GB/3.1 GB 30 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 87% ▕█████████████ ▏ 2.7 GB/3.1 GB 30 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 87% ▕█████████████ ▏ 2.7 GB/3.1 GB 30 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 87% ▕█████████████ ▏ 2.7 GB/3.1 GB 30 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 87% ▕█████████████ ▏ 2.7 GB/3.1 GB 30 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 87% ▕█████████████ ▏ 2.7 GB/3.1 GB 30 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 87% ▕█████████████ ▏ 2.7 GB/3.1 GB 30 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 87% ▕█████████████ ▏ 2.7 GB/3.1 GB 30 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 87% ▕█████████████ ▏ 2.7 GB/3.1 GB 30 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 87% ▕█████████████ ▏ 2.7 GB/3.1 GB 30 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 88% ▕██████████████ ▏ 2.7 GB/3.1 GB 30 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 88% ▕██████████████ ▏ 2.7 GB/3.1 GB 29 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 88% ▕██████████████ ▏ 2.7 GB/3.1 GB 29 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 88% ▕██████████████ ▏ 2.7 GB/3.1 GB 29 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 88% ▕██████████████ ▏ 2.7 GB/3.1 GB 29 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 88% ▕██████████████ ▏ 2.7 GB/3.1 GB 29 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 88% ▕██████████████ ▏ 2.7 GB/3.1 GB 29 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 88% ▕██████████████ ▏ 2.7 GB/3.1 GB 29 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 89% ▕██████████████ ▏ 2.7 GB/3.1 GB 29 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 89% ▕██████████████ ▏ 2.7 GB/3.1 GB 29 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 89% ▕██████████████ ▏ 2.7 GB/3.1 GB 29 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 89% ▕██████████████ ▏ 2.7 GB/3.1 GB 30 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 89% ▕██████████████ ▏ 2.7 GB/3.1 GB 30 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 89% ▕██████████████ ▏ 2.8 GB/3.1 GB 30 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 89% ▕██████████████ ▏ 2.8 GB/3.1 GB 30 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 90% ▕██████████████ ▏ 2.8 GB/3.1 GB 30 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 90% ▕██████████████ ▏ 2.8 GB/3.1 GB 30 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 90% ▕██████████████ ▏ 2.8 GB/3.1 GB 30 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 90% ▕██████████████ ▏ 2.8 GB/3.1 GB 30 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 90% ▕██████████████ ▏ 2.8 GB/3.1 GB 30 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 90% ▕██████████████ ▏ 2.8 GB/3.1 GB 30 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 90% ▕██████████████ ▏ 2.8 GB/3.1 GB 32 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 91% ▕██████████████ ▏ 2.8 GB/3.1 GB 32 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 91% ▕██████████████ ▏ 2.8 GB/3.1 GB 32 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 91% ▕██████████████ ▏ 2.8 GB/3.1 GB 32 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 91% ▕██████████████ ▏ 2.8 GB/3.1 GB 32 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 91% ▕██████████████ ▏ 2.8 GB/3.1 GB 32 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 91% ▕██████████████ ▏ 2.8 GB/3.1 GB 32 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 91% ▕██████████████ ▏ 2.8 GB/3.1 GB 32 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 92% ▕██████████████ ▏ 2.8 GB/3.1 GB 32 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 92% ▕██████████████ ▏ 2.8 GB/3.1 GB 32 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 92% ▕██████████████ ▏ 2.8 GB/3.1 GB 34 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 92% ▕██████████████ ▏ 2.8 GB/3.1 GB 34 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 92% ▕██████████████ ▏ 2.8 GB/3.1 GB 34 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 92% ▕██████████████ ▏ 2.8 GB/3.1 GB 34 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 92% ▕██████████████ ▏ 2.8 GB/3.1 GB 34 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 92% ▕██████████████ ▏ 2.8 GB/3.1 GB 34 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 92% ▕██████████████ ▏ 2.8 GB/3.1 GB 34 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 92% ▕██████████████ ▏ 2.8 GB/3.1 GB 34 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 93% ▕██████████████ ▏ 2.9 GB/3.1 GB 34 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 93% ▕██████████████ ▏ 2.9 GB/3.1 GB 34 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 93% ▕██████████████ ▏ 2.9 GB/3.1 GB 34 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 93% ▕██████████████ ▏ 2.9 GB/3.1 GB 33 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 93% ▕██████████████ ▏ 2.9 GB/3.1 GB 33 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 93% ▕██████████████ ▏ 2.9 GB/3.1 GB 33 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 93% ▕██████████████ ▏ 2.9 GB/3.1 GB 33 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 93% ▕██████████████ ▏ 2.9 GB/3.1 GB 33 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 93% ▕██████████████ ▏ 2.9 GB/3.1 GB 33 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 93% ▕██████████████ ▏ 2.9 GB/3.1 GB 33 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 93% ▕██████████████ ▏ 2.9 GB/3.1 GB 33 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 94% ▕██████████████ ▏ 2.9 GB/3.1 GB 33 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 94% ▕██████████████ ▏ 2.9 GB/3.1 GB 33 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 94% ▕██████████████ ▏ 2.9 GB/3.1 GB 33 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 94% ▕██████████████ ▏ 2.9 GB/3.1 GB 33 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 94% ▕███████████████ ▏ 2.9 GB/3.1 GB 33 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 94% ▕███████████████ ▏ 2.9 GB/3.1 GB 33 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 94% ▕███████████████ ▏ 2.9 GB/3.1 GB 33 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 94% ▕███████████████ ▏ 2.9 GB/3.1 GB 33 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 94% ▕███████████████ ▏ 2.9 GB/3.1 GB 33 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 94% ▕███████████████ ▏ 2.9 GB/3.1 GB 33 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 94% ▕███████████████ ▏ 2.9 GB/3.1 GB 33 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 94% ▕███████████████ ▏ 2.9 GB/3.1 GB 33 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 94% ▕███████████████ ▏ 2.9 GB/3.1 GB 32 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 95% ▕███████████████ ▏ 2.9 GB/3.1 GB 32 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 95% ▕███████████████ ▏ 2.9 GB/3.1 GB 32 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 95% ▕███████████████ ▏ 2.9 GB/3.1 GB 32 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 95% ▕███████████████ ▏ 2.9 GB/3.1 GB 32 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 95% ▕███████████████ ▏ 2.9 GB/3.1 GB 32 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 95% ▕███████████████ ▏ 2.9 GB/3.1 GB 32 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 95% ▕███████████████ ▏ 2.9 GB/3.1 GB 32 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 95% ▕███████████████ ▏ 2.9 GB/3.1 GB 32 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 95% ▕███████████████ ▏ 2.9 GB/3.1 GB 32 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 95% ▕███████████████ ▏ 2.9 GB/3.1 GB 32 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 95% ▕███████████████ ▏ 2.9 GB/3.1 GB 32 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 95% ▕███████████████ ▏ 2.9 GB/3.1 GB 32 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 95% ▕███████████████ ▏ 2.9 GB/3.1 GB 32 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 96% ▕███████████████ ▏ 2.9 GB/3.1 GB 32 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 96% ▕███████████████ ▏ 2.9 GB/3.1 GB 32 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 96% ▕███████████████ ▏ 3.0 GB/3.1 GB 32 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 96% ▕███████████████ ▏ 3.0 GB/3.1 GB 32 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 96% ▕███████████████ ▏ 3.0 GB/3.1 GB 32 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 96% ▕███████████████ ▏ 3.0 GB/3.1 GB 32 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 96% ▕███████████████ ▏ 3.0 GB/3.1 GB 31 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 96% ▕███████████████ ▏ 3.0 GB/3.1 GB 31 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 96% ▕███████████████ ▏ 3.0 GB/3.1 GB 31 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 96% ▕███████████████ ▏ 3.0 GB/3.1 GB 31 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 96% ▕███████████████ ▏ 3.0 GB/3.1 GB 31 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 96% ▕███████████████ ▏ 3.0 GB/3.1 GB 31 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 96% ▕███████████████ ▏ 3.0 GB/3.1 GB 31 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 96% ▕███████████████ ▏ 3.0 GB/3.1 GB 31 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 96% ▕███████████████ ▏ 3.0 GB/3.1 GB 31 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 97% ▕███████████████ ▏ 3.0 GB/3.1 GB 31 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 97% ▕███████████████ ▏ 3.0 GB/3.1 GB 31 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 97% ▕███████████████ ▏ 3.0 GB/3.1 GB 30 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 97% ▕███████████████ ▏ 3.0 GB/3.1 GB 30 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 97% ▕███████████████ ▏ 3.0 GB/3.1 GB 30 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 97% ▕███████████████ ▏ 3.0 GB/3.1 GB 30 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 97% ▕███████████████ ▏ 3.0 GB/3.1 GB 30 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 97% ▕███████████████ ▏ 3.0 GB/3.1 GB 30 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 97% ▕███████████████ ▏ 3.0 GB/3.1 GB 30 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 97% ▕███████████████ ▏ 3.0 GB/3.1 GB 30 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 97% ▕███████████████ ▏ 3.0 GB/3.1 GB 30 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 97% ▕███████████████ ▏ 3.0 GB/3.1 GB 30 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 97% ▕███████████████ ▏ 3.0 GB/3.1 GB 27 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 97% ▕███████████████ ▏ 3.0 GB/3.1 GB 27 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 97% ▕███████████████ ▏ 3.0 GB/3.1 GB 27 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 97% ▕███████████████ ▏ 3.0 GB/3.1 GB 27 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 97% ▕███████████████ ▏ 3.0 GB/3.1 GB 27 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 97% ▕███████████████ ▏ 3.0 GB/3.1 GB 27 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 98% ▕███████████████ ▏ 3.0 GB/3.1 GB 27 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 98% ▕███████████████ ▏ 3.0 GB/3.1 GB 27 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 98% ▕███████████████ ▏ 3.0 GB/3.1 GB 27 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 98% ▕███████████████ ▏ 3.0 GB/3.1 GB 27 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 98% ▕███████████████ ▏ 3.0 GB/3.1 GB 25 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 98% ▕███████████████ ▏ 3.0 GB/3.1 GB 25 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 98% ▕███████████████ ▏ 3.0 GB/3.1 GB 25 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 98% ▕███████████████ ▏ 3.0 GB/3.1 GB 25 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 98% ▕███████████████ ▏ 3.0 GB/3.1 GB 25 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 98% ▕███████████████ ▏ 3.0 GB/3.1 GB 25 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 98% ▕███████████████ ▏ 3.0 GB/3.1 GB 25 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 98% ▕███████████████ ▏ 3.0 GB/3.1 GB 25 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 99% ▕███████████████ ▏ 3.0 GB/3.1 GB 25 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 99% ▕███████████████ ▏ 3.0 GB/3.1 GB 25 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 99% ▕███████████████ ▏ 3.0 GB/3.1 GB 22 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 99% ▕███████████████ ▏ 3.0 GB/3.1 GB 22 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 99% ▕███████████████ ▏ 3.0 GB/3.1 GB 22 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 99% ▕███████████████ ▏ 3.0 GB/3.1 GB 22 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 99% ▕███████████████ ▏ 3.0 GB/3.1 GB 22 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 99% ▕███████████████ ▏ 3.1 GB/3.1 GB 22 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 99% ▕███████████████ ▏ 3.1 GB/3.1 GB 22 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 99% ▕███████████████ ▏ 3.1 GB/3.1 GB 22 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 99% ▕███████████████ ▏ 3.1 GB/3.1 GB 22 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 99% ▕███████████████ ▏ 3.1 GB/3.1 GB 22 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 99% ▕███████████████ ▏ 3.1 GB/3.1 GB 23 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 99% ▕███████████████ ▏ 3.1 GB/3.1 GB 23 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕███████████████ ▏ 3.1 GB/3.1 GB 23 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕███████████████ ▏ 3.1 GB/3.1 GB 23 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕███████████████ ▏ 3.1 GB/3.1 GB 23 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕███████████████ ▏ 3.1 GB/3.1 GB 23 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕███████████████ ▏ 3.1 GB/3.1 GB 23 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕███████████████ ▏ 3.1 GB/3.1 GB 23 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕███████████████ ▏ 3.1 GB/3.1 GB 23 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕███████████████ ▏ 3.1 GB/3.1 GB 23 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕███████████████ ▏ 3.1 GB/3.1 GB 23 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕███████████████ ▏ 3.1 GB/3.1 GB 21 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕███████████████ ▏ 3.1 GB/3.1 GB 21 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", @@ -183,6 +1623,146 @@ "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", @@ -213,1709 +1793,2778 @@ "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing 75f9f86250a2... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing 75f9f86250a2... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing 75f9f86250a2... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing 75f9f86250a2... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing 75f9f86250a2... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing 75f9f86250a2... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing 75f9f86250a2... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing 75f9f86250a2... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing 75f9f86250a2... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing 75f9f86250a2... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing 75f9f86250a2... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing 75f9f86250a2... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing 75f9f86250a2... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing 75f9f86250a2... 100% ▕████████████████▏ 455 B \n", - "pushing manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing 75f9f86250a2... 100% ▕████████████████▏ 455 B \n", - "pushing manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing 75f9f86250a2... 100% ▕████████████████▏ 455 B \n", - "pushing manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing 75f9f86250a2... 100% ▕████████████████▏ 455 B \n", - "pushing manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing 75f9f86250a2... 100% ▕████████████████▏ 455 B \n", - "pushing manifest ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing 75f9f86250a2... 100% ▕████████████████▏ 455 B \n", - "pushing manifest ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing 75f9f86250a2... 100% ▕████████████████▏ 455 B \n", - "pushing manifest ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing 75f9f86250a2... 100% ▕████████████████▏ 455 B \n", - "pushing manifest ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing 75f9f86250a2... 100% ▕████████████████▏ 455 B \n", - "pushing manifest ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing 75f9f86250a2... 100% ▕████████████████▏ 455 B \n", - "pushing manifest ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing 75f9f86250a2... 100% ▕████████████████▏ 455 B \n", - "pushing manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing 75f9f86250a2... 100% ▕████████████████▏ 455 B \n", - "pushing manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing 75f9f86250a2... 100% ▕████████████████▏ 455 B \n", - "pushing manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing 75f9f86250a2... 100% ▕████████████████▏ 455 B \n", - "pushing manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing 75f9f86250a2... 100% ▕████████████████▏ 455 B \n", - "pushing manifest ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing 75f9f86250a2... 100% ▕████████████████▏ 455 B \n", - "pushing manifest ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing 75f9f86250a2... 100% ▕████████████████▏ 455 B \n", - "pushing manifest ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing 75f9f86250a2... 100% ▕████████████████▏ 455 B \n", - "pushing manifest ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing 75f9f86250a2... 100% ▕████████████████▏ 455 B \n", - "pushing manifest ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing 75f9f86250a2... 100% ▕████████████████▏ 455 B \n", - "pushing manifest ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing 75f9f86250a2... 100% ▕████████████████▏ 455 B \n", - "pushing manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing 75f9f86250a2... 100% ▕████████████████▏ 455 B \n", - "pushing manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing 75f9f86250a2... 100% ▕████████████████▏ 455 B \n", - "pushing manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing 75f9f86250a2... 100% ▕████████████████▏ 455 B \n", - "pushing manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing 75f9f86250a2... 100% ▕████████████████▏ 455 B \n", - "pushing manifest ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing 75f9f86250a2... 100% ▕████████████████▏ 455 B \n", - "pushing manifest ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing 75f9f86250a2... 100% ▕████████████████▏ 455 B \n", - "pushing manifest ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing 75f9f86250a2... 100% ▕████████████████▏ 455 B \n", - "pushing manifest ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing 75f9f86250a2... 100% ▕████████████████▏ 455 B \n", - "pushing manifest ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing 75f9f86250a2... 100% ▕████████████████▏ 455 B \n", - "pushing manifest \n", - "success \u001b[?25h\n", - "\u001b[?25ltransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer \n", - "creating template layer \n", - "creating system layer \n", - "creating parameters layer \n", - "creating config layer \n", - "using already created layer sha256:ad5e6556d1139a22a951da1fc500b75f7fee2a3d125d6c4df3ef7295c83e41d1 \n", - "using already created layer sha256:04de533bb8fd4eb327158f79cdc0de736558e45d198db9275ef536f470281f1f \n", - "using already created layer sha256:093c79b06599174755ae0ffd0a0700fc1e03daa55b1755e242836c329fcf9811 \n", - "using already created layer sha256:d8ba2f9a17b3bbdeb5690efaa409b3fcb0b56296a777c7a69c78aa33bbddf182 \n", - "writing layer sha256:62c761593c42648d752e2dfce80ed4780405c15308829d4cf7b6262a5368eef3 \n", - "writing manifest \n", - "success \u001b[?25h\n", - "copied 'notus:q3_K_L' to 'davidberenstein1957/notus:q3_K_L'\n", - "\u001b[?25lretrieving manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 0% ▕ ▏ 1.4 MB/3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 0% ▕ ▏ 2.1 MB/3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 0% ▕ ▏ 2.1 MB/3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 0% ▕ ▏ 2.1 MB/3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 0% ▕ ▏ 2.1 MB/3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 0% ▕ ▏ 3.0 MB/3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 0% ▕ ▏ 3.7 MB/3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 0% ▕ ▏ 3.7 MB/3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 0% ▕ ▏ 3.7 MB/3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 0% ▕ ▏ 3.7 MB/3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 0% ▕ ▏ 0 B/3.8 GB 3.6 MB/s 17m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 0% ▕ ▏ 1.9 MB/3.8 GB 3.6 MB/s 17m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 0% ▕ ▏ 4.6 MB/3.8 GB 3.6 MB/s 17m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 0% ▕ ▏ 9.9 MB/3.8 GB 3.6 MB/s 17m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 0% ▕ ▏ 11 MB/3.8 GB 3.6 MB/s 17m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 0% ▕ ▏ 12 MB/3.8 GB 3.6 MB/s 17m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 0% ▕ ▏ 16 MB/3.8 GB 3.6 MB/s 17m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 0% ▕ ▏ 17 MB/3.8 GB 3.6 MB/s 17m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 0% ▕ ▏ 18 MB/3.8 GB 3.6 MB/s 17m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 1% ▕ ▏ 20 MB/3.8 GB 3.6 MB/s 17m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 1% ▕ ▏ 22 MB/3.8 GB 11 MB/s 5m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 1% ▕ ▏ 24 MB/3.8 GB 11 MB/s 5m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 1% ▕ ▏ 26 MB/3.8 GB 11 MB/s 5m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 1% ▕ ▏ 25 MB/3.8 GB 11 MB/s 5m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 1% ▕ ▏ 28 MB/3.8 GB 11 MB/s 5m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 1% ▕ ▏ 31 MB/3.8 GB 11 MB/s 5m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 1% ▕ ▏ 32 MB/3.8 GB 11 MB/s 5m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 1% ▕ ▏ 35 MB/3.8 GB 11 MB/s 5m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 1% ▕ ▏ 39 MB/3.8 GB 11 MB/s 5m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 1% ▕ ▏ 42 MB/3.8 GB 11 MB/s 5m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 1% ▕ ▏ 43 MB/3.8 GB 14 MB/s 4m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 1% ▕ ▏ 48 MB/3.8 GB 14 MB/s 4m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 1% ▕ ▏ 53 MB/3.8 GB 14 MB/s 4m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 2% ▕ ▏ 59 MB/3.8 GB 14 MB/s 4m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 2% ▕ ▏ 60 MB/3.8 GB 14 MB/s 4m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 2% ▕ ▏ 60 MB/3.8 GB 14 MB/s 4m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 2% ▕ ▏ 58 MB/3.8 GB 14 MB/s 4m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 2% ▕ ▏ 65 MB/3.8 GB 14 MB/s 4m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 2% ▕ ▏ 67 MB/3.8 GB 14 MB/s 4m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 2% ▕ ▏ 71 MB/3.8 GB 14 MB/s 4m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 2% ▕ ▏ 73 MB/3.8 GB 18 MB/s 3m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 2% ▕ ▏ 73 MB/3.8 GB 18 MB/s 3m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 2% ▕ ▏ 81 MB/3.8 GB 18 MB/s 3m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 2% ▕ ▏ 83 MB/3.8 GB 18 MB/s 3m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 2% ▕ ▏ 87 MB/3.8 GB 18 MB/s 3m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 2% ▕ ▏ 89 MB/3.8 GB 18 MB/s 3m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 2% ▕ ▏ 93 MB/3.8 GB 18 MB/s 3m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 3% ▕ ▏ 95 MB/3.8 GB 18 MB/s 3m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 2% ▕ ▏ 93 MB/3.8 GB 18 MB/s 3m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 3% ▕ ▏ 98 MB/3.8 GB 18 MB/s 3m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 3% ▕ ▏ 100 MB/3.8 GB 18 MB/s 3m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 3% ▕ ▏ 104 MB/3.8 GB 20 MB/s 3m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 3% ▕ ▏ 113 MB/3.8 GB 20 MB/s 2m59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 3% ▕ ▏ 114 MB/3.8 GB 20 MB/s 2m59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 3% ▕ ▏ 120 MB/3.8 GB 20 MB/s 2m59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 3% ▕ ▏ 121 MB/3.8 GB 20 MB/s 2m59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 3% ▕ ▏ 123 MB/3.8 GB 20 MB/s 2m59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 3% ▕ ▏ 130 MB/3.8 GB 20 MB/s 2m59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 3% ▕ ▏ 131 MB/3.8 GB 20 MB/s 2m58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 3% ▕ ▏ 131 MB/3.8 GB 20 MB/s 2m58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 4% ▕ ▏ 134 MB/3.8 GB 20 MB/s 2m58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 4% ▕ ▏ 140 MB/3.8 GB 23 MB/s 2m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 4% ▕ ▏ 145 MB/3.8 GB 23 MB/s 2m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 4% ▕ ▏ 149 MB/3.8 GB 23 MB/s 2m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 4% ▕ ▏ 149 MB/3.8 GB 23 MB/s 2m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 4% ▕ ▏ 149 MB/3.8 GB 23 MB/s 2m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 4% ▕ ▏ 151 MB/3.8 GB 23 MB/s 2m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 4% ▕ ▏ 161 MB/3.8 GB 23 MB/s 2m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 4% ▕ ▏ 166 MB/3.8 GB 23 MB/s 2m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 4% ▕ ▏ 168 MB/3.8 GB 23 MB/s 2m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 4% ▕ ▏ 170 MB/3.8 GB 23 MB/s 2m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 5% ▕ ▏ 172 MB/3.8 GB 24 MB/s 2m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 5% ▕ ▏ 174 MB/3.8 GB 24 MB/s 2m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 5% ▕ ▏ 173 MB/3.8 GB 24 MB/s 2m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 5% ▕ ▏ 175 MB/3.8 GB 24 MB/s 2m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 5% ▕ ▏ 176 MB/3.8 GB 24 MB/s 2m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 5% ▕ ▏ 182 MB/3.8 GB 24 MB/s 2m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 5% ▕ ▏ 185 MB/3.8 GB 24 MB/s 2m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 5% ▕ ▏ 188 MB/3.8 GB 24 MB/s 2m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 5% ▕ ▏ 194 MB/3.8 GB 24 MB/s 2m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 5% ▕ ▏ 196 MB/3.8 GB 24 MB/s 2m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 5% ▕ ▏ 200 MB/3.8 GB 25 MB/s 2m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 5% ▕ ▏ 200 MB/3.8 GB 25 MB/s 2m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 5% ▕ ▏ 201 MB/3.8 GB 25 MB/s 2m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 5% ▕ ▏ 202 MB/3.8 GB 25 MB/s 2m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 5% ▕ ▏ 203 MB/3.8 GB 25 MB/s 2m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 5% ▕ ▏ 204 MB/3.8 GB 25 MB/s 2m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 6% ▕ ▏ 214 MB/3.8 GB 25 MB/s 2m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 6% ▕ ▏ 218 MB/3.8 GB 25 MB/s 2m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 6% ▕ ▏ 216 MB/3.8 GB 25 MB/s 2m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 6% ▕ ▏ 216 MB/3.8 GB 25 MB/s 2m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 6% ▕ ▏ 216 MB/3.8 GB 24 MB/s 2m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 6% ▕ ▏ 216 MB/3.8 GB 24 MB/s 2m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 6% ▕ ▏ 228 MB/3.8 GB 24 MB/s 2m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 6% ▕ ▏ 231 MB/3.8 GB 24 MB/s 2m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 6% ▕ ▏ 231 MB/3.8 GB 24 MB/s 2m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 6% ▕ ▏ 231 MB/3.8 GB 24 MB/s 2m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 6% ▕ ▏ 231 MB/3.8 GB 24 MB/s 2m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 6% ▕ ▏ 231 MB/3.8 GB 24 MB/s 2m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 6% ▕ ▏ 235 MB/3.8 GB 24 MB/s 2m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 6% ▕█ ▏ 242 MB/3.8 GB 24 MB/s 2m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 6% ▕█ ▏ 245 MB/3.8 GB 24 MB/s 2m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 7% ▕█ ▏ 253 MB/3.8 GB 27 MB/s 2m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 7% ▕█ ▏ 254 MB/3.8 GB 27 MB/s 2m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 7% ▕█ ▏ 254 MB/3.8 GB 27 MB/s 2m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 7% ▕█ ▏ 255 MB/3.8 GB 27 MB/s 2m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 7% ▕█ ▏ 258 MB/3.8 GB 27 MB/s 2m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 7% ▕█ ▏ 261 MB/3.8 GB 27 MB/s 2m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 7% ▕█ ▏ 263 MB/3.8 GB 27 MB/s 2m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 7% ▕█ ▏ 265 MB/3.8 GB 27 MB/s 2m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 7% ▕█ ▏ 267 MB/3.8 GB 27 MB/s 2m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 7% ▕█ ▏ 271 MB/3.8 GB 27 MB/s 2m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 7% ▕█ ▏ 274 MB/3.8 GB 27 MB/s 2m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 7% ▕█ ▏ 275 MB/3.8 GB 27 MB/s 2m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 7% ▕█ ▏ 278 MB/3.8 GB 27 MB/s 2m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 7% ▕█ ▏ 284 MB/3.8 GB 27 MB/s 2m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 7% ▕█ ▏ 286 MB/3.8 GB 27 MB/s 2m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 8% ▕█ ▏ 288 MB/3.8 GB 27 MB/s 2m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 8% ▕█ ▏ 291 MB/3.8 GB 27 MB/s 2m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 8% ▕█ ▏ 293 MB/3.8 GB 27 MB/s 2m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 8% ▕█ ▏ 298 MB/3.8 GB 27 MB/s 2m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 8% ▕█ ▏ 301 MB/3.8 GB 27 MB/s 2m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 8% ▕█ ▏ 301 MB/3.8 GB 28 MB/s 2m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 8% ▕█ ▏ 305 MB/3.8 GB 28 MB/s 2m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 8% ▕█ ▏ 310 MB/3.8 GB 28 MB/s 2m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 8% ▕█ ▏ 314 MB/3.8 GB 28 MB/s 2m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 8% ▕█ ▏ 315 MB/3.8 GB 28 MB/s 2m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 8% ▕█ ▏ 317 MB/3.8 GB 28 MB/s 2m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 8% ▕█ ▏ 317 MB/3.8 GB 28 MB/s 2m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 8% ▕█ ▏ 321 MB/3.8 GB 28 MB/s 2m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 8% ▕█ ▏ 321 MB/3.8 GB 28 MB/s 2m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 8% ▕█ ▏ 323 MB/3.8 GB 28 MB/s 2m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 9% ▕█ ▏ 328 MB/3.8 GB 28 MB/s 2m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 9% ▕█ ▏ 332 MB/3.8 GB 28 MB/s 2m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 9% ▕█ ▏ 334 MB/3.8 GB 28 MB/s 2m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 9% ▕█ ▏ 334 MB/3.8 GB 28 MB/s 2m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 9% ▕█ ▏ 335 MB/3.8 GB 28 MB/s 2m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 9% ▕█ ▏ 338 MB/3.8 GB 28 MB/s 2m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 9% ▕█ ▏ 346 MB/3.8 GB 28 MB/s 2m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 9% ▕█ ▏ 346 MB/3.8 GB 28 MB/s 2m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 9% ▕█ ▏ 346 MB/3.8 GB 28 MB/s 2m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 9% ▕█ ▏ 346 MB/3.8 GB 28 MB/s 2m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 9% ▕█ ▏ 353 MB/3.8 GB 27 MB/s 2m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 9% ▕█ ▏ 356 MB/3.8 GB 27 MB/s 2m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 9% ▕█ ▏ 357 MB/3.8 GB 27 MB/s 2m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 9% ▕█ ▏ 361 MB/3.8 GB 27 MB/s 2m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 9% ▕█ ▏ 361 MB/3.8 GB 27 MB/s 2m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 9% ▕█ ▏ 362 MB/3.8 GB 27 MB/s 2m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 10% ▕█ ▏ 369 MB/3.8 GB 27 MB/s 2m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 10% ▕█ ▏ 370 MB/3.8 GB 27 MB/s 2m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 10% ▕█ ▏ 377 MB/3.8 GB 27 MB/s 2m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 10% ▕█ ▏ 377 MB/3.8 GB 27 MB/s 2m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 10% ▕█ ▏ 377 MB/3.8 GB 27 MB/s 2m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 10% ▕█ ▏ 378 MB/3.8 GB 26 MB/s 2m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 10% ▕█ ▏ 381 MB/3.8 GB 26 MB/s 2m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 10% ▕█ ▏ 383 MB/3.8 GB 26 MB/s 2m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 10% ▕█ ▏ 388 MB/3.8 GB 26 MB/s 2m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 10% ▕█ ▏ 388 MB/3.8 GB 26 MB/s 2m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 10% ▕█ ▏ 388 MB/3.8 GB 26 MB/s 2m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 10% ▕█ ▏ 388 MB/3.8 GB 26 MB/s 2m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 10% ▕█ ▏ 397 MB/3.8 GB 26 MB/s 2m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 10% ▕█ ▏ 398 MB/3.8 GB 26 MB/s 2m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 10% ▕█ ▏ 401 MB/3.8 GB 26 MB/s 2m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 11% ▕█ ▏ 401 MB/3.8 GB 25 MB/s 2m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 11% ▕█ ▏ 402 MB/3.8 GB 25 MB/s 2m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 11% ▕█ ▏ 402 MB/3.8 GB 25 MB/s 2m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 11% ▕█ ▏ 412 MB/3.8 GB 25 MB/s 2m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 11% ▕█ ▏ 414 MB/3.8 GB 25 MB/s 2m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 11% ▕█ ▏ 420 MB/3.8 GB 25 MB/s 2m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 11% ▕█ ▏ 420 MB/3.8 GB 25 MB/s 2m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 11% ▕█ ▏ 420 MB/3.8 GB 25 MB/s 2m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 11% ▕█ ▏ 422 MB/3.8 GB 25 MB/s 2m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 11% ▕█ ▏ 422 MB/3.8 GB 25 MB/s 2m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 11% ▕█ ▏ 423 MB/3.8 GB 24 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 11% ▕█ ▏ 428 MB/3.8 GB 24 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 11% ▕█ ▏ 432 MB/3.8 GB 24 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 11% ▕█ ▏ 432 MB/3.8 GB 24 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 11% ▕█ ▏ 432 MB/3.8 GB 24 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 11% ▕█ ▏ 437 MB/3.8 GB 24 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 12% ▕█ ▏ 442 MB/3.8 GB 24 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 12% ▕█ ▏ 445 MB/3.8 GB 24 MB/s 2m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 12% ▕█ ▏ 450 MB/3.8 GB 24 MB/s 2m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 12% ▕█ ▏ 450 MB/3.8 GB 24 MB/s 2m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 12% ▕█ ▏ 457 MB/3.8 GB 26 MB/s 2m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 12% ▕█ ▏ 459 MB/3.8 GB 26 MB/s 2m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 12% ▕█ ▏ 459 MB/3.8 GB 26 MB/s 2m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 12% ▕█ ▏ 461 MB/3.8 GB 26 MB/s 2m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 12% ▕█ ▏ 461 MB/3.8 GB 26 MB/s 2m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 12% ▕█ ▏ 462 MB/3.8 GB 26 MB/s 2m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 12% ▕█ ▏ 464 MB/3.8 GB 26 MB/s 2m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 12% ▕█ ▏ 468 MB/3.8 GB 26 MB/s 2m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 12% ▕█ ▏ 471 MB/3.8 GB 26 MB/s 2m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 13% ▕██ ▏ 479 MB/3.8 GB 26 MB/s 2m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 13% ▕██ ▏ 481 MB/3.8 GB 25 MB/s 2m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 13% ▕██ ▏ 481 MB/3.8 GB 25 MB/s 2m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 13% ▕██ ▏ 482 MB/3.8 GB 25 MB/s 2m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 13% ▕██ ▏ 486 MB/3.8 GB 25 MB/s 2m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 13% ▕██ ▏ 487 MB/3.8 GB 25 MB/s 2m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 13% ▕██ ▏ 491 MB/3.8 GB 25 MB/s 2m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 13% ▕██ ▏ 491 MB/3.8 GB 25 MB/s 2m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 13% ▕██ ▏ 491 MB/3.8 GB 25 MB/s 2m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 13% ▕██ ▏ 494 MB/3.8 GB 25 MB/s 2m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 13% ▕██ ▏ 498 MB/3.8 GB 25 MB/s 2m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 13% ▕██ ▏ 500 MB/3.8 GB 25 MB/s 2m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 13% ▕██ ▏ 503 MB/3.8 GB 25 MB/s 2m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 13% ▕██ ▏ 508 MB/3.8 GB 25 MB/s 2m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 13% ▕██ ▏ 508 MB/3.8 GB 25 MB/s 2m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 13% ▕██ ▏ 511 MB/3.8 GB 25 MB/s 2m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 13% ▕██ ▏ 512 MB/3.8 GB 25 MB/s 2m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 13% ▕██ ▏ 512 MB/3.8 GB 25 MB/s 2m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 13% ▕██ ▏ 512 MB/3.8 GB 25 MB/s 2m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 14% ▕██ ▏ 522 MB/3.8 GB 25 MB/s 2m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 14% ▕██ ▏ 523 MB/3.8 GB 25 MB/s 2m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 14% ▕██ ▏ 528 MB/3.8 GB 25 MB/s 2m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 14% ▕██ ▏ 529 MB/3.8 GB 25 MB/s 2m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 14% ▕██ ▏ 529 MB/3.8 GB 25 MB/s 2m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 14% ▕██ ▏ 533 MB/3.8 GB 25 MB/s 2m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 14% ▕██ ▏ 537 MB/3.8 GB 25 MB/s 2m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 14% ▕██ ▏ 537 MB/3.8 GB 25 MB/s 2m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 14% ▕██ ▏ 539 MB/3.8 GB 25 MB/s 2m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 14% ▕██ ▏ 544 MB/3.8 GB 25 MB/s 2m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 14% ▕██ ▏ 544 MB/3.8 GB 25 MB/s 2m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 14% ▕██ ▏ 546 MB/3.8 GB 25 MB/s 2m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 14% ▕██ ▏ 549 MB/3.8 GB 25 MB/s 2m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 14% ▕██ ▏ 550 MB/3.8 GB 24 MB/s 2m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 14% ▕██ ▏ 553 MB/3.8 GB 24 MB/s 2m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 15% ▕██ ▏ 559 MB/3.8 GB 24 MB/s 2m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 15% ▕██ ▏ 560 MB/3.8 GB 24 MB/s 2m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 15% ▕██ ▏ 565 MB/3.8 GB 24 MB/s 2m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 15% ▕██ ▏ 569 MB/3.8 GB 24 MB/s 2m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 15% ▕██ ▏ 571 MB/3.8 GB 24 MB/s 2m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 15% ▕██ ▏ 574 MB/3.8 GB 24 MB/s 2m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 15% ▕██ ▏ 579 MB/3.8 GB 24 MB/s 2m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 15% ▕██ ▏ 581 MB/3.8 GB 24 MB/s 2m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 15% ▕██ ▏ 586 MB/3.8 GB 25 MB/s 2m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 15% ▕██ ▏ 589 MB/3.8 GB 25 MB/s 2m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 15% ▕██ ▏ 589 MB/3.8 GB 25 MB/s 2m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 16% ▕██ ▏ 595 MB/3.8 GB 25 MB/s 2m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 16% ▕██ ▏ 598 MB/3.8 GB 25 MB/s 2m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 16% ▕██ ▏ 599 MB/3.8 GB 25 MB/s 2m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 16% ▕██ ▏ 601 MB/3.8 GB 25 MB/s 2m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 16% ▕██ ▏ 607 MB/3.8 GB 25 MB/s 2m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 16% ▕██ ▏ 608 MB/3.8 GB 25 MB/s 2m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 16% ▕██ ▏ 613 MB/3.8 GB 25 MB/s 2m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 16% ▕██ ▏ 616 MB/3.8 GB 26 MB/s 2m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 16% ▕██ ▏ 619 MB/3.8 GB 26 MB/s 2m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 16% ▕██ ▏ 622 MB/3.8 GB 26 MB/s 2m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 16% ▕██ ▏ 627 MB/3.8 GB 26 MB/s 2m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 16% ▕██ ▏ 630 MB/3.8 GB 26 MB/s 2m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 17% ▕██ ▏ 635 MB/3.8 GB 26 MB/s 1m59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 17% ▕██ ▏ 639 MB/3.8 GB 26 MB/s 1m59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 17% ▕██ ▏ 640 MB/3.8 GB 26 MB/s 1m59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 17% ▕██ ▏ 646 MB/3.8 GB 26 MB/s 1m59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 17% ▕██ ▏ 648 MB/3.8 GB 26 MB/s 1m59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 17% ▕██ ▏ 650 MB/3.8 GB 26 MB/s 1m59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 17% ▕██ ▏ 655 MB/3.8 GB 27 MB/s 1m53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 17% ▕██ ▏ 659 MB/3.8 GB 27 MB/s 1m53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 17% ▕██ ▏ 667 MB/3.8 GB 27 MB/s 1m52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 18% ▕██ ▏ 671 MB/3.8 GB 27 MB/s 1m52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 18% ▕██ ▏ 672 MB/3.8 GB 27 MB/s 1m52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 18% ▕██ ▏ 678 MB/3.8 GB 27 MB/s 1m52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 18% ▕██ ▏ 683 MB/3.8 GB 27 MB/s 1m52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 18% ▕██ ▏ 684 MB/3.8 GB 27 MB/s 1m52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 18% ▕██ ▏ 684 MB/3.8 GB 27 MB/s 1m52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 18% ▕██ ▏ 684 MB/3.8 GB 27 MB/s 1m52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 18% ▕██ ▏ 692 MB/3.8 GB 29 MB/s 1m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 18% ▕██ ▏ 696 MB/3.8 GB 29 MB/s 1m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 18% ▕██ ▏ 702 MB/3.8 GB 29 MB/s 1m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 19% ▕██ ▏ 707 MB/3.8 GB 29 MB/s 1m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 19% ▕██ ▏ 709 MB/3.8 GB 29 MB/s 1m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 19% ▕███ ▏ 717 MB/3.8 GB 29 MB/s 1m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 19% ▕███ ▏ 721 MB/3.8 GB 29 MB/s 1m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 19% ▕███ ▏ 721 MB/3.8 GB 29 MB/s 1m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 19% ▕███ ▏ 723 MB/3.8 GB 29 MB/s 1m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 19% ▕███ ▏ 725 MB/3.8 GB 29 MB/s 1m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 19% ▕███ ▏ 727 MB/3.8 GB 29 MB/s 1m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 19% ▕███ ▏ 733 MB/3.8 GB 29 MB/s 1m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 19% ▕███ ▏ 739 MB/3.8 GB 29 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 19% ▕███ ▏ 744 MB/3.8 GB 29 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 20% ▕███ ▏ 747 MB/3.8 GB 29 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 20% ▕███ ▏ 750 MB/3.8 GB 29 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 20% ▕███ ▏ 753 MB/3.8 GB 29 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 20% ▕███ ▏ 757 MB/3.8 GB 29 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 20% ▕███ ▏ 763 MB/3.8 GB 29 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 20% ▕███ ▏ 765 MB/3.8 GB 29 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 20% ▕███ ▏ 770 MB/3.8 GB 32 MB/s 1m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 20% ▕███ ▏ 771 MB/3.8 GB 32 MB/s 1m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 20% ▕███ ▏ 774 MB/3.8 GB 32 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 20% ▕███ ▏ 778 MB/3.8 GB 32 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 20% ▕███ ▏ 782 MB/3.8 GB 32 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 21% ▕███ ▏ 784 MB/3.8 GB 32 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 21% ▕███ ▏ 790 MB/3.8 GB 32 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 21% ▕███ ▏ 793 MB/3.8 GB 32 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 21% ▕███ ▏ 795 MB/3.8 GB 32 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 21% ▕███ ▏ 799 MB/3.8 GB 32 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 21% ▕███ ▏ 804 MB/3.8 GB 33 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 21% ▕███ ▏ 806 MB/3.8 GB 33 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 21% ▕███ ▏ 812 MB/3.8 GB 33 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 21% ▕███ ▏ 816 MB/3.8 GB 33 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 21% ▕███ ▏ 817 MB/3.8 GB 33 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 21% ▕███ ▏ 821 MB/3.8 GB 33 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 22% ▕███ ▏ 825 MB/3.8 GB 33 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 22% ▕███ ▏ 828 MB/3.8 GB 33 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 22% ▕███ ▏ 830 MB/3.8 GB 33 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 22% ▕███ ▏ 842 MB/3.8 GB 33 MB/s 1m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 22% ▕███ ▏ 843 MB/3.8 GB 33 MB/s 1m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 22% ▕███ ▏ 846 MB/3.8 GB 35 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 22% ▕███ ▏ 849 MB/3.8 GB 35 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 22% ▕███ ▏ 853 MB/3.8 GB 35 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 22% ▕███ ▏ 855 MB/3.8 GB 35 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 22% ▕███ ▏ 855 MB/3.8 GB 35 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 22% ▕███ ▏ 855 MB/3.8 GB 35 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 22% ▕███ ▏ 855 MB/3.8 GB 35 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 23% ▕███ ▏ 864 MB/3.8 GB 35 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 23% ▕███ ▏ 865 MB/3.8 GB 35 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 23% ▕███ ▏ 866 MB/3.8 GB 35 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 23% ▕███ ▏ 867 MB/3.8 GB 35 MB/s 1m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 23% ▕███ ▏ 871 MB/3.8 GB 35 MB/s 1m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 23% ▕███ ▏ 877 MB/3.8 GB 35 MB/s 1m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 23% ▕███ ▏ 882 MB/3.8 GB 35 MB/s 1m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 23% ▕███ ▏ 885 MB/3.8 GB 35 MB/s 1m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 23% ▕███ ▏ 889 MB/3.8 GB 35 MB/s 1m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 23% ▕███ ▏ 897 MB/3.8 GB 35 MB/s 1m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 24% ▕███ ▏ 899 MB/3.8 GB 35 MB/s 1m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 24% ▕███ ▏ 902 MB/3.8 GB 35 MB/s 1m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 24% ▕███ ▏ 907 MB/3.8 GB 35 MB/s 1m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 24% ▕███ ▏ 913 MB/3.8 GB 36 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 24% ▕███ ▏ 915 MB/3.8 GB 36 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 24% ▕███ ▏ 919 MB/3.8 GB 36 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 24% ▕███ ▏ 920 MB/3.8 GB 36 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 24% ▕███ ▏ 924 MB/3.8 GB 36 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 24% ▕███ ▏ 929 MB/3.8 GB 36 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 24% ▕███ ▏ 930 MB/3.8 GB 36 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 25% ▕███ ▏ 939 MB/3.8 GB 36 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 25% ▕███ ▏ 941 MB/3.8 GB 36 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 25% ▕███ ▏ 942 MB/3.8 GB 36 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 25% ▕███ ▏ 947 MB/3.8 GB 36 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 25% ▕███ ▏ 950 MB/3.8 GB 36 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 25% ▕███ ▏ 951 MB/3.8 GB 36 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 25% ▕████ ▏ 956 MB/3.8 GB 36 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 25% ▕████ ▏ 961 MB/3.8 GB 36 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 25% ▕████ ▏ 964 MB/3.8 GB 36 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 25% ▕████ ▏ 968 MB/3.8 GB 36 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 25% ▕████ ▏ 970 MB/3.8 GB 36 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 25% ▕████ ▏ 972 MB/3.8 GB 36 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 26% ▕████ ▏ 976 MB/3.8 GB 36 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 26% ▕████ ▏ 978 MB/3.8 GB 36 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 26% ▕████ ▏ 980 MB/3.8 GB 36 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 26% ▕████ ▏ 983 MB/3.8 GB 36 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 26% ▕████ ▏ 984 MB/3.8 GB 36 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 26% ▕████ ▏ 988 MB/3.8 GB 36 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 26% ▕████ ▏ 994 MB/3.8 GB 36 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 26% ▕████ ▏ 999 MB/3.8 GB 36 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 26% ▕████ ▏ 1.0 GB/3.8 GB 36 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 26% ▕████ ▏ 1.0 GB/3.8 GB 36 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 26% ▕████ ▏ 1.0 GB/3.8 GB 36 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 26% ▕████ ▏ 1.0 GB/3.8 GB 36 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 27% ▕████ ▏ 1.0 GB/3.8 GB 36 MB/s 1m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 27% ▕████ ▏ 1.0 GB/3.8 GB 36 MB/s 1m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 27% ▕████ ▏ 1.0 GB/3.8 GB 36 MB/s 1m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 27% ▕████ ▏ 1.0 GB/3.8 GB 36 MB/s 1m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 27% ▕████ ▏ 1.0 GB/3.8 GB 36 MB/s 1m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 27% ▕████ ▏ 1.0 GB/3.8 GB 36 MB/s 1m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 27% ▕████ ▏ 1.0 GB/3.8 GB 36 MB/s 1m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 27% ▕████ ▏ 1.0 GB/3.8 GB 36 MB/s 1m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 27% ▕████ ▏ 1.0 GB/3.8 GB 36 MB/s 1m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 27% ▕████ ▏ 1.0 GB/3.8 GB 36 MB/s 1m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 28% ▕████ ▏ 1.1 GB/3.8 GB 35 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 28% ▕████ ▏ 1.1 GB/3.8 GB 35 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 28% ▕████ ▏ 1.1 GB/3.8 GB 35 MB/s 1m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 28% ▕████ ▏ 1.1 GB/3.8 GB 35 MB/s 1m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 28% ▕████ ▏ 1.1 GB/3.8 GB 35 MB/s 1m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 28% ▕████ ▏ 1.1 GB/3.8 GB 35 MB/s 1m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 28% ▕████ ▏ 1.1 GB/3.8 GB 35 MB/s 1m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 28% ▕████ ▏ 1.1 GB/3.8 GB 35 MB/s 1m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 28% ▕████ ▏ 1.1 GB/3.8 GB 35 MB/s 1m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 28% ▕████ ▏ 1.1 GB/3.8 GB 35 MB/s 1m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 28% ▕████ ▏ 1.1 GB/3.8 GB 35 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 29% ▕████ ▏ 1.1 GB/3.8 GB 35 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 29% ▕████ ▏ 1.1 GB/3.8 GB 35 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 29% ▕████ ▏ 1.1 GB/3.8 GB 35 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 29% ▕████ ▏ 1.1 GB/3.8 GB 35 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 29% ▕████ ▏ 1.1 GB/3.8 GB 35 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 29% ▕████ ▏ 1.1 GB/3.8 GB 35 MB/s 1m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 29% ▕████ ▏ 1.1 GB/3.8 GB 35 MB/s 1m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 29% ▕████ ▏ 1.1 GB/3.8 GB 35 MB/s 1m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 29% ▕████ ▏ 1.1 GB/3.8 GB 35 MB/s 1m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 30% ▕████ ▏ 1.1 GB/3.8 GB 35 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 30% ▕████ ▏ 1.1 GB/3.8 GB 35 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 30% ▕████ ▏ 1.1 GB/3.8 GB 35 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 30% ▕████ ▏ 1.1 GB/3.8 GB 35 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 30% ▕████ ▏ 1.1 GB/3.8 GB 35 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 30% ▕████ ▏ 1.1 GB/3.8 GB 35 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 30% ▕████ ▏ 1.1 GB/3.8 GB 35 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 30% ▕████ ▏ 1.1 GB/3.8 GB 35 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 30% ▕████ ▏ 1.1 GB/3.8 GB 35 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 30% ▕████ ▏ 1.2 GB/3.8 GB 35 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 28% ▕████ ▏ 1.1 GB/3.8 GB 24 MB/s 1m52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 28% ▕████ ▏ 1.1 GB/3.8 GB 24 MB/s 1m52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 28% ▕████ ▏ 1.1 GB/3.8 GB 24 MB/s 1m52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 28% ▕████ ▏ 1.1 GB/3.8 GB 24 MB/s 1m52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 28% ▕████ ▏ 1.1 GB/3.8 GB 24 MB/s 1m52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 28% ▕████ ▏ 1.1 GB/3.8 GB 24 MB/s 1m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 28% ▕████ ▏ 1.1 GB/3.8 GB 24 MB/s 1m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 28% ▕████ ▏ 1.1 GB/3.8 GB 24 MB/s 1m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 29% ▕████ ▏ 1.1 GB/3.8 GB 24 MB/s 1m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 29% ▕████ ▏ 1.1 GB/3.8 GB 24 MB/s 1m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 29% ▕████ ▏ 1.1 GB/3.8 GB 24 MB/s 1m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 29% ▕████ ▏ 1.1 GB/3.8 GB 25 MB/s 1m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 29% ▕████ ▏ 1.1 GB/3.8 GB 25 MB/s 1m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 29% ▕████ ▏ 1.1 GB/3.8 GB 25 MB/s 1m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 29% ▕████ ▏ 1.1 GB/3.8 GB 25 MB/s 1m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 29% ▕████ ▏ 1.1 GB/3.8 GB 25 MB/s 1m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 29% ▕████ ▏ 1.1 GB/3.8 GB 25 MB/s 1m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 29% ▕████ ▏ 1.1 GB/3.8 GB 25 MB/s 1m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 30% ▕████ ▏ 1.1 GB/3.8 GB 25 MB/s 1m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 30% ▕████ ▏ 1.1 GB/3.8 GB 25 MB/s 1m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 30% ▕████ ▏ 1.1 GB/3.8 GB 25 MB/s 1m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 30% ▕████ ▏ 1.1 GB/3.8 GB 25 MB/s 1m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 30% ▕████ ▏ 1.1 GB/3.8 GB 25 MB/s 1m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 30% ▕████ ▏ 1.1 GB/3.8 GB 25 MB/s 1m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 30% ▕████ ▏ 1.2 GB/3.8 GB 25 MB/s 1m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 30% ▕████ ▏ 1.2 GB/3.8 GB 25 MB/s 1m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 30% ▕████ ▏ 1.2 GB/3.8 GB 25 MB/s 1m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 31% ▕████ ▏ 1.2 GB/3.8 GB 25 MB/s 1m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 31% ▕████ ▏ 1.2 GB/3.8 GB 25 MB/s 1m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 31% ▕████ ▏ 1.2 GB/3.8 GB 25 MB/s 1m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 31% ▕████ ▏ 1.2 GB/3.8 GB 25 MB/s 1m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 31% ▕████ ▏ 1.2 GB/3.8 GB 25 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 31% ▕████ ▏ 1.2 GB/3.8 GB 25 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 31% ▕████ ▏ 1.2 GB/3.8 GB 25 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 31% ▕████ ▏ 1.2 GB/3.8 GB 25 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 31% ▕█████ ▏ 1.2 GB/3.8 GB 25 MB/s 1m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 32% ▕█████ ▏ 1.2 GB/3.8 GB 25 MB/s 1m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 32% ▕█████ ▏ 1.2 GB/3.8 GB 25 MB/s 1m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 32% ▕█████ ▏ 1.2 GB/3.8 GB 25 MB/s 1m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 32% ▕█████ ▏ 1.2 GB/3.8 GB 25 MB/s 1m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 32% ▕█████ ▏ 1.2 GB/3.8 GB 25 MB/s 1m40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 32% ▕█████ ▏ 1.2 GB/3.8 GB 27 MB/s 1m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 32% ▕█████ ▏ 1.2 GB/3.8 GB 27 MB/s 1m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 32% ▕█████ ▏ 1.2 GB/3.8 GB 27 MB/s 1m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 32% ▕█████ ▏ 1.2 GB/3.8 GB 27 MB/s 1m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 32% ▕█████ ▏ 1.2 GB/3.8 GB 27 MB/s 1m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 32% ▕█████ ▏ 1.2 GB/3.8 GB 27 MB/s 1m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 32% ▕█████ ▏ 1.2 GB/3.8 GB 27 MB/s 1m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 32% ▕█████ ▏ 1.2 GB/3.8 GB 27 MB/s 1m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 32% ▕█████ ▏ 1.2 GB/3.8 GB 27 MB/s 1m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 32% ▕█████ ▏ 1.2 GB/3.8 GB 27 MB/s 1m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 32% ▕█████ ▏ 1.2 GB/3.8 GB 24 MB/s 1m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 32% ▕█████ ▏ 1.2 GB/3.8 GB 24 MB/s 1m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 32% ▕█████ ▏ 1.2 GB/3.8 GB 24 MB/s 1m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 32% ▕█████ ▏ 1.2 GB/3.8 GB 24 MB/s 1m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 33% ▕█████ ▏ 1.2 GB/3.8 GB 24 MB/s 1m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 33% ▕█████ ▏ 1.2 GB/3.8 GB 24 MB/s 1m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 33% ▕█████ ▏ 1.2 GB/3.8 GB 24 MB/s 1m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 33% ▕█████ ▏ 1.2 GB/3.8 GB 24 MB/s 1m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 33% ▕█████ ▏ 1.3 GB/3.8 GB 24 MB/s 1m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 33% ▕█████ ▏ 1.3 GB/3.8 GB 24 MB/s 1m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 33% ▕█████ ▏ 1.3 GB/3.8 GB 24 MB/s 1m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 33% ▕█████ ▏ 1.3 GB/3.8 GB 22 MB/s 1m52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 33% ▕█████ ▏ 1.3 GB/3.8 GB 22 MB/s 1m52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 33% ▕█████ ▏ 1.3 GB/3.8 GB 22 MB/s 1m52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 33% ▕█████ ▏ 1.3 GB/3.8 GB 22 MB/s 1m52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 33% ▕█████ ▏ 1.3 GB/3.8 GB 22 MB/s 1m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 34% ▕█████ ▏ 1.3 GB/3.8 GB 22 MB/s 1m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 34% ▕█████ ▏ 1.3 GB/3.8 GB 22 MB/s 1m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 34% ▕█████ ▏ 1.3 GB/3.8 GB 22 MB/s 1m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 34% ▕█████ ▏ 1.3 GB/3.8 GB 22 MB/s 1m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 34% ▕█████ ▏ 1.3 GB/3.8 GB 22 MB/s 1m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 34% ▕█████ ▏ 1.3 GB/3.8 GB 22 MB/s 1m55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 34% ▕█████ ▏ 1.3 GB/3.8 GB 22 MB/s 1m54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 34% ▕█████ ▏ 1.3 GB/3.8 GB 22 MB/s 1m54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 34% ▕█████ ▏ 1.3 GB/3.8 GB 22 MB/s 1m54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 34% ▕█████ ▏ 1.3 GB/3.8 GB 22 MB/s 1m54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 34% ▕█████ ▏ 1.3 GB/3.8 GB 22 MB/s 1m54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 34% ▕█████ ▏ 1.3 GB/3.8 GB 22 MB/s 1m54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 34% ▕█████ ▏ 1.3 GB/3.8 GB 22 MB/s 1m54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 34% ▕█████ ▏ 1.3 GB/3.8 GB 22 MB/s 1m54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 34% ▕█████ ▏ 1.3 GB/3.8 GB 22 MB/s 1m53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 34% ▕█████ ▏ 1.3 GB/3.8 GB 20 MB/s 2m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 35% ▕█████ ▏ 1.3 GB/3.8 GB 20 MB/s 1m59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 35% ▕█████ ▏ 1.3 GB/3.8 GB 20 MB/s 1m59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 35% ▕█████ ▏ 1.3 GB/3.8 GB 20 MB/s 1m59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 35% ▕█████ ▏ 1.3 GB/3.8 GB 20 MB/s 1m59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 35% ▕█████ ▏ 1.3 GB/3.8 GB 20 MB/s 1m59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 35% ▕█████ ▏ 1.3 GB/3.8 GB 20 MB/s 1m58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 35% ▕█████ ▏ 1.3 GB/3.8 GB 20 MB/s 1m58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 35% ▕█████ ▏ 1.3 GB/3.8 GB 20 MB/s 1m58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 35% ▕█████ ▏ 1.3 GB/3.8 GB 20 MB/s 1m58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 35% ▕█████ ▏ 1.4 GB/3.8 GB 31 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 35% ▕█████ ▏ 1.4 GB/3.8 GB 31 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 36% ▕█████ ▏ 1.4 GB/3.8 GB 31 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 36% ▕█████ ▏ 1.4 GB/3.8 GB 31 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 36% ▕█████ ▏ 1.4 GB/3.8 GB 31 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 36% ▕█████ ▏ 1.4 GB/3.8 GB 31 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 36% ▕█████ ▏ 1.4 GB/3.8 GB 31 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 36% ▕█████ ▏ 1.4 GB/3.8 GB 31 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 36% ▕█████ ▏ 1.4 GB/3.8 GB 31 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 36% ▕█████ ▏ 1.4 GB/3.8 GB 31 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 36% ▕█████ ▏ 1.4 GB/3.8 GB 31 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 36% ▕█████ ▏ 1.4 GB/3.8 GB 32 MB/s 1m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 36% ▕█████ ▏ 1.4 GB/3.8 GB 32 MB/s 1m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 36% ▕█████ ▏ 1.4 GB/3.8 GB 32 MB/s 1m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 37% ▕█████ ▏ 1.4 GB/3.8 GB 32 MB/s 1m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 37% ▕█████ ▏ 1.4 GB/3.8 GB 32 MB/s 1m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 37% ▕█████ ▏ 1.4 GB/3.8 GB 32 MB/s 1m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 37% ▕█████ ▏ 1.4 GB/3.8 GB 32 MB/s 1m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 37% ▕█████ ▏ 1.4 GB/3.8 GB 32 MB/s 1m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 37% ▕█████ ▏ 1.4 GB/3.8 GB 32 MB/s 1m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 37% ▕█████ ▏ 1.4 GB/3.8 GB 32 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 37% ▕█████ ▏ 1.4 GB/3.8 GB 30 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 37% ▕█████ ▏ 1.4 GB/3.8 GB 30 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 38% ▕██████ ▏ 1.4 GB/3.8 GB 30 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 38% ▕██████ ▏ 1.4 GB/3.8 GB 30 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 38% ▕██████ ▏ 1.4 GB/3.8 GB 30 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 38% ▕██████ ▏ 1.4 GB/3.8 GB 30 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 38% ▕██████ ▏ 1.4 GB/3.8 GB 30 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 38% ▕██████ ▏ 1.4 GB/3.8 GB 30 MB/s 1m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 38% ▕██████ ▏ 1.4 GB/3.8 GB 30 MB/s 1m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 38% ▕██████ ▏ 1.4 GB/3.8 GB 30 MB/s 1m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 38% ▕██████ ▏ 1.5 GB/3.8 GB 30 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 38% ▕██████ ▏ 1.5 GB/3.8 GB 30 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 38% ▕██████ ▏ 1.5 GB/3.8 GB 30 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 38% ▕██████ ▏ 1.5 GB/3.8 GB 30 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 38% ▕██████ ▏ 1.5 GB/3.8 GB 30 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 38% ▕██████ ▏ 1.5 GB/3.8 GB 30 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 39% ▕██████ ▏ 1.5 GB/3.8 GB 30 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 39% ▕██████ ▏ 1.5 GB/3.8 GB 30 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 39% ▕██████ ▏ 1.5 GB/3.8 GB 30 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 39% ▕██████ ▏ 1.5 GB/3.8 GB 30 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 39% ▕██████ ▏ 1.5 GB/3.8 GB 29 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 39% ▕██████ ▏ 1.5 GB/3.8 GB 29 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 39% ▕██████ ▏ 1.5 GB/3.8 GB 29 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 39% ▕██████ ▏ 1.5 GB/3.8 GB 29 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 39% ▕██████ ▏ 1.5 GB/3.8 GB 29 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 40% ▕██████ ▏ 1.5 GB/3.8 GB 29 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 40% ▕██████ ▏ 1.5 GB/3.8 GB 29 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 40% ▕██████ ▏ 1.5 GB/3.8 GB 29 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 40% ▕██████ ▏ 1.5 GB/3.8 GB 29 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 40% ▕██████ ▏ 1.5 GB/3.8 GB 29 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 40% ▕██████ ▏ 1.5 GB/3.8 GB 32 MB/s 1m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 40% ▕██████ ▏ 1.5 GB/3.8 GB 32 MB/s 1m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 40% ▕██████ ▏ 1.5 GB/3.8 GB 32 MB/s 1m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 40% ▕██████ ▏ 1.5 GB/3.8 GB 32 MB/s 1m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 40% ▕██████ ▏ 1.5 GB/3.8 GB 32 MB/s 1m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 41% ▕██████ ▏ 1.5 GB/3.8 GB 32 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 41% ▕██████ ▏ 1.6 GB/3.8 GB 32 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 41% ▕██████ ▏ 1.6 GB/3.8 GB 32 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 41% ▕██████ ▏ 1.6 GB/3.8 GB 32 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 41% ▕██████ ▏ 1.6 GB/3.8 GB 32 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 41% ▕██████ ▏ 1.6 GB/3.8 GB 34 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 41% ▕██████ ▏ 1.6 GB/3.8 GB 34 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 41% ▕██████ ▏ 1.6 GB/3.8 GB 34 MB/s 1m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 41% ▕██████ ▏ 1.6 GB/3.8 GB 34 MB/s 1m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 41% ▕██████ ▏ 1.6 GB/3.8 GB 34 MB/s 1m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 41% ▕██████ ▏ 1.6 GB/3.8 GB 34 MB/s 1m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 42% ▕██████ ▏ 1.6 GB/3.8 GB 34 MB/s 1m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 42% ▕██████ ▏ 1.6 GB/3.8 GB 34 MB/s 1m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 42% ▕██████ ▏ 1.6 GB/3.8 GB 34 MB/s 1m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 42% ▕██████ ▏ 1.6 GB/3.8 GB 34 MB/s 1m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 42% ▕██████ ▏ 1.6 GB/3.8 GB 34 MB/s 1m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 42% ▕██████ ▏ 1.6 GB/3.8 GB 35 MB/s 1m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 42% ▕██████ ▏ 1.6 GB/3.8 GB 35 MB/s 1m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 42% ▕██████ ▏ 1.6 GB/3.8 GB 35 MB/s 1m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 42% ▕██████ ▏ 1.6 GB/3.8 GB 35 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 42% ▕██████ ▏ 1.6 GB/3.8 GB 35 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 42% ▕██████ ▏ 1.6 GB/3.8 GB 35 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 43% ▕██████ ▏ 1.6 GB/3.8 GB 35 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 43% ▕██████ ▏ 1.6 GB/3.8 GB 35 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 43% ▕██████ ▏ 1.6 GB/3.8 GB 35 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 43% ▕██████ ▏ 1.6 GB/3.8 GB 35 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 43% ▕██████ ▏ 1.6 GB/3.8 GB 36 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 43% ▕██████ ▏ 1.7 GB/3.8 GB 36 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 43% ▕██████ ▏ 1.7 GB/3.8 GB 36 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 43% ▕██████ ▏ 1.7 GB/3.8 GB 36 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 43% ▕██████ ▏ 1.7 GB/3.8 GB 36 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 44% ▕██████ ▏ 1.7 GB/3.8 GB 36 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 44% ▕██████ ▏ 1.7 GB/3.8 GB 36 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 44% ▕███████ ▏ 1.7 GB/3.8 GB 36 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 44% ▕███████ ▏ 1.7 GB/3.8 GB 36 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 44% ▕███████ ▏ 1.7 GB/3.8 GB 36 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 44% ▕███████ ▏ 1.7 GB/3.8 GB 36 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 44% ▕███████ ▏ 1.7 GB/3.8 GB 36 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 44% ▕███████ ▏ 1.7 GB/3.8 GB 36 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 44% ▕███████ ▏ 1.7 GB/3.8 GB 36 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 45% ▕███████ ▏ 1.7 GB/3.8 GB 36 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 45% ▕███████ ▏ 1.7 GB/3.8 GB 36 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 45% ▕███████ ▏ 1.7 GB/3.8 GB 36 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 45% ▕███████ ▏ 1.7 GB/3.8 GB 36 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 45% ▕███████ ▏ 1.7 GB/3.8 GB 36 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 45% ▕███████ ▏ 1.7 GB/3.8 GB 36 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 45% ▕███████ ▏ 1.7 GB/3.8 GB 37 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 45% ▕███████ ▏ 1.7 GB/3.8 GB 37 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 45% ▕███████ ▏ 1.7 GB/3.8 GB 37 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 45% ▕███████ ▏ 1.7 GB/3.8 GB 37 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 46% ▕███████ ▏ 1.7 GB/3.8 GB 37 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 46% ▕███████ ▏ 1.7 GB/3.8 GB 37 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 46% ▕███████ ▏ 1.7 GB/3.8 GB 37 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 46% ▕███████ ▏ 1.8 GB/3.8 GB 37 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 46% ▕███████ ▏ 1.8 GB/3.8 GB 37 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 46% ▕███████ ▏ 1.8 GB/3.8 GB 37 MB/s 54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 46% ▕███████ ▏ 1.8 GB/3.8 GB 39 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 46% ▕███████ ▏ 1.8 GB/3.8 GB 39 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 47% ▕███████ ▏ 1.8 GB/3.8 GB 39 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 47% ▕███████ ▏ 1.8 GB/3.8 GB 39 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 47% ▕███████ ▏ 1.8 GB/3.8 GB 39 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 47% ▕███████ ▏ 1.8 GB/3.8 GB 39 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 47% ▕███████ ▏ 1.8 GB/3.8 GB 39 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 47% ▕███████ ▏ 1.8 GB/3.8 GB 39 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 47% ▕███████ ▏ 1.8 GB/3.8 GB 39 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 47% ▕███████ ▏ 1.8 GB/3.8 GB 39 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 47% ▕███████ ▏ 1.8 GB/3.8 GB 39 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 47% ▕███████ ▏ 1.8 GB/3.8 GB 37 MB/s 54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 47% ▕███████ ▏ 1.8 GB/3.8 GB 37 MB/s 54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 47% ▕███████ ▏ 1.8 GB/3.8 GB 37 MB/s 54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 47% ▕███████ ▏ 1.8 GB/3.8 GB 37 MB/s 54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 47% ▕███████ ▏ 1.8 GB/3.8 GB 37 MB/s 54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 47% ▕███████ ▏ 1.8 GB/3.8 GB 37 MB/s 54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 47% ▕███████ ▏ 1.8 GB/3.8 GB 37 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 48% ▕███████ ▏ 1.8 GB/3.8 GB 37 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 48% ▕███████ ▏ 1.8 GB/3.8 GB 37 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 48% ▕███████ ▏ 1.8 GB/3.8 GB 37 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 48% ▕███████ ▏ 1.8 GB/3.8 GB 37 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 48% ▕███████ ▏ 1.8 GB/3.8 GB 37 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 48% ▕███████ ▏ 1.8 GB/3.8 GB 37 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 48% ▕███████ ▏ 1.8 GB/3.8 GB 37 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 48% ▕███████ ▏ 1.8 GB/3.8 GB 37 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 48% ▕███████ ▏ 1.8 GB/3.8 GB 37 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 48% ▕███████ ▏ 1.8 GB/3.8 GB 37 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 48% ▕███████ ▏ 1.9 GB/3.8 GB 37 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 48% ▕███████ ▏ 1.9 GB/3.8 GB 37 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 49% ▕███████ ▏ 1.9 GB/3.8 GB 37 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 49% ▕███████ ▏ 1.9 GB/3.8 GB 36 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 49% ▕███████ ▏ 1.9 GB/3.8 GB 36 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 49% ▕███████ ▏ 1.9 GB/3.8 GB 36 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 49% ▕███████ ▏ 1.9 GB/3.8 GB 36 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 49% ▕███████ ▏ 1.9 GB/3.8 GB 36 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 49% ▕███████ ▏ 1.9 GB/3.8 GB 36 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 49% ▕███████ ▏ 1.9 GB/3.8 GB 36 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 49% ▕███████ ▏ 1.9 GB/3.8 GB 36 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 49% ▕███████ ▏ 1.9 GB/3.8 GB 36 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 49% ▕███████ ▏ 1.9 GB/3.8 GB 36 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 49% ▕███████ ▏ 1.9 GB/3.8 GB 35 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 50% ▕███████ ▏ 1.9 GB/3.8 GB 35 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 50% ▕███████ ▏ 1.9 GB/3.8 GB 35 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 50% ▕███████ ▏ 1.9 GB/3.8 GB 35 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 50% ▕███████ ▏ 1.9 GB/3.8 GB 35 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 50% ▕███████ ▏ 1.9 GB/3.8 GB 35 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 50% ▕████████ ▏ 1.9 GB/3.8 GB 35 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 50% ▕████████ ▏ 1.9 GB/3.8 GB 35 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 50% ▕████████ ▏ 1.9 GB/3.8 GB 35 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 50% ▕████████ ▏ 1.9 GB/3.8 GB 35 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 51% ▕████████ ▏ 1.9 GB/3.8 GB 36 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 51% ▕████████ ▏ 1.9 GB/3.8 GB 36 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 51% ▕████████ ▏ 1.9 GB/3.8 GB 36 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 51% ▕████████ ▏ 1.9 GB/3.8 GB 36 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 51% ▕████████ ▏ 1.9 GB/3.8 GB 36 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 51% ▕████████ ▏ 1.9 GB/3.8 GB 36 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 51% ▕████████ ▏ 1.9 GB/3.8 GB 36 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 51% ▕████████ ▏ 2.0 GB/3.8 GB 36 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 51% ▕████████ ▏ 2.0 GB/3.8 GB 36 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 51% ▕████████ ▏ 2.0 GB/3.8 GB 36 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 51% ▕████████ ▏ 2.0 GB/3.8 GB 36 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 51% ▕████████ ▏ 2.0 GB/3.8 GB 35 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 52% ▕████████ ▏ 2.0 GB/3.8 GB 35 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 52% ▕████████ ▏ 2.0 GB/3.8 GB 35 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 52% ▕████████ ▏ 2.0 GB/3.8 GB 35 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 52% ▕████████ ▏ 2.0 GB/3.8 GB 35 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 52% ▕████████ ▏ 2.0 GB/3.8 GB 35 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 52% ▕████████ ▏ 2.0 GB/3.8 GB 35 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 52% ▕████████ ▏ 2.0 GB/3.8 GB 35 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 52% ▕████████ ▏ 2.0 GB/3.8 GB 35 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 53% ▕████████ ▏ 2.0 GB/3.8 GB 35 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 53% ▕████████ ▏ 2.0 GB/3.8 GB 36 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 53% ▕████████ ▏ 2.0 GB/3.8 GB 36 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 53% ▕████████ ▏ 2.0 GB/3.8 GB 36 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 53% ▕████████ ▏ 2.0 GB/3.8 GB 36 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 53% ▕████████ ▏ 2.0 GB/3.8 GB 36 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 53% ▕████████ ▏ 2.0 GB/3.8 GB 36 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 53% ▕████████ ▏ 2.0 GB/3.8 GB 36 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 53% ▕████████ ▏ 2.0 GB/3.8 GB 36 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 53% ▕████████ ▏ 2.0 GB/3.8 GB 36 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 53% ▕████████ ▏ 2.0 GB/3.8 GB 36 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 53% ▕████████ ▏ 2.0 GB/3.8 GB 35 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 54% ▕████████ ▏ 2.0 GB/3.8 GB 35 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 54% ▕████████ ▏ 2.1 GB/3.8 GB 35 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 54% ▕████████ ▏ 2.1 GB/3.8 GB 35 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 54% ▕████████ ▏ 2.1 GB/3.8 GB 35 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 54% ▕████████ ▏ 2.1 GB/3.8 GB 35 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 54% ▕████████ ▏ 2.1 GB/3.8 GB 35 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 54% ▕████████ ▏ 2.1 GB/3.8 GB 35 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 54% ▕████████ ▏ 2.1 GB/3.8 GB 35 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 54% ▕████████ ▏ 2.1 GB/3.8 GB 35 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 54% ▕████████ ▏ 2.1 GB/3.8 GB 34 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 54% ▕████████ ▏ 2.1 GB/3.8 GB 34 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 55% ▕████████ ▏ 2.1 GB/3.8 GB 34 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 55% ▕████████ ▏ 2.1 GB/3.8 GB 34 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 55% ▕████████ ▏ 2.1 GB/3.8 GB 34 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 55% ▕████████ ▏ 2.1 GB/3.8 GB 34 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 55% ▕████████ ▏ 2.1 GB/3.8 GB 34 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 55% ▕████████ ▏ 2.1 GB/3.8 GB 34 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 55% ▕████████ ▏ 2.1 GB/3.8 GB 34 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 55% ▕████████ ▏ 2.1 GB/3.8 GB 34 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 55% ▕████████ ▏ 2.1 GB/3.8 GB 36 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 55% ▕████████ ▏ 2.1 GB/3.8 GB 36 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 56% ▕████████ ▏ 2.1 GB/3.8 GB 36 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 56% ▕████████ ▏ 2.1 GB/3.8 GB 36 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 56% ▕████████ ▏ 2.1 GB/3.8 GB 36 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 56% ▕████████ ▏ 2.1 GB/3.8 GB 36 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 56% ▕████████ ▏ 2.1 GB/3.8 GB 36 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 56% ▕████████ ▏ 2.1 GB/3.8 GB 36 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 56% ▕█████████ ▏ 2.2 GB/3.8 GB 36 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 56% ▕█████████ ▏ 2.2 GB/3.8 GB 36 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 56% ▕█████████ ▏ 2.2 GB/3.8 GB 36 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 56% ▕█████████ ▏ 2.2 GB/3.8 GB 36 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 56% ▕█████████ ▏ 2.2 GB/3.8 GB 36 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 56% ▕█████████ ▏ 2.2 GB/3.8 GB 36 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 57% ▕█████████ ▏ 2.2 GB/3.8 GB 36 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 57% ▕█████████ ▏ 2.2 GB/3.8 GB 36 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 57% ▕█████████ ▏ 2.2 GB/3.8 GB 36 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 57% ▕█████████ ▏ 2.2 GB/3.8 GB 36 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 57% ▕█████████ ▏ 2.2 GB/3.8 GB 36 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 57% ▕█████████ ▏ 2.2 GB/3.8 GB 36 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 57% ▕█████████ ▏ 2.2 GB/3.8 GB 36 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 57% ▕█████████ ▏ 2.2 GB/3.8 GB 34 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 57% ▕█████████ ▏ 2.2 GB/3.8 GB 34 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 57% ▕█████████ ▏ 2.2 GB/3.8 GB 34 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 57% ▕█████████ ▏ 2.2 GB/3.8 GB 34 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 57% ▕█████████ ▏ 2.2 GB/3.8 GB 34 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 57% ▕█████████ ▏ 2.2 GB/3.8 GB 34 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 57% ▕█████████ ▏ 2.2 GB/3.8 GB 34 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 57% ▕█████████ ▏ 2.2 GB/3.8 GB 34 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 57% ▕█████████ ▏ 2.2 GB/3.8 GB 34 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 58% ▕█████████ ▏ 2.2 GB/3.8 GB 34 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 58% ▕█████████ ▏ 2.2 GB/3.8 GB 34 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 58% ▕█████████ ▏ 2.2 GB/3.8 GB 34 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 58% ▕█████████ ▏ 2.2 GB/3.8 GB 34 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 58% ▕█████████ ▏ 2.2 GB/3.8 GB 34 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 58% ▕█████████ ▏ 2.2 GB/3.8 GB 34 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 58% ▕█████████ ▏ 2.2 GB/3.8 GB 34 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 58% ▕█████████ ▏ 2.2 GB/3.8 GB 34 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 58% ▕█████████ ▏ 2.2 GB/3.8 GB 34 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 58% ▕█████████ ▏ 2.2 GB/3.8 GB 34 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 58% ▕█████████ ▏ 2.2 GB/3.8 GB 34 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 59% ▕█████████ ▏ 2.2 GB/3.8 GB 33 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 59% ▕█████████ ▏ 2.2 GB/3.8 GB 33 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 59% ▕█████████ ▏ 2.2 GB/3.8 GB 33 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 59% ▕█████████ ▏ 2.2 GB/3.8 GB 33 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 59% ▕█████████ ▏ 2.3 GB/3.8 GB 33 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 59% ▕█████████ ▏ 2.3 GB/3.8 GB 33 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 59% ▕█████████ ▏ 2.3 GB/3.8 GB 33 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 59% ▕█████████ ▏ 2.3 GB/3.8 GB 33 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 59% ▕█████████ ▏ 2.3 GB/3.8 GB 33 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 59% ▕█████████ ▏ 2.3 GB/3.8 GB 33 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 59% ▕█████████ ▏ 2.3 GB/3.8 GB 33 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 59% ▕█████████ ▏ 2.3 GB/3.8 GB 33 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 59% ▕█████████ ▏ 2.3 GB/3.8 GB 33 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 60% ▕█████████ ▏ 2.3 GB/3.8 GB 33 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 60% ▕█████████ ▏ 2.3 GB/3.8 GB 33 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 60% ▕█████████ ▏ 2.3 GB/3.8 GB 33 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 60% ▕█████████ ▏ 2.3 GB/3.8 GB 33 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 60% ▕█████████ ▏ 2.3 GB/3.8 GB 33 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 60% ▕█████████ ▏ 2.3 GB/3.8 GB 33 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 60% ▕█████████ ▏ 2.3 GB/3.8 GB 33 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 60% ▕█████████ ▏ 2.3 GB/3.8 GB 33 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 60% ▕█████████ ▏ 2.3 GB/3.8 GB 31 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 60% ▕█████████ ▏ 2.3 GB/3.8 GB 31 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 60% ▕█████████ ▏ 2.3 GB/3.8 GB 31 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 60% ▕█████████ ▏ 2.3 GB/3.8 GB 31 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 60% ▕█████████ ▏ 2.3 GB/3.8 GB 31 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 60% ▕█████████ ▏ 2.3 GB/3.8 GB 31 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 61% ▕█████████ ▏ 2.3 GB/3.8 GB 31 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 61% ▕█████████ ▏ 2.3 GB/3.8 GB 31 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 61% ▕█████████ ▏ 2.3 GB/3.8 GB 31 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 61% ▕█████████ ▏ 2.3 GB/3.8 GB 31 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 61% ▕█████████ ▏ 2.3 GB/3.8 GB 31 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 61% ▕█████████ ▏ 2.3 GB/3.8 GB 31 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 61% ▕█████████ ▏ 2.3 GB/3.8 GB 31 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 61% ▕█████████ ▏ 2.3 GB/3.8 GB 31 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 61% ▕█████████ ▏ 2.3 GB/3.8 GB 31 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 61% ▕█████████ ▏ 2.3 GB/3.8 GB 31 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 61% ▕█████████ ▏ 2.3 GB/3.8 GB 31 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 61% ▕█████████ ▏ 2.3 GB/3.8 GB 31 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 62% ▕█████████ ▏ 2.4 GB/3.8 GB 31 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 62% ▕█████████ ▏ 2.4 GB/3.8 GB 31 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 62% ▕█████████ ▏ 2.4 GB/3.8 GB 30 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 62% ▕█████████ ▏ 2.4 GB/3.8 GB 30 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 62% ▕█████████ ▏ 2.4 GB/3.8 GB 30 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 62% ▕█████████ ▏ 2.4 GB/3.8 GB 30 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 62% ▕█████████ ▏ 2.4 GB/3.8 GB 30 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 62% ▕█████████ ▏ 2.4 GB/3.8 GB 30 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 62% ▕█████████ ▏ 2.4 GB/3.8 GB 30 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 62% ▕█████████ ▏ 2.4 GB/3.8 GB 30 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 62% ▕█████████ ▏ 2.4 GB/3.8 GB 30 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 62% ▕█████████ ▏ 2.4 GB/3.8 GB 30 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 63% ▕██████████ ▏ 2.4 GB/3.8 GB 30 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 63% ▕██████████ ▏ 2.4 GB/3.8 GB 30 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 63% ▕██████████ ▏ 2.4 GB/3.8 GB 30 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 63% ▕██████████ ▏ 2.4 GB/3.8 GB 30 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 63% ▕██████████ ▏ 2.4 GB/3.8 GB 30 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 63% ▕██████████ ▏ 2.4 GB/3.8 GB 30 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 63% ▕██████████ ▏ 2.4 GB/3.8 GB 30 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 63% ▕██████████ ▏ 2.4 GB/3.8 GB 30 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 63% ▕██████████ ▏ 2.4 GB/3.8 GB 30 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 63% ▕██████████ ▏ 2.4 GB/3.8 GB 30 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 63% ▕██████████ ▏ 2.4 GB/3.8 GB 29 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 63% ▕██████████ ▏ 2.4 GB/3.8 GB 29 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 64% ▕██████████ ▏ 2.4 GB/3.8 GB 29 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 64% ▕██████████ ▏ 2.4 GB/3.8 GB 29 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 64% ▕██████████ ▏ 2.4 GB/3.8 GB 29 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 64% ▕██████████ ▏ 2.4 GB/3.8 GB 29 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 64% ▕██████████ ▏ 2.4 GB/3.8 GB 29 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 64% ▕██████████ ▏ 2.4 GB/3.8 GB 29 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 64% ▕██████████ ▏ 2.4 GB/3.8 GB 29 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 64% ▕██████████ ▏ 2.4 GB/3.8 GB 29 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 64% ▕██████████ ▏ 2.5 GB/3.8 GB 29 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 64% ▕██████████ ▏ 2.5 GB/3.8 GB 31 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 64% ▕██████████ ▏ 2.5 GB/3.8 GB 31 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 64% ▕██████████ ▏ 2.5 GB/3.8 GB 31 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 64% ▕██████████ ▏ 2.5 GB/3.8 GB 31 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 65% ▕██████████ ▏ 2.5 GB/3.8 GB 31 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 65% ▕██████████ ▏ 2.5 GB/3.8 GB 31 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 65% ▕██████████ ▏ 2.5 GB/3.8 GB 31 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 65% ▕██████████ ▏ 2.5 GB/3.8 GB 31 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 65% ▕██████████ ▏ 2.5 GB/3.8 GB 31 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 65% ▕██████████ ▏ 2.5 GB/3.8 GB 31 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 65% ▕██████████ ▏ 2.5 GB/3.8 GB 30 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 65% ▕██████████ ▏ 2.5 GB/3.8 GB 30 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 65% ▕██████████ ▏ 2.5 GB/3.8 GB 30 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 65% ▕██████████ ▏ 2.5 GB/3.8 GB 30 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 65% ▕██████████ ▏ 2.5 GB/3.8 GB 30 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 65% ▕██████████ ▏ 2.5 GB/3.8 GB 30 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 66% ▕██████████ ▏ 2.5 GB/3.8 GB 30 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 66% ▕██████████ ▏ 2.5 GB/3.8 GB 30 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 66% ▕██████████ ▏ 2.5 GB/3.8 GB 30 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 66% ▕██████████ ▏ 2.5 GB/3.8 GB 30 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 66% ▕██████████ ▏ 2.5 GB/3.8 GB 31 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 66% ▕██████████ ▏ 2.5 GB/3.8 GB 31 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 66% ▕██████████ ▏ 2.5 GB/3.8 GB 31 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 66% ▕██████████ ▏ 2.5 GB/3.8 GB 31 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 66% ▕██████████ ▏ 2.5 GB/3.8 GB 31 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 66% ▕██████████ ▏ 2.5 GB/3.8 GB 31 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 66% ▕██████████ ▏ 2.5 GB/3.8 GB 31 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 67% ▕██████████ ▏ 2.5 GB/3.8 GB 31 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 67% ▕██████████ ▏ 2.6 GB/3.8 GB 31 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 67% ▕██████████ ▏ 2.6 GB/3.8 GB 31 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 67% ▕██████████ ▏ 2.6 GB/3.8 GB 32 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 67% ▕██████████ ▏ 2.6 GB/3.8 GB 32 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 67% ▕██████████ ▏ 2.6 GB/3.8 GB 32 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 67% ▕██████████ ▏ 2.6 GB/3.8 GB 32 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 67% ▕██████████ ▏ 2.6 GB/3.8 GB 32 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 67% ▕██████████ ▏ 2.6 GB/3.8 GB 32 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 67% ▕██████████ ▏ 2.6 GB/3.8 GB 32 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 67% ▕██████████ ▏ 2.6 GB/3.8 GB 32 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 67% ▕██████████ ▏ 2.6 GB/3.8 GB 32 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 67% ▕██████████ ▏ 2.6 GB/3.8 GB 32 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 67% ▕██████████ ▏ 2.6 GB/3.8 GB 30 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 67% ▕██████████ ▏ 2.6 GB/3.8 GB 30 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 67% ▕██████████ ▏ 2.6 GB/3.8 GB 30 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 68% ▕██████████ ▏ 2.6 GB/3.8 GB 30 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 68% ▕██████████ ▏ 2.6 GB/3.8 GB 30 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 68% ▕██████████ ▏ 2.6 GB/3.8 GB 30 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 68% ▕██████████ ▏ 2.6 GB/3.8 GB 30 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 68% ▕██████████ ▏ 2.6 GB/3.8 GB 30 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 68% ▕██████████ ▏ 2.6 GB/3.8 GB 30 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 68% ▕██████████ ▏ 2.6 GB/3.8 GB 30 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 68% ▕██████████ ▏ 2.6 GB/3.8 GB 30 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 68% ▕██████████ ▏ 2.6 GB/3.8 GB 31 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 68% ▕██████████ ▏ 2.6 GB/3.8 GB 31 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 69% ▕██████████ ▏ 2.6 GB/3.8 GB 31 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 69% ▕██████████ ▏ 2.6 GB/3.8 GB 31 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 69% ▕███████████ ▏ 2.6 GB/3.8 GB 31 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 69% ▕███████████ ▏ 2.6 GB/3.8 GB 31 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 69% ▕███████████ ▏ 2.6 GB/3.8 GB 31 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 69% ▕███████████ ▏ 2.6 GB/3.8 GB 31 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 69% ▕███████████ ▏ 2.6 GB/3.8 GB 31 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 69% ▕███████████ ▏ 2.6 GB/3.8 GB 31 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 69% ▕███████████ ▏ 2.7 GB/3.8 GB 32 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 70% ▕███████████ ▏ 2.7 GB/3.8 GB 32 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 70% ▕███████████ ▏ 2.7 GB/3.8 GB 32 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 70% ▕███████████ ▏ 2.7 GB/3.8 GB 32 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 70% ▕███████████ ▏ 2.7 GB/3.8 GB 32 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 70% ▕███████████ ▏ 2.7 GB/3.8 GB 32 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 70% ▕███████████ ▏ 2.7 GB/3.8 GB 32 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 70% ▕███████████ ▏ 2.7 GB/3.8 GB 32 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 70% ▕███████████ ▏ 2.7 GB/3.8 GB 32 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 70% ▕███████████ ▏ 2.7 GB/3.8 GB 32 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 70% ▕███████████ ▏ 2.7 GB/3.8 GB 31 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 70% ▕███████████ ▏ 2.7 GB/3.8 GB 31 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 70% ▕███████████ ▏ 2.7 GB/3.8 GB 31 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 70% ▕███████████ ▏ 2.7 GB/3.8 GB 31 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 70% ▕███████████ ▏ 2.7 GB/3.8 GB 31 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 70% ▕███████████ ▏ 2.7 GB/3.8 GB 31 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 71% ▕███████████ ▏ 2.7 GB/3.8 GB 31 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 71% ▕███████████ ▏ 2.7 GB/3.8 GB 31 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 71% ▕███████████ ▏ 2.7 GB/3.8 GB 31 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 71% ▕███████████ ▏ 2.7 GB/3.8 GB 31 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 71% ▕███████████ ▏ 2.7 GB/3.8 GB 31 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 71% ▕███████████ ▏ 2.7 GB/3.8 GB 31 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 71% ▕███████████ ▏ 2.7 GB/3.8 GB 31 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 71% ▕███████████ ▏ 2.7 GB/3.8 GB 31 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 71% ▕███████████ ▏ 2.7 GB/3.8 GB 31 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 71% ▕███████████ ▏ 2.7 GB/3.8 GB 31 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 71% ▕███████████ ▏ 2.7 GB/3.8 GB 31 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 71% ▕███████████ ▏ 2.7 GB/3.8 GB 31 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 71% ▕███████████ ▏ 2.7 GB/3.8 GB 31 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 72% ▕███████████ ▏ 2.7 GB/3.8 GB 31 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 72% ▕███████████ ▏ 2.7 GB/3.8 GB 31 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 72% ▕███████████ ▏ 2.7 GB/3.8 GB 31 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 72% ▕███████████ ▏ 2.7 GB/3.8 GB 31 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 72% ▕███████████ ▏ 2.7 GB/3.8 GB 31 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 72% ▕███████████ ▏ 2.7 GB/3.8 GB 31 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 72% ▕███████████ ▏ 2.8 GB/3.8 GB 31 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 72% ▕███████████ ▏ 2.8 GB/3.8 GB 31 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 72% ▕███████████ ▏ 2.8 GB/3.8 GB 31 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 72% ▕███████████ ▏ 2.8 GB/3.8 GB 31 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 72% ▕███████████ ▏ 2.8 GB/3.8 GB 31 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 72% ▕███████████ ▏ 2.8 GB/3.8 GB 31 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 72% ▕███████████ ▏ 2.8 GB/3.8 GB 32 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 73% ▕███████████ ▏ 2.8 GB/3.8 GB 32 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 73% ▕███████████ ▏ 2.8 GB/3.8 GB 32 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 73% ▕███████████ ▏ 2.8 GB/3.8 GB 32 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 73% ▕███████████ ▏ 2.8 GB/3.8 GB 32 MB/s 31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 73% ▕███████████ ▏ 2.8 GB/3.8 GB 32 MB/s 31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 73% ▕███████████ ▏ 2.8 GB/3.8 GB 32 MB/s 31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 73% ▕███████████ ▏ 2.8 GB/3.8 GB 32 MB/s 31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 73% ▕███████████ ▏ 2.8 GB/3.8 GB 32 MB/s 31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 73% ▕███████████ ▏ 2.8 GB/3.8 GB 32 MB/s 31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 73% ▕███████████ ▏ 2.8 GB/3.8 GB 30 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 73% ▕███████████ ▏ 2.8 GB/3.8 GB 30 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 73% ▕███████████ ▏ 2.8 GB/3.8 GB 30 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 73% ▕███████████ ▏ 2.8 GB/3.8 GB 30 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 73% ▕███████████ ▏ 2.8 GB/3.8 GB 30 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 73% ▕███████████ ▏ 2.8 GB/3.8 GB 30 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 73% ▕███████████ ▏ 2.8 GB/3.8 GB 30 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 74% ▕███████████ ▏ 2.8 GB/3.8 GB 30 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 74% ▕███████████ ▏ 2.8 GB/3.8 GB 30 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 74% ▕███████████ ▏ 2.8 GB/3.8 GB 30 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 74% ▕███████████ ▏ 2.8 GB/3.8 GB 29 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 74% ▕███████████ ▏ 2.8 GB/3.8 GB 29 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 74% ▕███████████ ▏ 2.8 GB/3.8 GB 29 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 74% ▕███████████ ▏ 2.8 GB/3.8 GB 29 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 74% ▕███████████ ▏ 2.8 GB/3.8 GB 29 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 74% ▕███████████ ▏ 2.8 GB/3.8 GB 29 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 74% ▕███████████ ▏ 2.8 GB/3.8 GB 29 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 75% ▕███████████ ▏ 2.8 GB/3.8 GB 29 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 75% ▕███████████ ▏ 2.9 GB/3.8 GB 29 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 75% ▕███████████ ▏ 2.9 GB/3.8 GB 29 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 75% ▕███████████ ▏ 2.9 GB/3.8 GB 31 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 75% ▕███████████ ▏ 2.9 GB/3.8 GB 31 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 75% ▕███████████ ▏ 2.9 GB/3.8 GB 31 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 75% ▕████████████ ▏ 2.9 GB/3.8 GB 31 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 75% ▕████████████ ▏ 2.9 GB/3.8 GB 31 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 75% ▕████████████ ▏ 2.9 GB/3.8 GB 31 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 75% ▕████████████ ▏ 2.9 GB/3.8 GB 31 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 75% ▕████████████ ▏ 2.9 GB/3.8 GB 31 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 75% ▕████████████ ▏ 2.9 GB/3.8 GB 31 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 75% ▕████████████ ▏ 2.9 GB/3.8 GB 31 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 76% ▕████████████ ▏ 2.9 GB/3.8 GB 30 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 76% ▕████████████ ▏ 2.9 GB/3.8 GB 30 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 76% ▕████████████ ▏ 2.9 GB/3.8 GB 30 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 76% ▕████████████ ▏ 2.9 GB/3.8 GB 30 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 76% ▕████████████ ▏ 2.9 GB/3.8 GB 30 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 76% ▕████████████ ▏ 2.9 GB/3.8 GB 30 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 76% ▕████████████ ▏ 2.9 GB/3.8 GB 30 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 76% ▕████████████ ▏ 2.9 GB/3.8 GB 30 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 76% ▕████████████ ▏ 2.9 GB/3.8 GB 30 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 76% ▕████████████ ▏ 2.9 GB/3.8 GB 30 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 76% ▕████████████ ▏ 2.9 GB/3.8 GB 30 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 76% ▕████████████ ▏ 2.9 GB/3.8 GB 29 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 76% ▕████████████ ▏ 2.9 GB/3.8 GB 29 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 76% ▕████████████ ▏ 2.9 GB/3.8 GB 29 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 76% ▕████████████ ▏ 2.9 GB/3.8 GB 29 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 77% ▕████████████ ▏ 2.9 GB/3.8 GB 29 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 77% ▕████████████ ▏ 2.9 GB/3.8 GB 29 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 77% ▕████████████ ▏ 2.9 GB/3.8 GB 29 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 77% ▕████████████ ▏ 2.9 GB/3.8 GB 29 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 77% ▕████████████ ▏ 2.9 GB/3.8 GB 29 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 77% ▕████████████ ▏ 2.9 GB/3.8 GB 29 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 77% ▕████████████ ▏ 2.9 GB/3.8 GB 29 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 77% ▕████████████ ▏ 2.9 GB/3.8 GB 29 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 77% ▕████████████ ▏ 2.9 GB/3.8 GB 29 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 77% ▕████████████ ▏ 3.0 GB/3.8 GB 29 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 77% ▕████████████ ▏ 3.0 GB/3.8 GB 29 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 77% ▕████████████ ▏ 3.0 GB/3.8 GB 29 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 77% ▕████████████ ▏ 3.0 GB/3.8 GB 29 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 77% ▕████████████ ▏ 3.0 GB/3.8 GB 29 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 78% ▕████████████ ▏ 3.0 GB/3.8 GB 29 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 78% ▕████████████ ▏ 3.0 GB/3.8 GB 29 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 78% ▕████████████ ▏ 3.0 GB/3.8 GB 29 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 78% ▕████████████ ▏ 3.0 GB/3.8 GB 29 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 78% ▕████████████ ▏ 3.0 GB/3.8 GB 29 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 78% ▕████████████ ▏ 3.0 GB/3.8 GB 29 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 78% ▕████████████ ▏ 3.0 GB/3.8 GB 29 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 78% ▕████████████ ▏ 3.0 GB/3.8 GB 29 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 78% ▕████████████ ▏ 3.0 GB/3.8 GB 29 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 78% ▕████████████ ▏ 3.0 GB/3.8 GB 29 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 79% ▕████████████ ▏ 3.0 GB/3.8 GB 29 MB/s 27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 79% ▕████████████ ▏ 3.0 GB/3.8 GB 29 MB/s 27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 79% ▕████████████ ▏ 3.0 GB/3.8 GB 30 MB/s 27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 79% ▕████████████ ▏ 3.0 GB/3.8 GB 30 MB/s 27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 79% ▕████████████ ▏ 3.0 GB/3.8 GB 30 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 79% ▕████████████ ▏ 3.0 GB/3.8 GB 30 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 79% ▕████████████ ▏ 3.0 GB/3.8 GB 30 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 79% ▕████████████ ▏ 3.0 GB/3.8 GB 30 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 79% ▕████████████ ▏ 3.0 GB/3.8 GB 30 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 79% ▕████████████ ▏ 3.0 GB/3.8 GB 30 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 79% ▕████████████ ▏ 3.0 GB/3.8 GB 30 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 79% ▕████████████ ▏ 3.0 GB/3.8 GB 30 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 80% ▕████████████ ▏ 3.0 GB/3.8 GB 29 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 80% ▕████████████ ▏ 3.0 GB/3.8 GB 29 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 80% ▕████████████ ▏ 3.0 GB/3.8 GB 29 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 80% ▕████████████ ▏ 3.0 GB/3.8 GB 29 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 80% ▕████████████ ▏ 3.1 GB/3.8 GB 29 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 80% ▕████████████ ▏ 3.1 GB/3.8 GB 29 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 80% ▕████████████ ▏ 3.1 GB/3.8 GB 29 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 80% ▕████████████ ▏ 3.1 GB/3.8 GB 29 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 80% ▕████████████ ▏ 3.1 GB/3.8 GB 29 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 80% ▕████████████ ▏ 3.1 GB/3.8 GB 29 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 80% ▕████████████ ▏ 3.1 GB/3.8 GB 29 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 80% ▕████████████ ▏ 3.1 GB/3.8 GB 30 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 80% ▕████████████ ▏ 3.1 GB/3.8 GB 30 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 81% ▕████████████ ▏ 3.1 GB/3.8 GB 30 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 81% ▕████████████ ▏ 3.1 GB/3.8 GB 30 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 81% ▕████████████ ▏ 3.1 GB/3.8 GB 30 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 81% ▕████████████ ▏ 3.1 GB/3.8 GB 30 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 81% ▕████████████ ▏ 3.1 GB/3.8 GB 30 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 81% ▕████████████ ▏ 3.1 GB/3.8 GB 30 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 81% ▕████████████ ▏ 3.1 GB/3.8 GB 30 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 81% ▕████████████ ▏ 3.1 GB/3.8 GB 30 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 81% ▕████████████ ▏ 3.1 GB/3.8 GB 31 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 81% ▕█████████████ ▏ 3.1 GB/3.8 GB 31 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 82% ▕█████████████ ▏ 3.1 GB/3.8 GB 31 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 82% ▕█████████████ ▏ 3.1 GB/3.8 GB 31 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 82% ▕█████████████ ▏ 3.1 GB/3.8 GB 31 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 82% ▕█████████████ ▏ 3.1 GB/3.8 GB 31 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 82% ▕█████████████ ▏ 3.1 GB/3.8 GB 31 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 82% ▕█████████████ ▏ 3.1 GB/3.8 GB 31 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 82% ▕█████████████ ▏ 3.1 GB/3.8 GB 31 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 82% ▕█████████████ ▏ 3.1 GB/3.8 GB 31 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 82% ▕█████████████ ▏ 3.1 GB/3.8 GB 31 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 82% ▕█████████████ ▏ 3.1 GB/3.8 GB 31 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 82% ▕█████████████ ▏ 3.1 GB/3.8 GB 31 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 82% ▕█████████████ ▏ 3.1 GB/3.8 GB 31 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 82% ▕█████████████ ▏ 3.2 GB/3.8 GB 31 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 83% ▕█████████████ ▏ 3.2 GB/3.8 GB 31 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 83% ▕█████████████ ▏ 3.2 GB/3.8 GB 31 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 83% ▕█████████████ ▏ 3.2 GB/3.8 GB 31 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 83% ▕█████████████ ▏ 3.2 GB/3.8 GB 31 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 83% ▕█████████████ ▏ 3.2 GB/3.8 GB 31 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 83% ▕█████████████ ▏ 3.2 GB/3.8 GB 31 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 83% ▕█████████████ ▏ 3.2 GB/3.8 GB 31 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 83% ▕█████████████ ▏ 3.2 GB/3.8 GB 31 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 83% ▕█████████████ ▏ 3.2 GB/3.8 GB 31 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 83% ▕█████████████ ▏ 3.2 GB/3.8 GB 31 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 83% ▕█████████████ ▏ 3.2 GB/3.8 GB 31 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 83% ▕█████████████ ▏ 3.2 GB/3.8 GB 31 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 83% ▕█████████████ ▏ 3.2 GB/3.8 GB 31 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 84% ▕█████████████ ▏ 3.2 GB/3.8 GB 31 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 84% ▕█████████████ ▏ 3.2 GB/3.8 GB 31 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 84% ▕█████████████ ▏ 3.2 GB/3.8 GB 31 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 84% ▕█████████████ ▏ 3.2 GB/3.8 GB 31 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 84% ▕█████████████ ▏ 3.2 GB/3.8 GB 31 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 84% ▕█████████████ ▏ 3.2 GB/3.8 GB 31 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 84% ▕█████████████ ▏ 3.2 GB/3.8 GB 31 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 84% ▕█████████████ ▏ 3.2 GB/3.8 GB 31 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 84% ▕█████████████ ▏ 3.2 GB/3.8 GB 31 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 84% ▕█████████████ ▏ 3.2 GB/3.8 GB 31 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 85% ▕█████████████ ▏ 3.2 GB/3.8 GB 31 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 85% ▕█████████████ ▏ 3.2 GB/3.8 GB 31 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 85% ▕█████████████ ▏ 3.2 GB/3.8 GB 31 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 85% ▕█████████████ ▏ 3.2 GB/3.8 GB 33 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 85% ▕█████████████ ▏ 3.2 GB/3.8 GB 33 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 85% ▕█████████████ ▏ 3.2 GB/3.8 GB 33 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 85% ▕█████████████ ▏ 3.2 GB/3.8 GB 33 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 85% ▕█████████████ ▏ 3.3 GB/3.8 GB 33 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 85% ▕█████████████ ▏ 3.3 GB/3.8 GB 33 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 85% ▕█████████████ ▏ 3.3 GB/3.8 GB 33 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 85% ▕█████████████ ▏ 3.3 GB/3.8 GB 33 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 85% ▕█████████████ ▏ 3.3 GB/3.8 GB 33 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 85% ▕█████████████ ▏ 3.3 GB/3.8 GB 33 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 85% ▕█████████████ ▏ 3.3 GB/3.8 GB 32 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 85% ▕█████████████ ▏ 3.3 GB/3.8 GB 32 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 86% ▕█████████████ ▏ 3.3 GB/3.8 GB 32 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 86% ▕█████████████ ▏ 3.3 GB/3.8 GB 32 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 86% ▕█████████████ ▏ 3.3 GB/3.8 GB 32 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 86% ▕█████████████ ▏ 3.3 GB/3.8 GB 32 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 86% ▕█████████████ ▏ 3.3 GB/3.8 GB 32 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 86% ▕█████████████ ▏ 3.3 GB/3.8 GB 32 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 86% ▕█████████████ ▏ 3.3 GB/3.8 GB 32 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 86% ▕█████████████ ▏ 3.3 GB/3.8 GB 32 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 86% ▕█████████████ ▏ 3.3 GB/3.8 GB 32 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 86% ▕█████████████ ▏ 3.3 GB/3.8 GB 32 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 87% ▕█████████████ ▏ 3.3 GB/3.8 GB 32 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 87% ▕█████████████ ▏ 3.3 GB/3.8 GB 32 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 87% ▕█████████████ ▏ 3.3 GB/3.8 GB 32 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 87% ▕█████████████ ▏ 3.3 GB/3.8 GB 32 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 87% ▕█████████████ ▏ 3.3 GB/3.8 GB 32 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 87% ▕█████████████ ▏ 3.3 GB/3.8 GB 32 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 87% ▕█████████████ ▏ 3.3 GB/3.8 GB 32 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 87% ▕█████████████ ▏ 3.3 GB/3.8 GB 32 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 87% ▕█████████████ ▏ 3.3 GB/3.8 GB 31 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 87% ▕█████████████ ▏ 3.3 GB/3.8 GB 31 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 87% ▕█████████████ ▏ 3.3 GB/3.8 GB 31 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 87% ▕█████████████ ▏ 3.3 GB/3.8 GB 31 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 87% ▕█████████████ ▏ 3.3 GB/3.8 GB 31 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 87% ▕█████████████ ▏ 3.3 GB/3.8 GB 31 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 88% ▕██████████████ ▏ 3.3 GB/3.8 GB 31 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 88% ▕██████████████ ▏ 3.3 GB/3.8 GB 31 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 88% ▕██████████████ ▏ 3.3 GB/3.8 GB 31 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 88% ▕██████████████ ▏ 3.4 GB/3.8 GB 31 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 88% ▕██████████████ ▏ 3.4 GB/3.8 GB 31 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 88% ▕██████████████ ▏ 3.4 GB/3.8 GB 31 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 88% ▕██████████████ ▏ 3.4 GB/3.8 GB 31 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 88% ▕██████████████ ▏ 3.4 GB/3.8 GB 31 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 88% ▕██████████████ ▏ 3.4 GB/3.8 GB 31 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 88% ▕██████████████ ▏ 3.4 GB/3.8 GB 31 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 88% ▕██████████████ ▏ 3.4 GB/3.8 GB 31 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 88% ▕██████████████ ▏ 3.4 GB/3.8 GB 31 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 88% ▕██████████████ ▏ 3.4 GB/3.8 GB 31 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 89% ▕██████████████ ▏ 3.4 GB/3.8 GB 31 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 89% ▕██████████████ ▏ 3.4 GB/3.8 GB 31 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 89% ▕██████████████ ▏ 3.4 GB/3.8 GB 31 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 89% ▕██████████████ ▏ 3.4 GB/3.8 GB 31 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 89% ▕██████████████ ▏ 3.4 GB/3.8 GB 31 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 89% ▕██████████████ ▏ 3.4 GB/3.8 GB 31 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 89% ▕██████████████ ▏ 3.4 GB/3.8 GB 31 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 89% ▕██████████████ ▏ 3.4 GB/3.8 GB 31 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 89% ▕██████████████ ▏ 3.4 GB/3.8 GB 31 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 89% ▕██████████████ ▏ 3.4 GB/3.8 GB 31 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 89% ▕██████████████ ▏ 3.4 GB/3.8 GB 31 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 89% ▕██████████████ ▏ 3.4 GB/3.8 GB 31 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 89% ▕██████████████ ▏ 3.4 GB/3.8 GB 31 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 89% ▕██████████████ ▏ 3.4 GB/3.8 GB 31 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 90% ▕██████████████ ▏ 3.4 GB/3.8 GB 31 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 90% ▕██████████████ ▏ 3.4 GB/3.8 GB 31 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 90% ▕██████████████ ▏ 3.4 GB/3.8 GB 31 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 90% ▕██████████████ ▏ 3.4 GB/3.8 GB 31 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 90% ▕██████████████ ▏ 3.4 GB/3.8 GB 31 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 90% ▕██████████████ ▏ 3.4 GB/3.8 GB 31 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 90% ▕██████████████ ▏ 3.4 GB/3.8 GB 31 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 90% ▕██████████████ ▏ 3.4 GB/3.8 GB 31 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 90% ▕██████████████ ▏ 3.4 GB/3.8 GB 30 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 90% ▕██████████████ ▏ 3.5 GB/3.8 GB 30 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 90% ▕██████████████ ▏ 3.5 GB/3.8 GB 30 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 91% ▕██████████████ ▏ 3.5 GB/3.8 GB 30 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 91% ▕██████████████ ▏ 3.5 GB/3.8 GB 30 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 91% ▕██████████████ ▏ 3.5 GB/3.8 GB 30 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 91% ▕██████████████ ▏ 3.5 GB/3.8 GB 30 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 91% ▕██████████████ ▏ 3.5 GB/3.8 GB 30 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 91% ▕██████████████ ▏ 3.5 GB/3.8 GB 30 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 91% ▕██████████████ ▏ 3.5 GB/3.8 GB 30 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 91% ▕██████████████ ▏ 3.5 GB/3.8 GB 30 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 91% ▕██████████████ ▏ 3.5 GB/3.8 GB 30 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 91% ▕██████████████ ▏ 3.5 GB/3.8 GB 30 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 91% ▕██████████████ ▏ 3.5 GB/3.8 GB 30 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 91% ▕██████████████ ▏ 3.5 GB/3.8 GB 30 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 91% ▕██████████████ ▏ 3.5 GB/3.8 GB 30 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 92% ▕██████████████ ▏ 3.5 GB/3.8 GB 30 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 92% ▕██████████████ ▏ 3.5 GB/3.8 GB 30 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 92% ▕██████████████ ▏ 3.5 GB/3.8 GB 30 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 92% ▕██████████████ ▏ 3.5 GB/3.8 GB 30 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 92% ▕██████████████ ▏ 3.5 GB/3.8 GB 30 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 92% ▕██████████████ ▏ 3.5 GB/3.8 GB 30 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 92% ▕██████████████ ▏ 3.5 GB/3.8 GB 30 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 92% ▕██████████████ ▏ 3.5 GB/3.8 GB 30 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 92% ▕██████████████ ▏ 3.5 GB/3.8 GB 30 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 92% ▕██████████████ ▏ 3.5 GB/3.8 GB 30 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 92% ▕██████████████ ▏ 3.5 GB/3.8 GB 30 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 92% ▕██████████████ ▏ 3.5 GB/3.8 GB 30 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 93% ▕██████████████ ▏ 3.5 GB/3.8 GB 30 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 93% ▕██████████████ ▏ 3.5 GB/3.8 GB 30 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 93% ▕██████████████ ▏ 3.5 GB/3.8 GB 30 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 93% ▕██████████████ ▏ 3.5 GB/3.8 GB 30 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 93% ▕██████████████ ▏ 3.5 GB/3.8 GB 30 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 93% ▕██████████████ ▏ 3.5 GB/3.8 GB 30 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 93% ▕██████████████ ▏ 3.6 GB/3.8 GB 30 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 93% ▕██████████████ ▏ 3.6 GB/3.8 GB 30 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 93% ▕██████████████ ▏ 3.6 GB/3.8 GB 30 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 93% ▕██████████████ ▏ 3.6 GB/3.8 GB 30 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 93% ▕██████████████ ▏ 3.6 GB/3.8 GB 30 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 93% ▕██████████████ ▏ 3.6 GB/3.8 GB 30 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 93% ▕██████████████ ▏ 3.6 GB/3.8 GB 30 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 93% ▕██████████████ ▏ 3.6 GB/3.8 GB 30 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 94% ▕██████████████ ▏ 3.6 GB/3.8 GB 30 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 94% ▕██████████████ ▏ 3.6 GB/3.8 GB 30 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 94% ▕███████████████ ▏ 3.6 GB/3.8 GB 30 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 94% ▕███████████████ ▏ 3.6 GB/3.8 GB 30 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 94% ▕███████████████ ▏ 3.6 GB/3.8 GB 30 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 94% ▕███████████████ ▏ 3.6 GB/3.8 GB 30 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 94% ▕███████████████ ▏ 3.6 GB/3.8 GB 30 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 94% ▕███████████████ ▏ 3.6 GB/3.8 GB 30 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 94% ▕███████████████ ▏ 3.6 GB/3.8 GB 30 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 94% ▕███████████████ ▏ 3.6 GB/3.8 GB 30 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 94% ▕███████████████ ▏ 3.6 GB/3.8 GB 30 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 94% ▕███████████████ ▏ 3.6 GB/3.8 GB 30 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 94% ▕███████████████ ▏ 3.6 GB/3.8 GB 30 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 94% ▕███████████████ ▏ 3.6 GB/3.8 GB 30 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 95% ▕███████████████ ▏ 3.6 GB/3.8 GB 30 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 95% ▕███████████████ ▏ 3.6 GB/3.8 GB 30 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 95% ▕███████████████ ▏ 3.6 GB/3.8 GB 30 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 95% ▕███████████████ ▏ 3.6 GB/3.8 GB 30 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 95% ▕███████████████ ▏ 3.6 GB/3.8 GB 30 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 95% ▕███████████████ ▏ 3.6 GB/3.8 GB 30 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 95% ▕███████████████ ▏ 3.6 GB/3.8 GB 30 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 95% ▕███████████████ ▏ 3.6 GB/3.8 GB 30 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 95% ▕███████████████ ▏ 3.6 GB/3.8 GB 30 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 95% ▕███████████████ ▏ 3.6 GB/3.8 GB 30 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 95% ▕███████████████ ▏ 3.6 GB/3.8 GB 30 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 95% ▕███████████████ ▏ 3.6 GB/3.8 GB 30 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 96% ▕███████████████ ▏ 3.7 GB/3.8 GB 30 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 96% ▕███████████████ ▏ 3.7 GB/3.8 GB 30 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 96% ▕███████████████ ▏ 3.7 GB/3.8 GB 30 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 96% ▕███████████████ ▏ 3.7 GB/3.8 GB 30 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 96% ▕███████████████ ▏ 3.7 GB/3.8 GB 30 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 96% ▕███████████████ ▏ 3.7 GB/3.8 GB 30 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 96% ▕███████████████ ▏ 3.7 GB/3.8 GB 30 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 96% ▕███████████████ ▏ 3.7 GB/3.8 GB 30 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 96% ▕███████████████ ▏ 3.7 GB/3.8 GB 30 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 96% ▕███████████████ ▏ 3.7 GB/3.8 GB 30 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 96% ▕███████████████ ▏ 3.7 GB/3.8 GB 30 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 96% ▕███████████████ ▏ 3.7 GB/3.8 GB 30 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 97% ▕███████████████ ▏ 3.7 GB/3.8 GB 30 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 97% ▕███████████████ ▏ 3.7 GB/3.8 GB 30 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 97% ▕███████████████ ▏ 3.7 GB/3.8 GB 30 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 97% ▕███████████████ ▏ 3.7 GB/3.8 GB 30 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 97% ▕███████████████ ▏ 3.7 GB/3.8 GB 30 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 97% ▕███████████████ ▏ 3.7 GB/3.8 GB 30 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 97% ▕███████████████ ▏ 3.7 GB/3.8 GB 30 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 97% ▕███████████████ ▏ 3.7 GB/3.8 GB 30 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 97% ▕███████████████ ▏ 3.7 GB/3.8 GB 30 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 97% ▕███████████████ ▏ 3.7 GB/3.8 GB 30 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 97% ▕███████████████ ▏ 3.7 GB/3.8 GB 30 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 97% ▕███████████████ ▏ 3.7 GB/3.8 GB 30 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 98% ▕███████████████ ▏ 3.7 GB/3.8 GB 30 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 98% ▕███████████████ ▏ 3.7 GB/3.8 GB 30 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 98% ▕███████████████ ▏ 3.7 GB/3.8 GB 30 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 98% ▕███████████████ ▏ 3.7 GB/3.8 GB 30 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 98% ▕███████████████ ▏ 3.7 GB/3.8 GB 30 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 98% ▕███████████████ ▏ 3.7 GB/3.8 GB 30 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 98% ▕███████████████ ▏ 3.7 GB/3.8 GB 30 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 98% ▕███████████████ ▏ 3.7 GB/3.8 GB 30 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 98% ▕███████████████ ▏ 3.7 GB/3.8 GB 30 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 98% ▕███████████████ ▏ 3.8 GB/3.8 GB 30 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 98% ▕███████████████ ▏ 3.8 GB/3.8 GB 30 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 98% ▕███████████████ ▏ 3.8 GB/3.8 GB 30 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 98% ▕███████████████ ▏ 3.8 GB/3.8 GB 30 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 98% ▕███████████████ ▏ 3.8 GB/3.8 GB 30 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 99% ▕███████████████ ▏ 3.8 GB/3.8 GB 30 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 99% ▕███████████████ ▏ 3.8 GB/3.8 GB 30 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 99% ▕███████████████ ▏ 3.8 GB/3.8 GB 30 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 99% ▕███████████████ ▏ 3.8 GB/3.8 GB 30 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 99% ▕███████████████ ▏ 3.8 GB/3.8 GB 30 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 99% ▕███████████████ ▏ 3.8 GB/3.8 GB 30 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 99% ▕███████████████ ▏ 3.8 GB/3.8 GB 30 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 99% ▕███████████████ ▏ 3.8 GB/3.8 GB 30 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 99% ▕███████████████ ▏ 3.8 GB/3.8 GB 30 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 99% ▕███████████████ ▏ 3.8 GB/3.8 GB 30 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 99% ▕███████████████ ▏ 3.8 GB/3.8 GB 30 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 99% ▕███████████████ ▏ 3.8 GB/3.8 GB 30 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 99% ▕███████████████ ▏ 3.8 GB/3.8 GB 30 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕███████████████ ▏ 3.8 GB/3.8 GB 30 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕███████████████ ▏ 3.8 GB/3.8 GB 30 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕███████████████ ▏ 3.8 GB/3.8 GB 30 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕███████████████ ▏ 3.8 GB/3.8 GB 29 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕███████████████ ▏ 3.8 GB/3.8 GB 29 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕███████████████ ▏ 3.8 GB/3.8 GB 29 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕███████████████ ▏ 3.8 GB/3.8 GB 29 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕███████████████ ▏ 3.8 GB/3.8 GB 29 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕███████████████ ▏ 3.8 GB/3.8 GB 29 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ae9e0f992fbe... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ae9e0f992fbe... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ae9e0f992fbe... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ae9e0f992fbe... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ae9e0f992fbe... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ae9e0f992fbe... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ae9e0f992fbe... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ae9e0f992fbe... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ae9e0f992fbe... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ae9e0f992fbe... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ae9e0f992fbe... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ae9e0f992fbe... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ae9e0f992fbe... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ae9e0f992fbe... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ae9e0f992fbe... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ae9e0f992fbe... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ae9e0f992fbe... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ae9e0f992fbe... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ae9e0f992fbe... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ae9e0f992fbe... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ae9e0f992fbe... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ae9e0f992fbe... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ae9e0f992fbe... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ae9e0f992fbe... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ae9e0f992fbe... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ae9e0f992fbe... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ae9e0f992fbe... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ae9e0f992fbe... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ae9e0f992fbe... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ae9e0f992fbe... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ae9e0f992fbe... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ae9e0f992fbe... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ae9e0f992fbe... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ae9e0f992fbe... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ae9e0f992fbe... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ae9e0f992fbe... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ae9e0f992fbe... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ae9e0f992fbe... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ae9e0f992fbe... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ae9e0f992fbe... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ae9e0f992fbe... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ae9e0f992fbe... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ae9e0f992fbe... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ae9e0f992fbe... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ae9e0f992fbe... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ae9e0f992fbe... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ae9e0f992fbe... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ae9e0f992fbe... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ae9e0f992fbe... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ae9e0f992fbe... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ae9e0f992fbe... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ae9e0f992fbe... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ae9e0f992fbe... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ae9e0f992fbe... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ae9e0f992fbe... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ae9e0f992fbe... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ae9e0f992fbe... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ae9e0f992fbe... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ae9e0f992fbe... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ae9e0f992fbe... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ae9e0f992fbe... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ae9e0f992fbe... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ae9e0f992fbe... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ae9e0f992fbe... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ae9e0f992fbe... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ae9e0f992fbe... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ae9e0f992fbe... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ae9e0f992fbe... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ae9e0f992fbe... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ae9e0f992fbe... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ae9e0f992fbe... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ae9e0f992fbe... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ae9e0f992fbe... 100% ▕████████████████▏ 455 B \n", + "pushing manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ae9e0f992fbe... 100% ▕████████████████▏ 455 B \n", + "pushing manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ae9e0f992fbe... 100% ▕████████████████▏ 455 B \n", + "pushing manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ae9e0f992fbe... 100% ▕████████████████▏ 455 B \n", + "pushing manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ae9e0f992fbe... 100% ▕████████████████▏ 455 B \n", + "pushing manifest ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ae9e0f992fbe... 100% ▕████████████████▏ 455 B \n", + "pushing manifest ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ae9e0f992fbe... 100% ▕████████████████▏ 455 B \n", + "pushing manifest ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ae9e0f992fbe... 100% ▕████████████████▏ 455 B \n", + "pushing manifest ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ae9e0f992fbe... 100% ▕████████████████▏ 455 B \n", + "pushing manifest ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ae9e0f992fbe... 100% ▕████████████████▏ 455 B \n", + "pushing manifest ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ae9e0f992fbe... 100% ▕████████████████▏ 455 B \n", + "pushing manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ae9e0f992fbe... 100% ▕████████████████▏ 455 B \n", + "pushing manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ae9e0f992fbe... 100% ▕████████████████▏ 455 B \n", + "pushing manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ae9e0f992fbe... 100% ▕████████████████▏ 455 B \n", + "pushing manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ae9e0f992fbe... 100% ▕████████████████▏ 455 B \n", + "pushing manifest ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ae9e0f992fbe... 100% ▕████████████████▏ 455 B \n", + "pushing manifest ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ae9e0f992fbe... 100% ▕████████████████▏ 455 B \n", + "pushing manifest ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ae9e0f992fbe... 100% ▕████████████████▏ 455 B \n", + "pushing manifest ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ae9e0f992fbe... 100% ▕████████████████▏ 455 B \n", + "pushing manifest ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ae9e0f992fbe... 100% ▕████████████████▏ 455 B \n", + "pushing manifest ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ae9e0f992fbe... 100% ▕████████████████▏ 455 B \n", + "pushing manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ae9e0f992fbe... 100% ▕████████████████▏ 455 B \n", + "pushing manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ae9e0f992fbe... 100% ▕████████████████▏ 455 B \n", + "pushing manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ae9e0f992fbe... 100% ▕████████████████▏ 455 B \n", + "pushing manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ae9e0f992fbe... 100% ▕████████████████▏ 455 B \n", + "pushing manifest ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ae9e0f992fbe... 100% ▕████████████████▏ 455 B \n", + "pushing manifest ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ae9e0f992fbe... 100% ▕████████████████▏ 455 B \n", + "pushing manifest ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ae9e0f992fbe... 100% ▕████████████████▏ 455 B \n", + "pushing manifest ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ae9e0f992fbe... 100% ▕████████████████▏ 455 B \n", + "pushing manifest ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ae9e0f992fbe... 100% ▕████████████████▏ 455 B \n", + "pushing manifest ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ae9e0f992fbe... 100% ▕████████████████▏ 455 B \n", + "pushing manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ae9e0f992fbe... 100% ▕████████████████▏ 455 B \n", + "pushing manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ae9e0f992fbe... 100% ▕████████████████▏ 455 B \n", + "pushing manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ae9e0f992fbe... 100% ▕████████████████▏ 455 B \n", + "pushing manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ae9e0f992fbe... 100% ▕████████████████▏ 455 B \n", + "pushing manifest ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ae9e0f992fbe... 100% ▕████████████████▏ 455 B \n", + "pushing manifest \n", + "success \u001b[?25h\n", + "\u001b[?25ltransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer \n", + "creating template layer \n", + "creating system layer \n", + "creating parameters layer \n", + "creating config layer \n", + "using already created layer sha256:ad5e6556d1139a22a951da1fc500b75f7fee2a3d125d6c4df3ef7295c83e41d1 \n", + "using already created layer sha256:04de533bb8fd4eb327158f79cdc0de736558e45d198db9275ef536f470281f1f \n", + "using already created layer sha256:af41c51c14924c73d476c474dd0617253462cdb32f1256d8b3d3d9fc00371199 \n", + "using already created layer sha256:3559b403e83a9669ecd8d347a509c20b870674a9838218f8b812c93c419fec88 \n", + "writing layer sha256:f04e304bcc21f741c37e2f9351fb8b92bde7931391562fd54813a50da81d446c \n", + "writing manifest \n", + "success \u001b[?25h\n", + "copied 'notus:q3_K_L' to 'argilla/notus:q3_K_L'\n", + "\u001b[?25lretrieving manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 0% ▕ ▏ 1.8 MB/3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 0% ▕ ▏ 2.1 MB/3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 0% ▕ ▏ 2.1 MB/3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 0% ▕ ▏ 2.1 MB/3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 0% ▕ ▏ 2.1 MB/3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 0% ▕ ▏ 3.0 MB/3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 0% ▕ ▏ 3.1 MB/3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 0% ▕ ▏ 3.1 MB/3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 0% ▕ ▏ 3.1 MB/3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 0% ▕ ▏ 3.1 MB/3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 0% ▕ ▏ 3.1 MB/3.8 GB 2.5 MB/s 25m53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 0% ▕ ▏ 3.1 MB/3.8 GB 2.5 MB/s 25m53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 0% ▕ ▏ 3.1 MB/3.8 GB 2.5 MB/s 25m53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 0% ▕ ▏ 3.1 MB/3.8 GB 2.5 MB/s 25m53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 0% ▕ ▏ 3.1 MB/3.8 GB 2.5 MB/s 25m53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 0% ▕ ▏ 868 KB/3.8 GB 2.5 MB/s 25m54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 0% ▕ ▏ 3.6 MB/3.8 GB 2.5 MB/s 25m53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 0% ▕ ▏ 5.1 MB/3.8 GB 2.5 MB/s 25m53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 0% ▕ ▏ 11 MB/3.8 GB 2.5 MB/s 25m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 0% ▕ ▏ 14 MB/3.8 GB 2.5 MB/s 25m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 0% ▕ ▏ 17 MB/3.8 GB 8.3 MB/s 7m40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 1% ▕ ▏ 20 MB/3.8 GB 8.3 MB/s 7m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 1% ▕ ▏ 24 MB/3.8 GB 8.3 MB/s 7m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 1% ▕ ▏ 25 MB/3.8 GB 8.3 MB/s 7m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 1% ▕ ▏ 27 MB/3.8 GB 8.3 MB/s 7m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 1% ▕ ▏ 28 MB/3.8 GB 8.3 MB/s 7m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 1% ▕ ▏ 31 MB/3.8 GB 8.3 MB/s 7m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 1% ▕ ▏ 35 MB/3.8 GB 8.3 MB/s 7m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 1% ▕ ▏ 37 MB/3.8 GB 8.3 MB/s 7m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 1% ▕ ▏ 39 MB/3.8 GB 8.3 MB/s 7m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 1% ▕ ▏ 45 MB/3.8 GB 14 MB/s 4m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 1% ▕ ▏ 48 MB/3.8 GB 14 MB/s 4m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 1% ▕ ▏ 51 MB/3.8 GB 14 MB/s 4m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 1% ▕ ▏ 51 MB/3.8 GB 14 MB/s 4m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 1% ▕ ▏ 55 MB/3.8 GB 14 MB/s 4m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 1% ▕ ▏ 56 MB/3.8 GB 14 MB/s 4m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 2% ▕ ▏ 58 MB/3.8 GB 14 MB/s 4m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 2% ▕ ▏ 62 MB/3.8 GB 14 MB/s 4m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 2% ▕ ▏ 65 MB/3.8 GB 14 MB/s 4m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 2% ▕ ▏ 67 MB/3.8 GB 14 MB/s 4m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 2% ▕ ▏ 70 MB/3.8 GB 17 MB/s 3m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 2% ▕ ▏ 72 MB/3.8 GB 17 MB/s 3m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 2% ▕ ▏ 78 MB/3.8 GB 17 MB/s 3m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 2% ▕ ▏ 79 MB/3.8 GB 17 MB/s 3m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 2% ▕ ▏ 80 MB/3.8 GB 17 MB/s 3m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 2% ▕ ▏ 88 MB/3.8 GB 17 MB/s 3m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 2% ▕ ▏ 90 MB/3.8 GB 17 MB/s 3m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 2% ▕ ▏ 90 MB/3.8 GB 17 MB/s 3m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 2% ▕ ▏ 92 MB/3.8 GB 17 MB/s 3m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 3% ▕ ▏ 98 MB/3.8 GB 17 MB/s 3m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 3% ▕ ▏ 100 MB/3.8 GB 17 MB/s 3m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 3% ▕ ▏ 104 MB/3.8 GB 20 MB/s 3m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 3% ▕ ▏ 110 MB/3.8 GB 20 MB/s 3m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 3% ▕ ▏ 111 MB/3.8 GB 20 MB/s 3m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 3% ▕ ▏ 115 MB/3.8 GB 20 MB/s 2m59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 3% ▕ ▏ 119 MB/3.8 GB 20 MB/s 2m59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 3% ▕ ▏ 119 MB/3.8 GB 20 MB/s 2m59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 3% ▕ ▏ 121 MB/3.8 GB 20 MB/s 2m59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 3% ▕ ▏ 123 MB/3.8 GB 20 MB/s 2m59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 3% ▕ ▏ 126 MB/3.8 GB 20 MB/s 2m59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 3% ▕ ▏ 131 MB/3.8 GB 20 MB/s 2m59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 4% ▕ ▏ 134 MB/3.8 GB 21 MB/s 2m48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 4% ▕ ▏ 136 MB/3.8 GB 21 MB/s 2m48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 4% ▕ ▏ 136 MB/3.8 GB 21 MB/s 2m48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 4% ▕ ▏ 137 MB/3.8 GB 21 MB/s 2m48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 4% ▕ ▏ 137 MB/3.8 GB 21 MB/s 2m48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 4% ▕ ▏ 141 MB/3.8 GB 21 MB/s 2m48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 4% ▕ ▏ 142 MB/3.8 GB 21 MB/s 2m48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 4% ▕ ▏ 145 MB/3.8 GB 21 MB/s 2m48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 4% ▕ ▏ 150 MB/3.8 GB 21 MB/s 2m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 4% ▕ ▏ 152 MB/3.8 GB 21 MB/s 2m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 4% ▕ ▏ 154 MB/3.8 GB 21 MB/s 2m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 4% ▕ ▏ 160 MB/3.8 GB 21 MB/s 2m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 4% ▕ ▏ 162 MB/3.8 GB 21 MB/s 2m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 4% ▕ ▏ 164 MB/3.8 GB 21 MB/s 2m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 4% ▕ ▏ 168 MB/3.8 GB 21 MB/s 2m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 4% ▕ ▏ 167 MB/3.8 GB 21 MB/s 2m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 4% ▕ ▏ 168 MB/3.8 GB 21 MB/s 2m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 5% ▕ ▏ 172 MB/3.8 GB 21 MB/s 2m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 5% ▕ ▏ 179 MB/3.8 GB 21 MB/s 2m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 5% ▕ ▏ 179 MB/3.8 GB 21 MB/s 2m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 5% ▕ ▏ 182 MB/3.8 GB 22 MB/s 2m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 5% ▕ ▏ 186 MB/3.8 GB 22 MB/s 2m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 5% ▕ ▏ 188 MB/3.8 GB 22 MB/s 2m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 5% ▕ ▏ 190 MB/3.8 GB 22 MB/s 2m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 5% ▕ ▏ 196 MB/3.8 GB 22 MB/s 2m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 5% ▕ ▏ 198 MB/3.8 GB 22 MB/s 2m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 5% ▕ ▏ 199 MB/3.8 GB 22 MB/s 2m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 5% ▕ ▏ 203 MB/3.8 GB 22 MB/s 2m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 5% ▕ ▏ 206 MB/3.8 GB 22 MB/s 2m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 5% ▕ ▏ 207 MB/3.8 GB 22 MB/s 2m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 6% ▕ ▏ 215 MB/3.8 GB 23 MB/s 2m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 6% ▕ ▏ 217 MB/3.8 GB 23 MB/s 2m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 6% ▕ ▏ 217 MB/3.8 GB 23 MB/s 2m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 6% ▕ ▏ 220 MB/3.8 GB 23 MB/s 2m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 6% ▕ ▏ 225 MB/3.8 GB 23 MB/s 2m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 6% ▕ ▏ 226 MB/3.8 GB 23 MB/s 2m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 6% ▕ ▏ 229 MB/3.8 GB 23 MB/s 2m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 6% ▕ ▏ 229 MB/3.8 GB 23 MB/s 2m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 6% ▕ ▏ 231 MB/3.8 GB 23 MB/s 2m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 6% ▕ ▏ 232 MB/3.8 GB 23 MB/s 2m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 6% ▕ ▏ 237 MB/3.8 GB 23 MB/s 2m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 6% ▕█ ▏ 241 MB/3.8 GB 26 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 6% ▕█ ▏ 241 MB/3.8 GB 26 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 6% ▕█ ▏ 242 MB/3.8 GB 26 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 6% ▕█ ▏ 243 MB/3.8 GB 26 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 7% ▕█ ▏ 250 MB/3.8 GB 26 MB/s 2m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 7% ▕█ ▏ 252 MB/3.8 GB 26 MB/s 2m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 7% ▕█ ▏ 257 MB/3.8 GB 26 MB/s 2m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 7% ▕█ ▏ 259 MB/3.8 GB 26 MB/s 2m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 7% ▕█ ▏ 259 MB/3.8 GB 26 MB/s 2m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 7% ▕█ ▏ 268 MB/3.8 GB 26 MB/s 2m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 7% ▕█ ▏ 269 MB/3.8 GB 28 MB/s 2m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 7% ▕█ ▏ 269 MB/3.8 GB 28 MB/s 2m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 7% ▕█ ▏ 269 MB/3.8 GB 28 MB/s 2m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 7% ▕█ ▏ 274 MB/3.8 GB 28 MB/s 2m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 7% ▕█ ▏ 277 MB/3.8 GB 28 MB/s 2m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 7% ▕█ ▏ 277 MB/3.8 GB 28 MB/s 2m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 7% ▕█ ▏ 273 MB/3.8 GB 28 MB/s 2m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 7% ▕█ ▏ 277 MB/3.8 GB 28 MB/s 2m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 7% ▕█ ▏ 282 MB/3.8 GB 28 MB/s 2m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 8% ▕█ ▏ 287 MB/3.8 GB 28 MB/s 2m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 8% ▕█ ▏ 288 MB/3.8 GB 27 MB/s 2m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 8% ▕█ ▏ 293 MB/3.8 GB 27 MB/s 2m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 8% ▕█ ▏ 299 MB/3.8 GB 27 MB/s 2m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 8% ▕█ ▏ 302 MB/3.8 GB 27 MB/s 2m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 8% ▕█ ▏ 304 MB/3.8 GB 27 MB/s 2m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 8% ▕█ ▏ 305 MB/3.8 GB 27 MB/s 2m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 8% ▕█ ▏ 306 MB/3.8 GB 27 MB/s 2m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 8% ▕█ ▏ 308 MB/3.8 GB 27 MB/s 2m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 8% ▕█ ▏ 310 MB/3.8 GB 27 MB/s 2m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 8% ▕█ ▏ 313 MB/3.8 GB 27 MB/s 2m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 8% ▕█ ▏ 316 MB/3.8 GB 27 MB/s 2m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 8% ▕█ ▏ 321 MB/3.8 GB 27 MB/s 2m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 8% ▕█ ▏ 322 MB/3.8 GB 27 MB/s 2m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 8% ▕█ ▏ 322 MB/3.8 GB 27 MB/s 2m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 8% ▕█ ▏ 324 MB/3.8 GB 27 MB/s 2m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 9% ▕█ ▏ 327 MB/3.8 GB 27 MB/s 2m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 9% ▕█ ▏ 330 MB/3.8 GB 27 MB/s 2m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 9% ▕█ ▏ 330 MB/3.8 GB 27 MB/s 2m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 9% ▕█ ▏ 330 MB/3.8 GB 27 MB/s 2m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 9% ▕█ ▏ 337 MB/3.8 GB 27 MB/s 2m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 9% ▕█ ▏ 340 MB/3.8 GB 26 MB/s 2m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 9% ▕█ ▏ 341 MB/3.8 GB 26 MB/s 2m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 9% ▕█ ▏ 342 MB/3.8 GB 26 MB/s 2m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 9% ▕█ ▏ 346 MB/3.8 GB 26 MB/s 2m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 9% ▕█ ▏ 348 MB/3.8 GB 26 MB/s 2m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 9% ▕█ ▏ 354 MB/3.8 GB 26 MB/s 2m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 9% ▕█ ▏ 354 MB/3.8 GB 26 MB/s 2m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 9% ▕█ ▏ 354 MB/3.8 GB 26 MB/s 2m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 9% ▕█ ▏ 359 MB/3.8 GB 26 MB/s 2m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 10% ▕█ ▏ 363 MB/3.8 GB 26 MB/s 2m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 10% ▕█ ▏ 363 MB/3.8 GB 26 MB/s 2m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 10% ▕█ ▏ 364 MB/3.8 GB 25 MB/s 2m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 10% ▕█ ▏ 368 MB/3.8 GB 25 MB/s 2m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 10% ▕█ ▏ 372 MB/3.8 GB 25 MB/s 2m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 10% ▕█ ▏ 371 MB/3.8 GB 25 MB/s 2m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 10% ▕█ ▏ 372 MB/3.8 GB 25 MB/s 2m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 10% ▕█ ▏ 372 MB/3.8 GB 25 MB/s 2m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 10% ▕█ ▏ 376 MB/3.8 GB 25 MB/s 2m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 10% ▕█ ▏ 378 MB/3.8 GB 25 MB/s 2m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 10% ▕█ ▏ 381 MB/3.8 GB 25 MB/s 2m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 10% ▕█ ▏ 388 MB/3.8 GB 25 MB/s 2m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 10% ▕█ ▏ 391 MB/3.8 GB 26 MB/s 2m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 10% ▕█ ▏ 392 MB/3.8 GB 26 MB/s 2m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 10% ▕█ ▏ 392 MB/3.8 GB 26 MB/s 2m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 10% ▕█ ▏ 393 MB/3.8 GB 26 MB/s 2m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 10% ▕█ ▏ 395 MB/3.8 GB 26 MB/s 2m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 10% ▕█ ▏ 398 MB/3.8 GB 26 MB/s 2m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 10% ▕█ ▏ 401 MB/3.8 GB 26 MB/s 2m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 11% ▕█ ▏ 402 MB/3.8 GB 26 MB/s 2m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 11% ▕█ ▏ 408 MB/3.8 GB 26 MB/s 2m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 11% ▕█ ▏ 408 MB/3.8 GB 26 MB/s 2m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 11% ▕█ ▏ 408 MB/3.8 GB 25 MB/s 2m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 11% ▕█ ▏ 413 MB/3.8 GB 25 MB/s 2m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 11% ▕█ ▏ 416 MB/3.8 GB 25 MB/s 2m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 11% ▕█ ▏ 417 MB/3.8 GB 25 MB/s 2m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 11% ▕█ ▏ 417 MB/3.8 GB 25 MB/s 2m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 11% ▕█ ▏ 418 MB/3.8 GB 25 MB/s 2m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 11% ▕█ ▏ 420 MB/3.8 GB 25 MB/s 2m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 11% ▕█ ▏ 421 MB/3.8 GB 25 MB/s 2m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 11% ▕█ ▏ 425 MB/3.8 GB 25 MB/s 2m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 11% ▕█ ▏ 426 MB/3.8 GB 25 MB/s 2m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 11% ▕█ ▏ 431 MB/3.8 GB 23 MB/s 2m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 11% ▕█ ▏ 433 MB/3.8 GB 23 MB/s 2m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 11% ▕█ ▏ 435 MB/3.8 GB 23 MB/s 2m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 11% ▕█ ▏ 438 MB/3.8 GB 23 MB/s 2m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 12% ▕█ ▏ 440 MB/3.8 GB 23 MB/s 2m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 12% ▕█ ▏ 442 MB/3.8 GB 23 MB/s 2m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 12% ▕█ ▏ 443 MB/3.8 GB 23 MB/s 2m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 12% ▕█ ▏ 446 MB/3.8 GB 23 MB/s 2m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 12% ▕█ ▏ 448 MB/3.8 GB 23 MB/s 2m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 12% ▕█ ▏ 451 MB/3.8 GB 23 MB/s 2m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 12% ▕█ ▏ 452 MB/3.8 GB 23 MB/s 2m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 12% ▕█ ▏ 454 MB/3.8 GB 23 MB/s 2m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 12% ▕█ ▏ 455 MB/3.8 GB 23 MB/s 2m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 12% ▕█ ▏ 456 MB/3.8 GB 23 MB/s 2m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 12% ▕█ ▏ 457 MB/3.8 GB 23 MB/s 2m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 12% ▕█ ▏ 458 MB/3.8 GB 23 MB/s 2m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 12% ▕█ ▏ 461 MB/3.8 GB 23 MB/s 2m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 12% ▕█ ▏ 461 MB/3.8 GB 23 MB/s 2m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 12% ▕█ ▏ 464 MB/3.8 GB 23 MB/s 2m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 12% ▕█ ▏ 470 MB/3.8 GB 23 MB/s 2m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 12% ▕█ ▏ 473 MB/3.8 GB 23 MB/s 2m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 12% ▕█ ▏ 474 MB/3.8 GB 22 MB/s 2m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 13% ▕██ ▏ 479 MB/3.8 GB 22 MB/s 2m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 13% ▕██ ▏ 480 MB/3.8 GB 22 MB/s 2m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 13% ▕██ ▏ 487 MB/3.8 GB 22 MB/s 2m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 13% ▕██ ▏ 490 MB/3.8 GB 22 MB/s 2m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 13% ▕██ ▏ 491 MB/3.8 GB 22 MB/s 2m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 13% ▕██ ▏ 492 MB/3.8 GB 22 MB/s 2m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 13% ▕██ ▏ 500 MB/3.8 GB 22 MB/s 2m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 13% ▕██ ▏ 503 MB/3.8 GB 22 MB/s 2m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 13% ▕██ ▏ 503 MB/3.8 GB 22 MB/s 2m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 13% ▕██ ▏ 503 MB/3.8 GB 23 MB/s 2m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 13% ▕██ ▏ 503 MB/3.8 GB 23 MB/s 2m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 13% ▕██ ▏ 500 MB/3.8 GB 23 MB/s 2m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 13% ▕██ ▏ 500 MB/3.8 GB 23 MB/s 2m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 13% ▕██ ▏ 501 MB/3.8 GB 23 MB/s 2m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 13% ▕██ ▏ 503 MB/3.8 GB 23 MB/s 2m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 13% ▕██ ▏ 511 MB/3.8 GB 23 MB/s 2m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 13% ▕██ ▏ 512 MB/3.8 GB 23 MB/s 2m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 14% ▕██ ▏ 516 MB/3.8 GB 23 MB/s 2m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 14% ▕██ ▏ 518 MB/3.8 GB 23 MB/s 2m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 14% ▕██ ▏ 519 MB/3.8 GB 22 MB/s 2m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 14% ▕██ ▏ 525 MB/3.8 GB 22 MB/s 2m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 14% ▕██ ▏ 533 MB/3.8 GB 22 MB/s 2m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 14% ▕██ ▏ 535 MB/3.8 GB 22 MB/s 2m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 14% ▕██ ▏ 538 MB/3.8 GB 22 MB/s 2m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 14% ▕██ ▏ 538 MB/3.8 GB 22 MB/s 2m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 14% ▕██ ▏ 540 MB/3.8 GB 22 MB/s 2m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 14% ▕██ ▏ 543 MB/3.8 GB 22 MB/s 2m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 15% ▕██ ▏ 554 MB/3.8 GB 22 MB/s 2m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 15% ▕██ ▏ 554 MB/3.8 GB 22 MB/s 2m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 15% ▕██ ▏ 556 MB/3.8 GB 23 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 15% ▕██ ▏ 559 MB/3.8 GB 23 MB/s 2m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 15% ▕██ ▏ 561 MB/3.8 GB 23 MB/s 2m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 15% ▕██ ▏ 562 MB/3.8 GB 23 MB/s 2m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 15% ▕██ ▏ 565 MB/3.8 GB 23 MB/s 2m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 15% ▕██ ▏ 566 MB/3.8 GB 23 MB/s 2m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 15% ▕██ ▏ 568 MB/3.8 GB 23 MB/s 2m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 15% ▕██ ▏ 574 MB/3.8 GB 23 MB/s 2m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 15% ▕██ ▏ 576 MB/3.8 GB 23 MB/s 2m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 15% ▕██ ▏ 578 MB/3.8 GB 23 MB/s 2m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 15% ▕██ ▏ 580 MB/3.8 GB 24 MB/s 2m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 15% ▕██ ▏ 585 MB/3.8 GB 24 MB/s 2m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 15% ▕██ ▏ 586 MB/3.8 GB 24 MB/s 2m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 15% ▕██ ▏ 588 MB/3.8 GB 24 MB/s 2m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 16% ▕██ ▏ 592 MB/3.8 GB 24 MB/s 2m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 16% ▕██ ▏ 595 MB/3.8 GB 24 MB/s 2m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 16% ▕██ ▏ 600 MB/3.8 GB 24 MB/s 2m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 16% ▕██ ▏ 601 MB/3.8 GB 24 MB/s 2m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 16% ▕██ ▏ 606 MB/3.8 GB 24 MB/s 2m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 16% ▕██ ▏ 610 MB/3.8 GB 24 MB/s 2m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 16% ▕██ ▏ 610 MB/3.8 GB 24 MB/s 2m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 16% ▕██ ▏ 612 MB/3.8 GB 24 MB/s 2m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 16% ▕██ ▏ 616 MB/3.8 GB 24 MB/s 2m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 16% ▕██ ▏ 619 MB/3.8 GB 24 MB/s 2m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 16% ▕██ ▏ 623 MB/3.8 GB 24 MB/s 2m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 16% ▕██ ▏ 624 MB/3.8 GB 24 MB/s 2m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 16% ▕██ ▏ 626 MB/3.8 GB 24 MB/s 2m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 16% ▕██ ▏ 628 MB/3.8 GB 24 MB/s 2m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 16% ▕██ ▏ 628 MB/3.8 GB 24 MB/s 2m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 17% ▕██ ▏ 632 MB/3.8 GB 24 MB/s 2m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 17% ▕██ ▏ 633 MB/3.8 GB 24 MB/s 2m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 17% ▕██ ▏ 635 MB/3.8 GB 25 MB/s 2m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 17% ▕██ ▏ 638 MB/3.8 GB 25 MB/s 2m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 17% ▕██ ▏ 644 MB/3.8 GB 25 MB/s 2m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 17% ▕██ ▏ 648 MB/3.8 GB 25 MB/s 2m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 17% ▕██ ▏ 648 MB/3.8 GB 25 MB/s 2m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 17% ▕██ ▏ 652 MB/3.8 GB 25 MB/s 2m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 17% ▕██ ▏ 656 MB/3.8 GB 25 MB/s 2m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 17% ▕██ ▏ 664 MB/3.8 GB 25 MB/s 2m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 17% ▕██ ▏ 667 MB/3.8 GB 25 MB/s 2m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 17% ▕██ ▏ 668 MB/3.8 GB 25 MB/s 2m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 17% ▕██ ▏ 668 MB/3.8 GB 26 MB/s 1m59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 17% ▕██ ▏ 668 MB/3.8 GB 26 MB/s 1m59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 18% ▕██ ▏ 671 MB/3.8 GB 26 MB/s 1m59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 18% ▕██ ▏ 673 MB/3.8 GB 26 MB/s 1m59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 18% ▕██ ▏ 673 MB/3.8 GB 26 MB/s 1m59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 18% ▕██ ▏ 679 MB/3.8 GB 26 MB/s 1m59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 18% ▕██ ▏ 680 MB/3.8 GB 26 MB/s 1m59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 18% ▕██ ▏ 680 MB/3.8 GB 26 MB/s 1m59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 18% ▕██ ▏ 685 MB/3.8 GB 26 MB/s 1m59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 18% ▕██ ▏ 691 MB/3.8 GB 26 MB/s 1m58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 18% ▕██ ▏ 696 MB/3.8 GB 27 MB/s 1m55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 18% ▕██ ▏ 698 MB/3.8 GB 27 MB/s 1m55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 18% ▕██ ▏ 699 MB/3.8 GB 27 MB/s 1m55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 18% ▕██ ▏ 704 MB/3.8 GB 27 MB/s 1m55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 18% ▕██ ▏ 706 MB/3.8 GB 27 MB/s 1m55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 18% ▕██ ▏ 706 MB/3.8 GB 27 MB/s 1m55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 19% ▕██ ▏ 709 MB/3.8 GB 27 MB/s 1m55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 19% ▕███ ▏ 720 MB/3.8 GB 27 MB/s 1m54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 19% ▕███ ▏ 722 MB/3.8 GB 27 MB/s 1m54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 19% ▕███ ▏ 722 MB/3.8 GB 27 MB/s 1m54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 19% ▕███ ▏ 724 MB/3.8 GB 27 MB/s 1m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 19% ▕███ ▏ 725 MB/3.8 GB 27 MB/s 1m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 19% ▕███ ▏ 726 MB/3.8 GB 27 MB/s 1m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 19% ▕███ ▏ 730 MB/3.8 GB 27 MB/s 1m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 19% ▕███ ▏ 735 MB/3.8 GB 27 MB/s 1m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 19% ▕███ ▏ 737 MB/3.8 GB 27 MB/s 1m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 19% ▕███ ▏ 739 MB/3.8 GB 27 MB/s 1m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 19% ▕███ ▏ 739 MB/3.8 GB 27 MB/s 1m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 19% ▕███ ▏ 739 MB/3.8 GB 27 MB/s 1m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 19% ▕███ ▏ 742 MB/3.8 GB 27 MB/s 1m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 20% ▕███ ▏ 747 MB/3.8 GB 27 MB/s 1m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 20% ▕███ ▏ 750 MB/3.8 GB 27 MB/s 1m53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 20% ▕███ ▏ 753 MB/3.8 GB 27 MB/s 1m53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 20% ▕███ ▏ 753 MB/3.8 GB 27 MB/s 1m53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 20% ▕███ ▏ 755 MB/3.8 GB 27 MB/s 1m53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 20% ▕███ ▏ 755 MB/3.8 GB 27 MB/s 1m53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 20% ▕███ ▏ 756 MB/3.8 GB 27 MB/s 1m53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 20% ▕███ ▏ 769 MB/3.8 GB 27 MB/s 1m52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 20% ▕███ ▏ 771 MB/3.8 GB 27 MB/s 1m52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 20% ▕███ ▏ 772 MB/3.8 GB 27 MB/s 1m52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 20% ▕███ ▏ 775 MB/3.8 GB 27 MB/s 1m52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 20% ▕███ ▏ 776 MB/3.8 GB 28 MB/s 1m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 20% ▕███ ▏ 777 MB/3.8 GB 28 MB/s 1m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 20% ▕███ ▏ 783 MB/3.8 GB 28 MB/s 1m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 21% ▕███ ▏ 785 MB/3.8 GB 28 MB/s 1m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 21% ▕███ ▏ 783 MB/3.8 GB 28 MB/s 1m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 21% ▕███ ▏ 784 MB/3.8 GB 28 MB/s 1m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 21% ▕███ ▏ 792 MB/3.8 GB 28 MB/s 1m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 21% ▕███ ▏ 795 MB/3.8 GB 28 MB/s 1m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 21% ▕███ ▏ 797 MB/3.8 GB 28 MB/s 1m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 21% ▕███ ▏ 798 MB/3.8 GB 28 MB/s 1m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 21% ▕███ ▏ 803 MB/3.8 GB 27 MB/s 1m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 21% ▕███ ▏ 804 MB/3.8 GB 27 MB/s 1m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 21% ▕███ ▏ 806 MB/3.8 GB 27 MB/s 1m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 21% ▕███ ▏ 807 MB/3.8 GB 27 MB/s 1m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 21% ▕███ ▏ 813 MB/3.8 GB 27 MB/s 1m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 21% ▕███ ▏ 820 MB/3.8 GB 27 MB/s 1m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 21% ▕███ ▏ 821 MB/3.8 GB 27 MB/s 1m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 22% ▕███ ▏ 824 MB/3.8 GB 27 MB/s 1m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 22% ▕███ ▏ 826 MB/3.8 GB 27 MB/s 1m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 22% ▕███ ▏ 828 MB/3.8 GB 27 MB/s 1m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 22% ▕███ ▏ 836 MB/3.8 GB 28 MB/s 1m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 22% ▕███ ▏ 840 MB/3.8 GB 28 MB/s 1m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 22% ▕███ ▏ 842 MB/3.8 GB 28 MB/s 1m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 22% ▕███ ▏ 844 MB/3.8 GB 28 MB/s 1m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 22% ▕███ ▏ 842 MB/3.8 GB 28 MB/s 1m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 22% ▕███ ▏ 843 MB/3.8 GB 28 MB/s 1m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 22% ▕███ ▏ 851 MB/3.8 GB 28 MB/s 1m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 22% ▕███ ▏ 855 MB/3.8 GB 28 MB/s 1m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 22% ▕███ ▏ 857 MB/3.8 GB 28 MB/s 1m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 22% ▕███ ▏ 859 MB/3.8 GB 28 MB/s 1m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 23% ▕███ ▏ 863 MB/3.8 GB 28 MB/s 1m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 23% ▕███ ▏ 865 MB/3.8 GB 28 MB/s 1m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 23% ▕███ ▏ 870 MB/3.8 GB 28 MB/s 1m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 23% ▕███ ▏ 873 MB/3.8 GB 28 MB/s 1m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 23% ▕███ ▏ 873 MB/3.8 GB 28 MB/s 1m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 23% ▕███ ▏ 877 MB/3.8 GB 28 MB/s 1m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 23% ▕███ ▏ 883 MB/3.8 GB 28 MB/s 1m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 23% ▕███ ▏ 884 MB/3.8 GB 28 MB/s 1m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 23% ▕███ ▏ 885 MB/3.8 GB 28 MB/s 1m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 23% ▕███ ▏ 885 MB/3.8 GB 28 MB/s 1m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 23% ▕███ ▏ 887 MB/3.8 GB 28 MB/s 1m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 24% ▕███ ▏ 898 MB/3.8 GB 28 MB/s 1m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 24% ▕███ ▏ 902 MB/3.8 GB 28 MB/s 1m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 24% ▕███ ▏ 902 MB/3.8 GB 28 MB/s 1m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 24% ▕███ ▏ 899 MB/3.8 GB 28 MB/s 1m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 24% ▕███ ▏ 899 MB/3.8 GB 28 MB/s 1m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 24% ▕███ ▏ 902 MB/3.8 GB 28 MB/s 1m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 24% ▕███ ▏ 904 MB/3.8 GB 28 MB/s 1m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 24% ▕███ ▏ 905 MB/3.8 GB 28 MB/s 1m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 24% ▕███ ▏ 907 MB/3.8 GB 28 MB/s 1m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 24% ▕███ ▏ 914 MB/3.8 GB 28 MB/s 1m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 24% ▕███ ▏ 916 MB/3.8 GB 27 MB/s 1m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 24% ▕███ ▏ 917 MB/3.8 GB 27 MB/s 1m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 24% ▕███ ▏ 919 MB/3.8 GB 27 MB/s 1m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 24% ▕███ ▏ 923 MB/3.8 GB 27 MB/s 1m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 24% ▕███ ▏ 929 MB/3.8 GB 27 MB/s 1m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 24% ▕███ ▏ 931 MB/3.8 GB 27 MB/s 1m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 24% ▕███ ▏ 933 MB/3.8 GB 27 MB/s 1m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 25% ▕███ ▏ 937 MB/3.8 GB 27 MB/s 1m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 25% ▕███ ▏ 943 MB/3.8 GB 27 MB/s 1m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 25% ▕███ ▏ 948 MB/3.8 GB 27 MB/s 1m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 25% ▕███ ▏ 950 MB/3.8 GB 28 MB/s 1m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 25% ▕███ ▏ 951 MB/3.8 GB 28 MB/s 1m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 25% ▕███ ▏ 954 MB/3.8 GB 28 MB/s 1m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 25% ▕████ ▏ 957 MB/3.8 GB 28 MB/s 1m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 25% ▕████ ▏ 959 MB/3.8 GB 28 MB/s 1m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 25% ▕████ ▏ 959 MB/3.8 GB 28 MB/s 1m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 25% ▕████ ▏ 964 MB/3.8 GB 28 MB/s 1m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 25% ▕████ ▏ 965 MB/3.8 GB 28 MB/s 1m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 25% ▕████ ▏ 974 MB/3.8 GB 28 MB/s 1m40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 25% ▕████ ▏ 974 MB/3.8 GB 28 MB/s 1m40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 26% ▕████ ▏ 976 MB/3.8 GB 28 MB/s 1m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 26% ▕████ ▏ 977 MB/3.8 GB 28 MB/s 1m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 26% ▕████ ▏ 981 MB/3.8 GB 28 MB/s 1m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 26% ▕████ ▏ 986 MB/3.8 GB 28 MB/s 1m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 26% ▕████ ▏ 988 MB/3.8 GB 28 MB/s 1m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 26% ▕████ ▏ 989 MB/3.8 GB 28 MB/s 1m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 26% ▕████ ▏ 989 MB/3.8 GB 28 MB/s 1m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 26% ▕████ ▏ 995 MB/3.8 GB 28 MB/s 1m40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 26% ▕████ ▏ 996 MB/3.8 GB 28 MB/s 1m40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 26% ▕████ ▏ 1.0 GB/3.8 GB 28 MB/s 1m40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 26% ▕████ ▏ 1.0 GB/3.8 GB 28 MB/s 1m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 26% ▕████ ▏ 1.0 GB/3.8 GB 28 MB/s 1m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 26% ▕████ ▏ 1.0 GB/3.8 GB 28 MB/s 1m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 26% ▕████ ▏ 1.0 GB/3.8 GB 28 MB/s 1m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 26% ▕████ ▏ 1.0 GB/3.8 GB 28 MB/s 1m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 26% ▕████ ▏ 1.0 GB/3.8 GB 28 MB/s 1m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 27% ▕████ ▏ 1.0 GB/3.8 GB 28 MB/s 1m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 27% ▕████ ▏ 1.0 GB/3.8 GB 28 MB/s 1m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 27% ▕████ ▏ 1.0 GB/3.8 GB 28 MB/s 1m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 27% ▕████ ▏ 1.0 GB/3.8 GB 28 MB/s 1m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 27% ▕████ ▏ 1.0 GB/3.8 GB 28 MB/s 1m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 27% ▕████ ▏ 1.0 GB/3.8 GB 27 MB/s 1m40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 27% ▕████ ▏ 1.0 GB/3.8 GB 27 MB/s 1m40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 27% ▕████ ▏ 1.0 GB/3.8 GB 27 MB/s 1m40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 27% ▕████ ▏ 1.0 GB/3.8 GB 27 MB/s 1m40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 27% ▕████ ▏ 1.0 GB/3.8 GB 27 MB/s 1m40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 27% ▕████ ▏ 1.0 GB/3.8 GB 27 MB/s 1m40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 27% ▕████ ▏ 1.0 GB/3.8 GB 27 MB/s 1m40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 27% ▕████ ▏ 1.0 GB/3.8 GB 27 MB/s 1m40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 27% ▕████ ▏ 1.0 GB/3.8 GB 27 MB/s 1m40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 27% ▕████ ▏ 1.0 GB/3.8 GB 27 MB/s 1m40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 27% ▕████ ▏ 1.0 GB/3.8 GB 26 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 27% ▕████ ▏ 1.0 GB/3.8 GB 26 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 28% ▕████ ▏ 1.1 GB/3.8 GB 26 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 27% ▕████ ▏ 1.0 GB/3.8 GB 26 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 27% ▕████ ▏ 1.0 GB/3.8 GB 26 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 27% ▕████ ▏ 1.0 GB/3.8 GB 26 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 27% ▕████ ▏ 1.1 GB/3.8 GB 26 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 28% ▕████ ▏ 1.1 GB/3.8 GB 26 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 28% ▕████ ▏ 1.1 GB/3.8 GB 26 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 28% ▕████ ▏ 1.1 GB/3.8 GB 26 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 28% ▕████ ▏ 1.1 GB/3.8 GB 24 MB/s 1m52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 28% ▕████ ▏ 1.1 GB/3.8 GB 24 MB/s 1m52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 28% ▕████ ▏ 1.1 GB/3.8 GB 24 MB/s 1m52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 28% ▕████ ▏ 1.1 GB/3.8 GB 24 MB/s 1m52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 28% ▕████ ▏ 1.1 GB/3.8 GB 24 MB/s 1m52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 28% ▕████ ▏ 1.1 GB/3.8 GB 24 MB/s 1m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 28% ▕████ ▏ 1.1 GB/3.8 GB 24 MB/s 1m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 28% ▕████ ▏ 1.1 GB/3.8 GB 24 MB/s 1m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 28% ▕████ ▏ 1.1 GB/3.8 GB 24 MB/s 1m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 28% ▕████ ▏ 1.1 GB/3.8 GB 24 MB/s 1m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 28% ▕████ ▏ 1.1 GB/3.8 GB 23 MB/s 1m57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 28% ▕████ ▏ 1.1 GB/3.8 GB 23 MB/s 1m57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 28% ▕████ ▏ 1.1 GB/3.8 GB 23 MB/s 1m57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 28% ▕████ ▏ 1.1 GB/3.8 GB 23 MB/s 1m57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 28% ▕████ ▏ 1.1 GB/3.8 GB 23 MB/s 1m57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 28% ▕████ ▏ 1.1 GB/3.8 GB 23 MB/s 1m57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 28% ▕████ ▏ 1.1 GB/3.8 GB 23 MB/s 1m57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 28% ▕████ ▏ 1.1 GB/3.8 GB 23 MB/s 1m57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 28% ▕████ ▏ 1.1 GB/3.8 GB 23 MB/s 1m57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 29% ▕████ ▏ 1.1 GB/3.8 GB 23 MB/s 1m57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 29% ▕████ ▏ 1.1 GB/3.8 GB 22 MB/s 2m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 29% ▕████ ▏ 1.1 GB/3.8 GB 22 MB/s 2m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 29% ▕████ ▏ 1.1 GB/3.8 GB 22 MB/s 2m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 29% ▕████ ▏ 1.1 GB/3.8 GB 22 MB/s 2m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 29% ▕████ ▏ 1.1 GB/3.8 GB 22 MB/s 2m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 29% ▕████ ▏ 1.1 GB/3.8 GB 22 MB/s 2m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 29% ▕████ ▏ 1.1 GB/3.8 GB 22 MB/s 2m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 29% ▕████ ▏ 1.1 GB/3.8 GB 22 MB/s 2m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 29% ▕████ ▏ 1.1 GB/3.8 GB 22 MB/s 2m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 29% ▕████ ▏ 1.1 GB/3.8 GB 22 MB/s 2m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 29% ▕████ ▏ 1.1 GB/3.8 GB 22 MB/s 2m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 29% ▕████ ▏ 1.1 GB/3.8 GB 22 MB/s 2m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 29% ▕████ ▏ 1.1 GB/3.8 GB 22 MB/s 2m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 29% ▕████ ▏ 1.1 GB/3.8 GB 22 MB/s 2m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 29% ▕████ ▏ 1.1 GB/3.8 GB 22 MB/s 2m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 29% ▕████ ▏ 1.1 GB/3.8 GB 22 MB/s 2m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 29% ▕████ ▏ 1.1 GB/3.8 GB 22 MB/s 2m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 29% ▕████ ▏ 1.1 GB/3.8 GB 22 MB/s 2m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 29% ▕████ ▏ 1.1 GB/3.8 GB 22 MB/s 2m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 29% ▕████ ▏ 1.1 GB/3.8 GB 22 MB/s 2m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 29% ▕████ ▏ 1.1 GB/3.8 GB 22 MB/s 2m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 30% ▕████ ▏ 1.1 GB/3.8 GB 19 MB/s 2m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 30% ▕████ ▏ 1.1 GB/3.8 GB 19 MB/s 2m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 30% ▕████ ▏ 1.1 GB/3.8 GB 19 MB/s 2m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 30% ▕████ ▏ 1.1 GB/3.8 GB 19 MB/s 2m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 30% ▕████ ▏ 1.1 GB/3.8 GB 19 MB/s 2m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 30% ▕████ ▏ 1.1 GB/3.8 GB 19 MB/s 2m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 30% ▕████ ▏ 1.1 GB/3.8 GB 19 MB/s 2m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 30% ▕████ ▏ 1.1 GB/3.8 GB 19 MB/s 2m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 30% ▕████ ▏ 1.1 GB/3.8 GB 19 MB/s 2m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 30% ▕████ ▏ 1.1 GB/3.8 GB 19 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 30% ▕████ ▏ 1.1 GB/3.8 GB 19 MB/s 2m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 30% ▕████ ▏ 1.1 GB/3.8 GB 19 MB/s 2m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 30% ▕████ ▏ 1.2 GB/3.8 GB 19 MB/s 2m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 30% ▕████ ▏ 1.2 GB/3.8 GB 19 MB/s 2m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 30% ▕████ ▏ 1.2 GB/3.8 GB 19 MB/s 2m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 30% ▕████ ▏ 1.2 GB/3.8 GB 19 MB/s 2m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 31% ▕████ ▏ 1.2 GB/3.8 GB 19 MB/s 2m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 31% ▕████ ▏ 1.2 GB/3.8 GB 19 MB/s 2m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 31% ▕████ ▏ 1.2 GB/3.8 GB 19 MB/s 2m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 31% ▕████ ▏ 1.2 GB/3.8 GB 19 MB/s 2m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 31% ▕████ ▏ 1.2 GB/3.8 GB 18 MB/s 2m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 31% ▕████ ▏ 1.2 GB/3.8 GB 18 MB/s 2m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 31% ▕████ ▏ 1.2 GB/3.8 GB 18 MB/s 2m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 31% ▕████ ▏ 1.2 GB/3.8 GB 18 MB/s 2m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 31% ▕████ ▏ 1.2 GB/3.8 GB 18 MB/s 2m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 31% ▕████ ▏ 1.2 GB/3.8 GB 18 MB/s 2m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 31% ▕████ ▏ 1.2 GB/3.8 GB 18 MB/s 2m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 31% ▕████ ▏ 1.2 GB/3.8 GB 18 MB/s 2m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 31% ▕████ ▏ 1.2 GB/3.8 GB 18 MB/s 2m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 31% ▕████ ▏ 1.2 GB/3.8 GB 18 MB/s 2m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 31% ▕████ ▏ 1.2 GB/3.8 GB 18 MB/s 2m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 31% ▕████ ▏ 1.2 GB/3.8 GB 18 MB/s 2m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 31% ▕████ ▏ 1.2 GB/3.8 GB 18 MB/s 2m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 31% ▕████ ▏ 1.2 GB/3.8 GB 18 MB/s 2m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 31% ▕█████ ▏ 1.2 GB/3.8 GB 18 MB/s 2m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 31% ▕█████ ▏ 1.2 GB/3.8 GB 18 MB/s 2m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 31% ▕█████ ▏ 1.2 GB/3.8 GB 18 MB/s 2m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 31% ▕█████ ▏ 1.2 GB/3.8 GB 18 MB/s 2m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 31% ▕█████ ▏ 1.2 GB/3.8 GB 18 MB/s 2m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 31% ▕█████ ▏ 1.2 GB/3.8 GB 18 MB/s 2m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 32% ▕█████ ▏ 1.2 GB/3.8 GB 18 MB/s 2m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 32% ▕█████ ▏ 1.2 GB/3.8 GB 17 MB/s 2m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 32% ▕█████ ▏ 1.2 GB/3.8 GB 17 MB/s 2m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 32% ▕█████ ▏ 1.2 GB/3.8 GB 17 MB/s 2m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 32% ▕█████ ▏ 1.2 GB/3.8 GB 17 MB/s 2m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 32% ▕█████ ▏ 1.2 GB/3.8 GB 17 MB/s 2m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 32% ▕█████ ▏ 1.2 GB/3.8 GB 17 MB/s 2m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 32% ▕█████ ▏ 1.2 GB/3.8 GB 17 MB/s 2m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 32% ▕█████ ▏ 1.2 GB/3.8 GB 17 MB/s 2m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 32% ▕█████ ▏ 1.2 GB/3.8 GB 17 MB/s 2m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 32% ▕█████ ▏ 1.2 GB/3.8 GB 17 MB/s 2m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 32% ▕█████ ▏ 1.2 GB/3.8 GB 18 MB/s 2m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 32% ▕█████ ▏ 1.2 GB/3.8 GB 18 MB/s 2m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 32% ▕█████ ▏ 1.2 GB/3.8 GB 18 MB/s 2m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 32% ▕█████ ▏ 1.2 GB/3.8 GB 18 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 32% ▕█████ ▏ 1.2 GB/3.8 GB 18 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 33% ▕█████ ▏ 1.2 GB/3.8 GB 18 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 33% ▕█████ ▏ 1.2 GB/3.8 GB 18 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 33% ▕█████ ▏ 1.2 GB/3.8 GB 18 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 33% ▕█████ ▏ 1.2 GB/3.8 GB 18 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 33% ▕█████ ▏ 1.2 GB/3.8 GB 18 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 33% ▕█████ ▏ 1.2 GB/3.8 GB 19 MB/s 2m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 33% ▕█████ ▏ 1.2 GB/3.8 GB 19 MB/s 2m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 33% ▕█████ ▏ 1.3 GB/3.8 GB 19 MB/s 2m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 33% ▕█████ ▏ 1.3 GB/3.8 GB 19 MB/s 2m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 33% ▕█████ ▏ 1.3 GB/3.8 GB 19 MB/s 2m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 33% ▕█████ ▏ 1.3 GB/3.8 GB 19 MB/s 2m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 33% ▕█████ ▏ 1.3 GB/3.8 GB 19 MB/s 2m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 33% ▕█████ ▏ 1.3 GB/3.8 GB 19 MB/s 2m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 33% ▕█████ ▏ 1.3 GB/3.8 GB 19 MB/s 2m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 33% ▕█████ ▏ 1.3 GB/3.8 GB 19 MB/s 2m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 33% ▕█████ ▏ 1.3 GB/3.8 GB 20 MB/s 2m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 34% ▕█████ ▏ 1.3 GB/3.8 GB 20 MB/s 2m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 34% ▕█████ ▏ 1.3 GB/3.8 GB 20 MB/s 2m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 34% ▕█████ ▏ 1.3 GB/3.8 GB 20 MB/s 2m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 34% ▕█████ ▏ 1.3 GB/3.8 GB 20 MB/s 2m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 34% ▕█████ ▏ 1.3 GB/3.8 GB 20 MB/s 2m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 34% ▕█████ ▏ 1.3 GB/3.8 GB 20 MB/s 2m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 34% ▕█████ ▏ 1.3 GB/3.8 GB 20 MB/s 2m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 34% ▕█████ ▏ 1.3 GB/3.8 GB 20 MB/s 2m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 34% ▕█████ ▏ 1.3 GB/3.8 GB 20 MB/s 1m59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 34% ▕█████ ▏ 1.3 GB/3.8 GB 22 MB/s 1m53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 34% ▕█████ ▏ 1.3 GB/3.8 GB 22 MB/s 1m53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 34% ▕█████ ▏ 1.3 GB/3.8 GB 22 MB/s 1m53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 35% ▕█████ ▏ 1.3 GB/3.8 GB 22 MB/s 1m53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 35% ▕█████ ▏ 1.3 GB/3.8 GB 22 MB/s 1m53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 35% ▕█████ ▏ 1.3 GB/3.8 GB 22 MB/s 1m53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 35% ▕█████ ▏ 1.3 GB/3.8 GB 22 MB/s 1m53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 35% ▕█████ ▏ 1.3 GB/3.8 GB 22 MB/s 1m53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 35% ▕█████ ▏ 1.3 GB/3.8 GB 22 MB/s 1m52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 35% ▕█████ ▏ 1.3 GB/3.8 GB 22 MB/s 1m52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 35% ▕█████ ▏ 1.3 GB/3.8 GB 22 MB/s 1m52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 35% ▕█████ ▏ 1.3 GB/3.8 GB 23 MB/s 1m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 35% ▕█████ ▏ 1.3 GB/3.8 GB 23 MB/s 1m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 35% ▕█████ ▏ 1.3 GB/3.8 GB 23 MB/s 1m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 35% ▕█████ ▏ 1.3 GB/3.8 GB 23 MB/s 1m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 35% ▕█████ ▏ 1.3 GB/3.8 GB 23 MB/s 1m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 35% ▕█████ ▏ 1.3 GB/3.8 GB 23 MB/s 1m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 35% ▕█████ ▏ 1.4 GB/3.8 GB 23 MB/s 1m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 35% ▕█████ ▏ 1.4 GB/3.8 GB 23 MB/s 1m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 35% ▕█████ ▏ 1.4 GB/3.8 GB 23 MB/s 1m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 36% ▕█████ ▏ 1.4 GB/3.8 GB 23 MB/s 1m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 36% ▕█████ ▏ 1.4 GB/3.8 GB 23 MB/s 1m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 36% ▕█████ ▏ 1.4 GB/3.8 GB 23 MB/s 1m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 36% ▕█████ ▏ 1.4 GB/3.8 GB 23 MB/s 1m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 36% ▕█████ ▏ 1.4 GB/3.8 GB 23 MB/s 1m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 36% ▕█████ ▏ 1.4 GB/3.8 GB 23 MB/s 1m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 36% ▕█████ ▏ 1.4 GB/3.8 GB 23 MB/s 1m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 36% ▕█████ ▏ 1.4 GB/3.8 GB 23 MB/s 1m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 36% ▕█████ ▏ 1.4 GB/3.8 GB 23 MB/s 1m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 36% ▕█████ ▏ 1.4 GB/3.8 GB 23 MB/s 1m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 36% ▕█████ ▏ 1.4 GB/3.8 GB 23 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 36% ▕█████ ▏ 1.4 GB/3.8 GB 23 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 36% ▕█████ ▏ 1.4 GB/3.8 GB 23 MB/s 1m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 37% ▕█████ ▏ 1.4 GB/3.8 GB 23 MB/s 1m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 37% ▕█████ ▏ 1.4 GB/3.8 GB 23 MB/s 1m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 37% ▕█████ ▏ 1.4 GB/3.8 GB 23 MB/s 1m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 37% ▕█████ ▏ 1.4 GB/3.8 GB 23 MB/s 1m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 37% ▕█████ ▏ 1.4 GB/3.8 GB 23 MB/s 1m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 37% ▕█████ ▏ 1.4 GB/3.8 GB 23 MB/s 1m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 37% ▕█████ ▏ 1.4 GB/3.8 GB 23 MB/s 1m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 37% ▕█████ ▏ 1.4 GB/3.8 GB 23 MB/s 1m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 37% ▕█████ ▏ 1.4 GB/3.8 GB 24 MB/s 1m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 37% ▕█████ ▏ 1.4 GB/3.8 GB 24 MB/s 1m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 37% ▕█████ ▏ 1.4 GB/3.8 GB 24 MB/s 1m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 37% ▕█████ ▏ 1.4 GB/3.8 GB 24 MB/s 1m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 37% ▕█████ ▏ 1.4 GB/3.8 GB 24 MB/s 1m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 37% ▕█████ ▏ 1.4 GB/3.8 GB 24 MB/s 1m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 37% ▕█████ ▏ 1.4 GB/3.8 GB 24 MB/s 1m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 38% ▕██████ ▏ 1.4 GB/3.8 GB 24 MB/s 1m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 38% ▕██████ ▏ 1.4 GB/3.8 GB 24 MB/s 1m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 38% ▕██████ ▏ 1.4 GB/3.8 GB 24 MB/s 1m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 38% ▕██████ ▏ 1.4 GB/3.8 GB 26 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 38% ▕██████ ▏ 1.4 GB/3.8 GB 26 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 38% ▕██████ ▏ 1.4 GB/3.8 GB 26 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 38% ▕██████ ▏ 1.4 GB/3.8 GB 26 MB/s 1m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 38% ▕██████ ▏ 1.5 GB/3.8 GB 26 MB/s 1m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 38% ▕██████ ▏ 1.5 GB/3.8 GB 26 MB/s 1m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 38% ▕██████ ▏ 1.5 GB/3.8 GB 26 MB/s 1m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 38% ▕██████ ▏ 1.5 GB/3.8 GB 26 MB/s 1m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 38% ▕██████ ▏ 1.5 GB/3.8 GB 26 MB/s 1m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 38% ▕██████ ▏ 1.5 GB/3.8 GB 26 MB/s 1m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 38% ▕██████ ▏ 1.5 GB/3.8 GB 26 MB/s 1m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 38% ▕██████ ▏ 1.5 GB/3.8 GB 26 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 39% ▕██████ ▏ 1.5 GB/3.8 GB 26 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 39% ▕██████ ▏ 1.5 GB/3.8 GB 26 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 39% ▕██████ ▏ 1.5 GB/3.8 GB 26 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 39% ▕██████ ▏ 1.5 GB/3.8 GB 26 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 39% ▕██████ ▏ 1.5 GB/3.8 GB 26 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 39% ▕██████ ▏ 1.5 GB/3.8 GB 26 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 39% ▕██████ ▏ 1.5 GB/3.8 GB 26 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 39% ▕██████ ▏ 1.5 GB/3.8 GB 26 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 39% ▕██████ ▏ 1.5 GB/3.8 GB 26 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 39% ▕██████ ▏ 1.5 GB/3.8 GB 27 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 39% ▕██████ ▏ 1.5 GB/3.8 GB 27 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 39% ▕██████ ▏ 1.5 GB/3.8 GB 27 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 39% ▕██████ ▏ 1.5 GB/3.8 GB 27 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 39% ▕██████ ▏ 1.5 GB/3.8 GB 27 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 40% ▕██████ ▏ 1.5 GB/3.8 GB 27 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 40% ▕██████ ▏ 1.5 GB/3.8 GB 27 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 40% ▕██████ ▏ 1.5 GB/3.8 GB 27 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 40% ▕██████ ▏ 1.5 GB/3.8 GB 27 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 40% ▕██████ ▏ 1.5 GB/3.8 GB 27 MB/s 1m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 40% ▕██████ ▏ 1.5 GB/3.8 GB 26 MB/s 1m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 40% ▕██████ ▏ 1.5 GB/3.8 GB 26 MB/s 1m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 40% ▕██████ ▏ 1.5 GB/3.8 GB 26 MB/s 1m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 40% ▕██████ ▏ 1.5 GB/3.8 GB 26 MB/s 1m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 40% ▕██████ ▏ 1.5 GB/3.8 GB 26 MB/s 1m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 40% ▕██████ ▏ 1.5 GB/3.8 GB 26 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 40% ▕██████ ▏ 1.5 GB/3.8 GB 26 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 40% ▕██████ ▏ 1.5 GB/3.8 GB 26 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 40% ▕██████ ▏ 1.5 GB/3.8 GB 26 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 41% ▕██████ ▏ 1.5 GB/3.8 GB 26 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 41% ▕██████ ▏ 1.6 GB/3.8 GB 26 MB/s 1m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 41% ▕██████ ▏ 1.6 GB/3.8 GB 26 MB/s 1m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 41% ▕██████ ▏ 1.6 GB/3.8 GB 26 MB/s 1m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 41% ▕██████ ▏ 1.6 GB/3.8 GB 26 MB/s 1m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 41% ▕██████ ▏ 1.6 GB/3.8 GB 26 MB/s 1m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 41% ▕██████ ▏ 1.6 GB/3.8 GB 26 MB/s 1m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 41% ▕██████ ▏ 1.6 GB/3.8 GB 26 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 41% ▕██████ ▏ 1.6 GB/3.8 GB 26 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 41% ▕██████ ▏ 1.6 GB/3.8 GB 26 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 41% ▕██████ ▏ 1.6 GB/3.8 GB 26 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 41% ▕██████ ▏ 1.6 GB/3.8 GB 27 MB/s 1m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 41% ▕██████ ▏ 1.6 GB/3.8 GB 27 MB/s 1m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 41% ▕██████ ▏ 1.6 GB/3.8 GB 27 MB/s 1m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 41% ▕██████ ▏ 1.6 GB/3.8 GB 27 MB/s 1m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 42% ▕██████ ▏ 1.6 GB/3.8 GB 27 MB/s 1m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 42% ▕██████ ▏ 1.6 GB/3.8 GB 27 MB/s 1m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 42% ▕██████ ▏ 1.6 GB/3.8 GB 27 MB/s 1m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 42% ▕██████ ▏ 1.6 GB/3.8 GB 27 MB/s 1m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 42% ▕██████ ▏ 1.6 GB/3.8 GB 27 MB/s 1m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 42% ▕██████ ▏ 1.6 GB/3.8 GB 27 MB/s 1m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 42% ▕██████ ▏ 1.6 GB/3.8 GB 27 MB/s 1m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 42% ▕██████ ▏ 1.6 GB/3.8 GB 26 MB/s 1m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 42% ▕██████ ▏ 1.6 GB/3.8 GB 26 MB/s 1m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 42% ▕██████ ▏ 1.6 GB/3.8 GB 26 MB/s 1m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 42% ▕██████ ▏ 1.6 GB/3.8 GB 26 MB/s 1m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 42% ▕██████ ▏ 1.6 GB/3.8 GB 26 MB/s 1m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 42% ▕██████ ▏ 1.6 GB/3.8 GB 26 MB/s 1m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 42% ▕██████ ▏ 1.6 GB/3.8 GB 26 MB/s 1m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 42% ▕██████ ▏ 1.6 GB/3.8 GB 26 MB/s 1m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 42% ▕██████ ▏ 1.6 GB/3.8 GB 26 MB/s 1m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 43% ▕██████ ▏ 1.6 GB/3.8 GB 26 MB/s 1m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 43% ▕██████ ▏ 1.6 GB/3.8 GB 26 MB/s 1m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 43% ▕██████ ▏ 1.6 GB/3.8 GB 26 MB/s 1m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 43% ▕██████ ▏ 1.6 GB/3.8 GB 26 MB/s 1m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 43% ▕██████ ▏ 1.6 GB/3.8 GB 26 MB/s 1m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 43% ▕██████ ▏ 1.6 GB/3.8 GB 26 MB/s 1m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 43% ▕██████ ▏ 1.6 GB/3.8 GB 26 MB/s 1m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 43% ▕██████ ▏ 1.6 GB/3.8 GB 26 MB/s 1m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 43% ▕██████ ▏ 1.6 GB/3.8 GB 26 MB/s 1m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 43% ▕██████ ▏ 1.6 GB/3.8 GB 26 MB/s 1m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 43% ▕██████ ▏ 1.7 GB/3.8 GB 26 MB/s 1m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 43% ▕██████ ▏ 1.7 GB/3.8 GB 27 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 43% ▕██████ ▏ 1.7 GB/3.8 GB 27 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 44% ▕██████ ▏ 1.7 GB/3.8 GB 27 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 44% ▕██████ ▏ 1.7 GB/3.8 GB 27 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 44% ▕██████ ▏ 1.7 GB/3.8 GB 27 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 44% ▕██████ ▏ 1.7 GB/3.8 GB 27 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 44% ▕██████ ▏ 1.7 GB/3.8 GB 27 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 44% ▕███████ ▏ 1.7 GB/3.8 GB 27 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 44% ▕███████ ▏ 1.7 GB/3.8 GB 27 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 44% ▕███████ ▏ 1.7 GB/3.8 GB 27 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 44% ▕███████ ▏ 1.7 GB/3.8 GB 26 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 44% ▕███████ ▏ 1.7 GB/3.8 GB 26 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 44% ▕███████ ▏ 1.7 GB/3.8 GB 26 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 44% ▕███████ ▏ 1.7 GB/3.8 GB 26 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 44% ▕███████ ▏ 1.7 GB/3.8 GB 26 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 44% ▕███████ ▏ 1.7 GB/3.8 GB 26 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 44% ▕███████ ▏ 1.7 GB/3.8 GB 26 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 44% ▕███████ ▏ 1.7 GB/3.8 GB 26 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 44% ▕███████ ▏ 1.7 GB/3.8 GB 26 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 44% ▕███████ ▏ 1.7 GB/3.8 GB 26 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 45% ▕███████ ▏ 1.7 GB/3.8 GB 26 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 45% ▕███████ ▏ 1.7 GB/3.8 GB 26 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 45% ▕███████ ▏ 1.7 GB/3.8 GB 26 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 45% ▕███████ ▏ 1.7 GB/3.8 GB 26 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 45% ▕███████ ▏ 1.7 GB/3.8 GB 26 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 45% ▕███████ ▏ 1.7 GB/3.8 GB 26 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 45% ▕███████ ▏ 1.7 GB/3.8 GB 26 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 45% ▕███████ ▏ 1.7 GB/3.8 GB 26 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 45% ▕███████ ▏ 1.7 GB/3.8 GB 26 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 45% ▕███████ ▏ 1.7 GB/3.8 GB 26 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 45% ▕███████ ▏ 1.7 GB/3.8 GB 26 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 45% ▕███████ ▏ 1.7 GB/3.8 GB 24 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 45% ▕███████ ▏ 1.7 GB/3.8 GB 24 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 45% ▕███████ ▏ 1.7 GB/3.8 GB 24 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 45% ▕███████ ▏ 1.7 GB/3.8 GB 24 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 45% ▕███████ ▏ 1.7 GB/3.8 GB 24 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 45% ▕███████ ▏ 1.7 GB/3.8 GB 24 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 45% ▕███████ ▏ 1.7 GB/3.8 GB 24 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 46% ▕███████ ▏ 1.7 GB/3.8 GB 24 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 46% ▕███████ ▏ 1.7 GB/3.8 GB 24 MB/s 1m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 46% ▕███████ ▏ 1.7 GB/3.8 GB 24 MB/s 1m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 46% ▕███████ ▏ 1.8 GB/3.8 GB 25 MB/s 1m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 46% ▕███████ ▏ 1.8 GB/3.8 GB 25 MB/s 1m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 46% ▕███████ ▏ 1.8 GB/3.8 GB 25 MB/s 1m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 46% ▕███████ ▏ 1.8 GB/3.8 GB 25 MB/s 1m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 46% ▕███████ ▏ 1.8 GB/3.8 GB 25 MB/s 1m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 46% ▕███████ ▏ 1.8 GB/3.8 GB 25 MB/s 1m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 46% ▕███████ ▏ 1.8 GB/3.8 GB 25 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 46% ▕███████ ▏ 1.8 GB/3.8 GB 25 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 46% ▕███████ ▏ 1.8 GB/3.8 GB 25 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 47% ▕███████ ▏ 1.8 GB/3.8 GB 25 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 47% ▕███████ ▏ 1.8 GB/3.8 GB 25 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 47% ▕███████ ▏ 1.8 GB/3.8 GB 25 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 47% ▕███████ ▏ 1.8 GB/3.8 GB 25 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 47% ▕███████ ▏ 1.8 GB/3.8 GB 25 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 47% ▕███████ ▏ 1.8 GB/3.8 GB 25 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 47% ▕███████ ▏ 1.8 GB/3.8 GB 25 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 47% ▕███████ ▏ 1.8 GB/3.8 GB 25 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 47% ▕███████ ▏ 1.8 GB/3.8 GB 25 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 47% ▕███████ ▏ 1.8 GB/3.8 GB 25 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 47% ▕███████ ▏ 1.8 GB/3.8 GB 25 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 47% ▕███████ ▏ 1.8 GB/3.8 GB 25 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 48% ▕███████ ▏ 1.8 GB/3.8 GB 25 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 48% ▕███████ ▏ 1.8 GB/3.8 GB 25 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 48% ▕███████ ▏ 1.8 GB/3.8 GB 25 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 48% ▕███████ ▏ 1.8 GB/3.8 GB 25 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 48% ▕███████ ▏ 1.8 GB/3.8 GB 25 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 48% ▕███████ ▏ 1.8 GB/3.8 GB 25 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 48% ▕███████ ▏ 1.8 GB/3.8 GB 25 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 48% ▕███████ ▏ 1.8 GB/3.8 GB 25 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 48% ▕███████ ▏ 1.8 GB/3.8 GB 25 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 48% ▕███████ ▏ 1.8 GB/3.8 GB 26 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 48% ▕███████ ▏ 1.8 GB/3.8 GB 26 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 48% ▕███████ ▏ 1.8 GB/3.8 GB 26 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 49% ▕███████ ▏ 1.9 GB/3.8 GB 26 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 49% ▕███████ ▏ 1.9 GB/3.8 GB 26 MB/s 1m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 49% ▕███████ ▏ 1.9 GB/3.8 GB 26 MB/s 1m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 49% ▕███████ ▏ 1.9 GB/3.8 GB 26 MB/s 1m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 49% ▕███████ ▏ 1.9 GB/3.8 GB 26 MB/s 1m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 49% ▕███████ ▏ 1.9 GB/3.8 GB 26 MB/s 1m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 49% ▕███████ ▏ 1.9 GB/3.8 GB 26 MB/s 1m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 49% ▕███████ ▏ 1.9 GB/3.8 GB 26 MB/s 1m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 49% ▕███████ ▏ 1.9 GB/3.8 GB 27 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 49% ▕███████ ▏ 1.9 GB/3.8 GB 27 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 49% ▕███████ ▏ 1.9 GB/3.8 GB 27 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 50% ▕███████ ▏ 1.9 GB/3.8 GB 27 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 50% ▕███████ ▏ 1.9 GB/3.8 GB 27 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 50% ▕███████ ▏ 1.9 GB/3.8 GB 27 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 50% ▕███████ ▏ 1.9 GB/3.8 GB 27 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 50% ▕███████ ▏ 1.9 GB/3.8 GB 27 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 50% ▕███████ ▏ 1.9 GB/3.8 GB 27 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 50% ▕███████ ▏ 1.9 GB/3.8 GB 27 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 50% ▕███████ ▏ 1.9 GB/3.8 GB 27 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 50% ▕███████ ▏ 1.9 GB/3.8 GB 27 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 50% ▕████████ ▏ 1.9 GB/3.8 GB 27 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 50% ▕████████ ▏ 1.9 GB/3.8 GB 27 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 50% ▕████████ ▏ 1.9 GB/3.8 GB 27 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 50% ▕████████ ▏ 1.9 GB/3.8 GB 27 MB/s 1m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 50% ▕████████ ▏ 1.9 GB/3.8 GB 27 MB/s 1m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 50% ▕████████ ▏ 1.9 GB/3.8 GB 27 MB/s 1m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 51% ▕████████ ▏ 1.9 GB/3.8 GB 27 MB/s 1m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 51% ▕████████ ▏ 1.9 GB/3.8 GB 27 MB/s 1m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 51% ▕████████ ▏ 1.9 GB/3.8 GB 27 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 51% ▕████████ ▏ 1.9 GB/3.8 GB 27 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 51% ▕████████ ▏ 1.9 GB/3.8 GB 27 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 51% ▕████████ ▏ 1.9 GB/3.8 GB 27 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 51% ▕████████ ▏ 1.9 GB/3.8 GB 27 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 51% ▕████████ ▏ 2.0 GB/3.8 GB 27 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 51% ▕████████ ▏ 2.0 GB/3.8 GB 27 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 51% ▕████████ ▏ 2.0 GB/3.8 GB 27 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 51% ▕████████ ▏ 2.0 GB/3.8 GB 27 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 51% ▕████████ ▏ 2.0 GB/3.8 GB 27 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 52% ▕████████ ▏ 2.0 GB/3.8 GB 29 MB/s 1m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 52% ▕████████ ▏ 2.0 GB/3.8 GB 29 MB/s 1m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 52% ▕████████ ▏ 2.0 GB/3.8 GB 29 MB/s 1m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 52% ▕████████ ▏ 2.0 GB/3.8 GB 29 MB/s 1m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 52% ▕████████ ▏ 2.0 GB/3.8 GB 29 MB/s 1m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 52% ▕████████ ▏ 2.0 GB/3.8 GB 29 MB/s 1m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 52% ▕████████ ▏ 2.0 GB/3.8 GB 29 MB/s 1m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 52% ▕████████ ▏ 2.0 GB/3.8 GB 29 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 52% ▕████████ ▏ 2.0 GB/3.8 GB 29 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 52% ▕████████ ▏ 2.0 GB/3.8 GB 29 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 52% ▕████████ ▏ 2.0 GB/3.8 GB 31 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 52% ▕████████ ▏ 2.0 GB/3.8 GB 31 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 53% ▕████████ ▏ 2.0 GB/3.8 GB 31 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 53% ▕████████ ▏ 2.0 GB/3.8 GB 31 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 53% ▕████████ ▏ 2.0 GB/3.8 GB 31 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 53% ▕████████ ▏ 2.0 GB/3.8 GB 31 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 53% ▕████████ ▏ 2.0 GB/3.8 GB 31 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 53% ▕████████ ▏ 2.0 GB/3.8 GB 31 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 53% ▕████████ ▏ 2.0 GB/3.8 GB 31 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 53% ▕████████ ▏ 2.0 GB/3.8 GB 31 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 53% ▕████████ ▏ 2.0 GB/3.8 GB 31 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 53% ▕████████ ▏ 2.0 GB/3.8 GB 30 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 53% ▕████████ ▏ 2.0 GB/3.8 GB 30 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 53% ▕████████ ▏ 2.0 GB/3.8 GB 30 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 53% ▕████████ ▏ 2.0 GB/3.8 GB 30 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 53% ▕████████ ▏ 2.0 GB/3.8 GB 30 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 53% ▕████████ ▏ 2.0 GB/3.8 GB 30 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 54% ▕████████ ▏ 2.0 GB/3.8 GB 30 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 54% ▕████████ ▏ 2.1 GB/3.8 GB 30 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 54% ▕████████ ▏ 2.1 GB/3.8 GB 30 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 54% ▕████████ ▏ 2.1 GB/3.8 GB 30 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 54% ▕████████ ▏ 2.1 GB/3.8 GB 31 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 54% ▕████████ ▏ 2.1 GB/3.8 GB 31 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 54% ▕████████ ▏ 2.1 GB/3.8 GB 31 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 54% ▕████████ ▏ 2.1 GB/3.8 GB 31 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 54% ▕████████ ▏ 2.1 GB/3.8 GB 31 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 54% ▕████████ ▏ 2.1 GB/3.8 GB 31 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 54% ▕████████ ▏ 2.1 GB/3.8 GB 31 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 54% ▕████████ ▏ 2.1 GB/3.8 GB 31 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 54% ▕████████ ▏ 2.1 GB/3.8 GB 31 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 55% ▕████████ ▏ 2.1 GB/3.8 GB 31 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 55% ▕████████ ▏ 2.1 GB/3.8 GB 30 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 55% ▕████████ ▏ 2.1 GB/3.8 GB 30 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 55% ▕████████ ▏ 2.1 GB/3.8 GB 30 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 55% ▕████████ ▏ 2.1 GB/3.8 GB 30 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 55% ▕████████ ▏ 2.1 GB/3.8 GB 30 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 55% ▕████████ ▏ 2.1 GB/3.8 GB 30 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 55% ▕████████ ▏ 2.1 GB/3.8 GB 30 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 55% ▕████████ ▏ 2.1 GB/3.8 GB 30 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 55% ▕████████ ▏ 2.1 GB/3.8 GB 30 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 56% ▕████████ ▏ 2.1 GB/3.8 GB 30 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 56% ▕████████ ▏ 2.1 GB/3.8 GB 31 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 56% ▕████████ ▏ 2.1 GB/3.8 GB 31 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 56% ▕████████ ▏ 2.1 GB/3.8 GB 31 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 56% ▕████████ ▏ 2.1 GB/3.8 GB 31 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 56% ▕████████ ▏ 2.1 GB/3.8 GB 31 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 56% ▕████████ ▏ 2.1 GB/3.8 GB 31 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 56% ▕████████ ▏ 2.1 GB/3.8 GB 31 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 56% ▕████████ ▏ 2.1 GB/3.8 GB 31 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 56% ▕████████ ▏ 2.1 GB/3.8 GB 31 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 56% ▕█████████ ▏ 2.2 GB/3.8 GB 31 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 56% ▕█████████ ▏ 2.2 GB/3.8 GB 30 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 56% ▕█████████ ▏ 2.2 GB/3.8 GB 30 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 57% ▕█████████ ▏ 2.2 GB/3.8 GB 30 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 57% ▕█████████ ▏ 2.2 GB/3.8 GB 30 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 57% ▕█████████ ▏ 2.2 GB/3.8 GB 30 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 57% ▕█████████ ▏ 2.2 GB/3.8 GB 30 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 57% ▕█████████ ▏ 2.2 GB/3.8 GB 30 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 57% ▕█████████ ▏ 2.2 GB/3.8 GB 30 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 57% ▕█████████ ▏ 2.2 GB/3.8 GB 30 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 57% ▕█████████ ▏ 2.2 GB/3.8 GB 30 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 57% ▕█████████ ▏ 2.2 GB/3.8 GB 30 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 57% ▕█████████ ▏ 2.2 GB/3.8 GB 30 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 57% ▕█████████ ▏ 2.2 GB/3.8 GB 30 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 57% ▕█████████ ▏ 2.2 GB/3.8 GB 30 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 57% ▕█████████ ▏ 2.2 GB/3.8 GB 30 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 57% ▕█████████ ▏ 2.2 GB/3.8 GB 30 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 57% ▕█████████ ▏ 2.2 GB/3.8 GB 30 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 58% ▕█████████ ▏ 2.2 GB/3.8 GB 30 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 58% ▕█████████ ▏ 2.2 GB/3.8 GB 30 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 58% ▕█████████ ▏ 2.2 GB/3.8 GB 30 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 58% ▕█████████ ▏ 2.2 GB/3.8 GB 30 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 58% ▕█████████ ▏ 2.2 GB/3.8 GB 30 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 58% ▕█████████ ▏ 2.2 GB/3.8 GB 30 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 58% ▕█████████ ▏ 2.2 GB/3.8 GB 30 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 58% ▕█████████ ▏ 2.2 GB/3.8 GB 30 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 58% ▕█████████ ▏ 2.2 GB/3.8 GB 30 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 58% ▕█████████ ▏ 2.2 GB/3.8 GB 30 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 58% ▕█████████ ▏ 2.2 GB/3.8 GB 30 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 58% ▕█████████ ▏ 2.2 GB/3.8 GB 30 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 58% ▕█████████ ▏ 2.2 GB/3.8 GB 30 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 59% ▕█████████ ▏ 2.2 GB/3.8 GB 30 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 59% ▕█████████ ▏ 2.2 GB/3.8 GB 30 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 59% ▕█████████ ▏ 2.2 GB/3.8 GB 30 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 59% ▕█████████ ▏ 2.2 GB/3.8 GB 30 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 59% ▕█████████ ▏ 2.2 GB/3.8 GB 30 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 59% ▕█████████ ▏ 2.3 GB/3.8 GB 30 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 59% ▕█████████ ▏ 2.3 GB/3.8 GB 30 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 59% ▕█████████ ▏ 2.3 GB/3.8 GB 30 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 59% ▕█████████ ▏ 2.3 GB/3.8 GB 30 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 59% ▕█████████ ▏ 2.3 GB/3.8 GB 30 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 59% ▕█████████ ▏ 2.3 GB/3.8 GB 30 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 59% ▕█████████ ▏ 2.3 GB/3.8 GB 29 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 59% ▕█████████ ▏ 2.3 GB/3.8 GB 29 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 60% ▕█████████ ▏ 2.3 GB/3.8 GB 29 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 60% ▕█████████ ▏ 2.3 GB/3.8 GB 29 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 60% ▕█████████ ▏ 2.3 GB/3.8 GB 29 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 60% ▕█████████ ▏ 2.3 GB/3.8 GB 29 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 60% ▕█████████ ▏ 2.3 GB/3.8 GB 29 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 60% ▕█████████ ▏ 2.3 GB/3.8 GB 29 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 60% ▕█████████ ▏ 2.3 GB/3.8 GB 29 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 60% ▕█████████ ▏ 2.3 GB/3.8 GB 29 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 60% ▕█████████ ▏ 2.3 GB/3.8 GB 29 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 60% ▕█████████ ▏ 2.3 GB/3.8 GB 29 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 60% ▕█████████ ▏ 2.3 GB/3.8 GB 29 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 60% ▕█████████ ▏ 2.3 GB/3.8 GB 29 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 60% ▕█████████ ▏ 2.3 GB/3.8 GB 29 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 60% ▕█████████ ▏ 2.3 GB/3.8 GB 29 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 60% ▕█████████ ▏ 2.3 GB/3.8 GB 29 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 60% ▕█████████ ▏ 2.3 GB/3.8 GB 29 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 60% ▕█████████ ▏ 2.3 GB/3.8 GB 29 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 60% ▕█████████ ▏ 2.3 GB/3.8 GB 29 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 61% ▕█████████ ▏ 2.3 GB/3.8 GB 29 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 61% ▕█████████ ▏ 2.3 GB/3.8 GB 27 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 61% ▕█████████ ▏ 2.3 GB/3.8 GB 27 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 61% ▕█████████ ▏ 2.3 GB/3.8 GB 27 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 61% ▕█████████ ▏ 2.3 GB/3.8 GB 27 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 61% ▕█████████ ▏ 2.3 GB/3.8 GB 27 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 61% ▕█████████ ▏ 2.3 GB/3.8 GB 27 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 61% ▕█████████ ▏ 2.3 GB/3.8 GB 27 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 61% ▕█████████ ▏ 2.3 GB/3.8 GB 27 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 61% ▕█████████ ▏ 2.3 GB/3.8 GB 27 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 61% ▕█████████ ▏ 2.3 GB/3.8 GB 27 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 61% ▕█████████ ▏ 2.3 GB/3.8 GB 27 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 61% ▕█████████ ▏ 2.3 GB/3.8 GB 27 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 61% ▕█████████ ▏ 2.3 GB/3.8 GB 27 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 61% ▕█████████ ▏ 2.3 GB/3.8 GB 27 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 61% ▕█████████ ▏ 2.3 GB/3.8 GB 27 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 62% ▕█████████ ▏ 2.4 GB/3.8 GB 27 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 62% ▕█████████ ▏ 2.4 GB/3.8 GB 27 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 62% ▕█████████ ▏ 2.4 GB/3.8 GB 27 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 62% ▕█████████ ▏ 2.4 GB/3.8 GB 27 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 62% ▕█████████ ▏ 2.4 GB/3.8 GB 27 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 62% ▕█████████ ▏ 2.4 GB/3.8 GB 27 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 62% ▕█████████ ▏ 2.4 GB/3.8 GB 27 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 62% ▕█████████ ▏ 2.4 GB/3.8 GB 27 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 62% ▕█████████ ▏ 2.4 GB/3.8 GB 27 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 62% ▕█████████ ▏ 2.4 GB/3.8 GB 27 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 63% ▕██████████ ▏ 2.4 GB/3.8 GB 27 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 63% ▕██████████ ▏ 2.4 GB/3.8 GB 27 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 63% ▕██████████ ▏ 2.4 GB/3.8 GB 27 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 63% ▕██████████ ▏ 2.4 GB/3.8 GB 27 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 63% ▕██████████ ▏ 2.4 GB/3.8 GB 27 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 63% ▕██████████ ▏ 2.4 GB/3.8 GB 27 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 63% ▕██████████ ▏ 2.4 GB/3.8 GB 27 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 63% ▕██████████ ▏ 2.4 GB/3.8 GB 27 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 63% ▕██████████ ▏ 2.4 GB/3.8 GB 27 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 63% ▕██████████ ▏ 2.4 GB/3.8 GB 27 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 63% ▕██████████ ▏ 2.4 GB/3.8 GB 27 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 64% ▕██████████ ▏ 2.4 GB/3.8 GB 27 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 64% ▕██████████ ▏ 2.4 GB/3.8 GB 27 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 64% ▕██████████ ▏ 2.4 GB/3.8 GB 27 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 64% ▕██████████ ▏ 2.4 GB/3.8 GB 27 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 64% ▕██████████ ▏ 2.4 GB/3.8 GB 28 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 64% ▕██████████ ▏ 2.4 GB/3.8 GB 28 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 64% ▕██████████ ▏ 2.4 GB/3.8 GB 28 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 64% ▕██████████ ▏ 2.4 GB/3.8 GB 28 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 64% ▕██████████ ▏ 2.4 GB/3.8 GB 28 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 64% ▕██████████ ▏ 2.4 GB/3.8 GB 28 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 64% ▕██████████ ▏ 2.4 GB/3.8 GB 28 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 64% ▕██████████ ▏ 2.5 GB/3.8 GB 28 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 64% ▕██████████ ▏ 2.5 GB/3.8 GB 28 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 64% ▕██████████ ▏ 2.5 GB/3.8 GB 28 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 64% ▕██████████ ▏ 2.5 GB/3.8 GB 28 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 64% ▕██████████ ▏ 2.5 GB/3.8 GB 27 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 64% ▕██████████ ▏ 2.5 GB/3.8 GB 27 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 65% ▕██████████ ▏ 2.5 GB/3.8 GB 27 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 65% ▕██████████ ▏ 2.5 GB/3.8 GB 27 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 65% ▕██████████ ▏ 2.5 GB/3.8 GB 27 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 65% ▕██████████ ▏ 2.5 GB/3.8 GB 27 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 65% ▕██████████ ▏ 2.5 GB/3.8 GB 27 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 65% ▕██████████ ▏ 2.5 GB/3.8 GB 27 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 65% ▕██████████ ▏ 2.5 GB/3.8 GB 27 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 65% ▕██████████ ▏ 2.5 GB/3.8 GB 27 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 65% ▕██████████ ▏ 2.5 GB/3.8 GB 27 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 65% ▕██████████ ▏ 2.5 GB/3.8 GB 27 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 65% ▕██████████ ▏ 2.5 GB/3.8 GB 27 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 65% ▕██████████ ▏ 2.5 GB/3.8 GB 27 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 65% ▕██████████ ▏ 2.5 GB/3.8 GB 27 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 65% ▕██████████ ▏ 2.5 GB/3.8 GB 27 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 65% ▕██████████ ▏ 2.5 GB/3.8 GB 27 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 66% ▕██████████ ▏ 2.5 GB/3.8 GB 27 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 66% ▕██████████ ▏ 2.5 GB/3.8 GB 27 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 66% ▕██████████ ▏ 2.5 GB/3.8 GB 27 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 66% ▕██████████ ▏ 2.5 GB/3.8 GB 26 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 66% ▕██████████ ▏ 2.5 GB/3.8 GB 26 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 66% ▕██████████ ▏ 2.5 GB/3.8 GB 26 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 66% ▕██████████ ▏ 2.5 GB/3.8 GB 26 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 66% ▕██████████ ▏ 2.5 GB/3.8 GB 26 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 66% ▕██████████ ▏ 2.5 GB/3.8 GB 26 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 66% ▕██████████ ▏ 2.5 GB/3.8 GB 26 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 66% ▕██████████ ▏ 2.5 GB/3.8 GB 26 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 66% ▕██████████ ▏ 2.5 GB/3.8 GB 26 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 66% ▕██████████ ▏ 2.5 GB/3.8 GB 26 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 66% ▕██████████ ▏ 2.5 GB/3.8 GB 27 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 66% ▕██████████ ▏ 2.5 GB/3.8 GB 27 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 67% ▕██████████ ▏ 2.5 GB/3.8 GB 27 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 67% ▕██████████ ▏ 2.5 GB/3.8 GB 27 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 67% ▕██████████ ▏ 2.6 GB/3.8 GB 27 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 67% ▕██████████ ▏ 2.6 GB/3.8 GB 27 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 67% ▕██████████ ▏ 2.6 GB/3.8 GB 27 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 67% ▕██████████ ▏ 2.6 GB/3.8 GB 27 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 67% ▕██████████ ▏ 2.6 GB/3.8 GB 27 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 67% ▕██████████ ▏ 2.6 GB/3.8 GB 27 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 67% ▕██████████ ▏ 2.6 GB/3.8 GB 28 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 67% ▕██████████ ▏ 2.6 GB/3.8 GB 28 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 67% ▕██████████ ▏ 2.6 GB/3.8 GB 28 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 67% ▕██████████ ▏ 2.6 GB/3.8 GB 28 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 67% ▕██████████ ▏ 2.6 GB/3.8 GB 28 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 68% ▕██████████ ▏ 2.6 GB/3.8 GB 28 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 68% ▕██████████ ▏ 2.6 GB/3.8 GB 28 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 68% ▕██████████ ▏ 2.6 GB/3.8 GB 28 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 68% ▕██████████ ▏ 2.6 GB/3.8 GB 28 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 68% ▕██████████ ▏ 2.6 GB/3.8 GB 28 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 68% ▕██████████ ▏ 2.6 GB/3.8 GB 28 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 68% ▕██████████ ▏ 2.6 GB/3.8 GB 27 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 68% ▕██████████ ▏ 2.6 GB/3.8 GB 27 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 68% ▕██████████ ▏ 2.6 GB/3.8 GB 27 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 68% ▕██████████ ▏ 2.6 GB/3.8 GB 27 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 68% ▕██████████ ▏ 2.6 GB/3.8 GB 27 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 68% ▕██████████ ▏ 2.6 GB/3.8 GB 27 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 68% ▕██████████ ▏ 2.6 GB/3.8 GB 27 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 68% ▕██████████ ▏ 2.6 GB/3.8 GB 27 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 68% ▕██████████ ▏ 2.6 GB/3.8 GB 27 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 68% ▕██████████ ▏ 2.6 GB/3.8 GB 27 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 68% ▕██████████ ▏ 2.6 GB/3.8 GB 26 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 68% ▕██████████ ▏ 2.6 GB/3.8 GB 26 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 68% ▕██████████ ▏ 2.6 GB/3.8 GB 26 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 69% ▕██████████ ▏ 2.6 GB/3.8 GB 26 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 69% ▕██████████ ▏ 2.6 GB/3.8 GB 26 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 69% ▕██████████ ▏ 2.6 GB/3.8 GB 26 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 69% ▕███████████ ▏ 2.6 GB/3.8 GB 26 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 69% ▕███████████ ▏ 2.6 GB/3.8 GB 26 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 69% ▕███████████ ▏ 2.6 GB/3.8 GB 26 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 69% ▕███████████ ▏ 2.6 GB/3.8 GB 26 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 69% ▕███████████ ▏ 2.6 GB/3.8 GB 25 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 69% ▕███████████ ▏ 2.6 GB/3.8 GB 25 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 69% ▕███████████ ▏ 2.6 GB/3.8 GB 25 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 69% ▕███████████ ▏ 2.6 GB/3.8 GB 25 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 69% ▕███████████ ▏ 2.6 GB/3.8 GB 25 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 69% ▕███████████ ▏ 2.6 GB/3.8 GB 25 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 69% ▕███████████ ▏ 2.6 GB/3.8 GB 25 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 69% ▕███████████ ▏ 2.7 GB/3.8 GB 25 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 70% ▕███████████ ▏ 2.7 GB/3.8 GB 25 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 70% ▕███████████ ▏ 2.7 GB/3.8 GB 25 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 70% ▕███████████ ▏ 2.7 GB/3.8 GB 24 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 70% ▕███████████ ▏ 2.7 GB/3.8 GB 24 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 70% ▕███████████ ▏ 2.7 GB/3.8 GB 24 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 70% ▕███████████ ▏ 2.7 GB/3.8 GB 24 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 70% ▕███████████ ▏ 2.7 GB/3.8 GB 24 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 70% ▕███████████ ▏ 2.7 GB/3.8 GB 24 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 70% ▕███████████ ▏ 2.7 GB/3.8 GB 24 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 70% ▕███████████ ▏ 2.7 GB/3.8 GB 24 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 70% ▕███████████ ▏ 2.7 GB/3.8 GB 24 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 70% ▕███████████ ▏ 2.7 GB/3.8 GB 24 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 70% ▕███████████ ▏ 2.7 GB/3.8 GB 24 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 70% ▕███████████ ▏ 2.7 GB/3.8 GB 24 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 70% ▕███████████ ▏ 2.7 GB/3.8 GB 24 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 70% ▕███████████ ▏ 2.7 GB/3.8 GB 24 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 70% ▕███████████ ▏ 2.7 GB/3.8 GB 24 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 71% ▕███████████ ▏ 2.7 GB/3.8 GB 24 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 71% ▕███████████ ▏ 2.7 GB/3.8 GB 24 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 71% ▕███████████ ▏ 2.7 GB/3.8 GB 24 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 71% ▕███████████ ▏ 2.7 GB/3.8 GB 24 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 71% ▕███████████ ▏ 2.7 GB/3.8 GB 24 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 71% ▕███████████ ▏ 2.7 GB/3.8 GB 24 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 71% ▕███████████ ▏ 2.7 GB/3.8 GB 25 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 71% ▕███████████ ▏ 2.7 GB/3.8 GB 25 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 71% ▕███████████ ▏ 2.7 GB/3.8 GB 25 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 71% ▕███████████ ▏ 2.7 GB/3.8 GB 25 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 71% ▕███████████ ▏ 2.7 GB/3.8 GB 25 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 71% ▕███████████ ▏ 2.7 GB/3.8 GB 25 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 71% ▕███████████ ▏ 2.7 GB/3.8 GB 25 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 72% ▕███████████ ▏ 2.7 GB/3.8 GB 25 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 72% ▕███████████ ▏ 2.7 GB/3.8 GB 25 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 72% ▕███████████ ▏ 2.7 GB/3.8 GB 25 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 72% ▕███████████ ▏ 2.7 GB/3.8 GB 25 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 72% ▕███████████ ▏ 2.7 GB/3.8 GB 25 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 72% ▕███████████ ▏ 2.8 GB/3.8 GB 25 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 72% ▕███████████ ▏ 2.8 GB/3.8 GB 25 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 72% ▕███████████ ▏ 2.8 GB/3.8 GB 25 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 72% ▕███████████ ▏ 2.8 GB/3.8 GB 25 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 72% ▕███████████ ▏ 2.8 GB/3.8 GB 25 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 72% ▕███████████ ▏ 2.8 GB/3.8 GB 25 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 72% ▕███████████ ▏ 2.8 GB/3.8 GB 25 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 72% ▕███████████ ▏ 2.8 GB/3.8 GB 25 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 72% ▕███████████ ▏ 2.8 GB/3.8 GB 25 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 73% ▕███████████ ▏ 2.8 GB/3.8 GB 25 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 73% ▕███████████ ▏ 2.8 GB/3.8 GB 25 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 73% ▕███████████ ▏ 2.8 GB/3.8 GB 25 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 73% ▕███████████ ▏ 2.8 GB/3.8 GB 25 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 73% ▕███████████ ▏ 2.8 GB/3.8 GB 25 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 73% ▕███████████ ▏ 2.8 GB/3.8 GB 25 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 73% ▕███████████ ▏ 2.8 GB/3.8 GB 25 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 73% ▕███████████ ▏ 2.8 GB/3.8 GB 25 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 73% ▕███████████ ▏ 2.8 GB/3.8 GB 25 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 73% ▕███████████ ▏ 2.8 GB/3.8 GB 25 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 73% ▕███████████ ▏ 2.8 GB/3.8 GB 25 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 73% ▕███████████ ▏ 2.8 GB/3.8 GB 25 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 73% ▕███████████ ▏ 2.8 GB/3.8 GB 25 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 73% ▕███████████ ▏ 2.8 GB/3.8 GB 25 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 73% ▕███████████ ▏ 2.8 GB/3.8 GB 25 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 74% ▕███████████ ▏ 2.8 GB/3.8 GB 25 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 74% ▕███████████ ▏ 2.8 GB/3.8 GB 25 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 74% ▕███████████ ▏ 2.8 GB/3.8 GB 25 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 74% ▕███████████ ▏ 2.8 GB/3.8 GB 25 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 74% ▕███████████ ▏ 2.8 GB/3.8 GB 25 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 74% ▕███████████ ▏ 2.8 GB/3.8 GB 25 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 74% ▕███████████ ▏ 2.8 GB/3.8 GB 25 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 74% ▕███████████ ▏ 2.8 GB/3.8 GB 25 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 74% ▕███████████ ▏ 2.8 GB/3.8 GB 25 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 74% ▕███████████ ▏ 2.8 GB/3.8 GB 25 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 74% ▕███████████ ▏ 2.8 GB/3.8 GB 25 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 74% ▕███████████ ▏ 2.8 GB/3.8 GB 25 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 74% ▕███████████ ▏ 2.8 GB/3.8 GB 25 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 74% ▕███████████ ▏ 2.8 GB/3.8 GB 25 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 75% ▕███████████ ▏ 2.8 GB/3.8 GB 25 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 75% ▕███████████ ▏ 2.9 GB/3.8 GB 26 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 75% ▕███████████ ▏ 2.9 GB/3.8 GB 26 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 75% ▕███████████ ▏ 2.9 GB/3.8 GB 26 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 75% ▕███████████ ▏ 2.9 GB/3.8 GB 26 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 75% ▕███████████ ▏ 2.9 GB/3.8 GB 26 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 75% ▕███████████ ▏ 2.9 GB/3.8 GB 26 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 75% ▕████████████ ▏ 2.9 GB/3.8 GB 26 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 75% ▕████████████ ▏ 2.9 GB/3.8 GB 26 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 75% ▕████████████ ▏ 2.9 GB/3.8 GB 26 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 75% ▕████████████ ▏ 2.9 GB/3.8 GB 26 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 75% ▕████████████ ▏ 2.9 GB/3.8 GB 27 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 75% ▕████████████ ▏ 2.9 GB/3.8 GB 27 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 75% ▕████████████ ▏ 2.9 GB/3.8 GB 27 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 76% ▕████████████ ▏ 2.9 GB/3.8 GB 27 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 76% ▕████████████ ▏ 2.9 GB/3.8 GB 27 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 76% ▕████████████ ▏ 2.9 GB/3.8 GB 27 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 76% ▕████████████ ▏ 2.9 GB/3.8 GB 27 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 76% ▕████████████ ▏ 2.9 GB/3.8 GB 27 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 76% ▕████████████ ▏ 2.9 GB/3.8 GB 27 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 76% ▕████████████ ▏ 2.9 GB/3.8 GB 27 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 76% ▕████████████ ▏ 2.9 GB/3.8 GB 27 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 76% ▕████████████ ▏ 2.9 GB/3.8 GB 27 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 76% ▕████████████ ▏ 2.9 GB/3.8 GB 27 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 76% ▕████████████ ▏ 2.9 GB/3.8 GB 27 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 76% ▕████████████ ▏ 2.9 GB/3.8 GB 27 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 77% ▕████████████ ▏ 2.9 GB/3.8 GB 27 MB/s 31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 77% ▕████████████ ▏ 2.9 GB/3.8 GB 27 MB/s 31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 77% ▕████████████ ▏ 2.9 GB/3.8 GB 27 MB/s 31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 77% ▕████████████ ▏ 2.9 GB/3.8 GB 27 MB/s 31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 77% ▕████████████ ▏ 2.9 GB/3.8 GB 27 MB/s 31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 77% ▕████████████ ▏ 2.9 GB/3.8 GB 28 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 77% ▕████████████ ▏ 2.9 GB/3.8 GB 28 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 77% ▕████████████ ▏ 2.9 GB/3.8 GB 28 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 77% ▕████████████ ▏ 2.9 GB/3.8 GB 28 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 77% ▕████████████ ▏ 3.0 GB/3.8 GB 28 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 77% ▕████████████ ▏ 3.0 GB/3.8 GB 28 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 77% ▕████████████ ▏ 3.0 GB/3.8 GB 28 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 78% ▕████████████ ▏ 3.0 GB/3.8 GB 28 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 78% ▕████████████ ▏ 3.0 GB/3.8 GB 28 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 78% ▕████████████ ▏ 3.0 GB/3.8 GB 28 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 78% ▕████████████ ▏ 3.0 GB/3.8 GB 28 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 78% ▕████████████ ▏ 3.0 GB/3.8 GB 28 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 78% ▕████████████ ▏ 3.0 GB/3.8 GB 28 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 78% ▕████████████ ▏ 3.0 GB/3.8 GB 28 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 78% ▕████████████ ▏ 3.0 GB/3.8 GB 28 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 78% ▕████████████ ▏ 3.0 GB/3.8 GB 28 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 78% ▕████████████ ▏ 3.0 GB/3.8 GB 28 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 78% ▕████████████ ▏ 3.0 GB/3.8 GB 28 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 78% ▕████████████ ▏ 3.0 GB/3.8 GB 28 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 78% ▕████████████ ▏ 3.0 GB/3.8 GB 28 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 78% ▕████████████ ▏ 3.0 GB/3.8 GB 28 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 78% ▕████████████ ▏ 3.0 GB/3.8 GB 28 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 79% ▕████████████ ▏ 3.0 GB/3.8 GB 28 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 79% ▕████████████ ▏ 3.0 GB/3.8 GB 28 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 79% ▕████████████ ▏ 3.0 GB/3.8 GB 28 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 79% ▕████████████ ▏ 3.0 GB/3.8 GB 28 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 79% ▕████████████ ▏ 3.0 GB/3.8 GB 28 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 79% ▕████████████ ▏ 3.0 GB/3.8 GB 28 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 79% ▕████████████ ▏ 3.0 GB/3.8 GB 28 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 79% ▕████████████ ▏ 3.0 GB/3.8 GB 28 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 79% ▕████████████ ▏ 3.0 GB/3.8 GB 28 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 79% ▕████████████ ▏ 3.0 GB/3.8 GB 28 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 79% ▕████████████ ▏ 3.0 GB/3.8 GB 28 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 79% ▕████████████ ▏ 3.0 GB/3.8 GB 28 MB/s 27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 79% ▕████████████ ▏ 3.0 GB/3.8 GB 28 MB/s 27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 80% ▕████████████ ▏ 3.0 GB/3.8 GB 28 MB/s 27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 80% ▕████████████ ▏ 3.0 GB/3.8 GB 28 MB/s 27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 80% ▕████████████ ▏ 3.0 GB/3.8 GB 28 MB/s 27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 80% ▕████████████ ▏ 3.1 GB/3.8 GB 28 MB/s 27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 80% ▕████████████ ▏ 3.1 GB/3.8 GB 28 MB/s 27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 80% ▕████████████ ▏ 3.1 GB/3.8 GB 28 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 80% ▕████████████ ▏ 3.1 GB/3.8 GB 29 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 80% ▕████████████ ▏ 3.1 GB/3.8 GB 29 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 80% ▕████████████ ▏ 3.1 GB/3.8 GB 29 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 80% ▕████████████ ▏ 3.1 GB/3.8 GB 29 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 80% ▕████████████ ▏ 3.1 GB/3.8 GB 29 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 81% ▕████████████ ▏ 3.1 GB/3.8 GB 29 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 81% ▕████████████ ▏ 3.1 GB/3.8 GB 29 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 81% ▕████████████ ▏ 3.1 GB/3.8 GB 29 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 81% ▕████████████ ▏ 3.1 GB/3.8 GB 29 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 81% ▕████████████ ▏ 3.1 GB/3.8 GB 29 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 81% ▕████████████ ▏ 3.1 GB/3.8 GB 30 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 81% ▕████████████ ▏ 3.1 GB/3.8 GB 30 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 81% ▕████████████ ▏ 3.1 GB/3.8 GB 30 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 81% ▕████████████ ▏ 3.1 GB/3.8 GB 30 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 81% ▕█████████████ ▏ 3.1 GB/3.8 GB 30 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 81% ▕█████████████ ▏ 3.1 GB/3.8 GB 30 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 81% ▕█████████████ ▏ 3.1 GB/3.8 GB 30 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 81% ▕█████████████ ▏ 3.1 GB/3.8 GB 30 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 82% ▕█████████████ ▏ 3.1 GB/3.8 GB 30 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 82% ▕█████████████ ▏ 3.1 GB/3.8 GB 30 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 82% ▕█████████████ ▏ 3.1 GB/3.8 GB 29 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 82% ▕█████████████ ▏ 3.1 GB/3.8 GB 29 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 82% ▕█████████████ ▏ 3.1 GB/3.8 GB 29 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 82% ▕█████████████ ▏ 3.1 GB/3.8 GB 29 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 82% ▕█████████████ ▏ 3.1 GB/3.8 GB 29 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 82% ▕█████████████ ▏ 3.1 GB/3.8 GB 29 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 82% ▕█████████████ ▏ 3.1 GB/3.8 GB 29 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 82% ▕█████████████ ▏ 3.1 GB/3.8 GB 29 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 82% ▕█████████████ ▏ 3.1 GB/3.8 GB 29 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 82% ▕█████████████ ▏ 3.1 GB/3.8 GB 29 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 82% ▕█████████████ ▏ 3.1 GB/3.8 GB 29 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 82% ▕█████████████ ▏ 3.1 GB/3.8 GB 29 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 82% ▕█████████████ ▏ 3.1 GB/3.8 GB 29 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 83% ▕█████████████ ▏ 3.2 GB/3.8 GB 29 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 83% ▕█████████████ ▏ 3.2 GB/3.8 GB 29 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 83% ▕█████████████ ▏ 3.2 GB/3.8 GB 29 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 83% ▕█████████████ ▏ 3.2 GB/3.8 GB 29 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 83% ▕█████████████ ▏ 3.2 GB/3.8 GB 29 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 83% ▕█████████████ ▏ 3.2 GB/3.8 GB 29 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 83% ▕█████████████ ▏ 3.2 GB/3.8 GB 29 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 83% ▕█████████████ ▏ 3.2 GB/3.8 GB 29 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 83% ▕█████████████ ▏ 3.2 GB/3.8 GB 29 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 83% ▕█████████████ ▏ 3.2 GB/3.8 GB 29 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 83% ▕█████████████ ▏ 3.2 GB/3.8 GB 29 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 84% ▕█████████████ ▏ 3.2 GB/3.8 GB 29 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 84% ▕█████████████ ▏ 3.2 GB/3.8 GB 29 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 84% ▕█████████████ ▏ 3.2 GB/3.8 GB 29 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 84% ▕█████████████ ▏ 3.2 GB/3.8 GB 29 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 84% ▕█████████████ ▏ 3.2 GB/3.8 GB 29 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 84% ▕█████████████ ▏ 3.2 GB/3.8 GB 29 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 84% ▕█████████████ ▏ 3.2 GB/3.8 GB 29 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 84% ▕█████████████ ▏ 3.2 GB/3.8 GB 30 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 84% ▕█████████████ ▏ 3.2 GB/3.8 GB 30 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 84% ▕█████████████ ▏ 3.2 GB/3.8 GB 30 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 84% ▕█████████████ ▏ 3.2 GB/3.8 GB 30 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 84% ▕█████████████ ▏ 3.2 GB/3.8 GB 30 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 84% ▕█████████████ ▏ 3.2 GB/3.8 GB 30 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 84% ▕█████████████ ▏ 3.2 GB/3.8 GB 30 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 84% ▕█████████████ ▏ 3.2 GB/3.8 GB 30 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 84% ▕█████████████ ▏ 3.2 GB/3.8 GB 30 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 84% ▕█████████████ ▏ 3.2 GB/3.8 GB 30 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 85% ▕█████████████ ▏ 3.2 GB/3.8 GB 29 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 85% ▕█████████████ ▏ 3.2 GB/3.8 GB 29 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 85% ▕█████████████ ▏ 3.2 GB/3.8 GB 29 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 85% ▕█████████████ ▏ 3.2 GB/3.8 GB 29 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 85% ▕█████████████ ▏ 3.2 GB/3.8 GB 29 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 85% ▕█████████████ ▏ 3.2 GB/3.8 GB 29 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 85% ▕█████████████ ▏ 3.2 GB/3.8 GB 29 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 85% ▕█████████████ ▏ 3.2 GB/3.8 GB 29 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 85% ▕█████████████ ▏ 3.2 GB/3.8 GB 29 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 85% ▕█████████████ ▏ 3.3 GB/3.8 GB 29 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 85% ▕█████████████ ▏ 3.3 GB/3.8 GB 28 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 85% ▕█████████████ ▏ 3.3 GB/3.8 GB 28 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 85% ▕█████████████ ▏ 3.3 GB/3.8 GB 28 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 85% ▕█████████████ ▏ 3.3 GB/3.8 GB 28 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 85% ▕█████████████ ▏ 3.3 GB/3.8 GB 28 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 85% ▕█████████████ ▏ 3.3 GB/3.8 GB 28 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 85% ▕█████████████ ▏ 3.3 GB/3.8 GB 28 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 85% ▕█████████████ ▏ 3.3 GB/3.8 GB 28 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 86% ▕█████████████ ▏ 3.3 GB/3.8 GB 28 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 86% ▕█████████████ ▏ 3.3 GB/3.8 GB 28 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 86% ▕█████████████ ▏ 3.3 GB/3.8 GB 28 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 86% ▕█████████████ ▏ 3.3 GB/3.8 GB 27 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 86% ▕█████████████ ▏ 3.3 GB/3.8 GB 27 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 86% ▕█████████████ ▏ 3.3 GB/3.8 GB 27 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 86% ▕█████████████ ▏ 3.3 GB/3.8 GB 27 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 86% ▕█████████████ ▏ 3.3 GB/3.8 GB 27 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 86% ▕█████████████ ▏ 3.3 GB/3.8 GB 27 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 86% ▕█████████████ ▏ 3.3 GB/3.8 GB 27 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 86% ▕█████████████ ▏ 3.3 GB/3.8 GB 27 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 86% ▕█████████████ ▏ 3.3 GB/3.8 GB 27 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 86% ▕█████████████ ▏ 3.3 GB/3.8 GB 27 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 86% ▕█████████████ ▏ 3.3 GB/3.8 GB 25 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 86% ▕█████████████ ▏ 3.3 GB/3.8 GB 25 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 86% ▕█████████████ ▏ 3.3 GB/3.8 GB 25 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 86% ▕█████████████ ▏ 3.3 GB/3.8 GB 25 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 86% ▕█████████████ ▏ 3.3 GB/3.8 GB 25 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 86% ▕█████████████ ▏ 3.3 GB/3.8 GB 25 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 86% ▕█████████████ ▏ 3.3 GB/3.8 GB 25 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 86% ▕█████████████ ▏ 3.3 GB/3.8 GB 25 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 87% ▕█████████████ ▏ 3.3 GB/3.8 GB 25 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 87% ▕█████████████ ▏ 3.3 GB/3.8 GB 25 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 87% ▕█████████████ ▏ 3.3 GB/3.8 GB 24 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 87% ▕█████████████ ▏ 3.3 GB/3.8 GB 24 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 87% ▕█████████████ ▏ 3.3 GB/3.8 GB 24 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 87% ▕█████████████ ▏ 3.3 GB/3.8 GB 24 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 87% ▕█████████████ ▏ 3.3 GB/3.8 GB 24 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 87% ▕█████████████ ▏ 3.3 GB/3.8 GB 24 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 87% ▕█████████████ ▏ 3.3 GB/3.8 GB 24 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 87% ▕█████████████ ▏ 3.3 GB/3.8 GB 24 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 87% ▕█████████████ ▏ 3.3 GB/3.8 GB 24 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 87% ▕█████████████ ▏ 3.3 GB/3.8 GB 24 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 88% ▕██████████████ ▏ 3.3 GB/3.8 GB 25 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 88% ▕██████████████ ▏ 3.3 GB/3.8 GB 25 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 88% ▕██████████████ ▏ 3.4 GB/3.8 GB 25 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 88% ▕██████████████ ▏ 3.4 GB/3.8 GB 25 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 88% ▕██████████████ ▏ 3.4 GB/3.8 GB 25 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 88% ▕██████████████ ▏ 3.4 GB/3.8 GB 25 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 88% ▕██████████████ ▏ 3.4 GB/3.8 GB 25 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 88% ▕██████████████ ▏ 3.4 GB/3.8 GB 25 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 88% ▕██████████████ ▏ 3.4 GB/3.8 GB 25 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 88% ▕██████████████ ▏ 3.4 GB/3.8 GB 25 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 88% ▕██████████████ ▏ 3.4 GB/3.8 GB 25 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 88% ▕██████████████ ▏ 3.4 GB/3.8 GB 25 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 88% ▕██████████████ ▏ 3.4 GB/3.8 GB 25 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 88% ▕██████████████ ▏ 3.4 GB/3.8 GB 25 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 88% ▕██████████████ ▏ 3.4 GB/3.8 GB 25 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 89% ▕██████████████ ▏ 3.4 GB/3.8 GB 25 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 89% ▕██████████████ ▏ 3.4 GB/3.8 GB 25 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 89% ▕██████████████ ▏ 3.4 GB/3.8 GB 25 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 89% ▕██████████████ ▏ 3.4 GB/3.8 GB 25 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 89% ▕██████████████ ▏ 3.4 GB/3.8 GB 25 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 89% ▕██████████████ ▏ 3.4 GB/3.8 GB 25 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 89% ▕██████████████ ▏ 3.4 GB/3.8 GB 25 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 89% ▕██████████████ ▏ 3.4 GB/3.8 GB 25 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 89% ▕██████████████ ▏ 3.4 GB/3.8 GB 25 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 89% ▕██████████████ ▏ 3.4 GB/3.8 GB 25 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 89% ▕██████████████ ▏ 3.4 GB/3.8 GB 25 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 89% ▕██████████████ ▏ 3.4 GB/3.8 GB 25 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 89% ▕██████████████ ▏ 3.4 GB/3.8 GB 25 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 90% ▕██████████████ ▏ 3.4 GB/3.8 GB 25 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 90% ▕██████████████ ▏ 3.4 GB/3.8 GB 25 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 90% ▕██████████████ ▏ 3.4 GB/3.8 GB 25 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 90% ▕██████████████ ▏ 3.4 GB/3.8 GB 23 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 90% ▕██████████████ ▏ 3.4 GB/3.8 GB 23 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 90% ▕██████████████ ▏ 3.4 GB/3.8 GB 23 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 90% ▕██████████████ ▏ 3.4 GB/3.8 GB 23 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 90% ▕██████████████ ▏ 3.4 GB/3.8 GB 23 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 90% ▕██████████████ ▏ 3.4 GB/3.8 GB 23 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 90% ▕██████████████ ▏ 3.5 GB/3.8 GB 23 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 90% ▕██████████████ ▏ 3.5 GB/3.8 GB 23 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 90% ▕██████████████ ▏ 3.5 GB/3.8 GB 23 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 91% ▕██████████████ ▏ 3.5 GB/3.8 GB 23 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 91% ▕██████████████ ▏ 3.5 GB/3.8 GB 24 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 91% ▕██████████████ ▏ 3.5 GB/3.8 GB 24 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 91% ▕██████████████ ▏ 3.5 GB/3.8 GB 24 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 91% ▕██████████████ ▏ 3.5 GB/3.8 GB 24 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 91% ▕██████████████ ▏ 3.5 GB/3.8 GB 24 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 91% ▕██████████████ ▏ 3.5 GB/3.8 GB 24 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 91% ▕██████████████ ▏ 3.5 GB/3.8 GB 24 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 91% ▕██████████████ ▏ 3.5 GB/3.8 GB 24 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 91% ▕██████████████ ▏ 3.5 GB/3.8 GB 24 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 91% ▕██████████████ ▏ 3.5 GB/3.8 GB 24 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 91% ▕██████████████ ▏ 3.5 GB/3.8 GB 26 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 91% ▕██████████████ ▏ 3.5 GB/3.8 GB 26 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 92% ▕██████████████ ▏ 3.5 GB/3.8 GB 26 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 92% ▕██████████████ ▏ 3.5 GB/3.8 GB 26 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 92% ▕██████████████ ▏ 3.5 GB/3.8 GB 26 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 92% ▕██████████████ ▏ 3.5 GB/3.8 GB 26 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 92% ▕██████████████ ▏ 3.5 GB/3.8 GB 26 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 92% ▕██████████████ ▏ 3.5 GB/3.8 GB 26 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 92% ▕██████████████ ▏ 3.5 GB/3.8 GB 26 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 92% ▕██████████████ ▏ 3.5 GB/3.8 GB 26 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 92% ▕██████████████ ▏ 3.5 GB/3.8 GB 27 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 92% ▕██████████████ ▏ 3.5 GB/3.8 GB 27 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 92% ▕██████████████ ▏ 3.5 GB/3.8 GB 27 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 92% ▕██████████████ ▏ 3.5 GB/3.8 GB 27 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 92% ▕██████████████ ▏ 3.5 GB/3.8 GB 27 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 92% ▕██████████████ ▏ 3.5 GB/3.8 GB 27 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 93% ▕██████████████ ▏ 3.5 GB/3.8 GB 27 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 93% ▕██████████████ ▏ 3.5 GB/3.8 GB 27 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 93% ▕██████████████ ▏ 3.5 GB/3.8 GB 27 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 93% ▕██████████████ ▏ 3.5 GB/3.8 GB 27 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 93% ▕██████████████ ▏ 3.5 GB/3.8 GB 27 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 93% ▕██████████████ ▏ 3.5 GB/3.8 GB 28 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 93% ▕██████████████ ▏ 3.6 GB/3.8 GB 28 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 93% ▕██████████████ ▏ 3.6 GB/3.8 GB 28 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 93% ▕██████████████ ▏ 3.6 GB/3.8 GB 28 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 93% ▕██████████████ ▏ 3.6 GB/3.8 GB 28 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 93% ▕██████████████ ▏ 3.6 GB/3.8 GB 28 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 93% ▕██████████████ ▏ 3.6 GB/3.8 GB 28 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 93% ▕██████████████ ▏ 3.6 GB/3.8 GB 28 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 93% ▕██████████████ ▏ 3.6 GB/3.8 GB 28 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 94% ▕██████████████ ▏ 3.6 GB/3.8 GB 28 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 94% ▕██████████████ ▏ 3.6 GB/3.8 GB 29 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 94% ▕██████████████ ▏ 3.6 GB/3.8 GB 29 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 94% ▕██████████████ ▏ 3.6 GB/3.8 GB 29 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 94% ▕███████████████ ▏ 3.6 GB/3.8 GB 29 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 94% ▕███████████████ ▏ 3.6 GB/3.8 GB 29 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 94% ▕███████████████ ▏ 3.6 GB/3.8 GB 29 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 94% ▕███████████████ ▏ 3.6 GB/3.8 GB 29 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 94% ▕███████████████ ▏ 3.6 GB/3.8 GB 29 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 94% ▕███████████████ ▏ 3.6 GB/3.8 GB 29 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 94% ▕███████████████ ▏ 3.6 GB/3.8 GB 29 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 94% ▕███████████████ ▏ 3.6 GB/3.8 GB 29 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 94% ▕███████████████ ▏ 3.6 GB/3.8 GB 29 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 95% ▕███████████████ ▏ 3.6 GB/3.8 GB 29 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 95% ▕███████████████ ▏ 3.6 GB/3.8 GB 29 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 95% ▕███████████████ ▏ 3.6 GB/3.8 GB 29 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 95% ▕███████████████ ▏ 3.6 GB/3.8 GB 29 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 95% ▕███████████████ ▏ 3.6 GB/3.8 GB 29 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 95% ▕███████████████ ▏ 3.6 GB/3.8 GB 29 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 95% ▕███████████████ ▏ 3.6 GB/3.8 GB 29 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 95% ▕███████████████ ▏ 3.6 GB/3.8 GB 29 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 95% ▕███████████████ ▏ 3.6 GB/3.8 GB 29 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 95% ▕███████████████ ▏ 3.6 GB/3.8 GB 29 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 95% ▕███████████████ ▏ 3.6 GB/3.8 GB 29 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 95% ▕███████████████ ▏ 3.6 GB/3.8 GB 29 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 96% ▕███████████████ ▏ 3.7 GB/3.8 GB 29 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 96% ▕███████████████ ▏ 3.7 GB/3.8 GB 29 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 96% ▕███████████████ ▏ 3.7 GB/3.8 GB 29 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 96% ▕███████████████ ▏ 3.7 GB/3.8 GB 29 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 96% ▕███████████████ ▏ 3.7 GB/3.8 GB 29 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 96% ▕███████████████ ▏ 3.7 GB/3.8 GB 29 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 96% ▕███████████████ ▏ 3.7 GB/3.8 GB 29 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 96% ▕███████████████ ▏ 3.7 GB/3.8 GB 30 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 96% ▕███████████████ ▏ 3.7 GB/3.8 GB 30 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 96% ▕███████████████ ▏ 3.7 GB/3.8 GB 30 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 96% ▕███████████████ ▏ 3.7 GB/3.8 GB 30 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 97% ▕███████████████ ▏ 3.7 GB/3.8 GB 30 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 97% ▕███████████████ ▏ 3.7 GB/3.8 GB 30 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 97% ▕███████████████ ▏ 3.7 GB/3.8 GB 30 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 97% ▕███████████████ ▏ 3.7 GB/3.8 GB 30 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 97% ▕███████████████ ▏ 3.7 GB/3.8 GB 30 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 97% ▕███████████████ ▏ 3.7 GB/3.8 GB 30 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 97% ▕███████████████ ▏ 3.7 GB/3.8 GB 30 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 97% ▕███████████████ ▏ 3.7 GB/3.8 GB 30 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 97% ▕███████████████ ▏ 3.7 GB/3.8 GB 30 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 97% ▕███████████████ ▏ 3.7 GB/3.8 GB 30 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 98% ▕███████████████ ▏ 3.7 GB/3.8 GB 30 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 98% ▕███████████████ ▏ 3.7 GB/3.8 GB 30 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 98% ▕███████████████ ▏ 3.7 GB/3.8 GB 30 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 98% ▕███████████████ ▏ 3.7 GB/3.8 GB 30 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 98% ▕███████████████ ▏ 3.7 GB/3.8 GB 30 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 98% ▕███████████████ ▏ 3.7 GB/3.8 GB 30 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 98% ▕███████████████ ▏ 3.7 GB/3.8 GB 31 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 98% ▕███████████████ ▏ 3.7 GB/3.8 GB 31 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 98% ▕███████████████ ▏ 3.8 GB/3.8 GB 31 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 98% ▕███████████████ ▏ 3.8 GB/3.8 GB 31 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 98% ▕███████████████ ▏ 3.8 GB/3.8 GB 31 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 98% ▕███████████████ ▏ 3.8 GB/3.8 GB 31 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 99% ▕███████████████ ▏ 3.8 GB/3.8 GB 31 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 99% ▕███████████████ ▏ 3.8 GB/3.8 GB 31 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 99% ▕███████████████ ▏ 3.8 GB/3.8 GB 31 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 99% ▕███████████████ ▏ 3.8 GB/3.8 GB 31 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 99% ▕███████████████ ▏ 3.8 GB/3.8 GB 31 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 99% ▕███████████████ ▏ 3.8 GB/3.8 GB 31 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 99% ▕███████████████ ▏ 3.8 GB/3.8 GB 31 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 99% ▕███████████████ ▏ 3.8 GB/3.8 GB 31 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 99% ▕███████████████ ▏ 3.8 GB/3.8 GB 31 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 99% ▕███████████████ ▏ 3.8 GB/3.8 GB 31 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 99% ▕███████████████ ▏ 3.8 GB/3.8 GB 31 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 99% ▕███████████████ ▏ 3.8 GB/3.8 GB 31 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 99% ▕███████████████ ▏ 3.8 GB/3.8 GB 31 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕███████████████ ▏ 3.8 GB/3.8 GB 31 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕███████████████ ▏ 3.8 GB/3.8 GB 31 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕███████████████ ▏ 3.8 GB/3.8 GB 31 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕███████████████ ▏ 3.8 GB/3.8 GB 31 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕███████████████ ▏ 3.8 GB/3.8 GB 31 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕███████████████ ▏ 3.8 GB/3.8 GB 31 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕███████████████ ▏ 3.8 GB/3.8 GB 31 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", @@ -1966,616 +4615,8858 @@ "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \n", + "pushing manifest \n", + "success \u001b[?25h\n", + "\u001b[?25ltransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer \n", + "creating template layer \n", + "creating system layer \n", + "creating parameters layer \n", + "creating config layer \n", + "using already created layer sha256:08b2aea22d8885547520e4fc1562f90cf1fd58c3a6d7e4dfcfa543f6e3a184e3 \n", + "using already created layer sha256:04de533bb8fd4eb327158f79cdc0de736558e45d198db9275ef536f470281f1f \n", + "using already created layer sha256:af41c51c14924c73d476c474dd0617253462cdb32f1256d8b3d3d9fc00371199 \n", + "using already created layer sha256:3559b403e83a9669ecd8d347a509c20b870674a9838218f8b812c93c419fec88 \n", + "writing layer sha256:a6cb191236f733238e3b90b7a998b055d39f259642422e5d461b58885425a7ce \n", + "writing manifest \n", + "success \u001b[?25h\n", + "copied 'notus:q3_K_M' to 'argilla/notus:q3_K_M'\n", + "\u001b[?25lretrieving manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 0% ▕ ▏ 622 KB/3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 0% ▕ ▏ 2.0 MB/3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 0% ▕ ▏ 2.0 MB/3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 0% ▕ ▏ 2.1 MB/3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 0% ▕ ▏ 2.1 MB/3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 0% ▕ ▏ 2.1 MB/3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 0% ▕ ▏ 3.0 MB/3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 0% ▕ ▏ 3.5 MB/3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 0% ▕ ▏ 3.5 MB/3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 0% ▕ ▏ 3.5 MB/3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 0% ▕ ▏ 3.5 MB/3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 0% ▕ ▏ 3.5 MB/3.5 GB 2.9 MB/s 20m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 0% ▕ ▏ 3.5 MB/3.5 GB 2.9 MB/s 20m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 0% ▕ ▏ 3.5 MB/3.5 GB 2.9 MB/s 20m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 0% ▕ ▏ 3.5 MB/3.5 GB 2.9 MB/s 20m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 0% ▕ ▏ 3.5 MB/3.5 GB 2.9 MB/s 20m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 0% ▕ ▏ 3.5 MB/3.5 GB 2.9 MB/s 20m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 0% ▕ ▏ 3.5 MB/3.5 GB 2.9 MB/s 20m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 0% ▕ ▏ 3.5 MB/3.5 GB 2.9 MB/s 20m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 0% ▕ ▏ 507 KB/3.5 GB 2.9 MB/s 20m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 0% ▕ ▏ 2.7 MB/3.5 GB 2.9 MB/s 20m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 0% ▕ ▏ 5.5 MB/3.5 GB 1.9 MB/s 31m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 0% ▕ ▏ 8.2 MB/3.5 GB 1.9 MB/s 31m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 0% ▕ ▏ 13 MB/3.5 GB 1.9 MB/s 31m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 1% ▕ ▏ 17 MB/3.5 GB 1.9 MB/s 31m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 1% ▕ ▏ 20 MB/3.5 GB 1.9 MB/s 31m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 1% ▕ ▏ 22 MB/3.5 GB 1.9 MB/s 31m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 1% ▕ ▏ 22 MB/3.5 GB 1.9 MB/s 31m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 1% ▕ ▏ 25 MB/3.5 GB 1.9 MB/s 31m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 1% ▕ ▏ 28 MB/3.5 GB 1.9 MB/s 31m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 1% ▕ ▏ 32 MB/3.5 GB 1.9 MB/s 31m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 1% ▕ ▏ 37 MB/3.5 GB 11 MB/s 5m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 1% ▕ ▏ 41 MB/3.5 GB 11 MB/s 5m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 1% ▕ ▏ 44 MB/3.5 GB 11 MB/s 5m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 1% ▕ ▏ 46 MB/3.5 GB 11 MB/s 5m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 1% ▕ ▏ 50 MB/3.5 GB 11 MB/s 5m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 2% ▕ ▏ 53 MB/3.5 GB 11 MB/s 5m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 2% ▕ ▏ 54 MB/3.5 GB 11 MB/s 5m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 2% ▕ ▏ 58 MB/3.5 GB 11 MB/s 5m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 2% ▕ ▏ 61 MB/3.5 GB 11 MB/s 5m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 2% ▕ ▏ 66 MB/3.5 GB 11 MB/s 5m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 2% ▕ ▏ 68 MB/3.5 GB 17 MB/s 3m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 2% ▕ ▏ 72 MB/3.5 GB 17 MB/s 3m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 2% ▕ ▏ 75 MB/3.5 GB 17 MB/s 3m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 2% ▕ ▏ 80 MB/3.5 GB 17 MB/s 3m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 2% ▕ ▏ 83 MB/3.5 GB 17 MB/s 3m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 2% ▕ ▏ 87 MB/3.5 GB 17 MB/s 3m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 3% ▕ ▏ 90 MB/3.5 GB 17 MB/s 3m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 3% ▕ ▏ 93 MB/3.5 GB 17 MB/s 3m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 3% ▕ ▏ 101 MB/3.5 GB 17 MB/s 3m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 3% ▕ ▏ 102 MB/3.5 GB 17 MB/s 3m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 3% ▕ ▏ 104 MB/3.5 GB 20 MB/s 2m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 3% ▕ ▏ 110 MB/3.5 GB 20 MB/s 2m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 3% ▕ ▏ 110 MB/3.5 GB 20 MB/s 2m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 3% ▕ ▏ 112 MB/3.5 GB 20 MB/s 2m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 3% ▕ ▏ 113 MB/3.5 GB 20 MB/s 2m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 3% ▕ ▏ 116 MB/3.5 GB 20 MB/s 2m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 3% ▕ ▏ 119 MB/3.5 GB 20 MB/s 2m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 3% ▕ ▏ 123 MB/3.5 GB 20 MB/s 2m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 4% ▕ ▏ 123 MB/3.5 GB 20 MB/s 2m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 4% ▕ ▏ 129 MB/3.5 GB 20 MB/s 2m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 4% ▕ ▏ 130 MB/3.5 GB 21 MB/s 2m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 4% ▕ ▏ 134 MB/3.5 GB 21 MB/s 2m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 4% ▕ ▏ 137 MB/3.5 GB 21 MB/s 2m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 4% ▕ ▏ 139 MB/3.5 GB 21 MB/s 2m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 4% ▕ ▏ 142 MB/3.5 GB 21 MB/s 2m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 4% ▕ ▏ 144 MB/3.5 GB 21 MB/s 2m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 4% ▕ ▏ 147 MB/3.5 GB 21 MB/s 2m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 4% ▕ ▏ 154 MB/3.5 GB 21 MB/s 2m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 4% ▕ ▏ 154 MB/3.5 GB 21 MB/s 2m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 4% ▕ ▏ 154 MB/3.5 GB 21 MB/s 2m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 5% ▕ ▏ 159 MB/3.5 GB 21 MB/s 2m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 5% ▕ ▏ 161 MB/3.5 GB 22 MB/s 2m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 5% ▕ ▏ 162 MB/3.5 GB 22 MB/s 2m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 5% ▕ ▏ 163 MB/3.5 GB 22 MB/s 2m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 5% ▕ ▏ 164 MB/3.5 GB 22 MB/s 2m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 5% ▕ ▏ 165 MB/3.5 GB 22 MB/s 2m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 5% ▕ ▏ 166 MB/3.5 GB 22 MB/s 2m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 5% ▕ ▏ 172 MB/3.5 GB 22 MB/s 2m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 5% ▕ ▏ 172 MB/3.5 GB 22 MB/s 2m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 5% ▕ ▏ 179 MB/3.5 GB 22 MB/s 2m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 5% ▕ ▏ 183 MB/3.5 GB 22 MB/s 2m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 5% ▕ ▏ 186 MB/3.5 GB 23 MB/s 2m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 5% ▕ ▏ 188 MB/3.5 GB 23 MB/s 2m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 5% ▕ ▏ 188 MB/3.5 GB 23 MB/s 2m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 5% ▕ ▏ 189 MB/3.5 GB 23 MB/s 2m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 6% ▕ ▏ 195 MB/3.5 GB 23 MB/s 2m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 6% ▕ ▏ 202 MB/3.5 GB 23 MB/s 2m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 6% ▕ ▏ 202 MB/3.5 GB 23 MB/s 2m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 6% ▕ ▏ 204 MB/3.5 GB 23 MB/s 2m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 6% ▕ ▏ 209 MB/3.5 GB 23 MB/s 2m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 6% ▕ ▏ 213 MB/3.5 GB 23 MB/s 2m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 6% ▕ ▏ 214 MB/3.5 GB 23 MB/s 2m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 6% ▕ ▏ 210 MB/3.5 GB 23 MB/s 2m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 6% ▕ ▏ 214 MB/3.5 GB 23 MB/s 2m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 6% ▕█ ▏ 220 MB/3.5 GB 23 MB/s 2m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 6% ▕█ ▏ 220 MB/3.5 GB 23 MB/s 2m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 6% ▕█ ▏ 222 MB/3.5 GB 23 MB/s 2m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 6% ▕█ ▏ 228 MB/3.5 GB 23 MB/s 2m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 7% ▕█ ▏ 230 MB/3.5 GB 23 MB/s 2m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 7% ▕█ ▏ 232 MB/3.5 GB 23 MB/s 2m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 7% ▕█ ▏ 232 MB/3.5 GB 23 MB/s 2m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 7% ▕█ ▏ 238 MB/3.5 GB 26 MB/s 2m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 7% ▕█ ▏ 243 MB/3.5 GB 26 MB/s 2m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 7% ▕█ ▏ 245 MB/3.5 GB 26 MB/s 2m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 7% ▕█ ▏ 245 MB/3.5 GB 26 MB/s 2m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 7% ▕█ ▏ 247 MB/3.5 GB 26 MB/s 2m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 7% ▕█ ▏ 252 MB/3.5 GB 26 MB/s 2m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 7% ▕█ ▏ 253 MB/3.5 GB 26 MB/s 2m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 7% ▕█ ▏ 258 MB/3.5 GB 26 MB/s 2m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 7% ▕█ ▏ 258 MB/3.5 GB 26 MB/s 2m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 7% ▕█ ▏ 263 MB/3.5 GB 26 MB/s 2m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 7% ▕█ ▏ 263 MB/3.5 GB 26 MB/s 2m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 8% ▕█ ▏ 264 MB/3.5 GB 28 MB/s 1m53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 8% ▕█ ▏ 267 MB/3.5 GB 28 MB/s 1m52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 8% ▕█ ▏ 271 MB/3.5 GB 28 MB/s 1m52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 8% ▕█ ▏ 276 MB/3.5 GB 28 MB/s 1m52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 8% ▕█ ▏ 280 MB/3.5 GB 28 MB/s 1m52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 8% ▕█ ▏ 281 MB/3.5 GB 28 MB/s 1m52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 8% ▕█ ▏ 281 MB/3.5 GB 28 MB/s 1m52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 8% ▕█ ▏ 286 MB/3.5 GB 28 MB/s 1m52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 8% ▕█ ▏ 294 MB/3.5 GB 28 MB/s 1m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 8% ▕█ ▏ 295 MB/3.5 GB 28 MB/s 1m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 9% ▕█ ▏ 299 MB/3.5 GB 29 MB/s 1m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 9% ▕█ ▏ 300 MB/3.5 GB 29 MB/s 1m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 9% ▕█ ▏ 300 MB/3.5 GB 29 MB/s 1m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 9% ▕█ ▏ 300 MB/3.5 GB 29 MB/s 1m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 9% ▕█ ▏ 301 MB/3.5 GB 29 MB/s 1m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 9% ▕█ ▏ 304 MB/3.5 GB 29 MB/s 1m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 9% ▕█ ▏ 307 MB/3.5 GB 29 MB/s 1m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 9% ▕█ ▏ 307 MB/3.5 GB 29 MB/s 1m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 9% ▕█ ▏ 308 MB/3.5 GB 29 MB/s 1m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 9% ▕█ ▏ 313 MB/3.5 GB 29 MB/s 1m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 9% ▕█ ▏ 313 MB/3.5 GB 27 MB/s 1m57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 9% ▕█ ▏ 315 MB/3.5 GB 27 MB/s 1m57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 9% ▕█ ▏ 318 MB/3.5 GB 27 MB/s 1m57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 9% ▕█ ▏ 325 MB/3.5 GB 27 MB/s 1m57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 9% ▕█ ▏ 325 MB/3.5 GB 27 MB/s 1m57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 9% ▕█ ▏ 329 MB/3.5 GB 27 MB/s 1m57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 9% ▕█ ▏ 331 MB/3.5 GB 27 MB/s 1m57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 10% ▕█ ▏ 337 MB/3.5 GB 27 MB/s 1m56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 10% ▕█ ▏ 339 MB/3.5 GB 27 MB/s 1m56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 10% ▕█ ▏ 340 MB/3.5 GB 27 MB/s 1m56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 10% ▕█ ▏ 340 MB/3.5 GB 26 MB/s 2m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 10% ▕█ ▏ 349 MB/3.5 GB 26 MB/s 2m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 10% ▕█ ▏ 352 MB/3.5 GB 26 MB/s 2m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 10% ▕█ ▏ 353 MB/3.5 GB 26 MB/s 2m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 10% ▕█ ▏ 356 MB/3.5 GB 26 MB/s 2m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 10% ▕█ ▏ 357 MB/3.5 GB 26 MB/s 2m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 10% ▕█ ▏ 362 MB/3.5 GB 26 MB/s 2m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 11% ▕█ ▏ 370 MB/3.5 GB 26 MB/s 1m59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 11% ▕█ ▏ 371 MB/3.5 GB 26 MB/s 1m59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 10% ▕█ ▏ 368 MB/3.5 GB 26 MB/s 1m59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 11% ▕█ ▏ 371 MB/3.5 GB 26 MB/s 1m57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 11% ▕█ ▏ 378 MB/3.5 GB 26 MB/s 1m57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 11% ▕█ ▏ 379 MB/3.5 GB 26 MB/s 1m57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 11% ▕█ ▏ 387 MB/3.5 GB 26 MB/s 1m56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 11% ▕█ ▏ 389 MB/3.5 GB 26 MB/s 1m56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 11% ▕█ ▏ 392 MB/3.5 GB 26 MB/s 1m56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 11% ▕█ ▏ 398 MB/3.5 GB 26 MB/s 1m56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 11% ▕█ ▏ 398 MB/3.5 GB 26 MB/s 1m56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 11% ▕█ ▏ 400 MB/3.5 GB 26 MB/s 1m56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 12% ▕█ ▏ 408 MB/3.5 GB 26 MB/s 1m56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 12% ▕█ ▏ 410 MB/3.5 GB 26 MB/s 1m56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 12% ▕█ ▏ 413 MB/3.5 GB 28 MB/s 1m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 12% ▕█ ▏ 413 MB/3.5 GB 28 MB/s 1m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 12% ▕█ ▏ 421 MB/3.5 GB 28 MB/s 1m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 12% ▕█ ▏ 424 MB/3.5 GB 28 MB/s 1m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 12% ▕█ ▏ 430 MB/3.5 GB 28 MB/s 1m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 12% ▕█ ▏ 433 MB/3.5 GB 28 MB/s 1m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 12% ▕█ ▏ 437 MB/3.5 GB 28 MB/s 1m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 13% ▕██ ▏ 443 MB/3.5 GB 28 MB/s 1m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 13% ▕██ ▏ 445 MB/3.5 GB 28 MB/s 1m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 13% ▕██ ▏ 445 MB/3.5 GB 28 MB/s 1m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 13% ▕██ ▏ 446 MB/3.5 GB 29 MB/s 1m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 13% ▕██ ▏ 452 MB/3.5 GB 29 MB/s 1m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 13% ▕██ ▏ 454 MB/3.5 GB 29 MB/s 1m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 13% ▕██ ▏ 457 MB/3.5 GB 29 MB/s 1m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 13% ▕██ ▏ 457 MB/3.5 GB 29 MB/s 1m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 13% ▕██ ▏ 460 MB/3.5 GB 29 MB/s 1m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 13% ▕██ ▏ 468 MB/3.5 GB 29 MB/s 1m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 13% ▕██ ▏ 469 MB/3.5 GB 29 MB/s 1m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 13% ▕██ ▏ 472 MB/3.5 GB 29 MB/s 1m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 14% ▕██ ▏ 479 MB/3.5 GB 29 MB/s 1m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 14% ▕██ ▏ 484 MB/3.5 GB 29 MB/s 1m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 14% ▕██ ▏ 485 MB/3.5 GB 29 MB/s 1m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 14% ▕██ ▏ 489 MB/3.5 GB 29 MB/s 1m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 14% ▕██ ▏ 495 MB/3.5 GB 29 MB/s 1m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 14% ▕██ ▏ 502 MB/3.5 GB 29 MB/s 1m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 14% ▕██ ▏ 504 MB/3.5 GB 29 MB/s 1m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 14% ▕██ ▏ 506 MB/3.5 GB 29 MB/s 1m40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 15% ▕██ ▏ 510 MB/3.5 GB 29 MB/s 1m40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 15% ▕██ ▏ 517 MB/3.5 GB 29 MB/s 1m40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 15% ▕██ ▏ 516 MB/3.5 GB 29 MB/s 1m40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 15% ▕██ ▏ 516 MB/3.5 GB 30 MB/s 1m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 15% ▕██ ▏ 517 MB/3.5 GB 30 MB/s 1m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 15% ▕██ ▏ 518 MB/3.5 GB 30 MB/s 1m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 15% ▕██ ▏ 528 MB/3.5 GB 30 MB/s 1m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 15% ▕██ ▏ 535 MB/3.5 GB 30 MB/s 1m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 15% ▕██ ▏ 535 MB/3.5 GB 30 MB/s 1m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 15% ▕██ ▏ 536 MB/3.5 GB 30 MB/s 1m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 16% ▕██ ▏ 545 MB/3.5 GB 30 MB/s 1m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 16% ▕██ ▏ 551 MB/3.5 GB 30 MB/s 1m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 16% ▕██ ▏ 554 MB/3.5 GB 30 MB/s 1m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 16% ▕██ ▏ 560 MB/3.5 GB 32 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 16% ▕██ ▏ 560 MB/3.5 GB 32 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 16% ▕██ ▏ 560 MB/3.5 GB 32 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 16% ▕██ ▏ 562 MB/3.5 GB 32 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 16% ▕██ ▏ 571 MB/3.5 GB 32 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 16% ▕██ ▏ 576 MB/3.5 GB 32 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 16% ▕██ ▏ 577 MB/3.5 GB 32 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 16% ▕██ ▏ 578 MB/3.5 GB 32 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 17% ▕██ ▏ 582 MB/3.5 GB 32 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 17% ▕██ ▏ 586 MB/3.5 GB 32 MB/s 1m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 17% ▕██ ▏ 587 MB/3.5 GB 32 MB/s 1m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 17% ▕██ ▏ 590 MB/3.5 GB 32 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 17% ▕██ ▏ 593 MB/3.5 GB 32 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 17% ▕██ ▏ 596 MB/3.5 GB 32 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 17% ▕██ ▏ 602 MB/3.5 GB 32 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 17% ▕██ ▏ 609 MB/3.5 GB 32 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 18% ▕██ ▏ 616 MB/3.5 GB 32 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 18% ▕██ ▏ 617 MB/3.5 GB 32 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 18% ▕██ ▏ 619 MB/3.5 GB 32 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 18% ▕██ ▏ 620 MB/3.5 GB 32 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 18% ▕██ ▏ 620 MB/3.5 GB 32 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 18% ▕██ ▏ 625 MB/3.5 GB 34 MB/s 1m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 18% ▕██ ▏ 633 MB/3.5 GB 34 MB/s 1m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 18% ▕██ ▏ 640 MB/3.5 GB 34 MB/s 1m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 18% ▕██ ▏ 644 MB/3.5 GB 34 MB/s 1m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 18% ▕██ ▏ 645 MB/3.5 GB 34 MB/s 1m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 18% ▕██ ▏ 646 MB/3.5 GB 34 MB/s 1m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 18% ▕██ ▏ 648 MB/3.5 GB 34 MB/s 1m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 19% ▕███ ▏ 661 MB/3.5 GB 34 MB/s 1m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 19% ▕███ ▏ 662 MB/3.5 GB 34 MB/s 1m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 19% ▕███ ▏ 665 MB/3.5 GB 34 MB/s 1m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 19% ▕███ ▏ 662 MB/3.5 GB 35 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 19% ▕███ ▏ 662 MB/3.5 GB 35 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 19% ▕███ ▏ 669 MB/3.5 GB 35 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 19% ▕███ ▏ 674 MB/3.5 GB 35 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 19% ▕███ ▏ 675 MB/3.5 GB 35 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 19% ▕███ ▏ 678 MB/3.5 GB 35 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 20% ▕███ ▏ 686 MB/3.5 GB 35 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 20% ▕███ ▏ 689 MB/3.5 GB 35 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 20% ▕███ ▏ 690 MB/3.5 GB 35 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 20% ▕███ ▏ 690 MB/3.5 GB 35 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 20% ▕███ ▏ 691 MB/3.5 GB 35 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 20% ▕███ ▏ 699 MB/3.5 GB 35 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 20% ▕███ ▏ 707 MB/3.5 GB 35 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 20% ▕███ ▏ 715 MB/3.5 GB 35 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 20% ▕███ ▏ 716 MB/3.5 GB 35 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 20% ▕███ ▏ 716 MB/3.5 GB 35 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 20% ▕███ ▏ 716 MB/3.5 GB 35 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 20% ▕███ ▏ 721 MB/3.5 GB 35 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 21% ▕███ ▏ 721 MB/3.5 GB 35 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 21% ▕███ ▏ 723 MB/3.5 GB 35 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 21% ▕███ ▏ 730 MB/3.5 GB 35 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 21% ▕███ ▏ 731 MB/3.5 GB 35 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 21% ▕███ ▏ 730 MB/3.5 GB 35 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 21% ▕███ ▏ 737 MB/3.5 GB 35 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 21% ▕███ ▏ 741 MB/3.5 GB 35 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 21% ▕███ ▏ 741 MB/3.5 GB 35 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 21% ▕███ ▏ 741 MB/3.5 GB 35 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 21% ▕███ ▏ 747 MB/3.5 GB 35 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 21% ▕███ ▏ 751 MB/3.5 GB 35 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 22% ▕███ ▏ 757 MB/3.5 GB 35 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 22% ▕███ ▏ 757 MB/3.5 GB 35 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 22% ▕███ ▏ 758 MB/3.5 GB 34 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 22% ▕███ ▏ 761 MB/3.5 GB 34 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 22% ▕███ ▏ 768 MB/3.5 GB 34 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 22% ▕███ ▏ 768 MB/3.5 GB 34 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 22% ▕███ ▏ 770 MB/3.5 GB 34 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 22% ▕███ ▏ 776 MB/3.5 GB 34 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 22% ▕███ ▏ 776 MB/3.5 GB 34 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 22% ▕███ ▏ 782 MB/3.5 GB 34 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 22% ▕███ ▏ 784 MB/3.5 GB 34 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 22% ▕███ ▏ 787 MB/3.5 GB 34 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 22% ▕███ ▏ 787 MB/3.5 GB 33 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 22% ▕███ ▏ 784 MB/3.5 GB 33 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 22% ▕███ ▏ 784 MB/3.5 GB 33 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 22% ▕███ ▏ 785 MB/3.5 GB 33 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 22% ▕███ ▏ 785 MB/3.5 GB 33 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 22% ▕███ ▏ 789 MB/3.5 GB 33 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 22% ▕███ ▏ 791 MB/3.5 GB 33 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 23% ▕███ ▏ 799 MB/3.5 GB 33 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 23% ▕███ ▏ 800 MB/3.5 GB 33 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 23% ▕███ ▏ 801 MB/3.5 GB 33 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 23% ▕███ ▏ 801 MB/3.5 GB 31 MB/s 1m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 23% ▕███ ▏ 801 MB/3.5 GB 31 MB/s 1m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 23% ▕███ ▏ 802 MB/3.5 GB 31 MB/s 1m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 23% ▕███ ▏ 807 MB/3.5 GB 31 MB/s 1m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 23% ▕███ ▏ 807 MB/3.5 GB 31 MB/s 1m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 23% ▕███ ▏ 815 MB/3.5 GB 31 MB/s 1m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 23% ▕███ ▏ 817 MB/3.5 GB 31 MB/s 1m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 23% ▕███ ▏ 821 MB/3.5 GB 31 MB/s 1m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 24% ▕███ ▏ 828 MB/3.5 GB 31 MB/s 1m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 24% ▕███ ▏ 829 MB/3.5 GB 31 MB/s 1m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 24% ▕███ ▏ 829 MB/3.5 GB 29 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 24% ▕███ ▏ 827 MB/3.5 GB 29 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 24% ▕███ ▏ 828 MB/3.5 GB 29 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 24% ▕███ ▏ 832 MB/3.5 GB 29 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 24% ▕███ ▏ 836 MB/3.5 GB 29 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 24% ▕███ ▏ 843 MB/3.5 GB 29 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 24% ▕███ ▏ 845 MB/3.5 GB 29 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 24% ▕███ ▏ 852 MB/3.5 GB 29 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 24% ▕███ ▏ 853 MB/3.5 GB 29 MB/s 1m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 24% ▕███ ▏ 859 MB/3.5 GB 29 MB/s 1m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 25% ▕███ ▏ 865 MB/3.5 GB 30 MB/s 1m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 25% ▕███ ▏ 869 MB/3.5 GB 30 MB/s 1m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 25% ▕███ ▏ 872 MB/3.5 GB 30 MB/s 1m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 25% ▕███ ▏ 876 MB/3.5 GB 30 MB/s 1m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 25% ▕███ ▏ 878 MB/3.5 GB 30 MB/s 1m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 25% ▕███ ▏ 879 MB/3.5 GB 30 MB/s 1m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 25% ▕████ ▏ 881 MB/3.5 GB 30 MB/s 1m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 25% ▕████ ▏ 882 MB/3.5 GB 30 MB/s 1m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 25% ▕████ ▏ 884 MB/3.5 GB 30 MB/s 1m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 25% ▕████ ▏ 886 MB/3.5 GB 30 MB/s 1m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 25% ▕████ ▏ 887 MB/3.5 GB 29 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 25% ▕████ ▏ 887 MB/3.5 GB 29 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 25% ▕████ ▏ 887 MB/3.5 GB 29 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 25% ▕████ ▏ 888 MB/3.5 GB 29 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 25% ▕████ ▏ 888 MB/3.5 GB 29 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 25% ▕████ ▏ 889 MB/3.5 GB 29 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 25% ▕████ ▏ 895 MB/3.5 GB 29 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 26% ▕████ ▏ 905 MB/3.5 GB 29 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 26% ▕████ ▏ 908 MB/3.5 GB 29 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 26% ▕████ ▏ 910 MB/3.5 GB 29 MB/s 1m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 26% ▕████ ▏ 911 MB/3.5 GB 29 MB/s 1m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 26% ▕████ ▏ 911 MB/3.5 GB 27 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 26% ▕████ ▏ 911 MB/3.5 GB 27 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 26% ▕████ ▏ 917 MB/3.5 GB 27 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 26% ▕████ ▏ 919 MB/3.5 GB 27 MB/s 1m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 26% ▕████ ▏ 924 MB/3.5 GB 27 MB/s 1m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 26% ▕████ ▏ 927 MB/3.5 GB 27 MB/s 1m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 27% ▕████ ▏ 934 MB/3.5 GB 27 MB/s 1m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 27% ▕████ ▏ 940 MB/3.5 GB 27 MB/s 1m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 27% ▕████ ▏ 943 MB/3.5 GB 27 MB/s 1m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 27% ▕████ ▏ 948 MB/3.5 GB 27 MB/s 1m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 27% ▕████ ▏ 949 MB/3.5 GB 28 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 27% ▕████ ▏ 949 MB/3.5 GB 28 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 27% ▕████ ▏ 948 MB/3.5 GB 28 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 27% ▕████ ▏ 952 MB/3.5 GB 28 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 27% ▕████ ▏ 958 MB/3.5 GB 28 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 27% ▕████ ▏ 962 MB/3.5 GB 28 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 27% ▕████ ▏ 963 MB/3.5 GB 28 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 27% ▕████ ▏ 966 MB/3.5 GB 28 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 28% ▕████ ▏ 969 MB/3.5 GB 28 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 28% ▕████ ▏ 974 MB/3.5 GB 28 MB/s 1m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 28% ▕████ ▏ 975 MB/3.5 GB 27 MB/s 1m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 28% ▕████ ▏ 976 MB/3.5 GB 27 MB/s 1m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 28% ▕████ ▏ 978 MB/3.5 GB 27 MB/s 1m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 28% ▕████ ▏ 982 MB/3.5 GB 27 MB/s 1m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 28% ▕████ ▏ 983 MB/3.5 GB 27 MB/s 1m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 28% ▕████ ▏ 985 MB/3.5 GB 27 MB/s 1m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 28% ▕████ ▏ 987 MB/3.5 GB 27 MB/s 1m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 28% ▕████ ▏ 994 MB/3.5 GB 27 MB/s 1m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 28% ▕████ ▏ 995 MB/3.5 GB 27 MB/s 1m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 29% ▕████ ▏ 1.0 GB/3.5 GB 27 MB/s 1m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 29% ▕████ ▏ 1.0 GB/3.5 GB 27 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 29% ▕████ ▏ 1.0 GB/3.5 GB 27 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 29% ▕████ ▏ 1.0 GB/3.5 GB 27 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 29% ▕████ ▏ 1.0 GB/3.5 GB 27 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 29% ▕████ ▏ 1.0 GB/3.5 GB 27 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 29% ▕████ ▏ 1.0 GB/3.5 GB 27 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 29% ▕████ ▏ 1.0 GB/3.5 GB 27 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 29% ▕████ ▏ 1.0 GB/3.5 GB 27 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 29% ▕████ ▏ 1.0 GB/3.5 GB 27 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 29% ▕████ ▏ 1.0 GB/3.5 GB 27 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 29% ▕████ ▏ 1.0 GB/3.5 GB 26 MB/s 1m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 29% ▕████ ▏ 1.0 GB/3.5 GB 26 MB/s 1m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 29% ▕████ ▏ 1.0 GB/3.5 GB 26 MB/s 1m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 29% ▕████ ▏ 1.0 GB/3.5 GB 26 MB/s 1m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 29% ▕████ ▏ 1.0 GB/3.5 GB 26 MB/s 1m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 30% ▕████ ▏ 1.0 GB/3.5 GB 26 MB/s 1m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 30% ▕████ ▏ 1.0 GB/3.5 GB 26 MB/s 1m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 30% ▕████ ▏ 1.0 GB/3.5 GB 26 MB/s 1m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 30% ▕████ ▏ 1.0 GB/3.5 GB 26 MB/s 1m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 30% ▕████ ▏ 1.0 GB/3.5 GB 26 MB/s 1m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 30% ▕████ ▏ 1.0 GB/3.5 GB 26 MB/s 1m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 30% ▕████ ▏ 1.0 GB/3.5 GB 27 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 30% ▕████ ▏ 1.0 GB/3.5 GB 27 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 30% ▕████ ▏ 1.0 GB/3.5 GB 27 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 30% ▕████ ▏ 1.1 GB/3.5 GB 27 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 30% ▕████ ▏ 1.1 GB/3.5 GB 27 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 30% ▕████ ▏ 1.1 GB/3.5 GB 27 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 30% ▕████ ▏ 1.1 GB/3.5 GB 27 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 30% ▕████ ▏ 1.1 GB/3.5 GB 27 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 30% ▕████ ▏ 1.1 GB/3.5 GB 27 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 30% ▕████ ▏ 1.1 GB/3.5 GB 27 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 30% ▕████ ▏ 1.1 GB/3.5 GB 25 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 30% ▕████ ▏ 1.1 GB/3.5 GB 25 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 30% ▕████ ▏ 1.1 GB/3.5 GB 25 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 30% ▕████ ▏ 1.1 GB/3.5 GB 25 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 30% ▕████ ▏ 1.1 GB/3.5 GB 25 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 31% ▕████ ▏ 1.1 GB/3.5 GB 25 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 31% ▕████ ▏ 1.1 GB/3.5 GB 25 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 31% ▕████ ▏ 1.1 GB/3.5 GB 25 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 31% ▕████ ▏ 1.1 GB/3.5 GB 25 MB/s 1m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 31% ▕████ ▏ 1.1 GB/3.5 GB 25 MB/s 1m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 31% ▕████ ▏ 1.1 GB/3.5 GB 25 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 31% ▕████ ▏ 1.1 GB/3.5 GB 25 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 31% ▕█████ ▏ 1.1 GB/3.5 GB 25 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 31% ▕█████ ▏ 1.1 GB/3.5 GB 25 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 31% ▕█████ ▏ 1.1 GB/3.5 GB 25 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 32% ▕█████ ▏ 1.1 GB/3.5 GB 25 MB/s 1m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 32% ▕█████ ▏ 1.1 GB/3.5 GB 25 MB/s 1m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 32% ▕█████ ▏ 1.1 GB/3.5 GB 25 MB/s 1m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 32% ▕█████ ▏ 1.1 GB/3.5 GB 25 MB/s 1m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 32% ▕█████ ▏ 1.1 GB/3.5 GB 25 MB/s 1m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 32% ▕█████ ▏ 1.1 GB/3.5 GB 26 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 32% ▕█████ ▏ 1.1 GB/3.5 GB 26 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 32% ▕█████ ▏ 1.1 GB/3.5 GB 26 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 32% ▕█████ ▏ 1.1 GB/3.5 GB 26 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 32% ▕█████ ▏ 1.1 GB/3.5 GB 26 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 33% ▕█████ ▏ 1.1 GB/3.5 GB 26 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 33% ▕█████ ▏ 1.1 GB/3.5 GB 26 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 33% ▕█████ ▏ 1.1 GB/3.5 GB 26 MB/s 1m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 33% ▕█████ ▏ 1.2 GB/3.5 GB 26 MB/s 1m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 33% ▕█████ ▏ 1.2 GB/3.5 GB 26 MB/s 1m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 33% ▕█████ ▏ 1.2 GB/3.5 GB 27 MB/s 1m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 33% ▕█████ ▏ 1.2 GB/3.5 GB 27 MB/s 1m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 33% ▕█████ ▏ 1.2 GB/3.5 GB 27 MB/s 1m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 33% ▕█████ ▏ 1.2 GB/3.5 GB 27 MB/s 1m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 33% ▕█████ ▏ 1.2 GB/3.5 GB 27 MB/s 1m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 33% ▕█████ ▏ 1.2 GB/3.5 GB 27 MB/s 1m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 33% ▕█████ ▏ 1.2 GB/3.5 GB 27 MB/s 1m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 33% ▕█████ ▏ 1.2 GB/3.5 GB 27 MB/s 1m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 33% ▕█████ ▏ 1.2 GB/3.5 GB 27 MB/s 1m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 33% ▕█████ ▏ 1.2 GB/3.5 GB 27 MB/s 1m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 34% ▕█████ ▏ 1.2 GB/3.5 GB 27 MB/s 1m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 34% ▕█████ ▏ 1.2 GB/3.5 GB 25 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 34% ▕█████ ▏ 1.2 GB/3.5 GB 25 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 34% ▕█████ ▏ 1.2 GB/3.5 GB 25 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 34% ▕█████ ▏ 1.2 GB/3.5 GB 25 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 34% ▕█████ ▏ 1.2 GB/3.5 GB 25 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 34% ▕█████ ▏ 1.2 GB/3.5 GB 25 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 34% ▕█████ ▏ 1.2 GB/3.5 GB 25 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 34% ▕█████ ▏ 1.2 GB/3.5 GB 25 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 34% ▕█████ ▏ 1.2 GB/3.5 GB 25 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 35% ▕█████ ▏ 1.2 GB/3.5 GB 25 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 35% ▕█████ ▏ 1.2 GB/3.5 GB 26 MB/s 1m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 35% ▕█████ ▏ 1.2 GB/3.5 GB 26 MB/s 1m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 35% ▕█████ ▏ 1.2 GB/3.5 GB 26 MB/s 1m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 35% ▕█████ ▏ 1.2 GB/3.5 GB 26 MB/s 1m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 35% ▕█████ ▏ 1.2 GB/3.5 GB 26 MB/s 1m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 35% ▕█████ ▏ 1.2 GB/3.5 GB 26 MB/s 1m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 35% ▕█████ ▏ 1.2 GB/3.5 GB 26 MB/s 1m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 35% ▕█████ ▏ 1.2 GB/3.5 GB 26 MB/s 1m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 36% ▕█████ ▏ 1.3 GB/3.5 GB 26 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 36% ▕█████ ▏ 1.3 GB/3.5 GB 26 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 36% ▕█████ ▏ 1.3 GB/3.5 GB 28 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 36% ▕█████ ▏ 1.3 GB/3.5 GB 28 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 36% ▕█████ ▏ 1.3 GB/3.5 GB 28 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 36% ▕█████ ▏ 1.3 GB/3.5 GB 28 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 36% ▕█████ ▏ 1.3 GB/3.5 GB 28 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 36% ▕█████ ▏ 1.3 GB/3.5 GB 28 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 37% ▕█████ ▏ 1.3 GB/3.5 GB 28 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 37% ▕█████ ▏ 1.3 GB/3.5 GB 28 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 37% ▕█████ ▏ 1.3 GB/3.5 GB 28 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 37% ▕█████ ▏ 1.3 GB/3.5 GB 28 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 37% ▕█████ ▏ 1.3 GB/3.5 GB 30 MB/s 1m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 37% ▕█████ ▏ 1.3 GB/3.5 GB 30 MB/s 1m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 37% ▕█████ ▏ 1.3 GB/3.5 GB 30 MB/s 1m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 37% ▕█████ ▏ 1.3 GB/3.5 GB 30 MB/s 1m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 37% ▕█████ ▏ 1.3 GB/3.5 GB 30 MB/s 1m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 37% ▕█████ ▏ 1.3 GB/3.5 GB 30 MB/s 1m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 37% ▕█████ ▏ 1.3 GB/3.5 GB 30 MB/s 1m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 38% ▕██████ ▏ 1.3 GB/3.5 GB 30 MB/s 1m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 38% ▕██████ ▏ 1.3 GB/3.5 GB 30 MB/s 1m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 38% ▕██████ ▏ 1.3 GB/3.5 GB 30 MB/s 1m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 38% ▕██████ ▏ 1.3 GB/3.5 GB 30 MB/s 1m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 38% ▕██████ ▏ 1.3 GB/3.5 GB 31 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 38% ▕██████ ▏ 1.3 GB/3.5 GB 31 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 38% ▕██████ ▏ 1.3 GB/3.5 GB 31 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 38% ▕██████ ▏ 1.4 GB/3.5 GB 31 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 39% ▕██████ ▏ 1.4 GB/3.5 GB 31 MB/s 1m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 39% ▕██████ ▏ 1.4 GB/3.5 GB 31 MB/s 1m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 39% ▕██████ ▏ 1.4 GB/3.5 GB 31 MB/s 1m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 39% ▕██████ ▏ 1.4 GB/3.5 GB 31 MB/s 1m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 39% ▕██████ ▏ 1.4 GB/3.5 GB 31 MB/s 1m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 39% ▕██████ ▏ 1.4 GB/3.5 GB 31 MB/s 1m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 39% ▕██████ ▏ 1.4 GB/3.5 GB 35 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 39% ▕██████ ▏ 1.4 GB/3.5 GB 35 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 39% ▕██████ ▏ 1.4 GB/3.5 GB 35 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 39% ▕██████ ▏ 1.4 GB/3.5 GB 35 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 39% ▕██████ ▏ 1.4 GB/3.5 GB 35 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 40% ▕██████ ▏ 1.4 GB/3.5 GB 35 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 40% ▕██████ ▏ 1.4 GB/3.5 GB 35 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 40% ▕██████ ▏ 1.4 GB/3.5 GB 35 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 40% ▕██████ ▏ 1.4 GB/3.5 GB 35 MB/s 59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 40% ▕██████ ▏ 1.4 GB/3.5 GB 35 MB/s 59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 40% ▕██████ ▏ 1.4 GB/3.5 GB 36 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 41% ▕██████ ▏ 1.4 GB/3.5 GB 36 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 41% ▕██████ ▏ 1.4 GB/3.5 GB 36 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 41% ▕██████ ▏ 1.4 GB/3.5 GB 36 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 41% ▕██████ ▏ 1.4 GB/3.5 GB 36 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 41% ▕██████ ▏ 1.4 GB/3.5 GB 36 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 41% ▕██████ ▏ 1.4 GB/3.5 GB 36 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 41% ▕██████ ▏ 1.4 GB/3.5 GB 36 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 41% ▕██████ ▏ 1.5 GB/3.5 GB 36 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 41% ▕██████ ▏ 1.5 GB/3.5 GB 36 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 41% ▕██████ ▏ 1.5 GB/3.5 GB 36 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 42% ▕██████ ▏ 1.5 GB/3.5 GB 36 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 42% ▕██████ ▏ 1.5 GB/3.5 GB 36 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 42% ▕██████ ▏ 1.5 GB/3.5 GB 36 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 42% ▕██████ ▏ 1.5 GB/3.5 GB 36 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 42% ▕██████ ▏ 1.5 GB/3.5 GB 36 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 42% ▕██████ ▏ 1.5 GB/3.5 GB 36 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 42% ▕██████ ▏ 1.5 GB/3.5 GB 36 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 42% ▕██████ ▏ 1.5 GB/3.5 GB 36 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 42% ▕██████ ▏ 1.5 GB/3.5 GB 36 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 43% ▕██████ ▏ 1.5 GB/3.5 GB 37 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 43% ▕██████ ▏ 1.5 GB/3.5 GB 37 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 43% ▕██████ ▏ 1.5 GB/3.5 GB 37 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 43% ▕██████ ▏ 1.5 GB/3.5 GB 37 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 43% ▕██████ ▏ 1.5 GB/3.5 GB 37 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 43% ▕██████ ▏ 1.5 GB/3.5 GB 37 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 43% ▕██████ ▏ 1.5 GB/3.5 GB 37 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 43% ▕██████ ▏ 1.5 GB/3.5 GB 37 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 43% ▕██████ ▏ 1.5 GB/3.5 GB 37 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 43% ▕██████ ▏ 1.5 GB/3.5 GB 37 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 44% ▕██████ ▏ 1.5 GB/3.5 GB 38 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 44% ▕███████ ▏ 1.5 GB/3.5 GB 38 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 44% ▕███████ ▏ 1.5 GB/3.5 GB 38 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 44% ▕███████ ▏ 1.5 GB/3.5 GB 38 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 44% ▕███████ ▏ 1.6 GB/3.5 GB 38 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 44% ▕███████ ▏ 1.6 GB/3.5 GB 38 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 44% ▕███████ ▏ 1.6 GB/3.5 GB 38 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 44% ▕███████ ▏ 1.6 GB/3.5 GB 38 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 44% ▕███████ ▏ 1.6 GB/3.5 GB 38 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 44% ▕███████ ▏ 1.6 GB/3.5 GB 38 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 44% ▕███████ ▏ 1.6 GB/3.5 GB 38 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 45% ▕███████ ▏ 1.6 GB/3.5 GB 39 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 45% ▕███████ ▏ 1.6 GB/3.5 GB 39 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 45% ▕███████ ▏ 1.6 GB/3.5 GB 39 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 45% ▕███████ ▏ 1.6 GB/3.5 GB 39 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 45% ▕███████ ▏ 1.6 GB/3.5 GB 39 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 45% ▕███████ ▏ 1.6 GB/3.5 GB 39 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 45% ▕███████ ▏ 1.6 GB/3.5 GB 39 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 46% ▕███████ ▏ 1.6 GB/3.5 GB 39 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 46% ▕███████ ▏ 1.6 GB/3.5 GB 39 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 46% ▕███████ ▏ 1.6 GB/3.5 GB 39 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 46% ▕███████ ▏ 1.6 GB/3.5 GB 38 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 46% ▕███████ ▏ 1.6 GB/3.5 GB 38 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 46% ▕███████ ▏ 1.6 GB/3.5 GB 38 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 46% ▕███████ ▏ 1.6 GB/3.5 GB 38 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 46% ▕███████ ▏ 1.6 GB/3.5 GB 38 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 46% ▕███████ ▏ 1.6 GB/3.5 GB 38 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 46% ▕███████ ▏ 1.6 GB/3.5 GB 38 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 46% ▕███████ ▏ 1.6 GB/3.5 GB 38 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 46% ▕███████ ▏ 1.6 GB/3.5 GB 38 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 47% ▕███████ ▏ 1.6 GB/3.5 GB 38 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 47% ▕███████ ▏ 1.6 GB/3.5 GB 38 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 47% ▕███████ ▏ 1.7 GB/3.5 GB 38 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 47% ▕███████ ▏ 1.7 GB/3.5 GB 38 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 47% ▕███████ ▏ 1.7 GB/3.5 GB 38 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 47% ▕███████ ▏ 1.7 GB/3.5 GB 38 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 47% ▕███████ ▏ 1.7 GB/3.5 GB 38 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 48% ▕███████ ▏ 1.7 GB/3.5 GB 38 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 48% ▕███████ ▏ 1.7 GB/3.5 GB 38 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 48% ▕███████ ▏ 1.7 GB/3.5 GB 38 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 48% ▕███████ ▏ 1.7 GB/3.5 GB 38 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 48% ▕███████ ▏ 1.7 GB/3.5 GB 39 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 48% ▕███████ ▏ 1.7 GB/3.5 GB 39 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 48% ▕███████ ▏ 1.7 GB/3.5 GB 39 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 48% ▕███████ ▏ 1.7 GB/3.5 GB 39 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 48% ▕███████ ▏ 1.7 GB/3.5 GB 39 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 48% ▕███████ ▏ 1.7 GB/3.5 GB 39 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 48% ▕███████ ▏ 1.7 GB/3.5 GB 39 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 48% ▕███████ ▏ 1.7 GB/3.5 GB 39 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 49% ▕███████ ▏ 1.7 GB/3.5 GB 39 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 49% ▕███████ ▏ 1.7 GB/3.5 GB 39 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 49% ▕███████ ▏ 1.7 GB/3.5 GB 37 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 49% ▕███████ ▏ 1.7 GB/3.5 GB 37 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 49% ▕███████ ▏ 1.7 GB/3.5 GB 37 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 49% ▕███████ ▏ 1.7 GB/3.5 GB 37 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 49% ▕███████ ▏ 1.7 GB/3.5 GB 37 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 49% ▕███████ ▏ 1.7 GB/3.5 GB 37 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 49% ▕███████ ▏ 1.7 GB/3.5 GB 37 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 49% ▕███████ ▏ 1.7 GB/3.5 GB 37 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 50% ▕███████ ▏ 1.7 GB/3.5 GB 37 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 50% ▕███████ ▏ 1.7 GB/3.5 GB 37 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 50% ▕███████ ▏ 1.7 GB/3.5 GB 37 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 50% ▕███████ ▏ 1.8 GB/3.5 GB 35 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 50% ▕███████ ▏ 1.8 GB/3.5 GB 35 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 50% ▕███████ ▏ 1.8 GB/3.5 GB 35 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 50% ▕███████ ▏ 1.8 GB/3.5 GB 35 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 50% ▕███████ ▏ 1.8 GB/3.5 GB 35 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 50% ▕████████ ▏ 1.8 GB/3.5 GB 35 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 50% ▕████████ ▏ 1.8 GB/3.5 GB 35 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 50% ▕████████ ▏ 1.8 GB/3.5 GB 35 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 50% ▕████████ ▏ 1.8 GB/3.5 GB 35 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 51% ▕████████ ▏ 1.8 GB/3.5 GB 35 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 51% ▕████████ ▏ 1.8 GB/3.5 GB 35 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 51% ▕████████ ▏ 1.8 GB/3.5 GB 35 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 51% ▕████████ ▏ 1.8 GB/3.5 GB 35 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 51% ▕████████ ▏ 1.8 GB/3.5 GB 35 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 51% ▕████████ ▏ 1.8 GB/3.5 GB 35 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 51% ▕████████ ▏ 1.8 GB/3.5 GB 35 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 51% ▕████████ ▏ 1.8 GB/3.5 GB 35 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 51% ▕████████ ▏ 1.8 GB/3.5 GB 35 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 51% ▕████████ ▏ 1.8 GB/3.5 GB 35 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 52% ▕████████ ▏ 1.8 GB/3.5 GB 35 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 52% ▕████████ ▏ 1.8 GB/3.5 GB 35 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 52% ▕████████ ▏ 1.8 GB/3.5 GB 35 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 52% ▕████████ ▏ 1.8 GB/3.5 GB 35 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 52% ▕████████ ▏ 1.8 GB/3.5 GB 35 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 52% ▕████████ ▏ 1.8 GB/3.5 GB 35 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 52% ▕████████ ▏ 1.8 GB/3.5 GB 35 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 52% ▕████████ ▏ 1.8 GB/3.5 GB 35 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 52% ▕████████ ▏ 1.8 GB/3.5 GB 35 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 52% ▕████████ ▏ 1.8 GB/3.5 GB 35 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 52% ▕████████ ▏ 1.8 GB/3.5 GB 35 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 52% ▕████████ ▏ 1.8 GB/3.5 GB 34 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 53% ▕████████ ▏ 1.8 GB/3.5 GB 34 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 53% ▕████████ ▏ 1.9 GB/3.5 GB 34 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 53% ▕████████ ▏ 1.9 GB/3.5 GB 34 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 53% ▕████████ ▏ 1.9 GB/3.5 GB 34 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 53% ▕████████ ▏ 1.9 GB/3.5 GB 34 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 53% ▕████████ ▏ 1.9 GB/3.5 GB 34 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 53% ▕████████ ▏ 1.9 GB/3.5 GB 34 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 53% ▕████████ ▏ 1.9 GB/3.5 GB 34 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 53% ▕████████ ▏ 1.9 GB/3.5 GB 34 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 54% ▕████████ ▏ 1.9 GB/3.5 GB 34 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 54% ▕████████ ▏ 1.9 GB/3.5 GB 34 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 54% ▕████████ ▏ 1.9 GB/3.5 GB 34 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 54% ▕████████ ▏ 1.9 GB/3.5 GB 34 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 54% ▕████████ ▏ 1.9 GB/3.5 GB 34 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 54% ▕████████ ▏ 1.9 GB/3.5 GB 34 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 54% ▕████████ ▏ 1.9 GB/3.5 GB 34 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 54% ▕████████ ▏ 1.9 GB/3.5 GB 34 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 54% ▕████████ ▏ 1.9 GB/3.5 GB 34 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 54% ▕████████ ▏ 1.9 GB/3.5 GB 34 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 54% ▕████████ ▏ 1.9 GB/3.5 GB 34 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 55% ▕████████ ▏ 1.9 GB/3.5 GB 34 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 55% ▕████████ ▏ 1.9 GB/3.5 GB 34 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 55% ▕████████ ▏ 1.9 GB/3.5 GB 34 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 55% ▕████████ ▏ 1.9 GB/3.5 GB 34 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 55% ▕████████ ▏ 1.9 GB/3.5 GB 34 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 55% ▕████████ ▏ 1.9 GB/3.5 GB 34 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 55% ▕████████ ▏ 1.9 GB/3.5 GB 34 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 55% ▕████████ ▏ 1.9 GB/3.5 GB 34 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 55% ▕████████ ▏ 1.9 GB/3.5 GB 34 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 55% ▕████████ ▏ 2.0 GB/3.5 GB 34 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 56% ▕████████ ▏ 2.0 GB/3.5 GB 34 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 56% ▕████████ ▏ 2.0 GB/3.5 GB 34 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 56% ▕████████ ▏ 2.0 GB/3.5 GB 34 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 56% ▕████████ ▏ 2.0 GB/3.5 GB 34 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 56% ▕████████ ▏ 2.0 GB/3.5 GB 34 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 56% ▕████████ ▏ 2.0 GB/3.5 GB 34 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 56% ▕█████████ ▏ 2.0 GB/3.5 GB 34 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 56% ▕█████████ ▏ 2.0 GB/3.5 GB 34 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 57% ▕█████████ ▏ 2.0 GB/3.5 GB 34 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 57% ▕█████████ ▏ 2.0 GB/3.5 GB 34 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 57% ▕█████████ ▏ 2.0 GB/3.5 GB 34 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 57% ▕█████████ ▏ 2.0 GB/3.5 GB 34 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 57% ▕█████████ ▏ 2.0 GB/3.5 GB 34 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 57% ▕█████████ ▏ 2.0 GB/3.5 GB 34 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 57% ▕█████████ ▏ 2.0 GB/3.5 GB 34 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 57% ▕█████████ ▏ 2.0 GB/3.5 GB 34 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 57% ▕█████████ ▏ 2.0 GB/3.5 GB 34 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 58% ▕█████████ ▏ 2.0 GB/3.5 GB 34 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 58% ▕█████████ ▏ 2.0 GB/3.5 GB 34 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 58% ▕█████████ ▏ 2.0 GB/3.5 GB 34 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 58% ▕█████████ ▏ 2.0 GB/3.5 GB 35 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 58% ▕█████████ ▏ 2.0 GB/3.5 GB 35 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 58% ▕█████████ ▏ 2.0 GB/3.5 GB 35 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 58% ▕█████████ ▏ 2.0 GB/3.5 GB 35 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 58% ▕█████████ ▏ 2.0 GB/3.5 GB 35 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 58% ▕█████████ ▏ 2.0 GB/3.5 GB 35 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 58% ▕█████████ ▏ 2.0 GB/3.5 GB 35 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 58% ▕█████████ ▏ 2.1 GB/3.5 GB 35 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 59% ▕█████████ ▏ 2.1 GB/3.5 GB 35 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 59% ▕█████████ ▏ 2.1 GB/3.5 GB 35 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 59% ▕█████████ ▏ 2.1 GB/3.5 GB 35 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 59% ▕█████████ ▏ 2.1 GB/3.5 GB 36 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 59% ▕█████████ ▏ 2.1 GB/3.5 GB 36 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 59% ▕█████████ ▏ 2.1 GB/3.5 GB 36 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 59% ▕█████████ ▏ 2.1 GB/3.5 GB 36 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 59% ▕█████████ ▏ 2.1 GB/3.5 GB 36 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 59% ▕█████████ ▏ 2.1 GB/3.5 GB 36 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 59% ▕█████████ ▏ 2.1 GB/3.5 GB 36 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 59% ▕█████████ ▏ 2.1 GB/3.5 GB 36 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 59% ▕█████████ ▏ 2.1 GB/3.5 GB 36 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 59% ▕█████████ ▏ 2.1 GB/3.5 GB 36 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 60% ▕█████████ ▏ 2.1 GB/3.5 GB 35 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 60% ▕█████████ ▏ 2.1 GB/3.5 GB 35 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 60% ▕█████████ ▏ 2.1 GB/3.5 GB 35 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 60% ▕█████████ ▏ 2.1 GB/3.5 GB 35 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 60% ▕█████████ ▏ 2.1 GB/3.5 GB 35 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 60% ▕█████████ ▏ 2.1 GB/3.5 GB 35 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 60% ▕█████████ ▏ 2.1 GB/3.5 GB 35 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 61% ▕█████████ ▏ 2.1 GB/3.5 GB 35 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 61% ▕█████████ ▏ 2.1 GB/3.5 GB 35 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 61% ▕█████████ ▏ 2.1 GB/3.5 GB 35 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 61% ▕█████████ ▏ 2.1 GB/3.5 GB 35 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 61% ▕█████████ ▏ 2.1 GB/3.5 GB 35 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 61% ▕█████████ ▏ 2.1 GB/3.5 GB 35 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 61% ▕█████████ ▏ 2.2 GB/3.5 GB 35 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 61% ▕█████████ ▏ 2.2 GB/3.5 GB 35 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 61% ▕█████████ ▏ 2.2 GB/3.5 GB 35 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 62% ▕█████████ ▏ 2.2 GB/3.5 GB 35 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 62% ▕█████████ ▏ 2.2 GB/3.5 GB 35 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 62% ▕█████████ ▏ 2.2 GB/3.5 GB 35 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 62% ▕█████████ ▏ 2.2 GB/3.5 GB 35 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 62% ▕█████████ ▏ 2.2 GB/3.5 GB 36 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 62% ▕█████████ ▏ 2.2 GB/3.5 GB 36 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 62% ▕█████████ ▏ 2.2 GB/3.5 GB 36 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 62% ▕█████████ ▏ 2.2 GB/3.5 GB 36 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 62% ▕█████████ ▏ 2.2 GB/3.5 GB 36 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 62% ▕█████████ ▏ 2.2 GB/3.5 GB 36 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 62% ▕█████████ ▏ 2.2 GB/3.5 GB 36 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 62% ▕█████████ ▏ 2.2 GB/3.5 GB 36 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 62% ▕█████████ ▏ 2.2 GB/3.5 GB 36 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 62% ▕█████████ ▏ 2.2 GB/3.5 GB 36 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 62% ▕█████████ ▏ 2.2 GB/3.5 GB 35 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 62% ▕█████████ ▏ 2.2 GB/3.5 GB 35 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 63% ▕██████████ ▏ 2.2 GB/3.5 GB 35 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 63% ▕██████████ ▏ 2.2 GB/3.5 GB 35 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 63% ▕██████████ ▏ 2.2 GB/3.5 GB 35 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 63% ▕██████████ ▏ 2.2 GB/3.5 GB 35 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 63% ▕██████████ ▏ 2.2 GB/3.5 GB 35 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 63% ▕██████████ ▏ 2.2 GB/3.5 GB 35 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 63% ▕██████████ ▏ 2.2 GB/3.5 GB 35 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 63% ▕██████████ ▏ 2.2 GB/3.5 GB 35 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 63% ▕██████████ ▏ 2.2 GB/3.5 GB 34 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 64% ▕██████████ ▏ 2.2 GB/3.5 GB 34 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 64% ▕██████████ ▏ 2.2 GB/3.5 GB 34 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 64% ▕██████████ ▏ 2.2 GB/3.5 GB 34 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 64% ▕██████████ ▏ 2.2 GB/3.5 GB 34 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 64% ▕██████████ ▏ 2.2 GB/3.5 GB 34 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 64% ▕██████████ ▏ 2.2 GB/3.5 GB 34 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 64% ▕██████████ ▏ 2.2 GB/3.5 GB 34 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 64% ▕██████████ ▏ 2.2 GB/3.5 GB 34 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 64% ▕██████████ ▏ 2.2 GB/3.5 GB 34 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 64% ▕██████████ ▏ 2.3 GB/3.5 GB 34 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 64% ▕██████████ ▏ 2.3 GB/3.5 GB 33 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 64% ▕██████████ ▏ 2.3 GB/3.5 GB 33 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 64% ▕██████████ ▏ 2.3 GB/3.5 GB 33 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 65% ▕██████████ ▏ 2.3 GB/3.5 GB 33 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 65% ▕██████████ ▏ 2.3 GB/3.5 GB 33 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 65% ▕██████████ ▏ 2.3 GB/3.5 GB 33 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 65% ▕██████████ ▏ 2.3 GB/3.5 GB 33 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 65% ▕██████████ ▏ 2.3 GB/3.5 GB 33 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 65% ▕██████████ ▏ 2.3 GB/3.5 GB 33 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 65% ▕██████████ ▏ 2.3 GB/3.5 GB 33 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 65% ▕██████████ ▏ 2.3 GB/3.5 GB 33 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 65% ▕██████████ ▏ 2.3 GB/3.5 GB 33 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 65% ▕██████████ ▏ 2.3 GB/3.5 GB 33 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 65% ▕██████████ ▏ 2.3 GB/3.5 GB 33 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 66% ▕██████████ ▏ 2.3 GB/3.5 GB 33 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 66% ▕██████████ ▏ 2.3 GB/3.5 GB 33 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 66% ▕██████████ ▏ 2.3 GB/3.5 GB 33 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 66% ▕██████████ ▏ 2.3 GB/3.5 GB 33 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 66% ▕██████████ ▏ 2.3 GB/3.5 GB 33 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 66% ▕██████████ ▏ 2.3 GB/3.5 GB 33 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 66% ▕██████████ ▏ 2.3 GB/3.5 GB 32 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 66% ▕██████████ ▏ 2.3 GB/3.5 GB 32 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 66% ▕██████████ ▏ 2.3 GB/3.5 GB 32 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 66% ▕██████████ ▏ 2.3 GB/3.5 GB 32 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 66% ▕██████████ ▏ 2.3 GB/3.5 GB 32 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 67% ▕██████████ ▏ 2.3 GB/3.5 GB 32 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 67% ▕██████████ ▏ 2.3 GB/3.5 GB 32 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 67% ▕██████████ ▏ 2.4 GB/3.5 GB 32 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 67% ▕██████████ ▏ 2.4 GB/3.5 GB 32 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 67% ▕██████████ ▏ 2.4 GB/3.5 GB 32 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 67% ▕██████████ ▏ 2.4 GB/3.5 GB 32 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 67% ▕██████████ ▏ 2.4 GB/3.5 GB 32 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 67% ▕██████████ ▏ 2.4 GB/3.5 GB 32 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 67% ▕██████████ ▏ 2.4 GB/3.5 GB 32 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 67% ▕██████████ ▏ 2.4 GB/3.5 GB 32 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 67% ▕██████████ ▏ 2.4 GB/3.5 GB 32 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 67% ▕██████████ ▏ 2.4 GB/3.5 GB 32 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 67% ▕██████████ ▏ 2.4 GB/3.5 GB 32 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 68% ▕██████████ ▏ 2.4 GB/3.5 GB 32 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 68% ▕██████████ ▏ 2.4 GB/3.5 GB 32 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 68% ▕██████████ ▏ 2.4 GB/3.5 GB 31 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 68% ▕██████████ ▏ 2.4 GB/3.5 GB 31 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 68% ▕██████████ ▏ 2.4 GB/3.5 GB 31 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 68% ▕██████████ ▏ 2.4 GB/3.5 GB 31 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 68% ▕██████████ ▏ 2.4 GB/3.5 GB 31 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 68% ▕██████████ ▏ 2.4 GB/3.5 GB 31 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 68% ▕██████████ ▏ 2.4 GB/3.5 GB 31 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 68% ▕██████████ ▏ 2.4 GB/3.5 GB 31 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 68% ▕██████████ ▏ 2.4 GB/3.5 GB 31 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 68% ▕██████████ ▏ 2.4 GB/3.5 GB 31 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 68% ▕██████████ ▏ 2.4 GB/3.5 GB 31 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 69% ▕██████████ ▏ 2.4 GB/3.5 GB 30 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 69% ▕██████████ ▏ 2.4 GB/3.5 GB 30 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 69% ▕██████████ ▏ 2.4 GB/3.5 GB 30 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 69% ▕██████████ ▏ 2.4 GB/3.5 GB 30 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 69% ▕███████████ ▏ 2.4 GB/3.5 GB 30 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 69% ▕███████████ ▏ 2.4 GB/3.5 GB 30 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 69% ▕███████████ ▏ 2.4 GB/3.5 GB 30 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 69% ▕███████████ ▏ 2.4 GB/3.5 GB 30 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 69% ▕███████████ ▏ 2.4 GB/3.5 GB 30 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 69% ▕███████████ ▏ 2.4 GB/3.5 GB 30 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 69% ▕███████████ ▏ 2.4 GB/3.5 GB 29 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 69% ▕███████████ ▏ 2.4 GB/3.5 GB 29 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 69% ▕███████████ ▏ 2.4 GB/3.5 GB 29 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 69% ▕███████████ ▏ 2.4 GB/3.5 GB 29 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 69% ▕███████████ ▏ 2.4 GB/3.5 GB 29 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 70% ▕███████████ ▏ 2.5 GB/3.5 GB 29 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 70% ▕███████████ ▏ 2.5 GB/3.5 GB 29 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 70% ▕███████████ ▏ 2.5 GB/3.5 GB 29 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 70% ▕███████████ ▏ 2.5 GB/3.5 GB 29 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 70% ▕███████████ ▏ 2.5 GB/3.5 GB 29 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 70% ▕███████████ ▏ 2.5 GB/3.5 GB 29 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 70% ▕███████████ ▏ 2.5 GB/3.5 GB 29 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 70% ▕███████████ ▏ 2.5 GB/3.5 GB 29 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 70% ▕███████████ ▏ 2.5 GB/3.5 GB 29 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 70% ▕███████████ ▏ 2.5 GB/3.5 GB 29 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 70% ▕███████████ ▏ 2.5 GB/3.5 GB 29 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 71% ▕███████████ ▏ 2.5 GB/3.5 GB 29 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 71% ▕███████████ ▏ 2.5 GB/3.5 GB 29 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 71% ▕███████████ ▏ 2.5 GB/3.5 GB 29 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 71% ▕███████████ ▏ 2.5 GB/3.5 GB 29 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 71% ▕███████████ ▏ 2.5 GB/3.5 GB 29 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 71% ▕███████████ ▏ 2.5 GB/3.5 GB 29 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 71% ▕███████████ ▏ 2.5 GB/3.5 GB 29 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 71% ▕███████████ ▏ 2.5 GB/3.5 GB 29 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 71% ▕███████████ ▏ 2.5 GB/3.5 GB 29 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 72% ▕███████████ ▏ 2.5 GB/3.5 GB 29 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 72% ▕███████████ ▏ 2.5 GB/3.5 GB 29 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 72% ▕███████████ ▏ 2.5 GB/3.5 GB 29 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 72% ▕███████████ ▏ 2.5 GB/3.5 GB 29 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 72% ▕███████████ ▏ 2.5 GB/3.5 GB 29 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 72% ▕███████████ ▏ 2.5 GB/3.5 GB 31 MB/s 31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 72% ▕███████████ ▏ 2.5 GB/3.5 GB 31 MB/s 31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 72% ▕███████████ ▏ 2.5 GB/3.5 GB 31 MB/s 31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 72% ▕███████████ ▏ 2.5 GB/3.5 GB 31 MB/s 31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 72% ▕███████████ ▏ 2.6 GB/3.5 GB 31 MB/s 31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 73% ▕███████████ ▏ 2.6 GB/3.5 GB 31 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 73% ▕███████████ ▏ 2.6 GB/3.5 GB 31 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 73% ▕███████████ ▏ 2.6 GB/3.5 GB 31 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 73% ▕███████████ ▏ 2.6 GB/3.5 GB 31 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 73% ▕███████████ ▏ 2.6 GB/3.5 GB 31 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 73% ▕███████████ ▏ 2.6 GB/3.5 GB 31 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 73% ▕███████████ ▏ 2.6 GB/3.5 GB 31 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 73% ▕███████████ ▏ 2.6 GB/3.5 GB 31 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 74% ▕███████████ ▏ 2.6 GB/3.5 GB 31 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 74% ▕███████████ ▏ 2.6 GB/3.5 GB 31 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 74% ▕███████████ ▏ 2.6 GB/3.5 GB 31 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 74% ▕███████████ ▏ 2.6 GB/3.5 GB 31 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 74% ▕███████████ ▏ 2.6 GB/3.5 GB 31 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 74% ▕███████████ ▏ 2.6 GB/3.5 GB 31 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 74% ▕███████████ ▏ 2.6 GB/3.5 GB 31 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 74% ▕███████████ ▏ 2.6 GB/3.5 GB 31 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 74% ▕███████████ ▏ 2.6 GB/3.5 GB 32 MB/s 27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 75% ▕███████████ ▏ 2.6 GB/3.5 GB 32 MB/s 27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 75% ▕███████████ ▏ 2.6 GB/3.5 GB 32 MB/s 27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 75% ▕███████████ ▏ 2.6 GB/3.5 GB 32 MB/s 27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 75% ▕███████████ ▏ 2.6 GB/3.5 GB 32 MB/s 27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 75% ▕████████████ ▏ 2.6 GB/3.5 GB 32 MB/s 27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 75% ▕████████████ ▏ 2.6 GB/3.5 GB 32 MB/s 27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 75% ▕████████████ ▏ 2.6 GB/3.5 GB 32 MB/s 27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 75% ▕████████████ ▏ 2.7 GB/3.5 GB 32 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 76% ▕████████████ ▏ 2.7 GB/3.5 GB 32 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 76% ▕████████████ ▏ 2.7 GB/3.5 GB 33 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 76% ▕████████████ ▏ 2.7 GB/3.5 GB 33 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 76% ▕████████████ ▏ 2.7 GB/3.5 GB 33 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 76% ▕████████████ ▏ 2.7 GB/3.5 GB 33 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 76% ▕████████████ ▏ 2.7 GB/3.5 GB 33 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 76% ▕████████████ ▏ 2.7 GB/3.5 GB 33 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 76% ▕████████████ ▏ 2.7 GB/3.5 GB 33 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 76% ▕████████████ ▏ 2.7 GB/3.5 GB 33 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 76% ▕████████████ ▏ 2.7 GB/3.5 GB 33 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 77% ▕████████████ ▏ 2.7 GB/3.5 GB 33 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 77% ▕████████████ ▏ 2.7 GB/3.5 GB 34 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 77% ▕████████████ ▏ 2.7 GB/3.5 GB 34 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 77% ▕████████████ ▏ 2.7 GB/3.5 GB 34 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 77% ▕████████████ ▏ 2.7 GB/3.5 GB 34 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 77% ▕████████████ ▏ 2.7 GB/3.5 GB 34 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 77% ▕████████████ ▏ 2.7 GB/3.5 GB 34 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 77% ▕████████████ ▏ 2.7 GB/3.5 GB 34 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 77% ▕████████████ ▏ 2.7 GB/3.5 GB 34 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 77% ▕████████████ ▏ 2.7 GB/3.5 GB 34 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 78% ▕████████████ ▏ 2.7 GB/3.5 GB 34 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 78% ▕████████████ ▏ 2.7 GB/3.5 GB 34 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 78% ▕████████████ ▏ 2.7 GB/3.5 GB 36 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 78% ▕████████████ ▏ 2.7 GB/3.5 GB 36 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 78% ▕████████████ ▏ 2.7 GB/3.5 GB 36 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 78% ▕████████████ ▏ 2.8 GB/3.5 GB 36 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 78% ▕████████████ ▏ 2.8 GB/3.5 GB 36 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 78% ▕████████████ ▏ 2.8 GB/3.5 GB 36 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 78% ▕████████████ ▏ 2.8 GB/3.5 GB 36 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 79% ▕████████████ ▏ 2.8 GB/3.5 GB 36 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 79% ▕████████████ ▏ 2.8 GB/3.5 GB 36 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 79% ▕████████████ ▏ 2.8 GB/3.5 GB 36 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 79% ▕████████████ ▏ 2.8 GB/3.5 GB 37 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 79% ▕████████████ ▏ 2.8 GB/3.5 GB 37 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 79% ▕████████████ ▏ 2.8 GB/3.5 GB 37 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 79% ▕████████████ ▏ 2.8 GB/3.5 GB 37 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 79% ▕████████████ ▏ 2.8 GB/3.5 GB 37 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 80% ▕████████████ ▏ 2.8 GB/3.5 GB 37 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 80% ▕████████████ ▏ 2.8 GB/3.5 GB 37 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 80% ▕████████████ ▏ 2.8 GB/3.5 GB 37 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 80% ▕████████████ ▏ 2.8 GB/3.5 GB 37 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 80% ▕████████████ ▏ 2.8 GB/3.5 GB 37 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 80% ▕████████████ ▏ 2.8 GB/3.5 GB 39 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 80% ▕████████████ ▏ 2.8 GB/3.5 GB 39 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 80% ▕████████████ ▏ 2.8 GB/3.5 GB 39 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 80% ▕████████████ ▏ 2.8 GB/3.5 GB 39 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 80% ▕████████████ ▏ 2.8 GB/3.5 GB 39 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 80% ▕████████████ ▏ 2.8 GB/3.5 GB 39 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 81% ▕████████████ ▏ 2.8 GB/3.5 GB 39 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 81% ▕████████████ ▏ 2.8 GB/3.5 GB 39 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 81% ▕████████████ ▏ 2.8 GB/3.5 GB 39 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 81% ▕████████████ ▏ 2.8 GB/3.5 GB 39 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 81% ▕████████████ ▏ 2.8 GB/3.5 GB 38 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 81% ▕████████████ ▏ 2.9 GB/3.5 GB 38 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 81% ▕████████████ ▏ 2.9 GB/3.5 GB 38 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 81% ▕████████████ ▏ 2.9 GB/3.5 GB 38 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 81% ▕████████████ ▏ 2.9 GB/3.5 GB 38 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 81% ▕████████████ ▏ 2.9 GB/3.5 GB 38 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 81% ▕█████████████ ▏ 2.9 GB/3.5 GB 38 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 81% ▕█████████████ ▏ 2.9 GB/3.5 GB 38 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 81% ▕█████████████ ▏ 2.9 GB/3.5 GB 38 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 82% ▕█████████████ ▏ 2.9 GB/3.5 GB 38 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 82% ▕█████████████ ▏ 2.9 GB/3.5 GB 37 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 82% ▕█████████████ ▏ 2.9 GB/3.5 GB 37 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 82% ▕█████████████ ▏ 2.9 GB/3.5 GB 37 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 82% ▕█████████████ ▏ 2.9 GB/3.5 GB 37 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 82% ▕█████████████ ▏ 2.9 GB/3.5 GB 37 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 82% ▕█████████████ ▏ 2.9 GB/3.5 GB 37 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 82% ▕█████████████ ▏ 2.9 GB/3.5 GB 37 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 82% ▕█████████████ ▏ 2.9 GB/3.5 GB 37 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 82% ▕█████████████ ▏ 2.9 GB/3.5 GB 37 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 83% ▕█████████████ ▏ 2.9 GB/3.5 GB 37 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 83% ▕█████████████ ▏ 2.9 GB/3.5 GB 37 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 83% ▕█████████████ ▏ 2.9 GB/3.5 GB 36 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 83% ▕█████████████ ▏ 2.9 GB/3.5 GB 36 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 83% ▕█████████████ ▏ 2.9 GB/3.5 GB 36 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 83% ▕█████████████ ▏ 2.9 GB/3.5 GB 36 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 83% ▕█████████████ ▏ 2.9 GB/3.5 GB 36 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 83% ▕█████████████ ▏ 2.9 GB/3.5 GB 36 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 83% ▕█████████████ ▏ 2.9 GB/3.5 GB 36 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 83% ▕█████████████ ▏ 2.9 GB/3.5 GB 36 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 84% ▕█████████████ ▏ 2.9 GB/3.5 GB 36 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 84% ▕█████████████ ▏ 2.9 GB/3.5 GB 36 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 84% ▕█████████████ ▏ 2.9 GB/3.5 GB 36 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 84% ▕█████████████ ▏ 3.0 GB/3.5 GB 36 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 84% ▕█████████████ ▏ 3.0 GB/3.5 GB 36 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 84% ▕█████████████ ▏ 3.0 GB/3.5 GB 36 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 84% ▕█████████████ ▏ 3.0 GB/3.5 GB 36 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 84% ▕█████████████ ▏ 3.0 GB/3.5 GB 36 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 84% ▕█████████████ ▏ 3.0 GB/3.5 GB 36 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 85% ▕█████████████ ▏ 3.0 GB/3.5 GB 36 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 85% ▕█████████████ ▏ 3.0 GB/3.5 GB 36 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 85% ▕█████████████ ▏ 3.0 GB/3.5 GB 36 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 85% ▕█████████████ ▏ 3.0 GB/3.5 GB 35 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 85% ▕█████████████ ▏ 3.0 GB/3.5 GB 35 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 85% ▕█████████████ ▏ 3.0 GB/3.5 GB 35 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 85% ▕█████████████ ▏ 3.0 GB/3.5 GB 35 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 85% ▕█████████████ ▏ 3.0 GB/3.5 GB 35 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 85% ▕█████████████ ▏ 3.0 GB/3.5 GB 35 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 85% ▕█████████████ ▏ 3.0 GB/3.5 GB 35 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 85% ▕█████████████ ▏ 3.0 GB/3.5 GB 35 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 86% ▕█████████████ ▏ 3.0 GB/3.5 GB 35 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 86% ▕█████████████ ▏ 3.0 GB/3.5 GB 35 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 86% ▕█████████████ ▏ 3.0 GB/3.5 GB 36 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 86% ▕█████████████ ▏ 3.0 GB/3.5 GB 36 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 86% ▕█████████████ ▏ 3.0 GB/3.5 GB 36 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 86% ▕█████████████ ▏ 3.0 GB/3.5 GB 36 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 86% ▕█████████████ ▏ 3.0 GB/3.5 GB 36 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 86% ▕█████████████ ▏ 3.0 GB/3.5 GB 36 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 86% ▕█████████████ ▏ 3.0 GB/3.5 GB 36 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 86% ▕█████████████ ▏ 3.0 GB/3.5 GB 36 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 86% ▕█████████████ ▏ 3.0 GB/3.5 GB 36 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 87% ▕█████████████ ▏ 3.0 GB/3.5 GB 36 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 87% ▕█████████████ ▏ 3.0 GB/3.5 GB 34 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 87% ▕█████████████ ▏ 3.1 GB/3.5 GB 34 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 87% ▕█████████████ ▏ 3.1 GB/3.5 GB 34 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 87% ▕█████████████ ▏ 3.1 GB/3.5 GB 34 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 87% ▕█████████████ ▏ 3.1 GB/3.5 GB 34 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 87% ▕█████████████ ▏ 3.1 GB/3.5 GB 34 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 87% ▕█████████████ ▏ 3.1 GB/3.5 GB 34 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 87% ▕█████████████ ▏ 3.1 GB/3.5 GB 34 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 88% ▕██████████████ ▏ 3.1 GB/3.5 GB 34 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 88% ▕██████████████ ▏ 3.1 GB/3.5 GB 34 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 88% ▕██████████████ ▏ 3.1 GB/3.5 GB 34 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 88% ▕██████████████ ▏ 3.1 GB/3.5 GB 34 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 88% ▕██████████████ ▏ 3.1 GB/3.5 GB 34 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 88% ▕██████████████ ▏ 3.1 GB/3.5 GB 34 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 88% ▕██████████████ ▏ 3.1 GB/3.5 GB 34 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 88% ▕██████████████ ▏ 3.1 GB/3.5 GB 34 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 88% ▕██████████████ ▏ 3.1 GB/3.5 GB 34 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 89% ▕██████████████ ▏ 3.1 GB/3.5 GB 34 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 89% ▕██████████████ ▏ 3.1 GB/3.5 GB 34 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 89% ▕██████████████ ▏ 3.1 GB/3.5 GB 34 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 89% ▕██████████████ ▏ 3.1 GB/3.5 GB 34 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 89% ▕██████████████ ▏ 3.1 GB/3.5 GB 35 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 89% ▕██████████████ ▏ 3.1 GB/3.5 GB 35 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 89% ▕██████████████ ▏ 3.1 GB/3.5 GB 35 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 89% ▕██████████████ ▏ 3.1 GB/3.5 GB 35 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 89% ▕██████████████ ▏ 3.1 GB/3.5 GB 35 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 90% ▕██████████████ ▏ 3.1 GB/3.5 GB 35 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 90% ▕██████████████ ▏ 3.2 GB/3.5 GB 35 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 90% ▕██████████████ ▏ 3.2 GB/3.5 GB 35 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 90% ▕██████████████ ▏ 3.2 GB/3.5 GB 35 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 90% ▕██████████████ ▏ 3.2 GB/3.5 GB 35 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 90% ▕██████████████ ▏ 3.2 GB/3.5 GB 35 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 90% ▕██████████████ ▏ 3.2 GB/3.5 GB 35 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 90% ▕██████████████ ▏ 3.2 GB/3.5 GB 35 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 90% ▕██████████████ ▏ 3.2 GB/3.5 GB 35 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 91% ▕██████████████ ▏ 3.2 GB/3.5 GB 35 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 91% ▕██████████████ ▏ 3.2 GB/3.5 GB 35 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 91% ▕██████████████ ▏ 3.2 GB/3.5 GB 35 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 91% ▕██████████████ ▏ 3.2 GB/3.5 GB 35 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 91% ▕██████████████ ▏ 3.2 GB/3.5 GB 35 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 91% ▕██████████████ ▏ 3.2 GB/3.5 GB 35 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 91% ▕██████████████ ▏ 3.2 GB/3.5 GB 37 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 91% ▕██████████████ ▏ 3.2 GB/3.5 GB 37 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 92% ▕██████████████ ▏ 3.2 GB/3.5 GB 37 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 92% ▕██████████████ ▏ 3.2 GB/3.5 GB 37 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 92% ▕██████████████ ▏ 3.2 GB/3.5 GB 37 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 92% ▕██████████████ ▏ 3.2 GB/3.5 GB 37 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 92% ▕██████████████ ▏ 3.2 GB/3.5 GB 37 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 92% ▕██████████████ ▏ 3.2 GB/3.5 GB 37 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 92% ▕██████████████ ▏ 3.2 GB/3.5 GB 37 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 92% ▕██████████████ ▏ 3.2 GB/3.5 GB 37 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 92% ▕██████████████ ▏ 3.3 GB/3.5 GB 38 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 93% ▕██████████████ ▏ 3.3 GB/3.5 GB 38 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 93% ▕██████████████ ▏ 3.3 GB/3.5 GB 38 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 93% ▕██████████████ ▏ 3.3 GB/3.5 GB 38 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 93% ▕██████████████ ▏ 3.3 GB/3.5 GB 38 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 93% ▕██████████████ ▏ 3.3 GB/3.5 GB 38 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 93% ▕██████████████ ▏ 3.3 GB/3.5 GB 38 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 93% ▕██████████████ ▏ 3.3 GB/3.5 GB 38 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 93% ▕██████████████ ▏ 3.3 GB/3.5 GB 38 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 93% ▕██████████████ ▏ 3.3 GB/3.5 GB 38 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 93% ▕██████████████ ▏ 3.3 GB/3.5 GB 38 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 94% ▕██████████████ ▏ 3.3 GB/3.5 GB 38 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 94% ▕██████████████ ▏ 3.3 GB/3.5 GB 38 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 94% ▕███████████████ ▏ 3.3 GB/3.5 GB 38 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 94% ▕███████████████ ▏ 3.3 GB/3.5 GB 38 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 94% ▕███████████████ ▏ 3.3 GB/3.5 GB 38 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 94% ▕███████████████ ▏ 3.3 GB/3.5 GB 38 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 94% ▕███████████████ ▏ 3.3 GB/3.5 GB 38 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 94% ▕███████████████ ▏ 3.3 GB/3.5 GB 38 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 95% ▕███████████████ ▏ 3.3 GB/3.5 GB 38 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 95% ▕███████████████ ▏ 3.3 GB/3.5 GB 38 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 95% ▕███████████████ ▏ 3.3 GB/3.5 GB 38 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 95% ▕███████████████ ▏ 3.3 GB/3.5 GB 38 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 95% ▕███████████████ ▏ 3.3 GB/3.5 GB 38 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 95% ▕███████████████ ▏ 3.4 GB/3.5 GB 38 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 95% ▕███████████████ ▏ 3.4 GB/3.5 GB 38 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 95% ▕███████████████ ▏ 3.4 GB/3.5 GB 38 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 96% ▕███████████████ ▏ 3.4 GB/3.5 GB 38 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 96% ▕███████████████ ▏ 3.4 GB/3.5 GB 38 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 96% ▕███████████████ ▏ 3.4 GB/3.5 GB 38 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 96% ▕███████████████ ▏ 3.4 GB/3.5 GB 38 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 96% ▕███████████████ ▏ 3.4 GB/3.5 GB 40 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 96% ▕███████████████ ▏ 3.4 GB/3.5 GB 40 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 96% ▕███████████████ ▏ 3.4 GB/3.5 GB 40 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 96% ▕███████████████ ▏ 3.4 GB/3.5 GB 40 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 97% ▕███████████████ ▏ 3.4 GB/3.5 GB 40 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 97% ▕███████████████ ▏ 3.4 GB/3.5 GB 40 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 97% ▕███████████████ ▏ 3.4 GB/3.5 GB 40 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 97% ▕███████████████ ▏ 3.4 GB/3.5 GB 40 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 97% ▕███████████████ ▏ 3.4 GB/3.5 GB 40 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 97% ▕███████████████ ▏ 3.4 GB/3.5 GB 40 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 97% ▕███████████████ ▏ 3.4 GB/3.5 GB 41 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 97% ▕███████████████ ▏ 3.4 GB/3.5 GB 41 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 97% ▕███████████████ ▏ 3.4 GB/3.5 GB 41 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 97% ▕███████████████ ▏ 3.4 GB/3.5 GB 41 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 98% ▕███████████████ ▏ 3.4 GB/3.5 GB 41 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 98% ▕███████████████ ▏ 3.4 GB/3.5 GB 41 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 98% ▕███████████████ ▏ 3.4 GB/3.5 GB 41 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 98% ▕███████████████ ▏ 3.4 GB/3.5 GB 41 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 98% ▕███████████████ ▏ 3.5 GB/3.5 GB 41 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 98% ▕███████████████ ▏ 3.5 GB/3.5 GB 41 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 98% ▕███████████████ ▏ 3.5 GB/3.5 GB 40 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 98% ▕███████████████ ▏ 3.5 GB/3.5 GB 40 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 98% ▕███████████████ ▏ 3.5 GB/3.5 GB 40 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 99% ▕███████████████ ▏ 3.5 GB/3.5 GB 40 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 99% ▕███████████████ ▏ 3.5 GB/3.5 GB 40 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 99% ▕███████████████ ▏ 3.5 GB/3.5 GB 40 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 99% ▕███████████████ ▏ 3.5 GB/3.5 GB 40 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 99% ▕███████████████ ▏ 3.5 GB/3.5 GB 40 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 99% ▕███████████████ ▏ 3.5 GB/3.5 GB 40 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 99% ▕███████████████ ▏ 3.5 GB/3.5 GB 40 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 99% ▕███████████████ ▏ 3.5 GB/3.5 GB 40 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 99% ▕███████████████ ▏ 3.5 GB/3.5 GB 40 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕███████████████ ▏ 3.5 GB/3.5 GB 40 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕███████████████ ▏ 3.5 GB/3.5 GB 40 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕███████████████ ▏ 3.5 GB/3.5 GB 40 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕███████████████ ▏ 3.5 GB/3.5 GB 40 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕███████████████ ▏ 3.5 GB/3.5 GB 40 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕███████████████ ▏ 3.5 GB/3.5 GB 40 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \n", + "pushing manifest \n", + "success \u001b[?25h\n", + "\u001b[?25ltransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer \n", + "creating template layer \n", + "creating system layer \n", + "creating parameters layer \n", + "creating config layer \n", + "using already created layer sha256:3b452f408f0220bb930dcd4585be4c9766d191525d0a4b7b24ddb9c2b92125de \n", + "using already created layer sha256:04de533bb8fd4eb327158f79cdc0de736558e45d198db9275ef536f470281f1f \n", + "using already created layer sha256:af41c51c14924c73d476c474dd0617253462cdb32f1256d8b3d3d9fc00371199 \n", + "using already created layer sha256:3559b403e83a9669ecd8d347a509c20b870674a9838218f8b812c93c419fec88 \n", + "writing layer sha256:ea1459c26ce110d91cbd9ca655724c7603a510bd8b393c587c181c77d42abd8a \n", + "writing manifest \n", + "success \u001b[?25h\n", + "copied 'notus:q3_K_S' to 'argilla/notus:q3_K_S'\n", + "\u001b[?25lretrieving manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 0% ▕ ▏ 573 KB/3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 0% ▕ ▏ 1.9 MB/3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 0% ▕ ▏ 1.9 MB/3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 0% ▕ ▏ 2.1 MB/3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 0% ▕ ▏ 2.1 MB/3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 0% ▕ ▏ 2.1 MB/3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 0% ▕ ▏ 3.2 MB/3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 0% ▕ ▏ 3.2 MB/3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 0% ▕ ▏ 3.2 MB/3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 0% ▕ ▏ 3.2 MB/3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 0% ▕ ▏ 3.2 MB/3.2 GB 2.6 MB/s 20m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 0% ▕ ▏ 3.2 MB/3.2 GB 2.6 MB/s 20m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 0% ▕ ▏ 3.2 MB/3.2 GB 2.6 MB/s 20m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 0% ▕ ▏ 3.2 MB/3.2 GB 2.6 MB/s 20m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 0% ▕ ▏ 3.2 MB/3.2 GB 2.6 MB/s 20m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 0% ▕ ▏ 3.2 MB/3.2 GB 2.6 MB/s 20m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 0% ▕ ▏ 3.2 MB/3.2 GB 2.6 MB/s 20m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 0% ▕ ▏ 3.2 MB/3.2 GB 2.6 MB/s 20m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 0% ▕ ▏ 3.2 MB/3.2 GB 2.6 MB/s 20m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 0% ▕ ▏ 1.9 MB/3.2 GB 2.6 MB/s 20m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 0% ▕ ▏ 4.5 MB/3.2 GB 2.6 MB/s 20m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 0% ▕ ▏ 6.5 MB/3.2 GB 2.3 MB/s 22m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 0% ▕ ▏ 11 MB/3.2 GB 2.3 MB/s 22m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 0% ▕ ▏ 15 MB/3.2 GB 2.3 MB/s 22m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 1% ▕ ▏ 21 MB/3.2 GB 2.3 MB/s 22m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 1% ▕ ▏ 24 MB/3.2 GB 2.3 MB/s 22m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 1% ▕ ▏ 29 MB/3.2 GB 2.3 MB/s 22m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 1% ▕ ▏ 32 MB/3.2 GB 2.3 MB/s 22m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 1% ▕ ▏ 38 MB/3.2 GB 2.3 MB/s 22m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 1% ▕ ▏ 42 MB/3.2 GB 2.3 MB/s 22m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 2% ▕ ▏ 48 MB/3.2 GB 2.3 MB/s 22m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 2% ▕ ▏ 52 MB/3.2 GB 16 MB/s 3m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 2% ▕ ▏ 56 MB/3.2 GB 16 MB/s 3m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 2% ▕ ▏ 60 MB/3.2 GB 16 MB/s 3m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 2% ▕ ▏ 65 MB/3.2 GB 16 MB/s 3m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 2% ▕ ▏ 64 MB/3.2 GB 16 MB/s 3m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 2% ▕ ▏ 71 MB/3.2 GB 16 MB/s 3m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 2% ▕ ▏ 77 MB/3.2 GB 16 MB/s 3m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 3% ▕ ▏ 79 MB/3.2 GB 16 MB/s 3m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 3% ▕ ▏ 87 MB/3.2 GB 16 MB/s 3m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 3% ▕ ▏ 91 MB/3.2 GB 16 MB/s 3m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 3% ▕ ▏ 96 MB/3.2 GB 24 MB/s 2m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 3% ▕ ▏ 100 MB/3.2 GB 24 MB/s 2m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 3% ▕ ▏ 104 MB/3.2 GB 24 MB/s 2m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 3% ▕ ▏ 108 MB/3.2 GB 24 MB/s 2m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 4% ▕ ▏ 114 MB/3.2 GB 24 MB/s 2m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 4% ▕ ▏ 119 MB/3.2 GB 24 MB/s 2m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 4% ▕ ▏ 124 MB/3.2 GB 24 MB/s 2m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 4% ▕ ▏ 129 MB/3.2 GB 24 MB/s 2m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 4% ▕ ▏ 131 MB/3.2 GB 24 MB/s 2m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 4% ▕ ▏ 135 MB/3.2 GB 24 MB/s 2m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 4% ▕ ▏ 138 MB/3.2 GB 27 MB/s 1m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 4% ▕ ▏ 140 MB/3.2 GB 27 MB/s 1m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 4% ▕ ▏ 141 MB/3.2 GB 27 MB/s 1m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 5% ▕ ▏ 146 MB/3.2 GB 27 MB/s 1m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 5% ▕ ▏ 150 MB/3.2 GB 27 MB/s 1m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 5% ▕ ▏ 154 MB/3.2 GB 27 MB/s 1m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 5% ▕ ▏ 160 MB/3.2 GB 27 MB/s 1m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 5% ▕ ▏ 165 MB/3.2 GB 27 MB/s 1m48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 5% ▕ ▏ 168 MB/3.2 GB 27 MB/s 1m48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 5% ▕ ▏ 170 MB/3.2 GB 27 MB/s 1m48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 6% ▕ ▏ 176 MB/3.2 GB 29 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 6% ▕ ▏ 176 MB/3.2 GB 29 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 6% ▕ ▏ 184 MB/3.2 GB 29 MB/s 1m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 6% ▕ ▏ 189 MB/3.2 GB 29 MB/s 1m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 6% ▕ ▏ 191 MB/3.2 GB 29 MB/s 1m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 6% ▕ ▏ 193 MB/3.2 GB 29 MB/s 1m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 6% ▕█ ▏ 200 MB/3.2 GB 29 MB/s 1m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 6% ▕█ ▏ 202 MB/3.2 GB 29 MB/s 1m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 6% ▕█ ▏ 203 MB/3.2 GB 29 MB/s 1m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 7% ▕█ ▏ 209 MB/3.2 GB 29 MB/s 1m40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 7% ▕█ ▏ 210 MB/3.2 GB 29 MB/s 1m40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 7% ▕█ ▏ 218 MB/3.2 GB 30 MB/s 1m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 7% ▕█ ▏ 223 MB/3.2 GB 30 MB/s 1m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 7% ▕█ ▏ 226 MB/3.2 GB 30 MB/s 1m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 7% ▕█ ▏ 231 MB/3.2 GB 30 MB/s 1m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 8% ▕█ ▏ 240 MB/3.2 GB 30 MB/s 1m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 8% ▕█ ▏ 243 MB/3.2 GB 30 MB/s 1m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 8% ▕█ ▏ 245 MB/3.2 GB 30 MB/s 1m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 8% ▕█ ▏ 251 MB/3.2 GB 30 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 8% ▕█ ▏ 255 MB/3.2 GB 30 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 8% ▕█ ▏ 260 MB/3.2 GB 30 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 8% ▕█ ▏ 265 MB/3.2 GB 32 MB/s 1m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 9% ▕█ ▏ 269 MB/3.2 GB 32 MB/s 1m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 9% ▕█ ▏ 274 MB/3.2 GB 32 MB/s 1m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 9% ▕█ ▏ 277 MB/3.2 GB 32 MB/s 1m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 9% ▕█ ▏ 277 MB/3.2 GB 32 MB/s 1m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 9% ▕█ ▏ 283 MB/3.2 GB 32 MB/s 1m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 9% ▕█ ▏ 291 MB/3.2 GB 32 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 9% ▕█ ▏ 289 MB/3.2 GB 32 MB/s 1m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 9% ▕█ ▏ 296 MB/3.2 GB 32 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 10% ▕█ ▏ 302 MB/3.2 GB 32 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 10% ▕█ ▏ 306 MB/3.2 GB 33 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 10% ▕█ ▏ 312 MB/3.2 GB 33 MB/s 1m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 10% ▕█ ▏ 317 MB/3.2 GB 33 MB/s 1m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 10% ▕█ ▏ 319 MB/3.2 GB 33 MB/s 1m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 10% ▕█ ▏ 326 MB/3.2 GB 33 MB/s 1m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 10% ▕█ ▏ 329 MB/3.2 GB 33 MB/s 1m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 11% ▕█ ▏ 333 MB/3.2 GB 33 MB/s 1m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 11% ▕█ ▏ 335 MB/3.2 GB 33 MB/s 1m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 11% ▕█ ▏ 339 MB/3.2 GB 33 MB/s 1m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 11% ▕█ ▏ 341 MB/3.2 GB 33 MB/s 1m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 11% ▕█ ▏ 347 MB/3.2 GB 38 MB/s 1m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 11% ▕█ ▏ 355 MB/3.2 GB 38 MB/s 1m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 11% ▕█ ▏ 357 MB/3.2 GB 38 MB/s 1m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 11% ▕█ ▏ 362 MB/3.2 GB 38 MB/s 1m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 12% ▕█ ▏ 370 MB/3.2 GB 38 MB/s 1m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 12% ▕█ ▏ 373 MB/3.2 GB 38 MB/s 1m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 12% ▕█ ▏ 374 MB/3.2 GB 38 MB/s 1m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 12% ▕█ ▏ 383 MB/3.2 GB 38 MB/s 1m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 12% ▕█ ▏ 383 MB/3.2 GB 38 MB/s 1m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 12% ▕█ ▏ 383 MB/3.2 GB 38 MB/s 1m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 12% ▕█ ▏ 390 MB/3.2 GB 42 MB/s 1m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 12% ▕█ ▏ 393 MB/3.2 GB 42 MB/s 1m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 13% ▕██ ▏ 398 MB/3.2 GB 42 MB/s 1m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 13% ▕██ ▏ 403 MB/3.2 GB 42 MB/s 1m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 13% ▕██ ▏ 407 MB/3.2 GB 42 MB/s 1m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 13% ▕██ ▏ 411 MB/3.2 GB 42 MB/s 1m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 13% ▕██ ▏ 416 MB/3.2 GB 42 MB/s 1m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 13% ▕██ ▏ 417 MB/3.2 GB 42 MB/s 1m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 14% ▕██ ▏ 427 MB/3.2 GB 42 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 14% ▕██ ▏ 431 MB/3.2 GB 42 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 14% ▕██ ▏ 434 MB/3.2 GB 42 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 14% ▕██ ▏ 440 MB/3.2 GB 43 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 14% ▕██ ▏ 446 MB/3.2 GB 43 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 14% ▕██ ▏ 448 MB/3.2 GB 43 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 14% ▕██ ▏ 455 MB/3.2 GB 43 MB/s 1m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 15% ▕██ ▏ 462 MB/3.2 GB 43 MB/s 1m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 15% ▕██ ▏ 461 MB/3.2 GB 43 MB/s 1m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 15% ▕██ ▏ 464 MB/3.2 GB 43 MB/s 1m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 15% ▕██ ▏ 471 MB/3.2 GB 43 MB/s 1m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 15% ▕██ ▏ 476 MB/3.2 GB 43 MB/s 1m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 15% ▕██ ▏ 484 MB/3.2 GB 43 MB/s 1m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 15% ▕██ ▏ 488 MB/3.2 GB 43 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 15% ▕██ ▏ 489 MB/3.2 GB 43 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 16% ▕██ ▏ 492 MB/3.2 GB 43 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 16% ▕██ ▏ 504 MB/3.2 GB 43 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 16% ▕██ ▏ 505 MB/3.2 GB 43 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 16% ▕██ ▏ 513 MB/3.2 GB 43 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 16% ▕██ ▏ 517 MB/3.2 GB 43 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 16% ▕██ ▏ 518 MB/3.2 GB 43 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 17% ▕██ ▏ 524 MB/3.2 GB 43 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 17% ▕██ ▏ 529 MB/3.2 GB 43 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 17% ▕██ ▏ 531 MB/3.2 GB 43 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 17% ▕██ ▏ 539 MB/3.2 GB 43 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 17% ▕██ ▏ 542 MB/3.2 GB 43 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 17% ▕██ ▏ 542 MB/3.2 GB 43 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 17% ▕██ ▏ 550 MB/3.2 GB 43 MB/s 59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 18% ▕██ ▏ 556 MB/3.2 GB 43 MB/s 59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 18% ▕██ ▏ 558 MB/3.2 GB 43 MB/s 59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 18% ▕██ ▏ 562 MB/3.2 GB 43 MB/s 59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 18% ▕██ ▏ 565 MB/3.2 GB 43 MB/s 59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 18% ▕██ ▏ 565 MB/3.2 GB 43 MB/s 59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 18% ▕██ ▏ 580 MB/3.2 GB 44 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 18% ▕██ ▏ 584 MB/3.2 GB 44 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 18% ▕██ ▏ 584 MB/3.2 GB 44 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 19% ▕███ ▏ 593 MB/3.2 GB 44 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 19% ▕███ ▏ 598 MB/3.2 GB 44 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 19% ▕███ ▏ 599 MB/3.2 GB 44 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 19% ▕███ ▏ 599 MB/3.2 GB 44 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 19% ▕███ ▏ 608 MB/3.2 GB 44 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 19% ▕███ ▏ 609 MB/3.2 GB 44 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 19% ▕███ ▏ 614 MB/3.2 GB 44 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 20% ▕███ ▏ 624 MB/3.2 GB 45 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 20% ▕███ ▏ 626 MB/3.2 GB 45 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 20% ▕███ ▏ 630 MB/3.2 GB 45 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 20% ▕███ ▏ 638 MB/3.2 GB 45 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 20% ▕███ ▏ 639 MB/3.2 GB 45 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 20% ▕███ ▏ 641 MB/3.2 GB 45 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 21% ▕███ ▏ 650 MB/3.2 GB 45 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 21% ▕███ ▏ 652 MB/3.2 GB 45 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 21% ▕███ ▏ 654 MB/3.2 GB 45 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 21% ▕███ ▏ 658 MB/3.2 GB 45 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 21% ▕███ ▏ 662 MB/3.2 GB 45 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 21% ▕███ ▏ 668 MB/3.2 GB 44 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 21% ▕███ ▏ 672 MB/3.2 GB 44 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 21% ▕███ ▏ 674 MB/3.2 GB 44 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 22% ▕███ ▏ 686 MB/3.2 GB 44 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 22% ▕███ ▏ 689 MB/3.2 GB 44 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 22% ▕███ ▏ 691 MB/3.2 GB 44 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 22% ▕███ ▏ 692 MB/3.2 GB 44 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 22% ▕███ ▏ 700 MB/3.2 GB 44 MB/s 54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 22% ▕███ ▏ 705 MB/3.2 GB 44 MB/s 54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 22% ▕███ ▏ 710 MB/3.2 GB 44 MB/s 54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 22% ▕███ ▏ 711 MB/3.2 GB 45 MB/s 54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 23% ▕███ ▏ 713 MB/3.2 GB 45 MB/s 54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 23% ▕███ ▏ 718 MB/3.2 GB 45 MB/s 54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 23% ▕███ ▏ 722 MB/3.2 GB 45 MB/s 54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 23% ▕███ ▏ 724 MB/3.2 GB 45 MB/s 54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 23% ▕███ ▏ 724 MB/3.2 GB 45 MB/s 54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 23% ▕███ ▏ 729 MB/3.2 GB 45 MB/s 54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 23% ▕███ ▏ 732 MB/3.2 GB 45 MB/s 54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 23% ▕███ ▏ 736 MB/3.2 GB 45 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 24% ▕███ ▏ 746 MB/3.2 GB 45 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 24% ▕███ ▏ 747 MB/3.2 GB 44 MB/s 54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 24% ▕███ ▏ 756 MB/3.2 GB 44 MB/s 54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 24% ▕███ ▏ 761 MB/3.2 GB 44 MB/s 54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 24% ▕███ ▏ 761 MB/3.2 GB 44 MB/s 54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 24% ▕███ ▏ 765 MB/3.2 GB 44 MB/s 54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 24% ▕███ ▏ 773 MB/3.2 GB 44 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 24% ▕███ ▏ 773 MB/3.2 GB 44 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 24% ▕███ ▏ 774 MB/3.2 GB 44 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 25% ▕███ ▏ 784 MB/3.2 GB 44 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 25% ▕███ ▏ 786 MB/3.2 GB 44 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 25% ▕███ ▏ 786 MB/3.2 GB 43 MB/s 54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 25% ▕████ ▏ 793 MB/3.2 GB 43 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 25% ▕████ ▏ 798 MB/3.2 GB 43 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 25% ▕████ ▏ 801 MB/3.2 GB 43 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 25% ▕████ ▏ 801 MB/3.2 GB 43 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 25% ▕████ ▏ 802 MB/3.2 GB 43 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 26% ▕████ ▏ 810 MB/3.2 GB 43 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 26% ▕████ ▏ 816 MB/3.2 GB 43 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 26% ▕████ ▏ 819 MB/3.2 GB 43 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 26% ▕████ ▏ 830 MB/3.2 GB 43 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 26% ▕████ ▏ 832 MB/3.2 GB 43 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 26% ▕████ ▏ 832 MB/3.2 GB 43 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 26% ▕████ ▏ 837 MB/3.2 GB 43 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 27% ▕████ ▏ 846 MB/3.2 GB 43 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 27% ▕████ ▏ 848 MB/3.2 GB 43 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 27% ▕████ ▏ 851 MB/3.2 GB 43 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 27% ▕████ ▏ 860 MB/3.2 GB 43 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 27% ▕████ ▏ 861 MB/3.2 GB 43 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 27% ▕████ ▏ 866 MB/3.2 GB 43 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 28% ▕████ ▏ 875 MB/3.2 GB 43 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 28% ▕████ ▏ 877 MB/3.2 GB 43 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 28% ▕████ ▏ 881 MB/3.2 GB 43 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 28% ▕████ ▏ 883 MB/3.2 GB 43 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 28% ▕████ ▏ 883 MB/3.2 GB 43 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 28% ▕████ ▏ 894 MB/3.2 GB 43 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 28% ▕████ ▏ 896 MB/3.2 GB 43 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 28% ▕████ ▏ 897 MB/3.2 GB 43 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 29% ▕████ ▏ 907 MB/3.2 GB 43 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 29% ▕████ ▏ 908 MB/3.2 GB 43 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 29% ▕████ ▏ 915 MB/3.2 GB 43 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 29% ▕████ ▏ 921 MB/3.2 GB 43 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 29% ▕████ ▏ 922 MB/3.2 GB 43 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 29% ▕████ ▏ 922 MB/3.2 GB 43 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 29% ▕████ ▏ 927 MB/3.2 GB 43 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 30% ▕████ ▏ 937 MB/3.2 GB 43 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 30% ▕████ ▏ 942 MB/3.2 GB 43 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 30% ▕████ ▏ 945 MB/3.2 GB 43 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 30% ▕████ ▏ 944 MB/3.2 GB 43 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 30% ▕████ ▏ 947 MB/3.2 GB 43 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 30% ▕████ ▏ 954 MB/3.2 GB 43 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 30% ▕████ ▏ 958 MB/3.2 GB 43 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 31% ▕████ ▏ 965 MB/3.2 GB 42 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 31% ▕████ ▏ 972 MB/3.2 GB 42 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 31% ▕████ ▏ 978 MB/3.2 GB 42 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 31% ▕████ ▏ 981 MB/3.2 GB 42 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 31% ▕████ ▏ 983 MB/3.2 GB 42 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 31% ▕████ ▏ 985 MB/3.2 GB 42 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 31% ▕████ ▏ 986 MB/3.2 GB 42 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 31% ▕█████ ▏ 996 MB/3.2 GB 42 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 32% ▕█████ ▏ 1.0 GB/3.2 GB 42 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 32% ▕█████ ▏ 1.0 GB/3.2 GB 42 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 32% ▕█████ ▏ 1.0 GB/3.2 GB 43 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 32% ▕█████ ▏ 1.0 GB/3.2 GB 43 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 32% ▕█████ ▏ 1.0 GB/3.2 GB 43 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 32% ▕█████ ▏ 1.0 GB/3.2 GB 43 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 33% ▕█████ ▏ 1.0 GB/3.2 GB 43 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 33% ▕█████ ▏ 1.0 GB/3.2 GB 43 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 33% ▕█████ ▏ 1.0 GB/3.2 GB 43 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 33% ▕█████ ▏ 1.0 GB/3.2 GB 43 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 33% ▕█████ ▏ 1.0 GB/3.2 GB 43 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 33% ▕█████ ▏ 1.1 GB/3.2 GB 43 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 33% ▕█████ ▏ 1.1 GB/3.2 GB 42 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 33% ▕█████ ▏ 1.1 GB/3.2 GB 42 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 34% ▕█████ ▏ 1.1 GB/3.2 GB 42 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 34% ▕█████ ▏ 1.1 GB/3.2 GB 42 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 34% ▕█████ ▏ 1.1 GB/3.2 GB 42 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 34% ▕█████ ▏ 1.1 GB/3.2 GB 42 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 34% ▕█████ ▏ 1.1 GB/3.2 GB 42 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 34% ▕█████ ▏ 1.1 GB/3.2 GB 42 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 34% ▕█████ ▏ 1.1 GB/3.2 GB 42 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 35% ▕█████ ▏ 1.1 GB/3.2 GB 42 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 35% ▕█████ ▏ 1.1 GB/3.2 GB 42 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 35% ▕█████ ▏ 1.1 GB/3.2 GB 43 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 35% ▕█████ ▏ 1.1 GB/3.2 GB 43 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 35% ▕█████ ▏ 1.1 GB/3.2 GB 43 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 35% ▕█████ ▏ 1.1 GB/3.2 GB 43 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 35% ▕█████ ▏ 1.1 GB/3.2 GB 43 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 35% ▕█████ ▏ 1.1 GB/3.2 GB 43 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 35% ▕█████ ▏ 1.1 GB/3.2 GB 43 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 36% ▕█████ ▏ 1.1 GB/3.2 GB 43 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 36% ▕█████ ▏ 1.1 GB/3.2 GB 43 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 36% ▕█████ ▏ 1.1 GB/3.2 GB 43 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 36% ▕█████ ▏ 1.1 GB/3.2 GB 42 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 36% ▕█████ ▏ 1.1 GB/3.2 GB 42 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 36% ▕█████ ▏ 1.2 GB/3.2 GB 42 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 36% ▕█████ ▏ 1.1 GB/3.2 GB 42 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 36% ▕█████ ▏ 1.1 GB/3.2 GB 42 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 37% ▕█████ ▏ 1.2 GB/3.2 GB 42 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 37% ▕█████ ▏ 1.2 GB/3.2 GB 42 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 37% ▕█████ ▏ 1.2 GB/3.2 GB 42 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 37% ▕█████ ▏ 1.2 GB/3.2 GB 42 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 37% ▕█████ ▏ 1.2 GB/3.2 GB 42 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 37% ▕█████ ▏ 1.2 GB/3.2 GB 42 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 37% ▕█████ ▏ 1.2 GB/3.2 GB 42 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 37% ▕█████ ▏ 1.2 GB/3.2 GB 42 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 37% ▕█████ ▏ 1.2 GB/3.2 GB 42 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 38% ▕██████ ▏ 1.2 GB/3.2 GB 42 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 38% ▕██████ ▏ 1.2 GB/3.2 GB 42 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 38% ▕██████ ▏ 1.2 GB/3.2 GB 42 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 38% ▕██████ ▏ 1.2 GB/3.2 GB 42 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 38% ▕██████ ▏ 1.2 GB/3.2 GB 42 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 38% ▕██████ ▏ 1.2 GB/3.2 GB 42 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 38% ▕██████ ▏ 1.2 GB/3.2 GB 41 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 38% ▕██████ ▏ 1.2 GB/3.2 GB 41 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 39% ▕██████ ▏ 1.2 GB/3.2 GB 41 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 39% ▕██████ ▏ 1.2 GB/3.2 GB 41 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 39% ▕██████ ▏ 1.2 GB/3.2 GB 41 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 39% ▕██████ ▏ 1.2 GB/3.2 GB 41 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 39% ▕██████ ▏ 1.2 GB/3.2 GB 41 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 39% ▕██████ ▏ 1.2 GB/3.2 GB 41 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 39% ▕██████ ▏ 1.2 GB/3.2 GB 41 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 39% ▕██████ ▏ 1.2 GB/3.2 GB 41 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 39% ▕██████ ▏ 1.2 GB/3.2 GB 41 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 40% ▕██████ ▏ 1.3 GB/3.2 GB 41 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 40% ▕██████ ▏ 1.3 GB/3.2 GB 41 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 40% ▕██████ ▏ 1.3 GB/3.2 GB 41 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 40% ▕██████ ▏ 1.3 GB/3.2 GB 41 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 40% ▕██████ ▏ 1.3 GB/3.2 GB 41 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 40% ▕██████ ▏ 1.3 GB/3.2 GB 41 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 40% ▕██████ ▏ 1.3 GB/3.2 GB 41 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 41% ▕██████ ▏ 1.3 GB/3.2 GB 41 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 41% ▕██████ ▏ 1.3 GB/3.2 GB 41 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 41% ▕██████ ▏ 1.3 GB/3.2 GB 41 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 41% ▕██████ ▏ 1.3 GB/3.2 GB 41 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 41% ▕██████ ▏ 1.3 GB/3.2 GB 41 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 41% ▕██████ ▏ 1.3 GB/3.2 GB 41 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 41% ▕██████ ▏ 1.3 GB/3.2 GB 41 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 42% ▕██████ ▏ 1.3 GB/3.2 GB 41 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 42% ▕██████ ▏ 1.3 GB/3.2 GB 41 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 42% ▕██████ ▏ 1.3 GB/3.2 GB 41 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 42% ▕██████ ▏ 1.3 GB/3.2 GB 41 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 42% ▕██████ ▏ 1.3 GB/3.2 GB 41 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 42% ▕██████ ▏ 1.3 GB/3.2 GB 41 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 42% ▕██████ ▏ 1.3 GB/3.2 GB 40 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 42% ▕██████ ▏ 1.3 GB/3.2 GB 40 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 42% ▕██████ ▏ 1.3 GB/3.2 GB 40 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 43% ▕██████ ▏ 1.3 GB/3.2 GB 40 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 43% ▕██████ ▏ 1.3 GB/3.2 GB 40 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 43% ▕██████ ▏ 1.4 GB/3.2 GB 40 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 43% ▕██████ ▏ 1.4 GB/3.2 GB 40 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 43% ▕██████ ▏ 1.4 GB/3.2 GB 40 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 43% ▕██████ ▏ 1.4 GB/3.2 GB 40 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 43% ▕██████ ▏ 1.4 GB/3.2 GB 40 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 43% ▕██████ ▏ 1.4 GB/3.2 GB 39 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 43% ▕██████ ▏ 1.4 GB/3.2 GB 39 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 44% ▕██████ ▏ 1.4 GB/3.2 GB 39 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 44% ▕███████ ▏ 1.4 GB/3.2 GB 39 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 44% ▕███████ ▏ 1.4 GB/3.2 GB 39 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 44% ▕███████ ▏ 1.4 GB/3.2 GB 39 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 44% ▕███████ ▏ 1.4 GB/3.2 GB 39 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 44% ▕███████ ▏ 1.4 GB/3.2 GB 39 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 44% ▕███████ ▏ 1.4 GB/3.2 GB 39 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 44% ▕███████ ▏ 1.4 GB/3.2 GB 39 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 45% ▕███████ ▏ 1.4 GB/3.2 GB 40 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 45% ▕███████ ▏ 1.4 GB/3.2 GB 40 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 45% ▕███████ ▏ 1.4 GB/3.2 GB 40 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 45% ▕███████ ▏ 1.4 GB/3.2 GB 40 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 45% ▕███████ ▏ 1.4 GB/3.2 GB 40 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 45% ▕███████ ▏ 1.4 GB/3.2 GB 40 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 45% ▕███████ ▏ 1.4 GB/3.2 GB 40 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 46% ▕███████ ▏ 1.4 GB/3.2 GB 40 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 46% ▕███████ ▏ 1.4 GB/3.2 GB 40 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 46% ▕███████ ▏ 1.4 GB/3.2 GB 40 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 46% ▕███████ ▏ 1.4 GB/3.2 GB 37 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 46% ▕███████ ▏ 1.5 GB/3.2 GB 37 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 46% ▕███████ ▏ 1.5 GB/3.2 GB 37 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 46% ▕███████ ▏ 1.5 GB/3.2 GB 37 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 46% ▕███████ ▏ 1.5 GB/3.2 GB 37 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 46% ▕███████ ▏ 1.5 GB/3.2 GB 37 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 47% ▕███████ ▏ 1.5 GB/3.2 GB 37 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 47% ▕███████ ▏ 1.5 GB/3.2 GB 37 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 47% ▕███████ ▏ 1.5 GB/3.2 GB 37 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 47% ▕███████ ▏ 1.5 GB/3.2 GB 37 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 47% ▕███████ ▏ 1.5 GB/3.2 GB 37 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 47% ▕███████ ▏ 1.5 GB/3.2 GB 39 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 47% ▕███████ ▏ 1.5 GB/3.2 GB 39 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 47% ▕███████ ▏ 1.5 GB/3.2 GB 39 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 48% ▕███████ ▏ 1.5 GB/3.2 GB 39 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 48% ▕███████ ▏ 1.5 GB/3.2 GB 39 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 48% ▕███████ ▏ 1.5 GB/3.2 GB 39 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 48% ▕███████ ▏ 1.5 GB/3.2 GB 39 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 48% ▕███████ ▏ 1.5 GB/3.2 GB 39 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 48% ▕███████ ▏ 1.5 GB/3.2 GB 39 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 48% ▕███████ ▏ 1.5 GB/3.2 GB 39 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 49% ▕███████ ▏ 1.5 GB/3.2 GB 40 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 49% ▕███████ ▏ 1.5 GB/3.2 GB 40 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 49% ▕███████ ▏ 1.5 GB/3.2 GB 40 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 49% ▕███████ ▏ 1.5 GB/3.2 GB 40 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 49% ▕███████ ▏ 1.5 GB/3.2 GB 40 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 49% ▕███████ ▏ 1.6 GB/3.2 GB 40 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 49% ▕███████ ▏ 1.6 GB/3.2 GB 40 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 49% ▕███████ ▏ 1.6 GB/3.2 GB 40 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 49% ▕███████ ▏ 1.6 GB/3.2 GB 40 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 49% ▕███████ ▏ 1.6 GB/3.2 GB 40 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 50% ▕███████ ▏ 1.6 GB/3.2 GB 40 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 50% ▕███████ ▏ 1.6 GB/3.2 GB 40 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 50% ▕███████ ▏ 1.6 GB/3.2 GB 40 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 50% ▕███████ ▏ 1.6 GB/3.2 GB 40 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 50% ▕███████ ▏ 1.6 GB/3.2 GB 40 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 50% ▕████████ ▏ 1.6 GB/3.2 GB 40 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 50% ▕████████ ▏ 1.6 GB/3.2 GB 40 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 50% ▕████████ ▏ 1.6 GB/3.2 GB 40 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 50% ▕████████ ▏ 1.6 GB/3.2 GB 40 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 50% ▕████████ ▏ 1.6 GB/3.2 GB 40 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 50% ▕████████ ▏ 1.6 GB/3.2 GB 38 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 50% ▕████████ ▏ 1.6 GB/3.2 GB 38 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 50% ▕████████ ▏ 1.6 GB/3.2 GB 38 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 51% ▕████████ ▏ 1.6 GB/3.2 GB 38 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 51% ▕████████ ▏ 1.6 GB/3.2 GB 38 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 51% ▕████████ ▏ 1.6 GB/3.2 GB 38 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 51% ▕████████ ▏ 1.6 GB/3.2 GB 38 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 51% ▕████████ ▏ 1.6 GB/3.2 GB 38 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 51% ▕████████ ▏ 1.6 GB/3.2 GB 38 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 51% ▕████████ ▏ 1.6 GB/3.2 GB 38 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 51% ▕████████ ▏ 1.6 GB/3.2 GB 37 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 52% ▕████████ ▏ 1.6 GB/3.2 GB 37 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 52% ▕████████ ▏ 1.6 GB/3.2 GB 37 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 52% ▕████████ ▏ 1.6 GB/3.2 GB 37 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 52% ▕████████ ▏ 1.6 GB/3.2 GB 37 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 52% ▕████████ ▏ 1.6 GB/3.2 GB 37 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 52% ▕████████ ▏ 1.6 GB/3.2 GB 37 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 52% ▕████████ ▏ 1.7 GB/3.2 GB 37 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 53% ▕████████ ▏ 1.7 GB/3.2 GB 37 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 53% ▕████████ ▏ 1.7 GB/3.2 GB 37 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 53% ▕████████ ▏ 1.7 GB/3.2 GB 37 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 53% ▕████████ ▏ 1.7 GB/3.2 GB 37 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 53% ▕████████ ▏ 1.7 GB/3.2 GB 37 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 53% ▕████████ ▏ 1.7 GB/3.2 GB 37 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 53% ▕████████ ▏ 1.7 GB/3.2 GB 37 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 53% ▕████████ ▏ 1.7 GB/3.2 GB 37 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 54% ▕████████ ▏ 1.7 GB/3.2 GB 37 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 54% ▕████████ ▏ 1.7 GB/3.2 GB 37 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 54% ▕████████ ▏ 1.7 GB/3.2 GB 37 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 54% ▕████████ ▏ 1.7 GB/3.2 GB 37 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 54% ▕████████ ▏ 1.7 GB/3.2 GB 37 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 54% ▕████████ ▏ 1.7 GB/3.2 GB 38 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 54% ▕████████ ▏ 1.7 GB/3.2 GB 38 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 55% ▕████████ ▏ 1.7 GB/3.2 GB 38 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 55% ▕████████ ▏ 1.7 GB/3.2 GB 38 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 55% ▕████████ ▏ 1.7 GB/3.2 GB 38 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 55% ▕████████ ▏ 1.7 GB/3.2 GB 38 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 55% ▕████████ ▏ 1.7 GB/3.2 GB 38 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 55% ▕████████ ▏ 1.7 GB/3.2 GB 38 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 55% ▕████████ ▏ 1.7 GB/3.2 GB 38 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 55% ▕████████ ▏ 1.8 GB/3.2 GB 38 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 55% ▕████████ ▏ 1.8 GB/3.2 GB 37 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 55% ▕████████ ▏ 1.8 GB/3.2 GB 37 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 56% ▕████████ ▏ 1.8 GB/3.2 GB 37 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 56% ▕████████ ▏ 1.8 GB/3.2 GB 37 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 56% ▕████████ ▏ 1.8 GB/3.2 GB 37 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 56% ▕████████ ▏ 1.8 GB/3.2 GB 37 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 56% ▕████████ ▏ 1.8 GB/3.2 GB 37 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 56% ▕█████████ ▏ 1.8 GB/3.2 GB 37 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 57% ▕█████████ ▏ 1.8 GB/3.2 GB 37 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 57% ▕█████████ ▏ 1.8 GB/3.2 GB 37 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 57% ▕█████████ ▏ 1.8 GB/3.2 GB 39 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 57% ▕█████████ ▏ 1.8 GB/3.2 GB 39 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 57% ▕█████████ ▏ 1.8 GB/3.2 GB 39 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 57% ▕█████████ ▏ 1.8 GB/3.2 GB 39 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 57% ▕█████████ ▏ 1.8 GB/3.2 GB 39 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 57% ▕█████████ ▏ 1.8 GB/3.2 GB 39 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 58% ▕█████████ ▏ 1.8 GB/3.2 GB 39 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 58% ▕█████████ ▏ 1.8 GB/3.2 GB 39 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 58% ▕█████████ ▏ 1.8 GB/3.2 GB 39 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 58% ▕█████████ ▏ 1.8 GB/3.2 GB 39 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 58% ▕█████████ ▏ 1.8 GB/3.2 GB 38 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 58% ▕█████████ ▏ 1.8 GB/3.2 GB 38 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 58% ▕█████████ ▏ 1.8 GB/3.2 GB 38 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 58% ▕█████████ ▏ 1.8 GB/3.2 GB 38 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 59% ▕█████████ ▏ 1.9 GB/3.2 GB 38 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 59% ▕█████████ ▏ 1.9 GB/3.2 GB 38 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 59% ▕█████████ ▏ 1.9 GB/3.2 GB 38 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 59% ▕█████████ ▏ 1.9 GB/3.2 GB 38 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 59% ▕█████████ ▏ 1.9 GB/3.2 GB 38 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 59% ▕█████████ ▏ 1.9 GB/3.2 GB 38 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 59% ▕█████████ ▏ 1.9 GB/3.2 GB 38 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 59% ▕█████████ ▏ 1.9 GB/3.2 GB 38 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 60% ▕█████████ ▏ 1.9 GB/3.2 GB 38 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 60% ▕█████████ ▏ 1.9 GB/3.2 GB 38 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 60% ▕█████████ ▏ 1.9 GB/3.2 GB 38 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 60% ▕█████████ ▏ 1.9 GB/3.2 GB 38 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 60% ▕█████████ ▏ 1.9 GB/3.2 GB 38 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 60% ▕█████████ ▏ 1.9 GB/3.2 GB 38 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 60% ▕█████████ ▏ 1.9 GB/3.2 GB 38 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 60% ▕█████████ ▏ 1.9 GB/3.2 GB 38 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 61% ▕█████████ ▏ 1.9 GB/3.2 GB 38 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 61% ▕█████████ ▏ 1.9 GB/3.2 GB 39 MB/s 31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 61% ▕█████████ ▏ 1.9 GB/3.2 GB 39 MB/s 31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 61% ▕█████████ ▏ 1.9 GB/3.2 GB 39 MB/s 31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 61% ▕█████████ ▏ 1.9 GB/3.2 GB 39 MB/s 31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 61% ▕█████████ ▏ 1.9 GB/3.2 GB 39 MB/s 31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 62% ▕█████████ ▏ 1.9 GB/3.2 GB 39 MB/s 31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 62% ▕█████████ ▏ 1.9 GB/3.2 GB 39 MB/s 31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 62% ▕█████████ ▏ 2.0 GB/3.2 GB 39 MB/s 31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 62% ▕█████████ ▏ 2.0 GB/3.2 GB 39 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 62% ▕█████████ ▏ 2.0 GB/3.2 GB 39 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 62% ▕█████████ ▏ 2.0 GB/3.2 GB 41 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 62% ▕█████████ ▏ 2.0 GB/3.2 GB 41 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 63% ▕██████████ ▏ 2.0 GB/3.2 GB 41 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 63% ▕██████████ ▏ 2.0 GB/3.2 GB 41 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 63% ▕██████████ ▏ 2.0 GB/3.2 GB 41 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 63% ▕██████████ ▏ 2.0 GB/3.2 GB 41 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 63% ▕██████████ ▏ 2.0 GB/3.2 GB 41 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 63% ▕██████████ ▏ 2.0 GB/3.2 GB 41 MB/s 27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 63% ▕██████████ ▏ 2.0 GB/3.2 GB 41 MB/s 27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 63% ▕██████████ ▏ 2.0 GB/3.2 GB 41 MB/s 27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 63% ▕██████████ ▏ 2.0 GB/3.2 GB 41 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 63% ▕██████████ ▏ 2.0 GB/3.2 GB 41 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 64% ▕██████████ ▏ 2.0 GB/3.2 GB 41 MB/s 27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 64% ▕██████████ ▏ 2.0 GB/3.2 GB 41 MB/s 27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 64% ▕██████████ ▏ 2.0 GB/3.2 GB 41 MB/s 27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 64% ▕██████████ ▏ 2.0 GB/3.2 GB 41 MB/s 27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 64% ▕██████████ ▏ 2.0 GB/3.2 GB 41 MB/s 27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 64% ▕██████████ ▏ 2.0 GB/3.2 GB 41 MB/s 27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 64% ▕██████████ ▏ 2.0 GB/3.2 GB 41 MB/s 27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 64% ▕██████████ ▏ 2.0 GB/3.2 GB 41 MB/s 27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 65% ▕██████████ ▏ 2.0 GB/3.2 GB 41 MB/s 27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 65% ▕██████████ ▏ 2.0 GB/3.2 GB 41 MB/s 27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 65% ▕██████████ ▏ 2.1 GB/3.2 GB 41 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 65% ▕██████████ ▏ 2.1 GB/3.2 GB 41 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 65% ▕██████████ ▏ 2.1 GB/3.2 GB 41 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 65% ▕██████████ ▏ 2.1 GB/3.2 GB 41 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 65% ▕██████████ ▏ 2.1 GB/3.2 GB 41 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 65% ▕██████████ ▏ 2.1 GB/3.2 GB 41 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 65% ▕██████████ ▏ 2.1 GB/3.2 GB 41 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 66% ▕██████████ ▏ 2.1 GB/3.2 GB 41 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 66% ▕██████████ ▏ 2.1 GB/3.2 GB 41 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 66% ▕██████████ ▏ 2.1 GB/3.2 GB 41 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 66% ▕██████████ ▏ 2.1 GB/3.2 GB 41 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 66% ▕██████████ ▏ 2.1 GB/3.2 GB 41 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 66% ▕██████████ ▏ 2.1 GB/3.2 GB 41 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 66% ▕██████████ ▏ 2.1 GB/3.2 GB 41 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 67% ▕██████████ ▏ 2.1 GB/3.2 GB 41 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 67% ▕██████████ ▏ 2.1 GB/3.2 GB 41 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 67% ▕██████████ ▏ 2.1 GB/3.2 GB 41 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 67% ▕██████████ ▏ 2.1 GB/3.2 GB 41 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 67% ▕██████████ ▏ 2.1 GB/3.2 GB 41 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 67% ▕██████████ ▏ 2.1 GB/3.2 GB 40 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 67% ▕██████████ ▏ 2.1 GB/3.2 GB 40 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 67% ▕██████████ ▏ 2.1 GB/3.2 GB 40 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 68% ▕██████████ ▏ 2.1 GB/3.2 GB 40 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 68% ▕██████████ ▏ 2.1 GB/3.2 GB 40 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 68% ▕██████████ ▏ 2.1 GB/3.2 GB 40 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 68% ▕██████████ ▏ 2.1 GB/3.2 GB 40 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 68% ▕██████████ ▏ 2.1 GB/3.2 GB 40 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 68% ▕██████████ ▏ 2.1 GB/3.2 GB 40 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 68% ▕██████████ ▏ 2.2 GB/3.2 GB 40 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 68% ▕██████████ ▏ 2.2 GB/3.2 GB 39 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 68% ▕██████████ ▏ 2.2 GB/3.2 GB 39 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 68% ▕██████████ ▏ 2.2 GB/3.2 GB 39 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 69% ▕██████████ ▏ 2.2 GB/3.2 GB 39 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 69% ▕██████████ ▏ 2.2 GB/3.2 GB 39 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 69% ▕███████████ ▏ 2.2 GB/3.2 GB 39 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 69% ▕███████████ ▏ 2.2 GB/3.2 GB 39 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 69% ▕███████████ ▏ 2.2 GB/3.2 GB 39 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 69% ▕███████████ ▏ 2.2 GB/3.2 GB 39 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 69% ▕███████████ ▏ 2.2 GB/3.2 GB 39 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 69% ▕███████████ ▏ 2.2 GB/3.2 GB 39 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 69% ▕███████████ ▏ 2.2 GB/3.2 GB 39 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 70% ▕███████████ ▏ 2.2 GB/3.2 GB 39 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 70% ▕███████████ ▏ 2.2 GB/3.2 GB 39 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 70% ▕███████████ ▏ 2.2 GB/3.2 GB 39 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 70% ▕███████████ ▏ 2.2 GB/3.2 GB 39 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 70% ▕███████████ ▏ 2.2 GB/3.2 GB 39 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 70% ▕███████████ ▏ 2.2 GB/3.2 GB 39 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 70% ▕███████████ ▏ 2.2 GB/3.2 GB 39 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 70% ▕███████████ ▏ 2.2 GB/3.2 GB 39 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 71% ▕███████████ ▏ 2.2 GB/3.2 GB 39 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 71% ▕███████████ ▏ 2.2 GB/3.2 GB 39 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 71% ▕███████████ ▏ 2.2 GB/3.2 GB 39 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 71% ▕███████████ ▏ 2.2 GB/3.2 GB 39 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 71% ▕███████████ ▏ 2.3 GB/3.2 GB 39 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 71% ▕███████████ ▏ 2.3 GB/3.2 GB 39 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 71% ▕███████████ ▏ 2.3 GB/3.2 GB 39 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 72% ▕███████████ ▏ 2.3 GB/3.2 GB 39 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 72% ▕███████████ ▏ 2.3 GB/3.2 GB 39 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 72% ▕███████████ ▏ 2.3 GB/3.2 GB 39 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 72% ▕███████████ ▏ 2.3 GB/3.2 GB 39 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 72% ▕███████████ ▏ 2.3 GB/3.2 GB 39 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 72% ▕███████████ ▏ 2.3 GB/3.2 GB 39 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 72% ▕███████████ ▏ 2.3 GB/3.2 GB 39 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 72% ▕███████████ ▏ 2.3 GB/3.2 GB 39 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 72% ▕███████████ ▏ 2.3 GB/3.2 GB 39 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 72% ▕███████████ ▏ 2.3 GB/3.2 GB 39 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 73% ▕███████████ ▏ 2.3 GB/3.2 GB 39 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 73% ▕███████████ ▏ 2.3 GB/3.2 GB 39 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 73% ▕███████████ ▏ 2.3 GB/3.2 GB 39 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 73% ▕███████████ ▏ 2.3 GB/3.2 GB 39 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 73% ▕███████████ ▏ 2.3 GB/3.2 GB 38 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 73% ▕███████████ ▏ 2.3 GB/3.2 GB 38 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 74% ▕███████████ ▏ 2.3 GB/3.2 GB 38 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 74% ▕███████████ ▏ 2.3 GB/3.2 GB 38 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 74% ▕███████████ ▏ 2.3 GB/3.2 GB 38 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 74% ▕███████████ ▏ 2.3 GB/3.2 GB 38 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 74% ▕███████████ ▏ 2.3 GB/3.2 GB 38 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 74% ▕███████████ ▏ 2.3 GB/3.2 GB 38 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 74% ▕███████████ ▏ 2.4 GB/3.2 GB 38 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 74% ▕███████████ ▏ 2.4 GB/3.2 GB 38 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 74% ▕███████████ ▏ 2.4 GB/3.2 GB 39 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 75% ▕███████████ ▏ 2.4 GB/3.2 GB 39 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 75% ▕███████████ ▏ 2.4 GB/3.2 GB 39 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 75% ▕███████████ ▏ 2.4 GB/3.2 GB 39 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 75% ▕███████████ ▏ 2.4 GB/3.2 GB 39 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 75% ▕████████████ ▏ 2.4 GB/3.2 GB 39 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 75% ▕████████████ ▏ 2.4 GB/3.2 GB 39 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 75% ▕████████████ ▏ 2.4 GB/3.2 GB 39 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 76% ▕████████████ ▏ 2.4 GB/3.2 GB 39 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 76% ▕████████████ ▏ 2.4 GB/3.2 GB 39 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 76% ▕████████████ ▏ 2.4 GB/3.2 GB 39 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 76% ▕████████████ ▏ 2.4 GB/3.2 GB 39 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 76% ▕████████████ ▏ 2.4 GB/3.2 GB 39 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 76% ▕████████████ ▏ 2.4 GB/3.2 GB 39 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 76% ▕████████████ ▏ 2.4 GB/3.2 GB 39 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 76% ▕████████████ ▏ 2.4 GB/3.2 GB 39 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 77% ▕████████████ ▏ 2.4 GB/3.2 GB 39 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 77% ▕████████████ ▏ 2.4 GB/3.2 GB 39 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 77% ▕████████████ ▏ 2.4 GB/3.2 GB 39 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 77% ▕████████████ ▏ 2.4 GB/3.2 GB 39 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 77% ▕████████████ ▏ 2.4 GB/3.2 GB 39 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 77% ▕████████████ ▏ 2.4 GB/3.2 GB 39 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 77% ▕████████████ ▏ 2.4 GB/3.2 GB 39 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 77% ▕████████████ ▏ 2.5 GB/3.2 GB 39 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 78% ▕████████████ ▏ 2.5 GB/3.2 GB 39 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 78% ▕████████████ ▏ 2.5 GB/3.2 GB 39 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 78% ▕████████████ ▏ 2.5 GB/3.2 GB 39 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 78% ▕████████████ ▏ 2.5 GB/3.2 GB 39 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 78% ▕████████████ ▏ 2.5 GB/3.2 GB 39 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 78% ▕████████████ ▏ 2.5 GB/3.2 GB 39 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 78% ▕████████████ ▏ 2.5 GB/3.2 GB 39 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 79% ▕████████████ ▏ 2.5 GB/3.2 GB 40 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 79% ▕████████████ ▏ 2.5 GB/3.2 GB 40 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 79% ▕████████████ ▏ 2.5 GB/3.2 GB 40 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 79% ▕████████████ ▏ 2.5 GB/3.2 GB 40 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 79% ▕████████████ ▏ 2.5 GB/3.2 GB 40 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 79% ▕████████████ ▏ 2.5 GB/3.2 GB 40 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 79% ▕████████████ ▏ 2.5 GB/3.2 GB 40 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 79% ▕████████████ ▏ 2.5 GB/3.2 GB 40 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 79% ▕████████████ ▏ 2.5 GB/3.2 GB 40 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 80% ▕████████████ ▏ 2.5 GB/3.2 GB 40 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 80% ▕████████████ ▏ 2.5 GB/3.2 GB 40 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 80% ▕████████████ ▏ 2.5 GB/3.2 GB 40 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 80% ▕████████████ ▏ 2.5 GB/3.2 GB 40 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 80% ▕████████████ ▏ 2.5 GB/3.2 GB 40 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 80% ▕████████████ ▏ 2.5 GB/3.2 GB 40 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 80% ▕████████████ ▏ 2.5 GB/3.2 GB 40 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 80% ▕████████████ ▏ 2.5 GB/3.2 GB 40 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 80% ▕████████████ ▏ 2.5 GB/3.2 GB 40 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 81% ▕████████████ ▏ 2.6 GB/3.2 GB 40 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 81% ▕████████████ ▏ 2.6 GB/3.2 GB 40 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 81% ▕████████████ ▏ 2.6 GB/3.2 GB 40 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 81% ▕████████████ ▏ 2.6 GB/3.2 GB 40 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 81% ▕████████████ ▏ 2.6 GB/3.2 GB 40 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 81% ▕████████████ ▏ 2.6 GB/3.2 GB 40 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 81% ▕█████████████ ▏ 2.6 GB/3.2 GB 40 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 82% ▕█████████████ ▏ 2.6 GB/3.2 GB 40 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 82% ▕█████████████ ▏ 2.6 GB/3.2 GB 40 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 82% ▕█████████████ ▏ 2.6 GB/3.2 GB 40 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 82% ▕█████████████ ▏ 2.6 GB/3.2 GB 40 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 82% ▕█████████████ ▏ 2.6 GB/3.2 GB 40 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 82% ▕█████████████ ▏ 2.6 GB/3.2 GB 40 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 82% ▕█████████████ ▏ 2.6 GB/3.2 GB 40 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 82% ▕█████████████ ▏ 2.6 GB/3.2 GB 40 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 83% ▕█████████████ ▏ 2.6 GB/3.2 GB 40 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 83% ▕█████████████ ▏ 2.6 GB/3.2 GB 40 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 83% ▕█████████████ ▏ 2.6 GB/3.2 GB 40 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 83% ▕█████████████ ▏ 2.6 GB/3.2 GB 40 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 83% ▕█████████████ ▏ 2.6 GB/3.2 GB 40 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 83% ▕█████████████ ▏ 2.6 GB/3.2 GB 40 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 83% ▕█████████████ ▏ 2.6 GB/3.2 GB 40 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 84% ▕█████████████ ▏ 2.6 GB/3.2 GB 41 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 84% ▕█████████████ ▏ 2.6 GB/3.2 GB 41 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 84% ▕█████████████ ▏ 2.6 GB/3.2 GB 41 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 84% ▕█████████████ ▏ 2.7 GB/3.2 GB 41 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 84% ▕█████████████ ▏ 2.7 GB/3.2 GB 41 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 84% ▕█████████████ ▏ 2.7 GB/3.2 GB 41 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 84% ▕█████████████ ▏ 2.7 GB/3.2 GB 41 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 84% ▕█████████████ ▏ 2.7 GB/3.2 GB 41 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 84% ▕█████████████ ▏ 2.7 GB/3.2 GB 41 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 85% ▕█████████████ ▏ 2.7 GB/3.2 GB 41 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 85% ▕█████████████ ▏ 2.7 GB/3.2 GB 41 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 85% ▕█████████████ ▏ 2.7 GB/3.2 GB 41 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 85% ▕█████████████ ▏ 2.7 GB/3.2 GB 41 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 85% ▕█████████████ ▏ 2.7 GB/3.2 GB 41 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 85% ▕█████████████ ▏ 2.7 GB/3.2 GB 41 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 85% ▕█████████████ ▏ 2.7 GB/3.2 GB 41 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 86% ▕█████████████ ▏ 2.7 GB/3.2 GB 41 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 86% ▕█████████████ ▏ 2.7 GB/3.2 GB 41 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 86% ▕█████████████ ▏ 2.7 GB/3.2 GB 41 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 86% ▕█████████████ ▏ 2.7 GB/3.2 GB 41 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 86% ▕█████████████ ▏ 2.7 GB/3.2 GB 41 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 86% ▕█████████████ ▏ 2.7 GB/3.2 GB 41 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 86% ▕█████████████ ▏ 2.7 GB/3.2 GB 41 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 87% ▕█████████████ ▏ 2.7 GB/3.2 GB 41 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 87% ▕█████████████ ▏ 2.7 GB/3.2 GB 41 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 87% ▕█████████████ ▏ 2.7 GB/3.2 GB 41 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 87% ▕█████████████ ▏ 2.8 GB/3.2 GB 41 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 87% ▕█████████████ ▏ 2.8 GB/3.2 GB 41 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 87% ▕█████████████ ▏ 2.8 GB/3.2 GB 41 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 87% ▕█████████████ ▏ 2.8 GB/3.2 GB 41 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 88% ▕██████████████ ▏ 2.8 GB/3.2 GB 41 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 88% ▕██████████████ ▏ 2.8 GB/3.2 GB 41 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 88% ▕██████████████ ▏ 2.8 GB/3.2 GB 41 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 88% ▕██████████████ ▏ 2.8 GB/3.2 GB 41 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 88% ▕██████████████ ▏ 2.8 GB/3.2 GB 41 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 88% ▕██████████████ ▏ 2.8 GB/3.2 GB 41 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 88% ▕██████████████ ▏ 2.8 GB/3.2 GB 41 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 88% ▕██████████████ ▏ 2.8 GB/3.2 GB 41 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 89% ▕██████████████ ▏ 2.8 GB/3.2 GB 41 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 89% ▕██████████████ ▏ 2.8 GB/3.2 GB 41 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 89% ▕██████████████ ▏ 2.8 GB/3.2 GB 41 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 89% ▕██████████████ ▏ 2.8 GB/3.2 GB 42 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 89% ▕██████████████ ▏ 2.8 GB/3.2 GB 42 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 89% ▕██████████████ ▏ 2.8 GB/3.2 GB 42 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 90% ▕██████████████ ▏ 2.8 GB/3.2 GB 42 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 90% ▕██████████████ ▏ 2.8 GB/3.2 GB 42 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 90% ▕██████████████ ▏ 2.8 GB/3.2 GB 42 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 90% ▕██████████████ ▏ 2.8 GB/3.2 GB 42 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 90% ▕██████████████ ▏ 2.8 GB/3.2 GB 42 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 90% ▕██████████████ ▏ 2.9 GB/3.2 GB 42 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 90% ▕██████████████ ▏ 2.9 GB/3.2 GB 42 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 90% ▕██████████████ ▏ 2.9 GB/3.2 GB 41 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 90% ▕██████████████ ▏ 2.9 GB/3.2 GB 41 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 91% ▕██████████████ ▏ 2.9 GB/3.2 GB 41 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 91% ▕██████████████ ▏ 2.9 GB/3.2 GB 41 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 91% ▕██████████████ ▏ 2.9 GB/3.2 GB 41 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 91% ▕██████████████ ▏ 2.9 GB/3.2 GB 41 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 91% ▕██████████████ ▏ 2.9 GB/3.2 GB 41 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 91% ▕██████████████ ▏ 2.9 GB/3.2 GB 41 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 91% ▕██████████████ ▏ 2.9 GB/3.2 GB 41 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 91% ▕██████████████ ▏ 2.9 GB/3.2 GB 41 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 91% ▕██████████████ ▏ 2.9 GB/3.2 GB 41 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 92% ▕██████████████ ▏ 2.9 GB/3.2 GB 41 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 92% ▕██████████████ ▏ 2.9 GB/3.2 GB 41 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 92% ▕██████████████ ▏ 2.9 GB/3.2 GB 41 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 92% ▕██████████████ ▏ 2.9 GB/3.2 GB 41 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 92% ▕██████████████ ▏ 2.9 GB/3.2 GB 41 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 92% ▕██████████████ ▏ 2.9 GB/3.2 GB 41 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 92% ▕██████████████ ▏ 2.9 GB/3.2 GB 41 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 93% ▕██████████████ ▏ 2.9 GB/3.2 GB 41 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 93% ▕██████████████ ▏ 2.9 GB/3.2 GB 41 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 93% ▕██████████████ ▏ 2.9 GB/3.2 GB 41 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 93% ▕██████████████ ▏ 2.9 GB/3.2 GB 42 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 93% ▕██████████████ ▏ 2.9 GB/3.2 GB 42 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 93% ▕██████████████ ▏ 2.9 GB/3.2 GB 42 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 93% ▕██████████████ ▏ 3.0 GB/3.2 GB 42 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 93% ▕██████████████ ▏ 3.0 GB/3.2 GB 42 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 94% ▕██████████████ ▏ 3.0 GB/3.2 GB 42 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 94% ▕██████████████ ▏ 3.0 GB/3.2 GB 42 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 94% ▕██████████████ ▏ 3.0 GB/3.2 GB 42 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 94% ▕███████████████ ▏ 3.0 GB/3.2 GB 42 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 94% ▕███████████████ ▏ 3.0 GB/3.2 GB 42 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 94% ▕███████████████ ▏ 3.0 GB/3.2 GB 42 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 94% ▕███████████████ ▏ 3.0 GB/3.2 GB 42 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 94% ▕███████████████ ▏ 3.0 GB/3.2 GB 42 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 95% ▕███████████████ ▏ 3.0 GB/3.2 GB 42 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 95% ▕███████████████ ▏ 3.0 GB/3.2 GB 42 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 95% ▕███████████████ ▏ 3.0 GB/3.2 GB 42 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 95% ▕███████████████ ▏ 3.0 GB/3.2 GB 42 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 95% ▕███████████████ ▏ 3.0 GB/3.2 GB 42 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 95% ▕███████████████ ▏ 3.0 GB/3.2 GB 42 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 95% ▕███████████████ ▏ 3.0 GB/3.2 GB 42 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 95% ▕███████████████ ▏ 3.0 GB/3.2 GB 41 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 96% ▕███████████████ ▏ 3.0 GB/3.2 GB 41 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 96% ▕███████████████ ▏ 3.0 GB/3.2 GB 41 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 96% ▕███████████████ ▏ 3.0 GB/3.2 GB 41 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 96% ▕███████████████ ▏ 3.0 GB/3.2 GB 41 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 96% ▕███████████████ ▏ 3.0 GB/3.2 GB 41 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 96% ▕███████████████ ▏ 3.0 GB/3.2 GB 41 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 96% ▕███████████████ ▏ 3.0 GB/3.2 GB 41 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 96% ▕███████████████ ▏ 3.0 GB/3.2 GB 41 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 96% ▕███████████████ ▏ 3.1 GB/3.2 GB 41 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 97% ▕███████████████ ▏ 3.1 GB/3.2 GB 41 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 97% ▕███████████████ ▏ 3.1 GB/3.2 GB 41 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 97% ▕███████████████ ▏ 3.1 GB/3.2 GB 41 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 97% ▕███████████████ ▏ 3.1 GB/3.2 GB 41 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 97% ▕███████████████ ▏ 3.1 GB/3.2 GB 41 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 97% ▕███████████████ ▏ 3.1 GB/3.2 GB 41 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 97% ▕███████████████ ▏ 3.1 GB/3.2 GB 41 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 97% ▕███████████████ ▏ 3.1 GB/3.2 GB 41 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 98% ▕███████████████ ▏ 3.1 GB/3.2 GB 41 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 98% ▕███████████████ ▏ 3.1 GB/3.2 GB 41 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 98% ▕███████████████ ▏ 3.1 GB/3.2 GB 41 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 98% ▕███████████████ ▏ 3.1 GB/3.2 GB 41 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 98% ▕███████████████ ▏ 3.1 GB/3.2 GB 41 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 98% ▕███████████████ ▏ 3.1 GB/3.2 GB 41 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 98% ▕███████████████ ▏ 3.1 GB/3.2 GB 41 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 99% ▕███████████████ ▏ 3.1 GB/3.2 GB 41 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 99% ▕███████████████ ▏ 3.1 GB/3.2 GB 41 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 99% ▕███████████████ ▏ 3.1 GB/3.2 GB 41 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 99% ▕███████████████ ▏ 3.1 GB/3.2 GB 41 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 99% ▕███████████████ ▏ 3.1 GB/3.2 GB 41 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 99% ▕███████████████ ▏ 3.1 GB/3.2 GB 41 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 99% ▕███████████████ ▏ 3.1 GB/3.2 GB 40 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 99% ▕███████████████ ▏ 3.1 GB/3.2 GB 40 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 99% ▕███████████████ ▏ 3.1 GB/3.2 GB 40 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕███████████████ ▏ 3.2 GB/3.2 GB 40 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕███████████████ ▏ 3.2 GB/3.2 GB 40 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕███████████████ ▏ 3.2 GB/3.2 GB 40 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕███████████████ ▏ 3.2 GB/3.2 GB 40 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕███████████████ ▏ 3.2 GB/3.2 GB 40 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ea1459c26ce1... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ea1459c26ce1... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ea1459c26ce1... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ea1459c26ce1... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ea1459c26ce1... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ea1459c26ce1... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ea1459c26ce1... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ea1459c26ce1... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ea1459c26ce1... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ea1459c26ce1... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ea1459c26ce1... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ea1459c26ce1... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ea1459c26ce1... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ea1459c26ce1... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ea1459c26ce1... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ea1459c26ce1... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ea1459c26ce1... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ea1459c26ce1... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ea1459c26ce1... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ea1459c26ce1... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ea1459c26ce1... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ea1459c26ce1... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ea1459c26ce1... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ea1459c26ce1... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ea1459c26ce1... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ea1459c26ce1... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ea1459c26ce1... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ea1459c26ce1... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ea1459c26ce1... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ea1459c26ce1... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ea1459c26ce1... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ea1459c26ce1... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ea1459c26ce1... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ea1459c26ce1... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ea1459c26ce1... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ea1459c26ce1... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ea1459c26ce1... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ea1459c26ce1... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ea1459c26ce1... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ea1459c26ce1... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ea1459c26ce1... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ea1459c26ce1... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ea1459c26ce1... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ea1459c26ce1... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ea1459c26ce1... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ea1459c26ce1... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ea1459c26ce1... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ea1459c26ce1... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ea1459c26ce1... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ea1459c26ce1... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ea1459c26ce1... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ea1459c26ce1... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ea1459c26ce1... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ea1459c26ce1... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ea1459c26ce1... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ea1459c26ce1... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ea1459c26ce1... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ea1459c26ce1... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ea1459c26ce1... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ea1459c26ce1... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ea1459c26ce1... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ea1459c26ce1... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ea1459c26ce1... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ea1459c26ce1... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ea1459c26ce1... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ea1459c26ce1... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ea1459c26ce1... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ea1459c26ce1... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ea1459c26ce1... 100% ▕████████████████▏ 457 B \n", + "pushing manifest \n", + "success \u001b[?25h\n", + "\u001b[?25ltransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer \n", + "creating template layer \n", + "creating system layer \n", + "creating parameters layer \n", + "creating config layer \n", + "using already created layer sha256:1171bd8a88da4cd85f89eb80dc293aedf4df2ebbd559316a81e2598041d0ad52 \n", + "using already created layer sha256:04de533bb8fd4eb327158f79cdc0de736558e45d198db9275ef536f470281f1f \n", + "using already created layer sha256:af41c51c14924c73d476c474dd0617253462cdb32f1256d8b3d3d9fc00371199 \n", + "using already created layer sha256:3559b403e83a9669ecd8d347a509c20b870674a9838218f8b812c93c419fec88 \n", + "writing layer sha256:cfb862f630d6657227d7f6518db4bcae380110440ff966f252303240dd7c0f77 \n", + "writing manifest \n", + "success \u001b[?25h\n", + "copied 'notus:q4_0' to 'argilla/notus:q4_0'\n", + "\u001b[?25lretrieving manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 0% ▕ ▏ 917 KB/4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 0% ▕ ▏ 1.9 MB/4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 0% ▕ ▏ 2.1 MB/4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 0% ▕ ▏ 2.1 MB/4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 0% ▕ ▏ 2.1 MB/4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 0% ▕ ▏ 2.1 MB/4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 0% ▕ ▏ 3.2 MB/4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 0% ▕ ▏ 3.2 MB/4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 0% ▕ ▏ 131 KB/4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 0% ▕ ▏ 2.0 MB/4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 0% ▕ ▏ 3.4 MB/4.1 GB 2.5 MB/s 27m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 0% ▕ ▏ 10 MB/4.1 GB 2.5 MB/s 27m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 0% ▕ ▏ 12 MB/4.1 GB 2.5 MB/s 27m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 0% ▕ ▏ 17 MB/4.1 GB 2.5 MB/s 27m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 1% ▕ ▏ 20 MB/4.1 GB 2.5 MB/s 27m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 1% ▕ ▏ 23 MB/4.1 GB 2.5 MB/s 27m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 1% ▕ ▏ 30 MB/4.1 GB 2.5 MB/s 27m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 1% ▕ ▏ 38 MB/4.1 GB 2.5 MB/s 27m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 1% ▕ ▏ 41 MB/4.1 GB 2.5 MB/s 27m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 1% ▕ ▏ 43 MB/4.1 GB 2.5 MB/s 27m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 1% ▕ ▏ 48 MB/4.1 GB 23 MB/s 2m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 1% ▕ ▏ 53 MB/4.1 GB 23 MB/s 2m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 1% ▕ ▏ 59 MB/4.1 GB 23 MB/s 2m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 2% ▕ ▏ 65 MB/4.1 GB 23 MB/s 2m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 2% ▕ ▏ 70 MB/4.1 GB 23 MB/s 2m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 2% ▕ ▏ 77 MB/4.1 GB 23 MB/s 2m48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 2% ▕ ▏ 78 MB/4.1 GB 23 MB/s 2m48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 2% ▕ ▏ 75 MB/4.1 GB 23 MB/s 2m48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 2% ▕ ▏ 82 MB/4.1 GB 23 MB/s 2m48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 2% ▕ ▏ 89 MB/4.1 GB 23 MB/s 2m48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 2% ▕ ▏ 94 MB/4.1 GB 23 MB/s 2m48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 2% ▕ ▏ 101 MB/4.1 GB 32 MB/s 2m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 3% ▕ ▏ 103 MB/4.1 GB 32 MB/s 2m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 3% ▕ ▏ 109 MB/4.1 GB 32 MB/s 2m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 3% ▕ ▏ 119 MB/4.1 GB 32 MB/s 2m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 3% ▕ ▏ 121 MB/4.1 GB 32 MB/s 2m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 3% ▕ ▏ 126 MB/4.1 GB 32 MB/s 2m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 3% ▕ ▏ 128 MB/4.1 GB 32 MB/s 2m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 3% ▕ ▏ 133 MB/4.1 GB 32 MB/s 2m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 3% ▕ ▏ 135 MB/4.1 GB 32 MB/s 2m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 3% ▕ ▏ 141 MB/4.1 GB 32 MB/s 2m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 4% ▕ ▏ 150 MB/4.1 GB 36 MB/s 1m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 4% ▕ ▏ 151 MB/4.1 GB 36 MB/s 1m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 4% ▕ ▏ 154 MB/4.1 GB 36 MB/s 1m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 4% ▕ ▏ 164 MB/4.1 GB 36 MB/s 1m48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 4% ▕ ▏ 167 MB/4.1 GB 36 MB/s 1m48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 4% ▕ ▏ 170 MB/4.1 GB 36 MB/s 1m48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 4% ▕ ▏ 172 MB/4.1 GB 36 MB/s 1m48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 4% ▕ ▏ 174 MB/4.1 GB 36 MB/s 1m48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 4% ▕ ▏ 184 MB/4.1 GB 36 MB/s 1m48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 5% ▕ ▏ 189 MB/4.1 GB 36 MB/s 1m48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 5% ▕ ▏ 190 MB/4.1 GB 37 MB/s 1m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 5% ▕ ▏ 192 MB/4.1 GB 37 MB/s 1m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 5% ▕ ▏ 203 MB/4.1 GB 37 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 5% ▕ ▏ 210 MB/4.1 GB 37 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 5% ▕ ▏ 213 MB/4.1 GB 37 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 5% ▕ ▏ 218 MB/4.1 GB 37 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 5% ▕ ▏ 217 MB/4.1 GB 37 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 5% ▕ ▏ 225 MB/4.1 GB 37 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 6% ▕ ▏ 227 MB/4.1 GB 37 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 6% ▕ ▏ 230 MB/4.1 GB 37 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 6% ▕ ▏ 235 MB/4.1 GB 39 MB/s 1m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 6% ▕ ▏ 245 MB/4.1 GB 39 MB/s 1m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 6% ▕ ▏ 247 MB/4.1 GB 39 MB/s 1m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 6% ▕ ▏ 248 MB/4.1 GB 39 MB/s 1m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 6% ▕ ▏ 254 MB/4.1 GB 39 MB/s 1m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 6% ▕█ ▏ 262 MB/4.1 GB 39 MB/s 1m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 7% ▕█ ▏ 267 MB/4.1 GB 39 MB/s 1m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 7% ▕█ ▏ 272 MB/4.1 GB 39 MB/s 1m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 7% ▕█ ▏ 276 MB/4.1 GB 39 MB/s 1m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 7% ▕█ ▏ 285 MB/4.1 GB 39 MB/s 1m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 7% ▕█ ▏ 287 MB/4.1 GB 40 MB/s 1m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 7% ▕█ ▏ 291 MB/4.1 GB 40 MB/s 1m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 7% ▕█ ▏ 295 MB/4.1 GB 40 MB/s 1m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 7% ▕█ ▏ 296 MB/4.1 GB 40 MB/s 1m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 7% ▕█ ▏ 297 MB/4.1 GB 40 MB/s 1m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 8% ▕█ ▏ 308 MB/4.1 GB 40 MB/s 1m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 8% ▕█ ▏ 316 MB/4.1 GB 40 MB/s 1m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 8% ▕█ ▏ 317 MB/4.1 GB 40 MB/s 1m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 8% ▕█ ▏ 320 MB/4.1 GB 40 MB/s 1m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 8% ▕█ ▏ 319 MB/4.1 GB 40 MB/s 1m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 8% ▕█ ▏ 320 MB/4.1 GB 40 MB/s 1m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 8% ▕█ ▏ 335 MB/4.1 GB 40 MB/s 1m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 8% ▕█ ▏ 339 MB/4.1 GB 40 MB/s 1m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 8% ▕█ ▏ 340 MB/4.1 GB 40 MB/s 1m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 8% ▕█ ▏ 344 MB/4.1 GB 40 MB/s 1m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 9% ▕█ ▏ 351 MB/4.1 GB 40 MB/s 1m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 9% ▕█ ▏ 352 MB/4.1 GB 40 MB/s 1m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 9% ▕█ ▏ 364 MB/4.1 GB 40 MB/s 1m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 9% ▕█ ▏ 370 MB/4.1 GB 40 MB/s 1m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 9% ▕█ ▏ 370 MB/4.1 GB 40 MB/s 1m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 9% ▕█ ▏ 371 MB/4.1 GB 40 MB/s 1m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 9% ▕█ ▏ 372 MB/4.1 GB 41 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 9% ▕█ ▏ 377 MB/4.1 GB 41 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 9% ▕█ ▏ 386 MB/4.1 GB 41 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 10% ▕█ ▏ 390 MB/4.1 GB 41 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 10% ▕█ ▏ 395 MB/4.1 GB 41 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 10% ▕█ ▏ 401 MB/4.1 GB 41 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 10% ▕█ ▏ 403 MB/4.1 GB 41 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 10% ▕█ ▏ 404 MB/4.1 GB 41 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 10% ▕█ ▏ 406 MB/4.1 GB 41 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 10% ▕█ ▏ 414 MB/4.1 GB 41 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 10% ▕█ ▏ 424 MB/4.1 GB 46 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 10% ▕█ ▏ 428 MB/4.1 GB 46 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 11% ▕█ ▏ 433 MB/4.1 GB 46 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 11% ▕█ ▏ 433 MB/4.1 GB 46 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 11% ▕█ ▏ 436 MB/4.1 GB 46 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 11% ▕█ ▏ 441 MB/4.1 GB 46 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 11% ▕█ ▏ 442 MB/4.1 GB 46 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 11% ▕█ ▏ 448 MB/4.1 GB 46 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 11% ▕█ ▏ 462 MB/4.1 GB 46 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 11% ▕█ ▏ 463 MB/4.1 GB 46 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 11% ▕█ ▏ 468 MB/4.1 GB 46 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 11% ▕█ ▏ 468 MB/4.1 GB 46 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 11% ▕█ ▏ 469 MB/4.1 GB 46 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 12% ▕█ ▏ 479 MB/4.1 GB 46 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 12% ▕█ ▏ 477 MB/4.1 GB 46 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 12% ▕█ ▏ 481 MB/4.1 GB 46 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 12% ▕█ ▏ 484 MB/4.1 GB 46 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 12% ▕█ ▏ 500 MB/4.1 GB 46 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 12% ▕█ ▏ 501 MB/4.1 GB 46 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 12% ▕█ ▏ 502 MB/4.1 GB 46 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 12% ▕█ ▏ 505 MB/4.1 GB 45 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 12% ▕█ ▏ 513 MB/4.1 GB 45 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 13% ▕██ ▏ 519 MB/4.1 GB 45 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 13% ▕██ ▏ 523 MB/4.1 GB 45 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 13% ▕██ ▏ 525 MB/4.1 GB 45 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 13% ▕██ ▏ 530 MB/4.1 GB 45 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 13% ▕██ ▏ 531 MB/4.1 GB 45 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 13% ▕██ ▏ 533 MB/4.1 GB 45 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 13% ▕██ ▏ 537 MB/4.1 GB 45 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 13% ▕██ ▏ 547 MB/4.1 GB 45 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 13% ▕██ ▏ 549 MB/4.1 GB 45 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 14% ▕██ ▏ 556 MB/4.1 GB 45 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 14% ▕██ ▏ 564 MB/4.1 GB 45 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 14% ▕██ ▏ 567 MB/4.1 GB 45 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 14% ▕██ ▏ 568 MB/4.1 GB 45 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 14% ▕██ ▏ 569 MB/4.1 GB 45 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 14% ▕██ ▏ 570 MB/4.1 GB 45 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 14% ▕██ ▏ 586 MB/4.1 GB 45 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 14% ▕██ ▏ 589 MB/4.1 GB 45 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 14% ▕██ ▏ 590 MB/4.1 GB 45 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 14% ▕██ ▏ 590 MB/4.1 GB 45 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 14% ▕██ ▏ 588 MB/4.1 GB 44 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 15% ▕██ ▏ 602 MB/4.1 GB 44 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 15% ▕██ ▏ 607 MB/4.1 GB 44 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 15% ▕██ ▏ 610 MB/4.1 GB 44 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 15% ▕██ ▏ 613 MB/4.1 GB 44 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 15% ▕██ ▏ 616 MB/4.1 GB 44 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 15% ▕██ ▏ 621 MB/4.1 GB 44 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 15% ▕██ ▏ 631 MB/4.1 GB 44 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 16% ▕██ ▏ 638 MB/4.1 GB 44 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 16% ▕██ ▏ 639 MB/4.1 GB 44 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 16% ▕██ ▏ 639 MB/4.1 GB 44 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 16% ▕██ ▏ 640 MB/4.1 GB 44 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 16% ▕██ ▏ 644 MB/4.1 GB 44 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 16% ▕██ ▏ 645 MB/4.1 GB 44 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 16% ▕██ ▏ 651 MB/4.1 GB 44 MB/s 1m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 16% ▕██ ▏ 654 MB/4.1 GB 44 MB/s 1m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 16% ▕██ ▏ 655 MB/4.1 GB 44 MB/s 1m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 16% ▕██ ▏ 666 MB/4.1 GB 44 MB/s 1m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 16% ▕██ ▏ 672 MB/4.1 GB 44 MB/s 1m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 16% ▕██ ▏ 674 MB/4.1 GB 44 MB/s 1m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 16% ▕██ ▏ 676 MB/4.1 GB 43 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 17% ▕██ ▏ 679 MB/4.1 GB 43 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 17% ▕██ ▏ 681 MB/4.1 GB 43 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 17% ▕██ ▏ 688 MB/4.1 GB 43 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 17% ▕██ ▏ 701 MB/4.1 GB 43 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 17% ▕██ ▏ 700 MB/4.1 GB 43 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 17% ▕██ ▏ 702 MB/4.1 GB 43 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 17% ▕██ ▏ 705 MB/4.1 GB 43 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 17% ▕██ ▏ 709 MB/4.1 GB 43 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 17% ▕██ ▏ 714 MB/4.1 GB 43 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 18% ▕██ ▏ 730 MB/4.1 GB 45 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 18% ▕██ ▏ 731 MB/4.1 GB 45 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 18% ▕██ ▏ 736 MB/4.1 GB 45 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 18% ▕██ ▏ 736 MB/4.1 GB 45 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 18% ▕██ ▏ 736 MB/4.1 GB 45 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 18% ▕██ ▏ 736 MB/4.1 GB 45 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 18% ▕██ ▏ 741 MB/4.1 GB 45 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 18% ▕██ ▏ 752 MB/4.1 GB 45 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 18% ▕██ ▏ 757 MB/4.1 GB 45 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 19% ▕██ ▏ 763 MB/4.1 GB 45 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 19% ▕██ ▏ 768 MB/4.1 GB 45 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 19% ▕███ ▏ 774 MB/4.1 GB 44 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 19% ▕███ ▏ 776 MB/4.1 GB 44 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 19% ▕███ ▏ 781 MB/4.1 GB 44 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 19% ▕███ ▏ 784 MB/4.1 GB 44 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 19% ▕███ ▏ 786 MB/4.1 GB 44 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 19% ▕███ ▏ 789 MB/4.1 GB 44 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 19% ▕███ ▏ 798 MB/4.1 GB 44 MB/s 1m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 19% ▕███ ▏ 800 MB/4.1 GB 44 MB/s 1m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 20% ▕███ ▏ 802 MB/4.1 GB 44 MB/s 1m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 20% ▕███ ▏ 811 MB/4.1 GB 44 MB/s 1m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 20% ▕███ ▏ 817 MB/4.1 GB 43 MB/s 1m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 20% ▕███ ▏ 818 MB/4.1 GB 43 MB/s 1m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 20% ▕███ ▏ 824 MB/4.1 GB 43 MB/s 1m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 20% ▕███ ▏ 833 MB/4.1 GB 43 MB/s 1m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 20% ▕███ ▏ 837 MB/4.1 GB 43 MB/s 1m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 20% ▕███ ▏ 839 MB/4.1 GB 43 MB/s 1m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 20% ▕███ ▏ 839 MB/4.1 GB 43 MB/s 1m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 20% ▕███ ▏ 840 MB/4.1 GB 43 MB/s 1m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 21% ▕███ ▏ 844 MB/4.1 GB 43 MB/s 1m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 21% ▕███ ▏ 854 MB/4.1 GB 43 MB/s 1m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 21% ▕███ ▏ 856 MB/4.1 GB 43 MB/s 1m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 21% ▕███ ▏ 860 MB/4.1 GB 43 MB/s 1m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 21% ▕███ ▏ 861 MB/4.1 GB 43 MB/s 1m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 21% ▕███ ▏ 865 MB/4.1 GB 43 MB/s 1m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 21% ▕███ ▏ 871 MB/4.1 GB 43 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 21% ▕███ ▏ 873 MB/4.1 GB 43 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 21% ▕███ ▏ 873 MB/4.1 GB 43 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 21% ▕███ ▏ 883 MB/4.1 GB 43 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 22% ▕███ ▏ 888 MB/4.1 GB 43 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 22% ▕███ ▏ 889 MB/4.1 GB 43 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 22% ▕███ ▏ 891 MB/4.1 GB 42 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 22% ▕███ ▏ 901 MB/4.1 GB 42 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 22% ▕███ ▏ 905 MB/4.1 GB 42 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 22% ▕███ ▏ 907 MB/4.1 GB 42 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 22% ▕███ ▏ 910 MB/4.1 GB 42 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 22% ▕███ ▏ 911 MB/4.1 GB 42 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 22% ▕███ ▏ 916 MB/4.1 GB 42 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 23% ▕███ ▏ 925 MB/4.1 GB 42 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 23% ▕███ ▏ 927 MB/4.1 GB 42 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 23% ▕███ ▏ 932 MB/4.1 GB 42 MB/s 1m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 23% ▕███ ▏ 938 MB/4.1 GB 43 MB/s 1m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 23% ▕███ ▏ 941 MB/4.1 GB 43 MB/s 1m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 23% ▕███ ▏ 948 MB/4.1 GB 43 MB/s 1m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 23% ▕███ ▏ 953 MB/4.1 GB 43 MB/s 1m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 23% ▕███ ▏ 955 MB/4.1 GB 43 MB/s 1m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 23% ▕███ ▏ 964 MB/4.1 GB 43 MB/s 1m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 24% ▕███ ▏ 966 MB/4.1 GB 43 MB/s 1m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 24% ▕███ ▏ 969 MB/4.1 GB 43 MB/s 1m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 24% ▕███ ▏ 975 MB/4.1 GB 43 MB/s 1m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 24% ▕███ ▏ 980 MB/4.1 GB 43 MB/s 1m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 24% ▕███ ▏ 981 MB/4.1 GB 43 MB/s 1m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 24% ▕███ ▏ 988 MB/4.1 GB 44 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 24% ▕███ ▏ 994 MB/4.1 GB 44 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 24% ▕███ ▏ 999 MB/4.1 GB 44 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 24% ▕███ ▏ 1.0 GB/4.1 GB 44 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 24% ▕███ ▏ 1.0 GB/4.1 GB 44 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 25% ▕███ ▏ 1.0 GB/4.1 GB 44 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 25% ▕███ ▏ 1.0 GB/4.1 GB 44 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 25% ▕███ ▏ 1.0 GB/4.1 GB 44 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 25% ▕███ ▏ 1.0 GB/4.1 GB 44 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 25% ▕████ ▏ 1.0 GB/4.1 GB 44 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 25% ▕████ ▏ 1.0 GB/4.1 GB 43 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 25% ▕████ ▏ 1.0 GB/4.1 GB 43 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 25% ▕████ ▏ 1.0 GB/4.1 GB 43 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 26% ▕████ ▏ 1.0 GB/4.1 GB 43 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 26% ▕████ ▏ 1.1 GB/4.1 GB 43 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 26% ▕████ ▏ 1.1 GB/4.1 GB 43 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 26% ▕████ ▏ 1.1 GB/4.1 GB 43 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 26% ▕████ ▏ 1.1 GB/4.1 GB 43 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 26% ▕████ ▏ 1.1 GB/4.1 GB 43 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 26% ▕████ ▏ 1.1 GB/4.1 GB 43 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 26% ▕████ ▏ 1.1 GB/4.1 GB 44 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 26% ▕████ ▏ 1.1 GB/4.1 GB 44 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 27% ▕████ ▏ 1.1 GB/4.1 GB 44 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 27% ▕████ ▏ 1.1 GB/4.1 GB 44 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 27% ▕████ ▏ 1.1 GB/4.1 GB 44 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 27% ▕████ ▏ 1.1 GB/4.1 GB 44 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 27% ▕████ ▏ 1.1 GB/4.1 GB 44 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 27% ▕████ ▏ 1.1 GB/4.1 GB 44 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 27% ▕████ ▏ 1.1 GB/4.1 GB 44 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 27% ▕████ ▏ 1.1 GB/4.1 GB 44 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 28% ▕████ ▏ 1.1 GB/4.1 GB 44 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 28% ▕████ ▏ 1.1 GB/4.1 GB 44 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 28% ▕████ ▏ 1.1 GB/4.1 GB 44 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 28% ▕████ ▏ 1.1 GB/4.1 GB 44 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 28% ▕████ ▏ 1.1 GB/4.1 GB 44 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 28% ▕████ ▏ 1.1 GB/4.1 GB 44 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 28% ▕████ ▏ 1.1 GB/4.1 GB 44 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 28% ▕████ ▏ 1.2 GB/4.1 GB 44 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 28% ▕████ ▏ 1.2 GB/4.1 GB 44 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 28% ▕████ ▏ 1.2 GB/4.1 GB 44 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 28% ▕████ ▏ 1.2 GB/4.1 GB 43 MB/s 1m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 28% ▕████ ▏ 1.2 GB/4.1 GB 43 MB/s 1m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 29% ▕████ ▏ 1.2 GB/4.1 GB 43 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 29% ▕████ ▏ 1.2 GB/4.1 GB 43 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 29% ▕████ ▏ 1.2 GB/4.1 GB 43 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 29% ▕████ ▏ 1.2 GB/4.1 GB 43 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 29% ▕████ ▏ 1.2 GB/4.1 GB 43 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 29% ▕████ ▏ 1.2 GB/4.1 GB 43 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 29% ▕████ ▏ 1.2 GB/4.1 GB 43 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 29% ▕████ ▏ 1.2 GB/4.1 GB 43 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 29% ▕████ ▏ 1.2 GB/4.1 GB 43 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 29% ▕████ ▏ 1.2 GB/4.1 GB 43 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 30% ▕████ ▏ 1.2 GB/4.1 GB 43 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 30% ▕████ ▏ 1.2 GB/4.1 GB 43 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 30% ▕████ ▏ 1.2 GB/4.1 GB 43 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 30% ▕████ ▏ 1.2 GB/4.1 GB 43 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 30% ▕████ ▏ 1.2 GB/4.1 GB 43 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 30% ▕████ ▏ 1.2 GB/4.1 GB 43 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 30% ▕████ ▏ 1.2 GB/4.1 GB 43 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 30% ▕████ ▏ 1.2 GB/4.1 GB 43 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 30% ▕████ ▏ 1.2 GB/4.1 GB 43 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 31% ▕████ ▏ 1.3 GB/4.1 GB 43 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 31% ▕████ ▏ 1.3 GB/4.1 GB 43 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 31% ▕████ ▏ 1.3 GB/4.1 GB 43 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 31% ▕████ ▏ 1.3 GB/4.1 GB 43 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 31% ▕████ ▏ 1.3 GB/4.1 GB 43 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 31% ▕████ ▏ 1.3 GB/4.1 GB 43 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 31% ▕████ ▏ 1.3 GB/4.1 GB 43 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 31% ▕████ ▏ 1.3 GB/4.1 GB 43 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 31% ▕████ ▏ 1.3 GB/4.1 GB 43 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 31% ▕█████ ▏ 1.3 GB/4.1 GB 43 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 31% ▕█████ ▏ 1.3 GB/4.1 GB 44 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 31% ▕█████ ▏ 1.3 GB/4.1 GB 44 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 32% ▕█████ ▏ 1.3 GB/4.1 GB 44 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 32% ▕█████ ▏ 1.3 GB/4.1 GB 44 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 32% ▕█████ ▏ 1.3 GB/4.1 GB 44 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 32% ▕█████ ▏ 1.3 GB/4.1 GB 44 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 32% ▕█████ ▏ 1.3 GB/4.1 GB 44 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 32% ▕█████ ▏ 1.3 GB/4.1 GB 44 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 32% ▕█████ ▏ 1.3 GB/4.1 GB 44 MB/s 1m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 32% ▕█████ ▏ 1.3 GB/4.1 GB 44 MB/s 1m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 32% ▕█████ ▏ 1.3 GB/4.1 GB 43 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 33% ▕█████ ▏ 1.3 GB/4.1 GB 43 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 33% ▕█████ ▏ 1.3 GB/4.1 GB 43 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 33% ▕█████ ▏ 1.3 GB/4.1 GB 43 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 33% ▕█████ ▏ 1.4 GB/4.1 GB 43 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 33% ▕█████ ▏ 1.4 GB/4.1 GB 43 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 33% ▕█████ ▏ 1.4 GB/4.1 GB 43 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 33% ▕█████ ▏ 1.4 GB/4.1 GB 43 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 33% ▕█████ ▏ 1.4 GB/4.1 GB 43 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 34% ▕█████ ▏ 1.4 GB/4.1 GB 43 MB/s 1m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 34% ▕█████ ▏ 1.4 GB/4.1 GB 43 MB/s 1m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 34% ▕█████ ▏ 1.4 GB/4.1 GB 43 MB/s 1m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 34% ▕█████ ▏ 1.4 GB/4.1 GB 43 MB/s 1m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 34% ▕█████ ▏ 1.4 GB/4.1 GB 43 MB/s 1m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 34% ▕█████ ▏ 1.4 GB/4.1 GB 43 MB/s 1m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 34% ▕█████ ▏ 1.4 GB/4.1 GB 43 MB/s 1m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 34% ▕█████ ▏ 1.4 GB/4.1 GB 43 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 34% ▕█████ ▏ 1.4 GB/4.1 GB 43 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 35% ▕█████ ▏ 1.4 GB/4.1 GB 43 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 35% ▕█████ ▏ 1.4 GB/4.1 GB 43 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 35% ▕█████ ▏ 1.4 GB/4.1 GB 43 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 35% ▕█████ ▏ 1.4 GB/4.1 GB 44 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 35% ▕█████ ▏ 1.4 GB/4.1 GB 44 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 35% ▕█████ ▏ 1.4 GB/4.1 GB 44 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 35% ▕█████ ▏ 1.4 GB/4.1 GB 44 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 35% ▕█████ ▏ 1.4 GB/4.1 GB 44 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 35% ▕█████ ▏ 1.4 GB/4.1 GB 44 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 35% ▕█████ ▏ 1.4 GB/4.1 GB 44 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 35% ▕█████ ▏ 1.5 GB/4.1 GB 44 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 35% ▕█████ ▏ 1.5 GB/4.1 GB 44 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 36% ▕█████ ▏ 1.5 GB/4.1 GB 44 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 36% ▕█████ ▏ 1.5 GB/4.1 GB 42 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 36% ▕█████ ▏ 1.5 GB/4.1 GB 42 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 36% ▕█████ ▏ 1.5 GB/4.1 GB 42 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 36% ▕█████ ▏ 1.5 GB/4.1 GB 42 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 36% ▕█████ ▏ 1.5 GB/4.1 GB 42 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 36% ▕█████ ▏ 1.5 GB/4.1 GB 42 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 37% ▕█████ ▏ 1.5 GB/4.1 GB 42 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 37% ▕█████ ▏ 1.5 GB/4.1 GB 42 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 37% ▕█████ ▏ 1.5 GB/4.1 GB 42 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 37% ▕█████ ▏ 1.5 GB/4.1 GB 42 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 37% ▕█████ ▏ 1.5 GB/4.1 GB 42 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 37% ▕█████ ▏ 1.5 GB/4.1 GB 42 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 37% ▕█████ ▏ 1.5 GB/4.1 GB 42 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 37% ▕█████ ▏ 1.5 GB/4.1 GB 42 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 37% ▕█████ ▏ 1.5 GB/4.1 GB 42 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 38% ▕██████ ▏ 1.5 GB/4.1 GB 42 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 38% ▕██████ ▏ 1.5 GB/4.1 GB 42 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 38% ▕██████ ▏ 1.6 GB/4.1 GB 42 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 38% ▕██████ ▏ 1.6 GB/4.1 GB 42 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 38% ▕██████ ▏ 1.6 GB/4.1 GB 42 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 38% ▕██████ ▏ 1.6 GB/4.1 GB 44 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 38% ▕██████ ▏ 1.6 GB/4.1 GB 44 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 38% ▕██████ ▏ 1.6 GB/4.1 GB 44 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 39% ▕██████ ▏ 1.6 GB/4.1 GB 44 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 39% ▕██████ ▏ 1.6 GB/4.1 GB 44 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 39% ▕██████ ▏ 1.6 GB/4.1 GB 44 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 39% ▕██████ ▏ 1.6 GB/4.1 GB 44 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 39% ▕██████ ▏ 1.6 GB/4.1 GB 44 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 39% ▕██████ ▏ 1.6 GB/4.1 GB 44 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 39% ▕██████ ▏ 1.6 GB/4.1 GB 44 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 39% ▕██████ ▏ 1.6 GB/4.1 GB 45 MB/s 54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 39% ▕██████ ▏ 1.6 GB/4.1 GB 45 MB/s 54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 39% ▕██████ ▏ 1.6 GB/4.1 GB 45 MB/s 54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 40% ▕██████ ▏ 1.6 GB/4.1 GB 45 MB/s 54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 40% ▕██████ ▏ 1.6 GB/4.1 GB 45 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 40% ▕██████ ▏ 1.6 GB/4.1 GB 45 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 40% ▕██████ ▏ 1.6 GB/4.1 GB 45 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 40% ▕██████ ▏ 1.6 GB/4.1 GB 45 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 40% ▕██████ ▏ 1.7 GB/4.1 GB 45 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 41% ▕██████ ▏ 1.7 GB/4.1 GB 45 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 41% ▕██████ ▏ 1.7 GB/4.1 GB 45 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 41% ▕██████ ▏ 1.7 GB/4.1 GB 46 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 41% ▕██████ ▏ 1.7 GB/4.1 GB 46 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 41% ▕██████ ▏ 1.7 GB/4.1 GB 46 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 41% ▕██████ ▏ 1.7 GB/4.1 GB 46 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 41% ▕██████ ▏ 1.7 GB/4.1 GB 46 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 41% ▕██████ ▏ 1.7 GB/4.1 GB 46 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 41% ▕██████ ▏ 1.7 GB/4.1 GB 46 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 41% ▕██████ ▏ 1.7 GB/4.1 GB 46 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 41% ▕██████ ▏ 1.7 GB/4.1 GB 46 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 41% ▕██████ ▏ 1.7 GB/4.1 GB 46 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 41% ▕██████ ▏ 1.7 GB/4.1 GB 45 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 41% ▕██████ ▏ 1.7 GB/4.1 GB 45 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 42% ▕██████ ▏ 1.7 GB/4.1 GB 45 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 42% ▕██████ ▏ 1.7 GB/4.1 GB 45 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 42% ▕██████ ▏ 1.7 GB/4.1 GB 45 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 42% ▕██████ ▏ 1.7 GB/4.1 GB 45 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 42% ▕██████ ▏ 1.7 GB/4.1 GB 45 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 42% ▕██████ ▏ 1.7 GB/4.1 GB 45 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 42% ▕██████ ▏ 1.7 GB/4.1 GB 45 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 42% ▕██████ ▏ 1.7 GB/4.1 GB 45 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 42% ▕██████ ▏ 1.7 GB/4.1 GB 45 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 43% ▕██████ ▏ 1.7 GB/4.1 GB 45 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 43% ▕██████ ▏ 1.8 GB/4.1 GB 45 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 43% ▕██████ ▏ 1.8 GB/4.1 GB 45 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 43% ▕██████ ▏ 1.8 GB/4.1 GB 45 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 43% ▕██████ ▏ 1.8 GB/4.1 GB 45 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 43% ▕██████ ▏ 1.8 GB/4.1 GB 45 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 43% ▕██████ ▏ 1.8 GB/4.1 GB 45 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 43% ▕██████ ▏ 1.8 GB/4.1 GB 45 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 43% ▕██████ ▏ 1.8 GB/4.1 GB 45 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 44% ▕██████ ▏ 1.8 GB/4.1 GB 45 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 44% ▕██████ ▏ 1.8 GB/4.1 GB 45 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 44% ▕██████ ▏ 1.8 GB/4.1 GB 45 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 44% ▕███████ ▏ 1.8 GB/4.1 GB 45 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 44% ▕███████ ▏ 1.8 GB/4.1 GB 45 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 44% ▕███████ ▏ 1.8 GB/4.1 GB 45 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 44% ▕███████ ▏ 1.8 GB/4.1 GB 45 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 44% ▕███████ ▏ 1.8 GB/4.1 GB 45 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 44% ▕███████ ▏ 1.8 GB/4.1 GB 45 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 44% ▕███████ ▏ 1.8 GB/4.1 GB 45 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 45% ▕███████ ▏ 1.8 GB/4.1 GB 45 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 45% ▕███████ ▏ 1.8 GB/4.1 GB 45 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 45% ▕███████ ▏ 1.8 GB/4.1 GB 45 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 45% ▕███████ ▏ 1.8 GB/4.1 GB 45 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 45% ▕███████ ▏ 1.8 GB/4.1 GB 45 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 45% ▕███████ ▏ 1.8 GB/4.1 GB 45 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 45% ▕███████ ▏ 1.9 GB/4.1 GB 45 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 45% ▕███████ ▏ 1.9 GB/4.1 GB 45 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 45% ▕███████ ▏ 1.9 GB/4.1 GB 45 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 45% ▕███████ ▏ 1.9 GB/4.1 GB 45 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 45% ▕███████ ▏ 1.9 GB/4.1 GB 45 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 46% ▕███████ ▏ 1.9 GB/4.1 GB 45 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 46% ▕███████ ▏ 1.9 GB/4.1 GB 45 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 46% ▕███████ ▏ 1.9 GB/4.1 GB 45 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 46% ▕███████ ▏ 1.9 GB/4.1 GB 45 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 46% ▕███████ ▏ 1.9 GB/4.1 GB 45 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 46% ▕███████ ▏ 1.9 GB/4.1 GB 45 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 46% ▕███████ ▏ 1.9 GB/4.1 GB 45 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 46% ▕███████ ▏ 1.9 GB/4.1 GB 45 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 46% ▕███████ ▏ 1.9 GB/4.1 GB 45 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 47% ▕███████ ▏ 1.9 GB/4.1 GB 45 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 47% ▕███████ ▏ 1.9 GB/4.1 GB 44 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 47% ▕███████ ▏ 1.9 GB/4.1 GB 44 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 47% ▕███████ ▏ 1.9 GB/4.1 GB 44 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 47% ▕███████ ▏ 1.9 GB/4.1 GB 44 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 47% ▕███████ ▏ 1.9 GB/4.1 GB 44 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 47% ▕███████ ▏ 1.9 GB/4.1 GB 44 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 47% ▕███████ ▏ 1.9 GB/4.1 GB 44 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 47% ▕███████ ▏ 1.9 GB/4.1 GB 44 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 47% ▕███████ ▏ 2.0 GB/4.1 GB 44 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 48% ▕███████ ▏ 2.0 GB/4.1 GB 44 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 48% ▕███████ ▏ 2.0 GB/4.1 GB 44 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 48% ▕███████ ▏ 2.0 GB/4.1 GB 44 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 48% ▕███████ ▏ 2.0 GB/4.1 GB 44 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 48% ▕███████ ▏ 2.0 GB/4.1 GB 44 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 48% ▕███████ ▏ 2.0 GB/4.1 GB 44 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 48% ▕███████ ▏ 2.0 GB/4.1 GB 44 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 49% ▕███████ ▏ 2.0 GB/4.1 GB 44 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 49% ▕███████ ▏ 2.0 GB/4.1 GB 44 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 49% ▕███████ ▏ 2.0 GB/4.1 GB 44 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 49% ▕███████ ▏ 2.0 GB/4.1 GB 44 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 49% ▕███████ ▏ 2.0 GB/4.1 GB 44 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 49% ▕███████ ▏ 2.0 GB/4.1 GB 44 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 49% ▕███████ ▏ 2.0 GB/4.1 GB 44 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 50% ▕███████ ▏ 2.0 GB/4.1 GB 44 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 50% ▕███████ ▏ 2.0 GB/4.1 GB 44 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 50% ▕███████ ▏ 2.0 GB/4.1 GB 44 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 50% ▕███████ ▏ 2.0 GB/4.1 GB 44 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 50% ▕███████ ▏ 2.0 GB/4.1 GB 44 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 50% ▕███████ ▏ 2.0 GB/4.1 GB 44 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 50% ▕███████ ▏ 2.0 GB/4.1 GB 44 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 50% ▕███████ ▏ 2.1 GB/4.1 GB 43 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 50% ▕████████ ▏ 2.1 GB/4.1 GB 43 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 50% ▕████████ ▏ 2.1 GB/4.1 GB 43 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 50% ▕████████ ▏ 2.1 GB/4.1 GB 43 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 51% ▕████████ ▏ 2.1 GB/4.1 GB 43 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 51% ▕████████ ▏ 2.1 GB/4.1 GB 43 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 51% ▕████████ ▏ 2.1 GB/4.1 GB 43 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 51% ▕████████ ▏ 2.1 GB/4.1 GB 43 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 51% ▕████████ ▏ 2.1 GB/4.1 GB 43 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 51% ▕████████ ▏ 2.1 GB/4.1 GB 43 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 51% ▕████████ ▏ 2.1 GB/4.1 GB 43 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 51% ▕████████ ▏ 2.1 GB/4.1 GB 45 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 51% ▕████████ ▏ 2.1 GB/4.1 GB 45 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 51% ▕████████ ▏ 2.1 GB/4.1 GB 45 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 52% ▕████████ ▏ 2.1 GB/4.1 GB 45 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 52% ▕████████ ▏ 2.1 GB/4.1 GB 45 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 52% ▕████████ ▏ 2.1 GB/4.1 GB 45 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 52% ▕████████ ▏ 2.1 GB/4.1 GB 45 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 52% ▕████████ ▏ 2.1 GB/4.1 GB 45 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 52% ▕████████ ▏ 2.1 GB/4.1 GB 45 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 52% ▕████████ ▏ 2.1 GB/4.1 GB 45 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 52% ▕████████ ▏ 2.2 GB/4.1 GB 45 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 52% ▕████████ ▏ 2.2 GB/4.1 GB 45 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 53% ▕████████ ▏ 2.2 GB/4.1 GB 45 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 53% ▕████████ ▏ 2.2 GB/4.1 GB 45 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 53% ▕████████ ▏ 2.2 GB/4.1 GB 45 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 53% ▕████████ ▏ 2.2 GB/4.1 GB 45 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 53% ▕████████ ▏ 2.2 GB/4.1 GB 45 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 53% ▕████████ ▏ 2.2 GB/4.1 GB 45 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 53% ▕████████ ▏ 2.2 GB/4.1 GB 45 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 53% ▕████████ ▏ 2.2 GB/4.1 GB 45 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 54% ▕████████ ▏ 2.2 GB/4.1 GB 45 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 54% ▕████████ ▏ 2.2 GB/4.1 GB 45 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 54% ▕████████ ▏ 2.2 GB/4.1 GB 45 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 54% ▕████████ ▏ 2.2 GB/4.1 GB 45 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 54% ▕████████ ▏ 2.2 GB/4.1 GB 45 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 54% ▕████████ ▏ 2.2 GB/4.1 GB 45 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 54% ▕████████ ▏ 2.2 GB/4.1 GB 45 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 54% ▕████████ ▏ 2.2 GB/4.1 GB 45 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 54% ▕████████ ▏ 2.2 GB/4.1 GB 45 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 54% ▕████████ ▏ 2.2 GB/4.1 GB 45 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 55% ▕████████ ▏ 2.2 GB/4.1 GB 44 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 55% ▕████████ ▏ 2.2 GB/4.1 GB 44 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 55% ▕████████ ▏ 2.2 GB/4.1 GB 44 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 55% ▕████████ ▏ 2.3 GB/4.1 GB 44 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 55% ▕████████ ▏ 2.3 GB/4.1 GB 44 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 55% ▕████████ ▏ 2.3 GB/4.1 GB 44 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 55% ▕████████ ▏ 2.3 GB/4.1 GB 44 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 55% ▕████████ ▏ 2.3 GB/4.1 GB 44 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 55% ▕████████ ▏ 2.3 GB/4.1 GB 44 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 55% ▕████████ ▏ 2.3 GB/4.1 GB 44 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 56% ▕████████ ▏ 2.3 GB/4.1 GB 46 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 56% ▕████████ ▏ 2.3 GB/4.1 GB 46 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 56% ▕████████ ▏ 2.3 GB/4.1 GB 46 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 56% ▕████████ ▏ 2.3 GB/4.1 GB 46 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 56% ▕████████ ▏ 2.3 GB/4.1 GB 46 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 56% ▕████████ ▏ 2.3 GB/4.1 GB 46 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 56% ▕████████ ▏ 2.3 GB/4.1 GB 46 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 56% ▕████████ ▏ 2.3 GB/4.1 GB 46 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 56% ▕█████████ ▏ 2.3 GB/4.1 GB 46 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 57% ▕█████████ ▏ 2.3 GB/4.1 GB 46 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 57% ▕█████████ ▏ 2.3 GB/4.1 GB 46 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 57% ▕█████████ ▏ 2.3 GB/4.1 GB 44 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 57% ▕█████████ ▏ 2.3 GB/4.1 GB 44 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 57% ▕█████████ ▏ 2.3 GB/4.1 GB 44 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 57% ▕█████████ ▏ 2.3 GB/4.1 GB 44 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 57% ▕█████████ ▏ 2.3 GB/4.1 GB 44 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 57% ▕█████████ ▏ 2.3 GB/4.1 GB 44 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 57% ▕█████████ ▏ 2.3 GB/4.1 GB 44 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 57% ▕█████████ ▏ 2.4 GB/4.1 GB 44 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 57% ▕█████████ ▏ 2.4 GB/4.1 GB 44 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 58% ▕█████████ ▏ 2.4 GB/4.1 GB 44 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 58% ▕█████████ ▏ 2.4 GB/4.1 GB 44 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 58% ▕█████████ ▏ 2.4 GB/4.1 GB 44 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 58% ▕█████████ ▏ 2.4 GB/4.1 GB 44 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 58% ▕█████████ ▏ 2.4 GB/4.1 GB 44 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 58% ▕█████████ ▏ 2.4 GB/4.1 GB 44 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 58% ▕█████████ ▏ 2.4 GB/4.1 GB 44 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 58% ▕█████████ ▏ 2.4 GB/4.1 GB 44 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 59% ▕█████████ ▏ 2.4 GB/4.1 GB 44 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 59% ▕█████████ ▏ 2.4 GB/4.1 GB 44 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 59% ▕█████████ ▏ 2.4 GB/4.1 GB 44 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 59% ▕█████████ ▏ 2.4 GB/4.1 GB 45 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 59% ▕█████████ ▏ 2.4 GB/4.1 GB 45 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 59% ▕█████████ ▏ 2.4 GB/4.1 GB 45 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 59% ▕█████████ ▏ 2.4 GB/4.1 GB 45 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 59% ▕█████████ ▏ 2.4 GB/4.1 GB 45 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 59% ▕█████████ ▏ 2.4 GB/4.1 GB 45 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 59% ▕█████████ ▏ 2.4 GB/4.1 GB 45 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 60% ▕█████████ ▏ 2.4 GB/4.1 GB 45 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 60% ▕█████████ ▏ 2.5 GB/4.1 GB 45 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 60% ▕█████████ ▏ 2.5 GB/4.1 GB 45 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 60% ▕█████████ ▏ 2.5 GB/4.1 GB 45 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 60% ▕█████████ ▏ 2.5 GB/4.1 GB 45 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 60% ▕█████████ ▏ 2.5 GB/4.1 GB 45 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 60% ▕█████████ ▏ 2.5 GB/4.1 GB 45 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 60% ▕█████████ ▏ 2.5 GB/4.1 GB 45 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 60% ▕█████████ ▏ 2.5 GB/4.1 GB 45 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 60% ▕█████████ ▏ 2.5 GB/4.1 GB 45 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 61% ▕█████████ ▏ 2.5 GB/4.1 GB 45 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 61% ▕█████████ ▏ 2.5 GB/4.1 GB 45 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 61% ▕█████████ ▏ 2.5 GB/4.1 GB 45 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 61% ▕█████████ ▏ 2.5 GB/4.1 GB 44 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 61% ▕█████████ ▏ 2.5 GB/4.1 GB 44 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 61% ▕█████████ ▏ 2.5 GB/4.1 GB 44 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 61% ▕█████████ ▏ 2.5 GB/4.1 GB 44 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 61% ▕█████████ ▏ 2.5 GB/4.1 GB 44 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 61% ▕█████████ ▏ 2.5 GB/4.1 GB 44 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 62% ▕█████████ ▏ 2.5 GB/4.1 GB 44 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 62% ▕█████████ ▏ 2.5 GB/4.1 GB 44 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 62% ▕█████████ ▏ 2.5 GB/4.1 GB 44 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 62% ▕█████████ ▏ 2.5 GB/4.1 GB 44 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 62% ▕█████████ ▏ 2.5 GB/4.1 GB 44 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 62% ▕█████████ ▏ 2.5 GB/4.1 GB 43 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 62% ▕█████████ ▏ 2.5 GB/4.1 GB 43 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 62% ▕█████████ ▏ 2.5 GB/4.1 GB 43 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 62% ▕█████████ ▏ 2.5 GB/4.1 GB 43 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 62% ▕█████████ ▏ 2.5 GB/4.1 GB 43 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 62% ▕█████████ ▏ 2.6 GB/4.1 GB 43 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 63% ▕██████████ ▏ 2.6 GB/4.1 GB 43 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 63% ▕██████████ ▏ 2.6 GB/4.1 GB 43 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 63% ▕██████████ ▏ 2.6 GB/4.1 GB 43 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 63% ▕██████████ ▏ 2.6 GB/4.1 GB 43 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 63% ▕██████████ ▏ 2.6 GB/4.1 GB 43 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 63% ▕██████████ ▏ 2.6 GB/4.1 GB 43 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 63% ▕██████████ ▏ 2.6 GB/4.1 GB 43 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 63% ▕██████████ ▏ 2.6 GB/4.1 GB 43 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 63% ▕██████████ ▏ 2.6 GB/4.1 GB 43 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 63% ▕██████████ ▏ 2.6 GB/4.1 GB 43 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 64% ▕██████████ ▏ 2.6 GB/4.1 GB 43 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 64% ▕██████████ ▏ 2.6 GB/4.1 GB 43 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 64% ▕██████████ ▏ 2.6 GB/4.1 GB 43 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 64% ▕██████████ ▏ 2.6 GB/4.1 GB 43 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 64% ▕██████████ ▏ 2.6 GB/4.1 GB 43 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 64% ▕██████████ ▏ 2.6 GB/4.1 GB 43 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 64% ▕██████████ ▏ 2.6 GB/4.1 GB 43 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 64% ▕██████████ ▏ 2.6 GB/4.1 GB 43 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 65% ▕██████████ ▏ 2.7 GB/4.1 GB 43 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 65% ▕██████████ ▏ 2.7 GB/4.1 GB 43 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 65% ▕██████████ ▏ 2.7 GB/4.1 GB 43 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 65% ▕██████████ ▏ 2.7 GB/4.1 GB 43 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 65% ▕██████████ ▏ 2.7 GB/4.1 GB 43 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 65% ▕██████████ ▏ 2.7 GB/4.1 GB 43 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 65% ▕██████████ ▏ 2.7 GB/4.1 GB 42 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 65% ▕██████████ ▏ 2.7 GB/4.1 GB 42 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 65% ▕██████████ ▏ 2.7 GB/4.1 GB 42 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 65% ▕██████████ ▏ 2.7 GB/4.1 GB 42 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 66% ▕██████████ ▏ 2.7 GB/4.1 GB 42 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 66% ▕██████████ ▏ 2.7 GB/4.1 GB 42 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 66% ▕██████████ ▏ 2.7 GB/4.1 GB 42 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 66% ▕██████████ ▏ 2.7 GB/4.1 GB 42 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 66% ▕██████████ ▏ 2.7 GB/4.1 GB 42 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 66% ▕██████████ ▏ 2.7 GB/4.1 GB 42 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 66% ▕██████████ ▏ 2.7 GB/4.1 GB 44 MB/s 31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 66% ▕██████████ ▏ 2.7 GB/4.1 GB 44 MB/s 31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 66% ▕██████████ ▏ 2.7 GB/4.1 GB 44 MB/s 31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 66% ▕██████████ ▏ 2.7 GB/4.1 GB 44 MB/s 31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 66% ▕██████████ ▏ 2.7 GB/4.1 GB 44 MB/s 31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 66% ▕██████████ ▏ 2.7 GB/4.1 GB 44 MB/s 31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 66% ▕██████████ ▏ 2.7 GB/4.1 GB 44 MB/s 31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 66% ▕██████████ ▏ 2.7 GB/4.1 GB 44 MB/s 31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 67% ▕██████████ ▏ 2.7 GB/4.1 GB 44 MB/s 31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 67% ▕██████████ ▏ 2.7 GB/4.1 GB 44 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 67% ▕██████████ ▏ 2.8 GB/4.1 GB 44 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 68% ▕██████████ ▏ 2.8 GB/4.1 GB 44 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 68% ▕██████████ ▏ 2.8 GB/4.1 GB 44 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 68% ▕██████████ ▏ 2.8 GB/4.1 GB 44 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 68% ▕██████████ ▏ 2.8 GB/4.1 GB 44 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 68% ▕██████████ ▏ 2.8 GB/4.1 GB 44 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 68% ▕██████████ ▏ 2.8 GB/4.1 GB 44 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 68% ▕██████████ ▏ 2.8 GB/4.1 GB 44 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 68% ▕██████████ ▏ 2.8 GB/4.1 GB 44 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 68% ▕██████████ ▏ 2.8 GB/4.1 GB 44 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 68% ▕██████████ ▏ 2.8 GB/4.1 GB 44 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 68% ▕██████████ ▏ 2.8 GB/4.1 GB 42 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 68% ▕██████████ ▏ 2.8 GB/4.1 GB 42 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 69% ▕██████████ ▏ 2.8 GB/4.1 GB 42 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 69% ▕██████████ ▏ 2.8 GB/4.1 GB 42 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 69% ▕██████████ ▏ 2.8 GB/4.1 GB 42 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 69% ▕███████████ ▏ 2.8 GB/4.1 GB 42 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 69% ▕███████████ ▏ 2.8 GB/4.1 GB 42 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 69% ▕███████████ ▏ 2.8 GB/4.1 GB 42 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 69% ▕███████████ ▏ 2.8 GB/4.1 GB 42 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 69% ▕███████████ ▏ 2.9 GB/4.1 GB 42 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 69% ▕███████████ ▏ 2.9 GB/4.1 GB 43 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 70% ▕███████████ ▏ 2.9 GB/4.1 GB 43 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 70% ▕███████████ ▏ 2.9 GB/4.1 GB 43 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 70% ▕███████████ ▏ 2.9 GB/4.1 GB 43 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 70% ▕███████████ ▏ 2.9 GB/4.1 GB 43 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 70% ▕███████████ ▏ 2.9 GB/4.1 GB 43 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 70% ▕███████████ ▏ 2.9 GB/4.1 GB 43 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 70% ▕███████████ ▏ 2.9 GB/4.1 GB 43 MB/s 27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 70% ▕███████████ ▏ 2.9 GB/4.1 GB 43 MB/s 27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 70% ▕███████████ ▏ 2.9 GB/4.1 GB 43 MB/s 27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 71% ▕███████████ ▏ 2.9 GB/4.1 GB 44 MB/s 27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 71% ▕███████████ ▏ 2.9 GB/4.1 GB 44 MB/s 27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 71% ▕███████████ ▏ 2.9 GB/4.1 GB 44 MB/s 27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 71% ▕███████████ ▏ 2.9 GB/4.1 GB 44 MB/s 27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 71% ▕███████████ ▏ 2.9 GB/4.1 GB 44 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 71% ▕███████████ ▏ 2.9 GB/4.1 GB 44 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 71% ▕███████████ ▏ 2.9 GB/4.1 GB 44 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 71% ▕███████████ ▏ 2.9 GB/4.1 GB 44 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 71% ▕███████████ ▏ 2.9 GB/4.1 GB 44 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 72% ▕███████████ ▏ 2.9 GB/4.1 GB 44 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 72% ▕███████████ ▏ 2.9 GB/4.1 GB 44 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 72% ▕███████████ ▏ 2.9 GB/4.1 GB 44 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 72% ▕███████████ ▏ 3.0 GB/4.1 GB 44 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 72% ▕███████████ ▏ 3.0 GB/4.1 GB 44 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 72% ▕███████████ ▏ 3.0 GB/4.1 GB 44 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 72% ▕███████████ ▏ 3.0 GB/4.1 GB 44 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 72% ▕███████████ ▏ 3.0 GB/4.1 GB 44 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 72% ▕███████████ ▏ 3.0 GB/4.1 GB 44 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 73% ▕███████████ ▏ 3.0 GB/4.1 GB 44 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 73% ▕███████████ ▏ 3.0 GB/4.1 GB 44 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 73% ▕███████████ ▏ 3.0 GB/4.1 GB 44 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 73% ▕███████████ ▏ 3.0 GB/4.1 GB 44 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 73% ▕███████████ ▏ 3.0 GB/4.1 GB 44 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 73% ▕███████████ ▏ 3.0 GB/4.1 GB 44 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 73% ▕███████████ ▏ 3.0 GB/4.1 GB 44 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 73% ▕███████████ ▏ 3.0 GB/4.1 GB 44 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 73% ▕███████████ ▏ 3.0 GB/4.1 GB 44 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 73% ▕███████████ ▏ 3.0 GB/4.1 GB 44 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 74% ▕███████████ ▏ 3.0 GB/4.1 GB 44 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 74% ▕███████████ ▏ 3.0 GB/4.1 GB 44 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 74% ▕███████████ ▏ 3.0 GB/4.1 GB 44 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 74% ▕███████████ ▏ 3.0 GB/4.1 GB 43 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 74% ▕███████████ ▏ 3.0 GB/4.1 GB 43 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 74% ▕███████████ ▏ 3.0 GB/4.1 GB 43 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 74% ▕███████████ ▏ 3.1 GB/4.1 GB 43 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 75% ▕███████████ ▏ 3.1 GB/4.1 GB 43 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 75% ▕███████████ ▏ 3.1 GB/4.1 GB 43 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 75% ▕███████████ ▏ 3.1 GB/4.1 GB 43 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 75% ▕███████████ ▏ 3.1 GB/4.1 GB 43 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 75% ▕███████████ ▏ 3.1 GB/4.1 GB 43 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 75% ▕███████████ ▏ 3.1 GB/4.1 GB 43 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 75% ▕███████████ ▏ 3.1 GB/4.1 GB 44 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 75% ▕████████████ ▏ 3.1 GB/4.1 GB 44 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 75% ▕████████████ ▏ 3.1 GB/4.1 GB 44 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 75% ▕████████████ ▏ 3.1 GB/4.1 GB 44 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 75% ▕████████████ ▏ 3.1 GB/4.1 GB 44 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 76% ▕████████████ ▏ 3.1 GB/4.1 GB 44 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 76% ▕████████████ ▏ 3.1 GB/4.1 GB 44 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 76% ▕████████████ ▏ 3.1 GB/4.1 GB 44 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 76% ▕████████████ ▏ 3.1 GB/4.1 GB 44 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 76% ▕████████████ ▏ 3.1 GB/4.1 GB 44 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 76% ▕████████████ ▏ 3.1 GB/4.1 GB 45 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 76% ▕████████████ ▏ 3.1 GB/4.1 GB 45 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 76% ▕████████████ ▏ 3.1 GB/4.1 GB 45 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 76% ▕████████████ ▏ 3.1 GB/4.1 GB 45 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 76% ▕████████████ ▏ 3.1 GB/4.1 GB 45 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 76% ▕████████████ ▏ 3.1 GB/4.1 GB 45 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 76% ▕████████████ ▏ 3.1 GB/4.1 GB 45 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 76% ▕████████████ ▏ 3.1 GB/4.1 GB 45 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 76% ▕████████████ ▏ 3.1 GB/4.1 GB 45 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 76% ▕████████████ ▏ 3.1 GB/4.1 GB 45 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 77% ▕████████████ ▏ 3.1 GB/4.1 GB 42 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 77% ▕████████████ ▏ 3.2 GB/4.1 GB 42 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 77% ▕████████████ ▏ 3.2 GB/4.1 GB 42 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 77% ▕████████████ ▏ 3.2 GB/4.1 GB 42 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 77% ▕████████████ ▏ 3.2 GB/4.1 GB 42 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 77% ▕████████████ ▏ 3.2 GB/4.1 GB 42 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 77% ▕████████████ ▏ 3.2 GB/4.1 GB 42 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 77% ▕████████████ ▏ 3.2 GB/4.1 GB 42 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 78% ▕████████████ ▏ 3.2 GB/4.1 GB 42 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 78% ▕████████████ ▏ 3.2 GB/4.1 GB 42 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 78% ▕████████████ ▏ 3.2 GB/4.1 GB 42 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 78% ▕████████████ ▏ 3.2 GB/4.1 GB 43 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 78% ▕████████████ ▏ 3.2 GB/4.1 GB 43 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 78% ▕████████████ ▏ 3.2 GB/4.1 GB 43 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 78% ▕████████████ ▏ 3.2 GB/4.1 GB 43 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 78% ▕████████████ ▏ 3.2 GB/4.1 GB 43 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 78% ▕████████████ ▏ 3.2 GB/4.1 GB 43 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 79% ▕████████████ ▏ 3.2 GB/4.1 GB 43 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 79% ▕████████████ ▏ 3.2 GB/4.1 GB 43 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 79% ▕████████████ ▏ 3.2 GB/4.1 GB 43 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 79% ▕████████████ ▏ 3.2 GB/4.1 GB 43 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 79% ▕████████████ ▏ 3.2 GB/4.1 GB 43 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 79% ▕████████████ ▏ 3.2 GB/4.1 GB 43 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 79% ▕████████████ ▏ 3.3 GB/4.1 GB 43 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 79% ▕████████████ ▏ 3.3 GB/4.1 GB 43 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 79% ▕████████████ ▏ 3.3 GB/4.1 GB 43 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 79% ▕████████████ ▏ 3.3 GB/4.1 GB 43 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 80% ▕████████████ ▏ 3.3 GB/4.1 GB 43 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 80% ▕████████████ ▏ 3.3 GB/4.1 GB 43 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 80% ▕████████████ ▏ 3.3 GB/4.1 GB 43 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 80% ▕████████████ ▏ 3.3 GB/4.1 GB 43 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 80% ▕████████████ ▏ 3.3 GB/4.1 GB 42 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 80% ▕████████████ ▏ 3.3 GB/4.1 GB 42 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 80% ▕████████████ ▏ 3.3 GB/4.1 GB 42 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 80% ▕████████████ ▏ 3.3 GB/4.1 GB 42 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 80% ▕████████████ ▏ 3.3 GB/4.1 GB 42 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 81% ▕████████████ ▏ 3.3 GB/4.1 GB 42 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 81% ▕████████████ ▏ 3.3 GB/4.1 GB 42 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 81% ▕████████████ ▏ 3.3 GB/4.1 GB 42 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 81% ▕████████████ ▏ 3.3 GB/4.1 GB 42 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 81% ▕████████████ ▏ 3.3 GB/4.1 GB 42 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 81% ▕████████████ ▏ 3.3 GB/4.1 GB 42 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 81% ▕████████████ ▏ 3.3 GB/4.1 GB 42 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 81% ▕████████████ ▏ 3.3 GB/4.1 GB 42 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 81% ▕█████████████ ▏ 3.3 GB/4.1 GB 42 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 82% ▕█████████████ ▏ 3.4 GB/4.1 GB 42 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 82% ▕█████████████ ▏ 3.4 GB/4.1 GB 42 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 82% ▕█████████████ ▏ 3.4 GB/4.1 GB 42 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 82% ▕█████████████ ▏ 3.4 GB/4.1 GB 42 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 82% ▕█████████████ ▏ 3.4 GB/4.1 GB 42 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 82% ▕█████████████ ▏ 3.4 GB/4.1 GB 42 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 82% ▕█████████████ ▏ 3.4 GB/4.1 GB 42 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 82% ▕█████████████ ▏ 3.4 GB/4.1 GB 42 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 82% ▕█████████████ ▏ 3.4 GB/4.1 GB 42 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 82% ▕█████████████ ▏ 3.4 GB/4.1 GB 42 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 82% ▕█████████████ ▏ 3.4 GB/4.1 GB 42 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 83% ▕█████████████ ▏ 3.4 GB/4.1 GB 42 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 83% ▕█████████████ ▏ 3.4 GB/4.1 GB 42 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 83% ▕█████████████ ▏ 3.4 GB/4.1 GB 42 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 83% ▕█████████████ ▏ 3.4 GB/4.1 GB 42 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 83% ▕█████████████ ▏ 3.4 GB/4.1 GB 42 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 83% ▕█████████████ ▏ 3.4 GB/4.1 GB 42 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 83% ▕█████████████ ▏ 3.4 GB/4.1 GB 42 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 83% ▕█████████████ ▏ 3.4 GB/4.1 GB 42 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 83% ▕█████████████ ▏ 3.4 GB/4.1 GB 42 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 83% ▕█████████████ ▏ 3.4 GB/4.1 GB 42 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 84% ▕█████████████ ▏ 3.4 GB/4.1 GB 42 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 84% ▕█████████████ ▏ 3.4 GB/4.1 GB 42 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 84% ▕█████████████ ▏ 3.4 GB/4.1 GB 42 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 84% ▕█████████████ ▏ 3.5 GB/4.1 GB 42 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 84% ▕█████████████ ▏ 3.5 GB/4.1 GB 42 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 84% ▕█████████████ ▏ 3.5 GB/4.1 GB 42 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 84% ▕█████████████ ▏ 3.5 GB/4.1 GB 42 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 84% ▕█████████████ ▏ 3.5 GB/4.1 GB 42 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 85% ▕█████████████ ▏ 3.5 GB/4.1 GB 42 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 85% ▕█████████████ ▏ 3.5 GB/4.1 GB 42 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 85% ▕█████████████ ▏ 3.5 GB/4.1 GB 42 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 85% ▕█████████████ ▏ 3.5 GB/4.1 GB 42 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 85% ▕█████████████ ▏ 3.5 GB/4.1 GB 42 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 85% ▕█████████████ ▏ 3.5 GB/4.1 GB 42 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 85% ▕█████████████ ▏ 3.5 GB/4.1 GB 42 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 85% ▕█████████████ ▏ 3.5 GB/4.1 GB 42 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 85% ▕█████████████ ▏ 3.5 GB/4.1 GB 41 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 85% ▕█████████████ ▏ 3.5 GB/4.1 GB 41 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 86% ▕█████████████ ▏ 3.5 GB/4.1 GB 41 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 86% ▕█████████████ ▏ 3.5 GB/4.1 GB 41 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 86% ▕█████████████ ▏ 3.5 GB/4.1 GB 41 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 86% ▕█████████████ ▏ 3.5 GB/4.1 GB 41 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 86% ▕█████████████ ▏ 3.5 GB/4.1 GB 41 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 86% ▕█████████████ ▏ 3.5 GB/4.1 GB 41 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 86% ▕█████████████ ▏ 3.5 GB/4.1 GB 41 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 86% ▕█████████████ ▏ 3.5 GB/4.1 GB 41 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 86% ▕█████████████ ▏ 3.5 GB/4.1 GB 44 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 86% ▕█████████████ ▏ 3.6 GB/4.1 GB 44 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 87% ▕█████████████ ▏ 3.6 GB/4.1 GB 44 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 87% ▕█████████████ ▏ 3.6 GB/4.1 GB 44 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 87% ▕█████████████ ▏ 3.6 GB/4.1 GB 44 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 87% ▕█████████████ ▏ 3.6 GB/4.1 GB 44 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 87% ▕█████████████ ▏ 3.6 GB/4.1 GB 44 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 87% ▕█████████████ ▏ 3.6 GB/4.1 GB 44 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 87% ▕█████████████ ▏ 3.6 GB/4.1 GB 44 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 87% ▕█████████████ ▏ 3.6 GB/4.1 GB 44 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 87% ▕█████████████ ▏ 3.6 GB/4.1 GB 43 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 87% ▕█████████████ ▏ 3.6 GB/4.1 GB 43 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 87% ▕█████████████ ▏ 3.6 GB/4.1 GB 43 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 88% ▕██████████████ ▏ 3.6 GB/4.1 GB 43 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 88% ▕██████████████ ▏ 3.6 GB/4.1 GB 43 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 88% ▕██████████████ ▏ 3.6 GB/4.1 GB 43 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 88% ▕██████████████ ▏ 3.6 GB/4.1 GB 43 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 88% ▕██████████████ ▏ 3.6 GB/4.1 GB 43 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 88% ▕██████████████ ▏ 3.6 GB/4.1 GB 43 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 88% ▕██████████████ ▏ 3.6 GB/4.1 GB 43 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 88% ▕██████████████ ▏ 3.6 GB/4.1 GB 43 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 88% ▕██████████████ ▏ 3.6 GB/4.1 GB 42 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 88% ▕██████████████ ▏ 3.6 GB/4.1 GB 42 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 89% ▕██████████████ ▏ 3.6 GB/4.1 GB 42 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 89% ▕██████████████ ▏ 3.6 GB/4.1 GB 42 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 89% ▕██████████████ ▏ 3.6 GB/4.1 GB 42 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 89% ▕██████████████ ▏ 3.7 GB/4.1 GB 42 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 89% ▕██████████████ ▏ 3.7 GB/4.1 GB 42 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 89% ▕██████████████ ▏ 3.7 GB/4.1 GB 42 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 89% ▕██████████████ ▏ 3.7 GB/4.1 GB 42 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 89% ▕██████████████ ▏ 3.7 GB/4.1 GB 42 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 89% ▕██████████████ ▏ 3.7 GB/4.1 GB 43 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 90% ▕██████████████ ▏ 3.7 GB/4.1 GB 43 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 90% ▕██████████████ ▏ 3.7 GB/4.1 GB 43 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 90% ▕██████████████ ▏ 3.7 GB/4.1 GB 43 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 90% ▕██████████████ ▏ 3.7 GB/4.1 GB 43 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 90% ▕██████████████ ▏ 3.7 GB/4.1 GB 43 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 90% ▕██████████████ ▏ 3.7 GB/4.1 GB 43 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 90% ▕██████████████ ▏ 3.7 GB/4.1 GB 43 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 90% ▕██████████████ ▏ 3.7 GB/4.1 GB 43 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 90% ▕██████████████ ▏ 3.7 GB/4.1 GB 43 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 91% ▕██████████████ ▏ 3.7 GB/4.1 GB 43 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 91% ▕██████████████ ▏ 3.7 GB/4.1 GB 43 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 91% ▕██████████████ ▏ 3.7 GB/4.1 GB 43 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 91% ▕██████████████ ▏ 3.7 GB/4.1 GB 43 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 91% ▕██████████████ ▏ 3.7 GB/4.1 GB 43 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 91% ▕██████████████ ▏ 3.7 GB/4.1 GB 43 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 91% ▕██████████████ ▏ 3.7 GB/4.1 GB 43 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 91% ▕██████████████ ▏ 3.8 GB/4.1 GB 43 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 91% ▕██████████████ ▏ 3.8 GB/4.1 GB 43 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 92% ▕██████████████ ▏ 3.8 GB/4.1 GB 43 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 92% ▕██████████████ ▏ 3.8 GB/4.1 GB 44 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 92% ▕██████████████ ▏ 3.8 GB/4.1 GB 44 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 92% ▕██████████████ ▏ 3.8 GB/4.1 GB 44 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 92% ▕██████████████ ▏ 3.8 GB/4.1 GB 44 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 92% ▕██████████████ ▏ 3.8 GB/4.1 GB 44 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 92% ▕██████████████ ▏ 3.8 GB/4.1 GB 44 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 92% ▕██████████████ ▏ 3.8 GB/4.1 GB 44 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 92% ▕██████████████ ▏ 3.8 GB/4.1 GB 44 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 92% ▕██████████████ ▏ 3.8 GB/4.1 GB 44 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 93% ▕██████████████ ▏ 3.8 GB/4.1 GB 44 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 93% ▕██████████████ ▏ 3.8 GB/4.1 GB 44 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 93% ▕██████████████ ▏ 3.8 GB/4.1 GB 44 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 93% ▕██████████████ ▏ 3.8 GB/4.1 GB 44 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 93% ▕██████████████ ▏ 3.8 GB/4.1 GB 44 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 93% ▕██████████████ ▏ 3.8 GB/4.1 GB 44 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 93% ▕██████████████ ▏ 3.8 GB/4.1 GB 44 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 93% ▕██████████████ ▏ 3.8 GB/4.1 GB 44 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 93% ▕██████████████ ▏ 3.8 GB/4.1 GB 44 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 94% ▕██████████████ ▏ 3.8 GB/4.1 GB 44 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 94% ▕██████████████ ▏ 3.8 GB/4.1 GB 44 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 94% ▕██████████████ ▏ 3.9 GB/4.1 GB 44 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 94% ▕███████████████ ▏ 3.9 GB/4.1 GB 43 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 94% ▕███████████████ ▏ 3.9 GB/4.1 GB 43 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 94% ▕███████████████ ▏ 3.9 GB/4.1 GB 43 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 94% ▕███████████████ ▏ 3.9 GB/4.1 GB 43 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 94% ▕███████████████ ▏ 3.9 GB/4.1 GB 43 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 94% ▕███████████████ ▏ 3.9 GB/4.1 GB 43 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 94% ▕███████████████ ▏ 3.9 GB/4.1 GB 43 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 95% ▕███████████████ ▏ 3.9 GB/4.1 GB 43 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 95% ▕███████████████ ▏ 3.9 GB/4.1 GB 43 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 95% ▕███████████████ ▏ 3.9 GB/4.1 GB 43 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 95% ▕███████████████ ▏ 3.9 GB/4.1 GB 43 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 95% ▕███████████████ ▏ 3.9 GB/4.1 GB 43 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 95% ▕███████████████ ▏ 3.9 GB/4.1 GB 43 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 95% ▕███████████████ ▏ 3.9 GB/4.1 GB 43 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 95% ▕███████████████ ▏ 3.9 GB/4.1 GB 43 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 95% ▕███████████████ ▏ 3.9 GB/4.1 GB 43 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 95% ▕███████████████ ▏ 3.9 GB/4.1 GB 43 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 95% ▕███████████████ ▏ 3.9 GB/4.1 GB 43 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 96% ▕███████████████ ▏ 3.9 GB/4.1 GB 43 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 96% ▕███████████████ ▏ 3.9 GB/4.1 GB 43 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 96% ▕███████████████ ▏ 3.9 GB/4.1 GB 43 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 96% ▕███████████████ ▏ 3.9 GB/4.1 GB 43 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 96% ▕███████████████ ▏ 3.9 GB/4.1 GB 43 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 96% ▕███████████████ ▏ 3.9 GB/4.1 GB 43 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 96% ▕███████████████ ▏ 4.0 GB/4.1 GB 43 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 96% ▕███████████████ ▏ 4.0 GB/4.1 GB 43 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 96% ▕███████████████ ▏ 4.0 GB/4.1 GB 43 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 96% ▕███████████████ ▏ 4.0 GB/4.1 GB 43 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 97% ▕███████████████ ▏ 4.0 GB/4.1 GB 43 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 97% ▕███████████████ ▏ 4.0 GB/4.1 GB 43 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 97% ▕███████████████ ▏ 4.0 GB/4.1 GB 43 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 97% ▕███████████████ ▏ 4.0 GB/4.1 GB 43 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 97% ▕███████████████ ▏ 4.0 GB/4.1 GB 43 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 97% ▕███████████████ ▏ 4.0 GB/4.1 GB 43 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 97% ▕███████████████ ▏ 4.0 GB/4.1 GB 43 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 97% ▕███████████████ ▏ 4.0 GB/4.1 GB 43 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 97% ▕███████████████ ▏ 4.0 GB/4.1 GB 43 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 97% ▕███████████████ ▏ 4.0 GB/4.1 GB 43 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 97% ▕███████████████ ▏ 4.0 GB/4.1 GB 43 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 98% ▕███████████████ ▏ 4.0 GB/4.1 GB 43 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 98% ▕███████████████ ▏ 4.0 GB/4.1 GB 43 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 98% ▕███████████████ ▏ 4.0 GB/4.1 GB 43 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 98% ▕███████████████ ▏ 4.0 GB/4.1 GB 43 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 98% ▕███████████████ ▏ 4.0 GB/4.1 GB 43 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 98% ▕███████████████ ▏ 4.0 GB/4.1 GB 43 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 98% ▕███████████████ ▏ 4.0 GB/4.1 GB 43 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 98% ▕███████████████ ▏ 4.0 GB/4.1 GB 43 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 98% ▕███████████████ ▏ 4.0 GB/4.1 GB 43 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 98% ▕███████████████ ▏ 4.0 GB/4.1 GB 43 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 99% ▕███████████████ ▏ 4.0 GB/4.1 GB 43 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 99% ▕███████████████ ▏ 4.0 GB/4.1 GB 43 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 99% ▕███████████████ ▏ 4.1 GB/4.1 GB 41 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 99% ▕███████████████ ▏ 4.1 GB/4.1 GB 41 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 99% ▕███████████████ ▏ 4.1 GB/4.1 GB 41 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 99% ▕███████████████ ▏ 4.1 GB/4.1 GB 41 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 99% ▕███████████████ ▏ 4.1 GB/4.1 GB 41 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 99% ▕███████████████ ▏ 4.1 GB/4.1 GB 41 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 99% ▕███████████████ ▏ 4.1 GB/4.1 GB 41 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 99% ▕███████████████ ▏ 4.1 GB/4.1 GB 41 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 99% ▕███████████████ ▏ 4.1 GB/4.1 GB 41 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 99% ▕███████████████ ▏ 4.1 GB/4.1 GB 41 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕███████████████ ▏ 4.1 GB/4.1 GB 41 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕███████████████ ▏ 4.1 GB/4.1 GB 41 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕███████████████ ▏ 4.1 GB/4.1 GB 41 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕███████████████ ▏ 4.1 GB/4.1 GB 41 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕███████████████ ▏ 4.1 GB/4.1 GB 41 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕███████████████ ▏ 4.1 GB/4.1 GB 41 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing cfb862f630d6... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing cfb862f630d6... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing cfb862f630d6... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing cfb862f630d6... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing cfb862f630d6... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing cfb862f630d6... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing cfb862f630d6... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing cfb862f630d6... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing cfb862f630d6... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing cfb862f630d6... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing cfb862f630d6... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing cfb862f630d6... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing cfb862f630d6... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing cfb862f630d6... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing cfb862f630d6... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing cfb862f630d6... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing cfb862f630d6... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing cfb862f630d6... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing cfb862f630d6... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing cfb862f630d6... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing cfb862f630d6... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing cfb862f630d6... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing cfb862f630d6... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing cfb862f630d6... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing cfb862f630d6... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing cfb862f630d6... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing cfb862f630d6... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing cfb862f630d6... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing cfb862f630d6... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing cfb862f630d6... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing cfb862f630d6... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing cfb862f630d6... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing cfb862f630d6... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing cfb862f630d6... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing cfb862f630d6... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing cfb862f630d6... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing cfb862f630d6... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing cfb862f630d6... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing cfb862f630d6... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing cfb862f630d6... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing cfb862f630d6... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing cfb862f630d6... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing cfb862f630d6... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing cfb862f630d6... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing cfb862f630d6... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing cfb862f630d6... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing cfb862f630d6... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing cfb862f630d6... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing cfb862f630d6... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing cfb862f630d6... 100% ▕████████████████▏ 455 B \n", + "pushing manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing cfb862f630d6... 100% ▕████████████████▏ 455 B \n", + "pushing manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing cfb862f630d6... 100% ▕████████████████▏ 455 B \n", + "pushing manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing cfb862f630d6... 100% ▕████████████████▏ 455 B \n", + "pushing manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing cfb862f630d6... 100% ▕████████████████▏ 455 B \n", + "pushing manifest ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing cfb862f630d6... 100% ▕████████████████▏ 455 B \n", + "pushing manifest ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing cfb862f630d6... 100% ▕████████████████▏ 455 B \n", + "pushing manifest ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing 62c761593c42... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing cfb862f630d6... 100% ▕████████████████▏ 455 B \n", + "pushing manifest ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing 62c761593c42... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing cfb862f630d6... 100% ▕████████████████▏ 455 B \n", + "pushing manifest ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing 62c761593c42... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing cfb862f630d6... 100% ▕████████████████▏ 455 B \n", + "pushing manifest ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing 62c761593c42... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing cfb862f630d6... 100% ▕████████████████▏ 455 B \n", + "pushing manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing 62c761593c42... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing cfb862f630d6... 100% ▕████████████████▏ 455 B \n", + "pushing manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing 62c761593c42... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing cfb862f630d6... 100% ▕████████████████▏ 455 B \n", + "pushing manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing 62c761593c42... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing cfb862f630d6... 100% ▕████████████████▏ 455 B \n", + "pushing manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing 62c761593c42... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing cfb862f630d6... 100% ▕████████████████▏ 455 B \n", + "pushing manifest ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing 62c761593c42... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing cfb862f630d6... 100% ▕████████████████▏ 455 B \n", + "pushing manifest ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing 62c761593c42... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing cfb862f630d6... 100% ▕████████████████▏ 455 B \n", + "pushing manifest ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing 62c761593c42... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing cfb862f630d6... 100% ▕████████████████▏ 455 B \n", + "pushing manifest ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing 62c761593c42... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing cfb862f630d6... 100% ▕████████████████▏ 455 B \n", + "pushing manifest ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing 62c761593c42... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing cfb862f630d6... 100% ▕████████████████▏ 455 B \n", + "pushing manifest ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing 62c761593c42... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing cfb862f630d6... 100% ▕████████████████▏ 455 B \n", + "pushing manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing 62c761593c42... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing cfb862f630d6... 100% ▕████████████████▏ 455 B \n", + "pushing manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing 62c761593c42... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing cfb862f630d6... 100% ▕████████████████▏ 455 B \n", + "pushing manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing 62c761593c42... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing cfb862f630d6... 100% ▕████████████████▏ 455 B \n", + "pushing manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing 62c761593c42... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing cfb862f630d6... 100% ▕████████████████▏ 455 B \n", + "pushing manifest \n", + "success \u001b[?25h\n", + "\u001b[?25ltransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer \n", + "creating template layer \n", + "creating system layer \n", + "creating parameters layer \n", + "creating config layer \n", + "using already created layer sha256:e6479cdaed84707b6a19edf03a01e5c0972fdeb8f6c28df3e20dd9f96ee376b2 \n", + "using already created layer sha256:04de533bb8fd4eb327158f79cdc0de736558e45d198db9275ef536f470281f1f \n", + "using already created layer sha256:af41c51c14924c73d476c474dd0617253462cdb32f1256d8b3d3d9fc00371199 \n", + "using already created layer sha256:3559b403e83a9669ecd8d347a509c20b870674a9838218f8b812c93c419fec88 \n", + "writing layer sha256:095d90afa5725d1d1fd0757d4ba1293eb5df242f6eebc0f414759ee6e3a9e252 \n", + "writing manifest \n", + "success \u001b[?25h\n", + "copied 'notus:q4_K_M' to 'argilla/notus:q4_K_M'\n", + "\u001b[?25lretrieving manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 0% ▕ ▏ 1.1 MB/4.4 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 0% ▕ ▏ 2.1 MB/4.4 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 0% ▕ ▏ 2.1 MB/4.4 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 0% ▕ ▏ 2.1 MB/4.4 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 0% ▕ ▏ 2.1 MB/4.4 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 0% ▕ ▏ 3.0 MB/4.4 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 0% ▕ ▏ 3.0 MB/4.4 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 0% ▕ ▏ 3.6 MB/4.4 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 0% ▕ ▏ 0 B/4.4 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 0% ▕ ▏ 1.6 MB/4.4 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 0% ▕ ▏ 3.2 MB/4.4 GB 2.1 MB/s 35m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 0% ▕ ▏ 9.0 MB/4.4 GB 2.1 MB/s 35m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 0% ▕ ▏ 13 MB/4.4 GB 2.1 MB/s 35m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 0% ▕ ▏ 17 MB/4.4 GB 2.1 MB/s 35m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 0% ▕ ▏ 21 MB/4.4 GB 2.1 MB/s 35m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 1% ▕ ▏ 25 MB/4.4 GB 2.1 MB/s 35m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 1% ▕ ▏ 29 MB/4.4 GB 2.1 MB/s 35m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 1% ▕ ▏ 31 MB/4.4 GB 2.1 MB/s 35m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 1% ▕ ▏ 32 MB/4.4 GB 2.1 MB/s 35m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 1% ▕ ▏ 39 MB/4.4 GB 2.1 MB/s 34m57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 1% ▕ ▏ 46 MB/4.4 GB 22 MB/s 3m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 1% ▕ ▏ 49 MB/4.4 GB 22 MB/s 3m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 1% ▕ ▏ 55 MB/4.4 GB 22 MB/s 3m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 1% ▕ ▏ 63 MB/4.4 GB 22 MB/s 3m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 2% ▕ ▏ 66 MB/4.4 GB 22 MB/s 3m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 2% ▕ ▏ 68 MB/4.4 GB 22 MB/s 3m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 2% ▕ ▏ 76 MB/4.4 GB 22 MB/s 3m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 2% ▕ ▏ 78 MB/4.4 GB 22 MB/s 3m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 2% ▕ ▏ 82 MB/4.4 GB 22 MB/s 3m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 2% ▕ ▏ 89 MB/4.4 GB 22 MB/s 3m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 2% ▕ ▏ 92 MB/4.4 GB 22 MB/s 3m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 2% ▕ ▏ 96 MB/4.4 GB 31 MB/s 2m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 2% ▕ ▏ 99 MB/4.4 GB 31 MB/s 2m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 2% ▕ ▏ 103 MB/4.4 GB 31 MB/s 2m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 3% ▕ ▏ 110 MB/4.4 GB 31 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 3% ▕ ▏ 115 MB/4.4 GB 31 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 3% ▕ ▏ 118 MB/4.4 GB 31 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 3% ▕ ▏ 125 MB/4.4 GB 31 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 3% ▕ ▏ 131 MB/4.4 GB 31 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 3% ▕ ▏ 133 MB/4.4 GB 31 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 3% ▕ ▏ 141 MB/4.4 GB 31 MB/s 2m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 3% ▕ ▏ 144 MB/4.4 GB 35 MB/s 1m58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 3% ▕ ▏ 146 MB/4.4 GB 35 MB/s 1m58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 3% ▕ ▏ 152 MB/4.4 GB 35 MB/s 1m58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 4% ▕ ▏ 154 MB/4.4 GB 35 MB/s 1m58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 4% ▕ ▏ 156 MB/4.4 GB 35 MB/s 1m58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 4% ▕ ▏ 164 MB/4.4 GB 35 MB/s 1m58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 4% ▕ ▏ 167 MB/4.4 GB 35 MB/s 1m58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 4% ▕ ▏ 169 MB/4.4 GB 35 MB/s 1m58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 4% ▕ ▏ 175 MB/4.4 GB 35 MB/s 1m57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 4% ▕ ▏ 182 MB/4.4 GB 35 MB/s 1m57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 4% ▕ ▏ 184 MB/4.4 GB 36 MB/s 1m54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 4% ▕ ▏ 189 MB/4.4 GB 36 MB/s 1m53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 4% ▕ ▏ 195 MB/4.4 GB 36 MB/s 1m53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 4% ▕ ▏ 196 MB/4.4 GB 36 MB/s 1m53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 5% ▕ ▏ 202 MB/4.4 GB 36 MB/s 1m53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 5% ▕ ▏ 206 MB/4.4 GB 36 MB/s 1m53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 5% ▕ ▏ 206 MB/4.4 GB 36 MB/s 1m53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 5% ▕ ▏ 212 MB/4.4 GB 36 MB/s 1m53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 5% ▕ ▏ 214 MB/4.4 GB 36 MB/s 1m53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 5% ▕ ▏ 219 MB/4.4 GB 36 MB/s 1m53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 5% ▕ ▏ 223 MB/4.4 GB 37 MB/s 1m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 5% ▕ ▏ 229 MB/4.4 GB 37 MB/s 1m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 5% ▕ ▏ 234 MB/4.4 GB 37 MB/s 1m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 5% ▕ ▏ 238 MB/4.4 GB 37 MB/s 1m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 6% ▕ ▏ 242 MB/4.4 GB 37 MB/s 1m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 6% ▕ ▏ 249 MB/4.4 GB 37 MB/s 1m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 6% ▕ ▏ 251 MB/4.4 GB 37 MB/s 1m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 6% ▕ ▏ 252 MB/4.4 GB 37 MB/s 1m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 6% ▕ ▏ 256 MB/4.4 GB 37 MB/s 1m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 6% ▕ ▏ 263 MB/4.4 GB 37 MB/s 1m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 6% ▕ ▏ 267 MB/4.4 GB 38 MB/s 1m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 6% ▕ ▏ 269 MB/4.4 GB 38 MB/s 1m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 6% ▕ ▏ 270 MB/4.4 GB 38 MB/s 1m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 6% ▕█ ▏ 278 MB/4.4 GB 38 MB/s 1m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 6% ▕█ ▏ 282 MB/4.4 GB 38 MB/s 1m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 7% ▕█ ▏ 288 MB/4.4 GB 38 MB/s 1m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 7% ▕█ ▏ 294 MB/4.4 GB 38 MB/s 1m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 7% ▕█ ▏ 295 MB/4.4 GB 38 MB/s 1m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 7% ▕█ ▏ 302 MB/4.4 GB 38 MB/s 1m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 7% ▕█ ▏ 303 MB/4.4 GB 38 MB/s 1m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 7% ▕█ ▏ 308 MB/4.4 GB 38 MB/s 1m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 7% ▕█ ▏ 314 MB/4.4 GB 38 MB/s 1m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 7% ▕█ ▏ 317 MB/4.4 GB 38 MB/s 1m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 7% ▕█ ▏ 325 MB/4.4 GB 38 MB/s 1m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 8% ▕█ ▏ 328 MB/4.4 GB 38 MB/s 1m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 8% ▕█ ▏ 330 MB/4.4 GB 38 MB/s 1m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 8% ▕█ ▏ 339 MB/4.4 GB 38 MB/s 1m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 8% ▕█ ▏ 344 MB/4.4 GB 38 MB/s 1m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 8% ▕█ ▏ 348 MB/4.4 GB 38 MB/s 1m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 8% ▕█ ▏ 351 MB/4.4 GB 38 MB/s 1m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 8% ▕█ ▏ 359 MB/4.4 GB 38 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 8% ▕█ ▏ 360 MB/4.4 GB 39 MB/s 1m40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 8% ▕█ ▏ 361 MB/4.4 GB 39 MB/s 1m40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 8% ▕█ ▏ 366 MB/4.4 GB 39 MB/s 1m40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 9% ▕█ ▏ 374 MB/4.4 GB 39 MB/s 1m40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 9% ▕█ ▏ 378 MB/4.4 GB 39 MB/s 1m40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 9% ▕█ ▏ 380 MB/4.4 GB 39 MB/s 1m40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 9% ▕█ ▏ 387 MB/4.4 GB 39 MB/s 1m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 9% ▕█ ▏ 388 MB/4.4 GB 39 MB/s 1m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 9% ▕█ ▏ 390 MB/4.4 GB 39 MB/s 1m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 9% ▕█ ▏ 393 MB/4.4 GB 39 MB/s 1m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 9% ▕█ ▏ 393 MB/4.4 GB 43 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 9% ▕█ ▏ 398 MB/4.4 GB 43 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 9% ▕█ ▏ 401 MB/4.4 GB 43 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 9% ▕█ ▏ 406 MB/4.4 GB 43 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 9% ▕█ ▏ 410 MB/4.4 GB 43 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 10% ▕█ ▏ 418 MB/4.4 GB 43 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 10% ▕█ ▏ 424 MB/4.4 GB 43 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 10% ▕█ ▏ 425 MB/4.4 GB 43 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 10% ▕█ ▏ 426 MB/4.4 GB 43 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 10% ▕█ ▏ 431 MB/4.4 GB 43 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 10% ▕█ ▏ 433 MB/4.4 GB 43 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 10% ▕█ ▏ 445 MB/4.4 GB 43 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 10% ▕█ ▏ 449 MB/4.4 GB 43 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 10% ▕█ ▏ 453 MB/4.4 GB 43 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 10% ▕█ ▏ 454 MB/4.4 GB 43 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 10% ▕█ ▏ 451 MB/4.4 GB 43 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 11% ▕█ ▏ 461 MB/4.4 GB 43 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 11% ▕█ ▏ 468 MB/4.4 GB 43 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 11% ▕█ ▏ 470 MB/4.4 GB 43 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 11% ▕█ ▏ 482 MB/4.4 GB 43 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 11% ▕█ ▏ 486 MB/4.4 GB 43 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 11% ▕█ ▏ 487 MB/4.4 GB 43 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 11% ▕█ ▏ 487 MB/4.4 GB 43 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 11% ▕█ ▏ 488 MB/4.4 GB 43 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 11% ▕█ ▏ 488 MB/4.4 GB 43 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 11% ▕█ ▏ 494 MB/4.4 GB 43 MB/s 1m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 12% ▕█ ▏ 502 MB/4.4 GB 43 MB/s 1m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 12% ▕█ ▏ 506 MB/4.4 GB 43 MB/s 1m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 12% ▕█ ▏ 511 MB/4.4 GB 43 MB/s 1m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 12% ▕█ ▏ 518 MB/4.4 GB 43 MB/s 1m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 12% ▕█ ▏ 520 MB/4.4 GB 43 MB/s 1m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 12% ▕█ ▏ 520 MB/4.4 GB 41 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 12% ▕█ ▏ 523 MB/4.4 GB 41 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 12% ▕█ ▏ 530 MB/4.4 GB 41 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 12% ▕█ ▏ 537 MB/4.4 GB 41 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 12% ▕█ ▏ 541 MB/4.4 GB 41 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 12% ▕█ ▏ 541 MB/4.4 GB 41 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 12% ▕█ ▏ 543 MB/4.4 GB 41 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 12% ▕█ ▏ 543 MB/4.4 GB 41 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 12% ▕█ ▏ 545 MB/4.4 GB 41 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 13% ▕██ ▏ 557 MB/4.4 GB 41 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 13% ▕██ ▏ 561 MB/4.4 GB 41 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 13% ▕██ ▏ 562 MB/4.4 GB 41 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 13% ▕██ ▏ 563 MB/4.4 GB 41 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 13% ▕██ ▏ 569 MB/4.4 GB 41 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 13% ▕██ ▏ 571 MB/4.4 GB 41 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 13% ▕██ ▏ 575 MB/4.4 GB 41 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 13% ▕██ ▏ 578 MB/4.4 GB 41 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 13% ▕██ ▏ 578 MB/4.4 GB 41 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 13% ▕██ ▏ 584 MB/4.4 GB 41 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 14% ▕██ ▏ 594 MB/4.4 GB 41 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 14% ▕██ ▏ 595 MB/4.4 GB 41 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 14% ▕██ ▏ 604 MB/4.4 GB 41 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 14% ▕██ ▏ 608 MB/4.4 GB 41 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 14% ▕██ ▏ 609 MB/4.4 GB 41 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 14% ▕██ ▏ 610 MB/4.4 GB 41 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 14% ▕██ ▏ 612 MB/4.4 GB 41 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 14% ▕██ ▏ 626 MB/4.4 GB 41 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 14% ▕██ ▏ 629 MB/4.4 GB 41 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 15% ▕██ ▏ 634 MB/4.4 GB 41 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 15% ▕██ ▏ 635 MB/4.4 GB 41 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 15% ▕██ ▏ 635 MB/4.4 GB 40 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 15% ▕██ ▏ 636 MB/4.4 GB 40 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 15% ▕██ ▏ 643 MB/4.4 GB 40 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 15% ▕██ ▏ 650 MB/4.4 GB 40 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 15% ▕██ ▏ 654 MB/4.4 GB 40 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 15% ▕██ ▏ 656 MB/4.4 GB 40 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 15% ▕██ ▏ 657 MB/4.4 GB 40 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 15% ▕██ ▏ 658 MB/4.4 GB 40 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 15% ▕██ ▏ 662 MB/4.4 GB 40 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 15% ▕██ ▏ 671 MB/4.4 GB 40 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 15% ▕██ ▏ 676 MB/4.4 GB 40 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 16% ▕██ ▏ 679 MB/4.4 GB 40 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 16% ▕██ ▏ 691 MB/4.4 GB 40 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 16% ▕██ ▏ 694 MB/4.4 GB 40 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 16% ▕██ ▏ 697 MB/4.4 GB 40 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 16% ▕██ ▏ 698 MB/4.4 GB 40 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 16% ▕██ ▏ 700 MB/4.4 GB 40 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 16% ▕██ ▏ 701 MB/4.4 GB 40 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 16% ▕██ ▏ 713 MB/4.4 GB 40 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 16% ▕██ ▏ 715 MB/4.4 GB 40 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 16% ▕██ ▏ 715 MB/4.4 GB 40 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 16% ▕██ ▏ 718 MB/4.4 GB 39 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 17% ▕██ ▏ 727 MB/4.4 GB 39 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 17% ▕██ ▏ 733 MB/4.4 GB 39 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 17% ▕██ ▏ 738 MB/4.4 GB 39 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 17% ▕██ ▏ 745 MB/4.4 GB 39 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 17% ▕██ ▏ 746 MB/4.4 GB 39 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 17% ▕██ ▏ 752 MB/4.4 GB 39 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 17% ▕██ ▏ 764 MB/4.4 GB 39 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 18% ▕██ ▏ 766 MB/4.4 GB 39 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 18% ▕██ ▏ 769 MB/4.4 GB 39 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 18% ▕██ ▏ 769 MB/4.4 GB 41 MB/s 1m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 18% ▕██ ▏ 771 MB/4.4 GB 41 MB/s 1m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 18% ▕██ ▏ 771 MB/4.4 GB 41 MB/s 1m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 18% ▕██ ▏ 782 MB/4.4 GB 41 MB/s 1m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 18% ▕██ ▏ 788 MB/4.4 GB 41 MB/s 1m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 18% ▕██ ▏ 795 MB/4.4 GB 41 MB/s 1m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 18% ▕██ ▏ 797 MB/4.4 GB 41 MB/s 1m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 18% ▕██ ▏ 798 MB/4.4 GB 41 MB/s 1m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 18% ▕██ ▏ 806 MB/4.4 GB 41 MB/s 1m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 19% ▕██ ▏ 812 MB/4.4 GB 41 MB/s 1m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 19% ▕██ ▏ 816 MB/4.4 GB 42 MB/s 1m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 19% ▕███ ▏ 820 MB/4.4 GB 42 MB/s 1m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 19% ▕███ ▏ 821 MB/4.4 GB 42 MB/s 1m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 19% ▕███ ▏ 823 MB/4.4 GB 42 MB/s 1m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 19% ▕███ ▏ 831 MB/4.4 GB 42 MB/s 1m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 19% ▕███ ▏ 834 MB/4.4 GB 42 MB/s 1m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 19% ▕███ ▏ 842 MB/4.4 GB 42 MB/s 1m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 19% ▕███ ▏ 851 MB/4.4 GB 42 MB/s 1m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 20% ▕███ ▏ 853 MB/4.4 GB 42 MB/s 1m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 20% ▕███ ▏ 855 MB/4.4 GB 42 MB/s 1m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 20% ▕███ ▏ 860 MB/4.4 GB 41 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 20% ▕███ ▏ 867 MB/4.4 GB 41 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 20% ▕███ ▏ 868 MB/4.4 GB 41 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 20% ▕███ ▏ 874 MB/4.4 GB 41 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 20% ▕███ ▏ 890 MB/4.4 GB 41 MB/s 1m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 20% ▕███ ▏ 890 MB/4.4 GB 41 MB/s 1m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 21% ▕███ ▏ 896 MB/4.4 GB 41 MB/s 1m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 21% ▕███ ▏ 898 MB/4.4 GB 41 MB/s 1m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 21% ▕███ ▏ 900 MB/4.4 GB 41 MB/s 1m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 21% ▕███ ▏ 899 MB/4.4 GB 41 MB/s 1m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 21% ▕███ ▏ 901 MB/4.4 GB 42 MB/s 1m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 21% ▕███ ▏ 903 MB/4.4 GB 42 MB/s 1m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 21% ▕███ ▏ 911 MB/4.4 GB 42 MB/s 1m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 21% ▕███ ▏ 911 MB/4.4 GB 42 MB/s 1m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 21% ▕███ ▏ 911 MB/4.4 GB 42 MB/s 1m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 21% ▕███ ▏ 920 MB/4.4 GB 42 MB/s 1m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 21% ▕███ ▏ 929 MB/4.4 GB 42 MB/s 1m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 21% ▕███ ▏ 932 MB/4.4 GB 42 MB/s 1m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 21% ▕███ ▏ 935 MB/4.4 GB 42 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 21% ▕███ ▏ 936 MB/4.4 GB 42 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 21% ▕███ ▏ 938 MB/4.4 GB 42 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 22% ▕███ ▏ 946 MB/4.4 GB 42 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 22% ▕███ ▏ 953 MB/4.4 GB 42 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 22% ▕███ ▏ 954 MB/4.4 GB 42 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 22% ▕███ ▏ 967 MB/4.4 GB 42 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 22% ▕███ ▏ 969 MB/4.4 GB 42 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 22% ▕███ ▏ 971 MB/4.4 GB 42 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 22% ▕███ ▏ 979 MB/4.4 GB 42 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 23% ▕███ ▏ 983 MB/4.4 GB 42 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 23% ▕███ ▏ 986 MB/4.4 GB 42 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 23% ▕███ ▏ 991 MB/4.4 GB 42 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 23% ▕███ ▏ 994 MB/4.4 GB 44 MB/s 1m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 23% ▕███ ▏ 1.0 GB/4.4 GB 44 MB/s 1m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 23% ▕███ ▏ 1.0 GB/4.4 GB 44 MB/s 1m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 23% ▕███ ▏ 1.0 GB/4.4 GB 44 MB/s 1m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 23% ▕███ ▏ 1.0 GB/4.4 GB 44 MB/s 1m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 23% ▕███ ▏ 1.0 GB/4.4 GB 44 MB/s 1m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 23% ▕███ ▏ 1.0 GB/4.4 GB 44 MB/s 1m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 24% ▕███ ▏ 1.0 GB/4.4 GB 44 MB/s 1m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 24% ▕███ ▏ 1.0 GB/4.4 GB 44 MB/s 1m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 24% ▕███ ▏ 1.0 GB/4.4 GB 44 MB/s 1m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 24% ▕███ ▏ 1.0 GB/4.4 GB 45 MB/s 1m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 24% ▕███ ▏ 1.0 GB/4.4 GB 45 MB/s 1m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 24% ▕███ ▏ 1.1 GB/4.4 GB 45 MB/s 1m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 24% ▕███ ▏ 1.1 GB/4.4 GB 45 MB/s 1m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 24% ▕███ ▏ 1.1 GB/4.4 GB 45 MB/s 1m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 24% ▕███ ▏ 1.1 GB/4.4 GB 45 MB/s 1m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 24% ▕███ ▏ 1.1 GB/4.4 GB 45 MB/s 1m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 25% ▕███ ▏ 1.1 GB/4.4 GB 45 MB/s 1m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 25% ▕███ ▏ 1.1 GB/4.4 GB 45 MB/s 1m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 25% ▕███ ▏ 1.1 GB/4.4 GB 45 MB/s 1m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 25% ▕███ ▏ 1.1 GB/4.4 GB 45 MB/s 1m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 25% ▕███ ▏ 1.1 GB/4.4 GB 45 MB/s 1m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 25% ▕███ ▏ 1.1 GB/4.4 GB 45 MB/s 1m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 25% ▕███ ▏ 1.1 GB/4.4 GB 45 MB/s 1m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 25% ▕████ ▏ 1.1 GB/4.4 GB 45 MB/s 1m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 25% ▕████ ▏ 1.1 GB/4.4 GB 45 MB/s 1m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 25% ▕████ ▏ 1.1 GB/4.4 GB 45 MB/s 1m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 26% ▕████ ▏ 1.1 GB/4.4 GB 45 MB/s 1m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 26% ▕████ ▏ 1.1 GB/4.4 GB 45 MB/s 1m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 26% ▕████ ▏ 1.1 GB/4.4 GB 45 MB/s 1m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 26% ▕████ ▏ 1.1 GB/4.4 GB 44 MB/s 1m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 26% ▕████ ▏ 1.1 GB/4.4 GB 44 MB/s 1m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 26% ▕████ ▏ 1.1 GB/4.4 GB 44 MB/s 1m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 26% ▕████ ▏ 1.1 GB/4.4 GB 44 MB/s 1m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 26% ▕████ ▏ 1.1 GB/4.4 GB 44 MB/s 1m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 26% ▕████ ▏ 1.1 GB/4.4 GB 44 MB/s 1m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 26% ▕████ ▏ 1.2 GB/4.4 GB 44 MB/s 1m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 26% ▕████ ▏ 1.2 GB/4.4 GB 44 MB/s 1m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 26% ▕████ ▏ 1.2 GB/4.4 GB 44 MB/s 1m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 27% ▕████ ▏ 1.2 GB/4.4 GB 44 MB/s 1m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 27% ▕████ ▏ 1.2 GB/4.4 GB 44 MB/s 1m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 27% ▕████ ▏ 1.2 GB/4.4 GB 44 MB/s 1m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 27% ▕████ ▏ 1.2 GB/4.4 GB 44 MB/s 1m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 27% ▕████ ▏ 1.2 GB/4.4 GB 44 MB/s 1m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 27% ▕████ ▏ 1.2 GB/4.4 GB 44 MB/s 1m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 27% ▕████ ▏ 1.2 GB/4.4 GB 44 MB/s 1m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 27% ▕████ ▏ 1.2 GB/4.4 GB 44 MB/s 1m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 27% ▕████ ▏ 1.2 GB/4.4 GB 44 MB/s 1m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 27% ▕████ ▏ 1.2 GB/4.4 GB 44 MB/s 1m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 27% ▕████ ▏ 1.2 GB/4.4 GB 44 MB/s 1m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 28% ▕████ ▏ 1.2 GB/4.4 GB 44 MB/s 1m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 28% ▕████ ▏ 1.2 GB/4.4 GB 43 MB/s 1m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 28% ▕████ ▏ 1.2 GB/4.4 GB 43 MB/s 1m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 28% ▕████ ▏ 1.2 GB/4.4 GB 43 MB/s 1m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 28% ▕████ ▏ 1.2 GB/4.4 GB 43 MB/s 1m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 28% ▕████ ▏ 1.2 GB/4.4 GB 43 MB/s 1m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 28% ▕████ ▏ 1.2 GB/4.4 GB 43 MB/s 1m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 28% ▕████ ▏ 1.2 GB/4.4 GB 43 MB/s 1m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 29% ▕████ ▏ 1.2 GB/4.4 GB 43 MB/s 1m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 29% ▕████ ▏ 1.2 GB/4.4 GB 43 MB/s 1m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 29% ▕████ ▏ 1.3 GB/4.4 GB 43 MB/s 1m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 29% ▕████ ▏ 1.3 GB/4.4 GB 44 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 29% ▕████ ▏ 1.3 GB/4.4 GB 44 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 29% ▕████ ▏ 1.3 GB/4.4 GB 44 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 29% ▕████ ▏ 1.3 GB/4.4 GB 44 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 29% ▕████ ▏ 1.3 GB/4.4 GB 44 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 29% ▕████ ▏ 1.3 GB/4.4 GB 44 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 29% ▕████ ▏ 1.3 GB/4.4 GB 44 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 30% ▕████ ▏ 1.3 GB/4.4 GB 44 MB/s 1m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 30% ▕████ ▏ 1.3 GB/4.4 GB 44 MB/s 1m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 30% ▕████ ▏ 1.3 GB/4.4 GB 44 MB/s 1m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 30% ▕████ ▏ 1.3 GB/4.4 GB 43 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 30% ▕████ ▏ 1.3 GB/4.4 GB 43 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 30% ▕████ ▏ 1.3 GB/4.4 GB 43 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 30% ▕████ ▏ 1.3 GB/4.4 GB 43 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 30% ▕████ ▏ 1.3 GB/4.4 GB 43 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 30% ▕████ ▏ 1.3 GB/4.4 GB 43 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 30% ▕████ ▏ 1.3 GB/4.4 GB 43 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 30% ▕████ ▏ 1.3 GB/4.4 GB 43 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 30% ▕████ ▏ 1.3 GB/4.4 GB 43 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 30% ▕████ ▏ 1.3 GB/4.4 GB 43 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 31% ▕████ ▏ 1.3 GB/4.4 GB 43 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 31% ▕████ ▏ 1.3 GB/4.4 GB 43 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 31% ▕████ ▏ 1.3 GB/4.4 GB 43 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 31% ▕████ ▏ 1.4 GB/4.4 GB 43 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 31% ▕████ ▏ 1.4 GB/4.4 GB 43 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 31% ▕████ ▏ 1.4 GB/4.4 GB 43 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 31% ▕████ ▏ 1.4 GB/4.4 GB 43 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 31% ▕████ ▏ 1.4 GB/4.4 GB 43 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 31% ▕█████ ▏ 1.4 GB/4.4 GB 43 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 32% ▕█████ ▏ 1.4 GB/4.4 GB 43 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 32% ▕█████ ▏ 1.4 GB/4.4 GB 43 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 32% ▕█████ ▏ 1.4 GB/4.4 GB 43 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 32% ▕█████ ▏ 1.4 GB/4.4 GB 43 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 32% ▕█████ ▏ 1.4 GB/4.4 GB 43 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 32% ▕█████ ▏ 1.4 GB/4.4 GB 43 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 32% ▕█████ ▏ 1.4 GB/4.4 GB 43 MB/s 1m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 32% ▕█████ ▏ 1.4 GB/4.4 GB 43 MB/s 1m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 32% ▕█████ ▏ 1.4 GB/4.4 GB 43 MB/s 1m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 32% ▕█████ ▏ 1.4 GB/4.4 GB 43 MB/s 1m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 32% ▕█████ ▏ 1.4 GB/4.4 GB 43 MB/s 1m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 32% ▕█████ ▏ 1.4 GB/4.4 GB 43 MB/s 1m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 32% ▕█████ ▏ 1.4 GB/4.4 GB 41 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 32% ▕█████ ▏ 1.4 GB/4.4 GB 41 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 33% ▕█████ ▏ 1.4 GB/4.4 GB 41 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 33% ▕█████ ▏ 1.4 GB/4.4 GB 41 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 33% ▕█████ ▏ 1.4 GB/4.4 GB 41 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 33% ▕█████ ▏ 1.4 GB/4.4 GB 41 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 33% ▕█████ ▏ 1.4 GB/4.4 GB 41 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 33% ▕█████ ▏ 1.4 GB/4.4 GB 41 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 33% ▕█████ ▏ 1.4 GB/4.4 GB 41 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 33% ▕█████ ▏ 1.5 GB/4.4 GB 41 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 33% ▕█████ ▏ 1.5 GB/4.4 GB 41 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 34% ▕█████ ▏ 1.5 GB/4.4 GB 41 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 34% ▕█████ ▏ 1.5 GB/4.4 GB 41 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 34% ▕█████ ▏ 1.5 GB/4.4 GB 41 MB/s 1m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 34% ▕█████ ▏ 1.5 GB/4.4 GB 41 MB/s 1m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 34% ▕█████ ▏ 1.5 GB/4.4 GB 41 MB/s 1m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 34% ▕█████ ▏ 1.5 GB/4.4 GB 41 MB/s 1m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 34% ▕█████ ▏ 1.5 GB/4.4 GB 41 MB/s 1m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 34% ▕█████ ▏ 1.5 GB/4.4 GB 41 MB/s 1m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 34% ▕█████ ▏ 1.5 GB/4.4 GB 41 MB/s 1m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 35% ▕█████ ▏ 1.5 GB/4.4 GB 43 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 35% ▕█████ ▏ 1.5 GB/4.4 GB 43 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 35% ▕█████ ▏ 1.5 GB/4.4 GB 43 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 35% ▕█████ ▏ 1.5 GB/4.4 GB 43 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 35% ▕█████ ▏ 1.5 GB/4.4 GB 43 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 35% ▕█████ ▏ 1.5 GB/4.4 GB 43 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 35% ▕█████ ▏ 1.5 GB/4.4 GB 43 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 35% ▕█████ ▏ 1.5 GB/4.4 GB 43 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 35% ▕█████ ▏ 1.5 GB/4.4 GB 43 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 35% ▕█████ ▏ 1.5 GB/4.4 GB 43 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 35% ▕█████ ▏ 1.5 GB/4.4 GB 41 MB/s 1m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 35% ▕█████ ▏ 1.5 GB/4.4 GB 41 MB/s 1m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 35% ▕█████ ▏ 1.5 GB/4.4 GB 41 MB/s 1m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 36% ▕█████ ▏ 1.6 GB/4.4 GB 41 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 36% ▕█████ ▏ 1.6 GB/4.4 GB 41 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 36% ▕█████ ▏ 1.6 GB/4.4 GB 41 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 36% ▕█████ ▏ 1.6 GB/4.4 GB 41 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 36% ▕█████ ▏ 1.6 GB/4.4 GB 41 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 36% ▕█████ ▏ 1.6 GB/4.4 GB 41 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 36% ▕█████ ▏ 1.6 GB/4.4 GB 41 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 36% ▕█████ ▏ 1.6 GB/4.4 GB 41 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 36% ▕█████ ▏ 1.6 GB/4.4 GB 41 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 37% ▕█████ ▏ 1.6 GB/4.4 GB 41 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 37% ▕█████ ▏ 1.6 GB/4.4 GB 41 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 37% ▕█████ ▏ 1.6 GB/4.4 GB 41 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 37% ▕█████ ▏ 1.6 GB/4.4 GB 41 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 37% ▕█████ ▏ 1.6 GB/4.4 GB 41 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 37% ▕█████ ▏ 1.6 GB/4.4 GB 41 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 37% ▕█████ ▏ 1.6 GB/4.4 GB 41 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 37% ▕█████ ▏ 1.6 GB/4.4 GB 41 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 37% ▕█████ ▏ 1.6 GB/4.4 GB 41 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 37% ▕█████ ▏ 1.6 GB/4.4 GB 40 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 37% ▕█████ ▏ 1.6 GB/4.4 GB 40 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 38% ▕██████ ▏ 1.6 GB/4.4 GB 40 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 38% ▕██████ ▏ 1.6 GB/4.4 GB 40 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 38% ▕██████ ▏ 1.7 GB/4.4 GB 40 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 38% ▕██████ ▏ 1.7 GB/4.4 GB 40 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 38% ▕██████ ▏ 1.7 GB/4.4 GB 40 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 38% ▕██████ ▏ 1.7 GB/4.4 GB 40 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 38% ▕██████ ▏ 1.7 GB/4.4 GB 40 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 38% ▕██████ ▏ 1.7 GB/4.4 GB 40 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 38% ▕██████ ▏ 1.7 GB/4.4 GB 42 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 38% ▕██████ ▏ 1.7 GB/4.4 GB 42 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 39% ▕██████ ▏ 1.7 GB/4.4 GB 42 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 39% ▕██████ ▏ 1.7 GB/4.4 GB 42 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 39% ▕██████ ▏ 1.7 GB/4.4 GB 42 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 39% ▕██████ ▏ 1.7 GB/4.4 GB 42 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 39% ▕██████ ▏ 1.7 GB/4.4 GB 42 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 39% ▕██████ ▏ 1.7 GB/4.4 GB 42 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 39% ▕██████ ▏ 1.7 GB/4.4 GB 42 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 39% ▕██████ ▏ 1.7 GB/4.4 GB 42 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 39% ▕██████ ▏ 1.7 GB/4.4 GB 42 MB/s 1m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 39% ▕██████ ▏ 1.7 GB/4.4 GB 42 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 40% ▕██████ ▏ 1.7 GB/4.4 GB 42 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 40% ▕██████ ▏ 1.7 GB/4.4 GB 42 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 40% ▕██████ ▏ 1.7 GB/4.4 GB 42 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 40% ▕██████ ▏ 1.7 GB/4.4 GB 42 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 40% ▕██████ ▏ 1.7 GB/4.4 GB 42 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 40% ▕██████ ▏ 1.7 GB/4.4 GB 42 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 40% ▕██████ ▏ 1.8 GB/4.4 GB 42 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 40% ▕██████ ▏ 1.8 GB/4.4 GB 42 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 40% ▕██████ ▏ 1.8 GB/4.4 GB 43 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 41% ▕██████ ▏ 1.8 GB/4.4 GB 43 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 41% ▕██████ ▏ 1.8 GB/4.4 GB 43 MB/s 59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 41% ▕██████ ▏ 1.8 GB/4.4 GB 43 MB/s 59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 41% ▕██████ ▏ 1.8 GB/4.4 GB 43 MB/s 59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 41% ▕██████ ▏ 1.8 GB/4.4 GB 43 MB/s 59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 41% ▕██████ ▏ 1.8 GB/4.4 GB 43 MB/s 59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 41% ▕██████ ▏ 1.8 GB/4.4 GB 43 MB/s 59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 41% ▕██████ ▏ 1.8 GB/4.4 GB 43 MB/s 59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 41% ▕██████ ▏ 1.8 GB/4.4 GB 43 MB/s 59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 41% ▕██████ ▏ 1.8 GB/4.4 GB 43 MB/s 59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 41% ▕██████ ▏ 1.8 GB/4.4 GB 42 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 42% ▕██████ ▏ 1.8 GB/4.4 GB 42 MB/s 59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 42% ▕██████ ▏ 1.8 GB/4.4 GB 42 MB/s 59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 42% ▕██████ ▏ 1.8 GB/4.4 GB 42 MB/s 59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 42% ▕██████ ▏ 1.8 GB/4.4 GB 42 MB/s 59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 42% ▕██████ ▏ 1.8 GB/4.4 GB 42 MB/s 59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 42% ▕██████ ▏ 1.8 GB/4.4 GB 42 MB/s 59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 42% ▕██████ ▏ 1.8 GB/4.4 GB 42 MB/s 59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 42% ▕██████ ▏ 1.8 GB/4.4 GB 42 MB/s 59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 42% ▕██████ ▏ 1.8 GB/4.4 GB 42 MB/s 59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 42% ▕██████ ▏ 1.8 GB/4.4 GB 42 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 42% ▕██████ ▏ 1.9 GB/4.4 GB 42 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 43% ▕██████ ▏ 1.9 GB/4.4 GB 42 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 43% ▕██████ ▏ 1.9 GB/4.4 GB 42 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 43% ▕██████ ▏ 1.9 GB/4.4 GB 42 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 43% ▕██████ ▏ 1.9 GB/4.4 GB 42 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 43% ▕██████ ▏ 1.9 GB/4.4 GB 42 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 43% ▕██████ ▏ 1.9 GB/4.4 GB 42 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 43% ▕██████ ▏ 1.9 GB/4.4 GB 42 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 43% ▕██████ ▏ 1.9 GB/4.4 GB 42 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 43% ▕██████ ▏ 1.9 GB/4.4 GB 42 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 43% ▕██████ ▏ 1.9 GB/4.4 GB 42 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 44% ▕██████ ▏ 1.9 GB/4.4 GB 42 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 44% ▕██████ ▏ 1.9 GB/4.4 GB 42 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 44% ▕██████ ▏ 1.9 GB/4.4 GB 42 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 44% ▕██████ ▏ 1.9 GB/4.4 GB 42 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 44% ▕███████ ▏ 1.9 GB/4.4 GB 42 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 44% ▕███████ ▏ 1.9 GB/4.4 GB 42 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 44% ▕███████ ▏ 1.9 GB/4.4 GB 42 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 44% ▕███████ ▏ 1.9 GB/4.4 GB 42 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 44% ▕███████ ▏ 1.9 GB/4.4 GB 42 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 44% ▕███████ ▏ 1.9 GB/4.4 GB 42 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 44% ▕███████ ▏ 1.9 GB/4.4 GB 42 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 44% ▕███████ ▏ 1.9 GB/4.4 GB 42 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 45% ▕███████ ▏ 1.9 GB/4.4 GB 42 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 45% ▕███████ ▏ 1.9 GB/4.4 GB 42 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 45% ▕███████ ▏ 1.9 GB/4.4 GB 42 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 45% ▕███████ ▏ 2.0 GB/4.4 GB 42 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 45% ▕███████ ▏ 2.0 GB/4.4 GB 42 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 45% ▕███████ ▏ 2.0 GB/4.4 GB 42 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 45% ▕███████ ▏ 2.0 GB/4.4 GB 43 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 45% ▕███████ ▏ 2.0 GB/4.4 GB 43 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 45% ▕███████ ▏ 2.0 GB/4.4 GB 43 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 45% ▕███████ ▏ 2.0 GB/4.4 GB 43 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 45% ▕███████ ▏ 2.0 GB/4.4 GB 43 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 46% ▕███████ ▏ 2.0 GB/4.4 GB 43 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 46% ▕███████ ▏ 2.0 GB/4.4 GB 43 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 46% ▕███████ ▏ 2.0 GB/4.4 GB 43 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 46% ▕███████ ▏ 2.0 GB/4.4 GB 43 MB/s 54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 46% ▕███████ ▏ 2.0 GB/4.4 GB 43 MB/s 54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 46% ▕███████ ▏ 2.0 GB/4.4 GB 43 MB/s 54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 46% ▕███████ ▏ 2.0 GB/4.4 GB 42 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 46% ▕███████ ▏ 2.0 GB/4.4 GB 42 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 46% ▕███████ ▏ 2.0 GB/4.4 GB 42 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 46% ▕███████ ▏ 2.0 GB/4.4 GB 42 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 46% ▕███████ ▏ 2.0 GB/4.4 GB 42 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 47% ▕███████ ▏ 2.0 GB/4.4 GB 42 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 47% ▕███████ ▏ 2.0 GB/4.4 GB 42 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 47% ▕███████ ▏ 2.0 GB/4.4 GB 42 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 47% ▕███████ ▏ 2.0 GB/4.4 GB 42 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 47% ▕███████ ▏ 2.1 GB/4.4 GB 42 MB/s 54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 47% ▕███████ ▏ 2.1 GB/4.4 GB 42 MB/s 54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 47% ▕███████ ▏ 2.1 GB/4.4 GB 42 MB/s 54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 47% ▕███████ ▏ 2.1 GB/4.4 GB 42 MB/s 54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 48% ▕███████ ▏ 2.1 GB/4.4 GB 42 MB/s 54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 48% ▕███████ ▏ 2.1 GB/4.4 GB 42 MB/s 54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 48% ▕███████ ▏ 2.1 GB/4.4 GB 42 MB/s 54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 48% ▕███████ ▏ 2.1 GB/4.4 GB 42 MB/s 54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 48% ▕███████ ▏ 2.1 GB/4.4 GB 42 MB/s 54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 48% ▕███████ ▏ 2.1 GB/4.4 GB 42 MB/s 54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 48% ▕███████ ▏ 2.1 GB/4.4 GB 42 MB/s 54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 48% ▕███████ ▏ 2.1 GB/4.4 GB 41 MB/s 54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 48% ▕███████ ▏ 2.1 GB/4.4 GB 41 MB/s 54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 48% ▕███████ ▏ 2.1 GB/4.4 GB 41 MB/s 54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 48% ▕███████ ▏ 2.1 GB/4.4 GB 41 MB/s 54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 48% ▕███████ ▏ 2.1 GB/4.4 GB 41 MB/s 54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 49% ▕███████ ▏ 2.1 GB/4.4 GB 41 MB/s 54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 49% ▕███████ ▏ 2.1 GB/4.4 GB 41 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 49% ▕███████ ▏ 2.1 GB/4.4 GB 41 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 49% ▕███████ ▏ 2.1 GB/4.4 GB 41 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 49% ▕███████ ▏ 2.1 GB/4.4 GB 41 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 49% ▕███████ ▏ 2.1 GB/4.4 GB 42 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 49% ▕███████ ▏ 2.2 GB/4.4 GB 42 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 49% ▕███████ ▏ 2.2 GB/4.4 GB 42 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 49% ▕███████ ▏ 2.2 GB/4.4 GB 42 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 49% ▕███████ ▏ 2.2 GB/4.4 GB 42 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 50% ▕███████ ▏ 2.2 GB/4.4 GB 42 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 50% ▕███████ ▏ 2.2 GB/4.4 GB 42 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 50% ▕███████ ▏ 2.2 GB/4.4 GB 42 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 50% ▕███████ ▏ 2.2 GB/4.4 GB 42 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 50% ▕███████ ▏ 2.2 GB/4.4 GB 42 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 50% ▕████████ ▏ 2.2 GB/4.4 GB 43 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 50% ▕████████ ▏ 2.2 GB/4.4 GB 43 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 50% ▕████████ ▏ 2.2 GB/4.4 GB 43 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 50% ▕████████ ▏ 2.2 GB/4.4 GB 43 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 50% ▕████████ ▏ 2.2 GB/4.4 GB 43 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 50% ▕████████ ▏ 2.2 GB/4.4 GB 43 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 51% ▕████████ ▏ 2.2 GB/4.4 GB 43 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 51% ▕████████ ▏ 2.2 GB/4.4 GB 43 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 51% ▕████████ ▏ 2.2 GB/4.4 GB 43 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 51% ▕████████ ▏ 2.2 GB/4.4 GB 43 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 51% ▕████████ ▏ 2.2 GB/4.4 GB 43 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 51% ▕████████ ▏ 2.2 GB/4.4 GB 43 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 51% ▕████████ ▏ 2.2 GB/4.4 GB 43 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 51% ▕████████ ▏ 2.2 GB/4.4 GB 43 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 52% ▕████████ ▏ 2.3 GB/4.4 GB 43 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 52% ▕████████ ▏ 2.3 GB/4.4 GB 43 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 52% ▕████████ ▏ 2.3 GB/4.4 GB 43 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 52% ▕████████ ▏ 2.3 GB/4.4 GB 43 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 52% ▕████████ ▏ 2.3 GB/4.4 GB 43 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 52% ▕████████ ▏ 2.3 GB/4.4 GB 43 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 52% ▕████████ ▏ 2.3 GB/4.4 GB 43 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 52% ▕████████ ▏ 2.3 GB/4.4 GB 43 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 52% ▕████████ ▏ 2.3 GB/4.4 GB 43 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 52% ▕████████ ▏ 2.3 GB/4.4 GB 43 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 53% ▕████████ ▏ 2.3 GB/4.4 GB 43 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 53% ▕████████ ▏ 2.3 GB/4.4 GB 43 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 53% ▕████████ ▏ 2.3 GB/4.4 GB 43 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 53% ▕████████ ▏ 2.3 GB/4.4 GB 43 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 53% ▕████████ ▏ 2.3 GB/4.4 GB 43 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 53% ▕████████ ▏ 2.3 GB/4.4 GB 43 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 53% ▕████████ ▏ 2.3 GB/4.4 GB 43 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 53% ▕████████ ▏ 2.3 GB/4.4 GB 45 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 54% ▕████████ ▏ 2.3 GB/4.4 GB 45 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 54% ▕████████ ▏ 2.3 GB/4.4 GB 45 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 54% ▕████████ ▏ 2.3 GB/4.4 GB 45 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 54% ▕████████ ▏ 2.3 GB/4.4 GB 45 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 54% ▕████████ ▏ 2.3 GB/4.4 GB 45 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 54% ▕████████ ▏ 2.4 GB/4.4 GB 45 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 54% ▕████████ ▏ 2.4 GB/4.4 GB 45 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 54% ▕████████ ▏ 2.4 GB/4.4 GB 45 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 54% ▕████████ ▏ 2.4 GB/4.4 GB 45 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 54% ▕████████ ▏ 2.4 GB/4.4 GB 44 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 54% ▕████████ ▏ 2.4 GB/4.4 GB 44 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 54% ▕████████ ▏ 2.4 GB/4.4 GB 44 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 55% ▕████████ ▏ 2.4 GB/4.4 GB 44 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 55% ▕████████ ▏ 2.4 GB/4.4 GB 44 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 55% ▕████████ ▏ 2.4 GB/4.4 GB 44 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 55% ▕████████ ▏ 2.4 GB/4.4 GB 44 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 55% ▕████████ ▏ 2.4 GB/4.4 GB 44 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 55% ▕████████ ▏ 2.4 GB/4.4 GB 44 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 55% ▕████████ ▏ 2.4 GB/4.4 GB 44 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 55% ▕████████ ▏ 2.4 GB/4.4 GB 44 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 55% ▕████████ ▏ 2.4 GB/4.4 GB 44 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 55% ▕████████ ▏ 2.4 GB/4.4 GB 44 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 56% ▕████████ ▏ 2.4 GB/4.4 GB 44 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 56% ▕████████ ▏ 2.4 GB/4.4 GB 44 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 56% ▕████████ ▏ 2.4 GB/4.4 GB 44 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 56% ▕████████ ▏ 2.4 GB/4.4 GB 44 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 56% ▕████████ ▏ 2.4 GB/4.4 GB 44 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 56% ▕████████ ▏ 2.4 GB/4.4 GB 44 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 56% ▕████████ ▏ 2.5 GB/4.4 GB 44 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 56% ▕█████████ ▏ 2.5 GB/4.4 GB 44 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 56% ▕█████████ ▏ 2.5 GB/4.4 GB 45 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 56% ▕█████████ ▏ 2.5 GB/4.4 GB 45 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 56% ▕█████████ ▏ 2.5 GB/4.4 GB 45 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 57% ▕█████████ ▏ 2.5 GB/4.4 GB 45 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 57% ▕█████████ ▏ 2.5 GB/4.4 GB 45 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 57% ▕█████████ ▏ 2.5 GB/4.4 GB 45 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 57% ▕█████████ ▏ 2.5 GB/4.4 GB 45 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 57% ▕█████████ ▏ 2.5 GB/4.4 GB 45 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 57% ▕█████████ ▏ 2.5 GB/4.4 GB 45 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 57% ▕█████████ ▏ 2.5 GB/4.4 GB 45 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 57% ▕█████████ ▏ 2.5 GB/4.4 GB 45 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 57% ▕█████████ ▏ 2.5 GB/4.4 GB 45 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 57% ▕█████████ ▏ 2.5 GB/4.4 GB 45 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 58% ▕█████████ ▏ 2.5 GB/4.4 GB 45 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 58% ▕█████████ ▏ 2.5 GB/4.4 GB 45 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 58% ▕█████████ ▏ 2.5 GB/4.4 GB 45 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 58% ▕█████████ ▏ 2.5 GB/4.4 GB 45 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 58% ▕█████████ ▏ 2.5 GB/4.4 GB 45 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 58% ▕█████████ ▏ 2.5 GB/4.4 GB 45 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 58% ▕█████████ ▏ 2.5 GB/4.4 GB 45 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 58% ▕█████████ ▏ 2.5 GB/4.4 GB 43 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 58% ▕█████████ ▏ 2.5 GB/4.4 GB 43 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 58% ▕█████████ ▏ 2.5 GB/4.4 GB 43 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 58% ▕█████████ ▏ 2.6 GB/4.4 GB 43 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 59% ▕█████████ ▏ 2.6 GB/4.4 GB 43 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 59% ▕█████████ ▏ 2.6 GB/4.4 GB 43 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 59% ▕█████████ ▏ 2.6 GB/4.4 GB 43 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 59% ▕█████████ ▏ 2.6 GB/4.4 GB 43 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 59% ▕█████████ ▏ 2.6 GB/4.4 GB 43 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 59% ▕█████████ ▏ 2.6 GB/4.4 GB 43 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 59% ▕█████████ ▏ 2.6 GB/4.4 GB 43 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 59% ▕█████████ ▏ 2.6 GB/4.4 GB 43 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 59% ▕█████████ ▏ 2.6 GB/4.4 GB 43 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 59% ▕█████████ ▏ 2.6 GB/4.4 GB 43 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 59% ▕█████████ ▏ 2.6 GB/4.4 GB 43 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 59% ▕█████████ ▏ 2.6 GB/4.4 GB 43 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 60% ▕█████████ ▏ 2.6 GB/4.4 GB 43 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 60% ▕█████████ ▏ 2.6 GB/4.4 GB 43 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 60% ▕█████████ ▏ 2.6 GB/4.4 GB 43 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 60% ▕█████████ ▏ 2.6 GB/4.4 GB 43 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 60% ▕█████████ ▏ 2.6 GB/4.4 GB 43 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 60% ▕█████████ ▏ 2.6 GB/4.4 GB 43 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 60% ▕█████████ ▏ 2.6 GB/4.4 GB 43 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 60% ▕█████████ ▏ 2.6 GB/4.4 GB 43 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 60% ▕█████████ ▏ 2.6 GB/4.4 GB 43 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 60% ▕█████████ ▏ 2.6 GB/4.4 GB 43 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 60% ▕█████████ ▏ 2.6 GB/4.4 GB 43 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 61% ▕█████████ ▏ 2.6 GB/4.4 GB 43 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 61% ▕█████████ ▏ 2.6 GB/4.4 GB 43 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 61% ▕█████████ ▏ 2.7 GB/4.4 GB 43 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 61% ▕█████████ ▏ 2.7 GB/4.4 GB 43 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 61% ▕█████████ ▏ 2.7 GB/4.4 GB 42 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 61% ▕█████████ ▏ 2.7 GB/4.4 GB 42 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 61% ▕█████████ ▏ 2.7 GB/4.4 GB 42 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 61% ▕█████████ ▏ 2.7 GB/4.4 GB 42 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 61% ▕█████████ ▏ 2.7 GB/4.4 GB 42 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 62% ▕█████████ ▏ 2.7 GB/4.4 GB 42 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 62% ▕█████████ ▏ 2.7 GB/4.4 GB 42 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 62% ▕█████████ ▏ 2.7 GB/4.4 GB 42 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 62% ▕█████████ ▏ 2.7 GB/4.4 GB 42 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 62% ▕█████████ ▏ 2.7 GB/4.4 GB 42 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 62% ▕█████████ ▏ 2.7 GB/4.4 GB 41 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 62% ▕█████████ ▏ 2.7 GB/4.4 GB 41 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 62% ▕█████████ ▏ 2.7 GB/4.4 GB 41 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 62% ▕█████████ ▏ 2.7 GB/4.4 GB 41 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 62% ▕█████████ ▏ 2.7 GB/4.4 GB 41 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 62% ▕█████████ ▏ 2.7 GB/4.4 GB 41 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 63% ▕██████████ ▏ 2.7 GB/4.4 GB 41 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 63% ▕██████████ ▏ 2.7 GB/4.4 GB 41 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 63% ▕██████████ ▏ 2.7 GB/4.4 GB 41 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 63% ▕██████████ ▏ 2.7 GB/4.4 GB 41 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 63% ▕██████████ ▏ 2.7 GB/4.4 GB 42 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 63% ▕██████████ ▏ 2.8 GB/4.4 GB 42 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 63% ▕██████████ ▏ 2.8 GB/4.4 GB 42 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 63% ▕██████████ ▏ 2.8 GB/4.4 GB 42 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 63% ▕██████████ ▏ 2.8 GB/4.4 GB 42 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 64% ▕██████████ ▏ 2.8 GB/4.4 GB 42 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 64% ▕██████████ ▏ 2.8 GB/4.4 GB 42 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 64% ▕██████████ ▏ 2.8 GB/4.4 GB 42 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 64% ▕██████████ ▏ 2.8 GB/4.4 GB 42 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 64% ▕██████████ ▏ 2.8 GB/4.4 GB 42 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 64% ▕██████████ ▏ 2.8 GB/4.4 GB 41 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 64% ▕██████████ ▏ 2.8 GB/4.4 GB 41 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 64% ▕██████████ ▏ 2.8 GB/4.4 GB 41 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 64% ▕██████████ ▏ 2.8 GB/4.4 GB 41 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 64% ▕██████████ ▏ 2.8 GB/4.4 GB 41 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 64% ▕██████████ ▏ 2.8 GB/4.4 GB 41 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 64% ▕██████████ ▏ 2.8 GB/4.4 GB 41 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 65% ▕██████████ ▏ 2.8 GB/4.4 GB 41 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 65% ▕██████████ ▏ 2.8 GB/4.4 GB 41 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 65% ▕██████████ ▏ 2.8 GB/4.4 GB 41 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 65% ▕██████████ ▏ 2.8 GB/4.4 GB 40 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 65% ▕██████████ ▏ 2.8 GB/4.4 GB 40 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 65% ▕██████████ ▏ 2.8 GB/4.4 GB 40 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 65% ▕██████████ ▏ 2.8 GB/4.4 GB 40 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 65% ▕██████████ ▏ 2.9 GB/4.4 GB 40 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 65% ▕██████████ ▏ 2.9 GB/4.4 GB 40 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 65% ▕██████████ ▏ 2.9 GB/4.4 GB 40 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 66% ▕██████████ ▏ 2.9 GB/4.4 GB 40 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 66% ▕██████████ ▏ 2.9 GB/4.4 GB 40 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 66% ▕██████████ ▏ 2.9 GB/4.4 GB 40 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 66% ▕██████████ ▏ 2.9 GB/4.4 GB 40 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 66% ▕██████████ ▏ 2.9 GB/4.4 GB 42 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 66% ▕██████████ ▏ 2.9 GB/4.4 GB 42 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 66% ▕██████████ ▏ 2.9 GB/4.4 GB 42 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 66% ▕██████████ ▏ 2.9 GB/4.4 GB 42 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 66% ▕██████████ ▏ 2.9 GB/4.4 GB 42 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 66% ▕██████████ ▏ 2.9 GB/4.4 GB 42 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 67% ▕██████████ ▏ 2.9 GB/4.4 GB 42 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 67% ▕██████████ ▏ 2.9 GB/4.4 GB 42 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 67% ▕██████████ ▏ 2.9 GB/4.4 GB 42 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 67% ▕██████████ ▏ 2.9 GB/4.4 GB 42 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 67% ▕██████████ ▏ 2.9 GB/4.4 GB 43 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 67% ▕██████████ ▏ 2.9 GB/4.4 GB 43 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 67% ▕██████████ ▏ 2.9 GB/4.4 GB 43 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 67% ▕██████████ ▏ 2.9 GB/4.4 GB 43 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 68% ▕██████████ ▏ 2.9 GB/4.4 GB 43 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 68% ▕██████████ ▏ 3.0 GB/4.4 GB 43 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 68% ▕██████████ ▏ 3.0 GB/4.4 GB 43 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 68% ▕██████████ ▏ 3.0 GB/4.4 GB 43 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 68% ▕██████████ ▏ 3.0 GB/4.4 GB 43 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 68% ▕██████████ ▏ 3.0 GB/4.4 GB 43 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 68% ▕██████████ ▏ 3.0 GB/4.4 GB 44 MB/s 31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 68% ▕██████████ ▏ 3.0 GB/4.4 GB 44 MB/s 31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 69% ▕██████████ ▏ 3.0 GB/4.4 GB 44 MB/s 31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 69% ▕██████████ ▏ 3.0 GB/4.4 GB 44 MB/s 31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 69% ▕███████████ ▏ 3.0 GB/4.4 GB 44 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 69% ▕███████████ ▏ 3.0 GB/4.4 GB 44 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 69% ▕███████████ ▏ 3.0 GB/4.4 GB 44 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 69% ▕███████████ ▏ 3.0 GB/4.4 GB 44 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 69% ▕███████████ ▏ 3.0 GB/4.4 GB 44 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 70% ▕███████████ ▏ 3.0 GB/4.4 GB 44 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 70% ▕███████████ ▏ 3.0 GB/4.4 GB 46 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 70% ▕███████████ ▏ 3.0 GB/4.4 GB 46 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 70% ▕███████████ ▏ 3.0 GB/4.4 GB 46 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 70% ▕███████████ ▏ 3.1 GB/4.4 GB 46 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 70% ▕███████████ ▏ 3.1 GB/4.4 GB 46 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 70% ▕███████████ ▏ 3.1 GB/4.4 GB 46 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 70% ▕███████████ ▏ 3.1 GB/4.4 GB 46 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 70% ▕███████████ ▏ 3.1 GB/4.4 GB 46 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 70% ▕███████████ ▏ 3.1 GB/4.4 GB 46 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 70% ▕███████████ ▏ 3.1 GB/4.4 GB 46 MB/s 27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 71% ▕███████████ ▏ 3.1 GB/4.4 GB 46 MB/s 27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 71% ▕███████████ ▏ 3.1 GB/4.4 GB 46 MB/s 27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 71% ▕███████████ ▏ 3.1 GB/4.4 GB 46 MB/s 27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 71% ▕███████████ ▏ 3.1 GB/4.4 GB 46 MB/s 27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 71% ▕███████████ ▏ 3.1 GB/4.4 GB 46 MB/s 27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 71% ▕███████████ ▏ 3.1 GB/4.4 GB 46 MB/s 27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 71% ▕███████████ ▏ 3.1 GB/4.4 GB 46 MB/s 27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 71% ▕███████████ ▏ 3.1 GB/4.4 GB 46 MB/s 27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 71% ▕███████████ ▏ 3.1 GB/4.4 GB 46 MB/s 27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 71% ▕███████████ ▏ 3.1 GB/4.4 GB 46 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 71% ▕███████████ ▏ 3.1 GB/4.4 GB 46 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 72% ▕███████████ ▏ 3.1 GB/4.4 GB 46 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 72% ▕███████████ ▏ 3.1 GB/4.4 GB 46 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 72% ▕███████████ ▏ 3.1 GB/4.4 GB 46 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 72% ▕███████████ ▏ 3.1 GB/4.4 GB 46 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 72% ▕███████████ ▏ 3.1 GB/4.4 GB 46 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 72% ▕███████████ ▏ 3.1 GB/4.4 GB 46 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 72% ▕███████████ ▏ 3.2 GB/4.4 GB 46 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 72% ▕███████████ ▏ 3.2 GB/4.4 GB 46 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 72% ▕███████████ ▏ 3.2 GB/4.4 GB 46 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 72% ▕███████████ ▏ 3.2 GB/4.4 GB 46 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 72% ▕███████████ ▏ 3.2 GB/4.4 GB 45 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 72% ▕███████████ ▏ 3.2 GB/4.4 GB 45 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 72% ▕███████████ ▏ 3.2 GB/4.4 GB 45 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 73% ▕███████████ ▏ 3.2 GB/4.4 GB 45 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 73% ▕███████████ ▏ 3.2 GB/4.4 GB 45 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 73% ▕███████████ ▏ 3.2 GB/4.4 GB 45 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 73% ▕███████████ ▏ 3.2 GB/4.4 GB 45 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 73% ▕███████████ ▏ 3.2 GB/4.4 GB 45 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 73% ▕███████████ ▏ 3.2 GB/4.4 GB 45 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 73% ▕███████████ ▏ 3.2 GB/4.4 GB 45 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 73% ▕███████████ ▏ 3.2 GB/4.4 GB 46 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 73% ▕███████████ ▏ 3.2 GB/4.4 GB 46 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 74% ▕███████████ ▏ 3.2 GB/4.4 GB 46 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 74% ▕███████████ ▏ 3.2 GB/4.4 GB 46 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 74% ▕███████████ ▏ 3.2 GB/4.4 GB 46 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 74% ▕███████████ ▏ 3.2 GB/4.4 GB 46 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 74% ▕███████████ ▏ 3.2 GB/4.4 GB 46 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 74% ▕███████████ ▏ 3.2 GB/4.4 GB 46 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 74% ▕███████████ ▏ 3.2 GB/4.4 GB 46 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 74% ▕███████████ ▏ 3.2 GB/4.4 GB 46 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 74% ▕███████████ ▏ 3.2 GB/4.4 GB 45 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 74% ▕███████████ ▏ 3.3 GB/4.4 GB 45 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 74% ▕███████████ ▏ 3.3 GB/4.4 GB 45 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 75% ▕███████████ ▏ 3.3 GB/4.4 GB 45 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 75% ▕███████████ ▏ 3.3 GB/4.4 GB 45 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 75% ▕███████████ ▏ 3.3 GB/4.4 GB 45 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 75% ▕███████████ ▏ 3.3 GB/4.4 GB 45 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 75% ▕███████████ ▏ 3.3 GB/4.4 GB 45 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 75% ▕████████████ ▏ 3.3 GB/4.4 GB 45 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 75% ▕████████████ ▏ 3.3 GB/4.4 GB 45 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 75% ▕████████████ ▏ 3.3 GB/4.4 GB 45 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 75% ▕████████████ ▏ 3.3 GB/4.4 GB 45 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 75% ▕████████████ ▏ 3.3 GB/4.4 GB 45 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 75% ▕████████████ ▏ 3.3 GB/4.4 GB 45 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 75% ▕████████████ ▏ 3.3 GB/4.4 GB 45 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 76% ▕████████████ ▏ 3.3 GB/4.4 GB 45 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 76% ▕████████████ ▏ 3.3 GB/4.4 GB 45 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 76% ▕████████████ ▏ 3.3 GB/4.4 GB 45 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 76% ▕████████████ ▏ 3.3 GB/4.4 GB 45 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 76% ▕████████████ ▏ 3.3 GB/4.4 GB 45 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 76% ▕████████████ ▏ 3.3 GB/4.4 GB 45 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 76% ▕████████████ ▏ 3.3 GB/4.4 GB 44 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 77% ▕████████████ ▏ 3.3 GB/4.4 GB 44 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 77% ▕████████████ ▏ 3.3 GB/4.4 GB 44 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 77% ▕████████████ ▏ 3.4 GB/4.4 GB 44 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 77% ▕████████████ ▏ 3.4 GB/4.4 GB 44 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 77% ▕████████████ ▏ 3.4 GB/4.4 GB 44 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 77% ▕████████████ ▏ 3.4 GB/4.4 GB 44 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 77% ▕████████████ ▏ 3.4 GB/4.4 GB 44 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 77% ▕████████████ ▏ 3.4 GB/4.4 GB 44 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 77% ▕████████████ ▏ 3.4 GB/4.4 GB 44 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 77% ▕████████████ ▏ 3.4 GB/4.4 GB 43 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 77% ▕████████████ ▏ 3.4 GB/4.4 GB 43 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 77% ▕████████████ ▏ 3.4 GB/4.4 GB 43 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 77% ▕████████████ ▏ 3.4 GB/4.4 GB 43 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 78% ▕████████████ ▏ 3.4 GB/4.4 GB 43 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 78% ▕████████████ ▏ 3.4 GB/4.4 GB 43 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 78% ▕████████████ ▏ 3.4 GB/4.4 GB 43 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 78% ▕████████████ ▏ 3.4 GB/4.4 GB 43 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 78% ▕████████████ ▏ 3.4 GB/4.4 GB 43 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 78% ▕████████████ ▏ 3.4 GB/4.4 GB 43 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 78% ▕████████████ ▏ 3.4 GB/4.4 GB 42 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 78% ▕████████████ ▏ 3.4 GB/4.4 GB 42 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 78% ▕████████████ ▏ 3.4 GB/4.4 GB 42 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 79% ▕████████████ ▏ 3.4 GB/4.4 GB 42 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 79% ▕████████████ ▏ 3.4 GB/4.4 GB 42 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 79% ▕████████████ ▏ 3.4 GB/4.4 GB 42 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 79% ▕████████████ ▏ 3.4 GB/4.4 GB 42 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 79% ▕████████████ ▏ 3.4 GB/4.4 GB 42 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 79% ▕████████████ ▏ 3.5 GB/4.4 GB 42 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 79% ▕████████████ ▏ 3.5 GB/4.4 GB 42 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 79% ▕████████████ ▏ 3.5 GB/4.4 GB 43 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 80% ▕████████████ ▏ 3.5 GB/4.4 GB 43 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 80% ▕████████████ ▏ 3.5 GB/4.4 GB 43 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 80% ▕████████████ ▏ 3.5 GB/4.4 GB 43 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 80% ▕████████████ ▏ 3.5 GB/4.4 GB 43 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 80% ▕████████████ ▏ 3.5 GB/4.4 GB 43 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 80% ▕████████████ ▏ 3.5 GB/4.4 GB 43 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 80% ▕████████████ ▏ 3.5 GB/4.4 GB 43 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 80% ▕████████████ ▏ 3.5 GB/4.4 GB 43 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 80% ▕████████████ ▏ 3.5 GB/4.4 GB 43 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 80% ▕████████████ ▏ 3.5 GB/4.4 GB 42 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 80% ▕████████████ ▏ 3.5 GB/4.4 GB 42 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 80% ▕████████████ ▏ 3.5 GB/4.4 GB 42 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 81% ▕████████████ ▏ 3.5 GB/4.4 GB 42 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 81% ▕████████████ ▏ 3.5 GB/4.4 GB 42 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 81% ▕████████████ ▏ 3.5 GB/4.4 GB 42 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 81% ▕████████████ ▏ 3.5 GB/4.4 GB 42 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 81% ▕████████████ ▏ 3.5 GB/4.4 GB 42 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 81% ▕████████████ ▏ 3.5 GB/4.4 GB 42 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 81% ▕████████████ ▏ 3.5 GB/4.4 GB 42 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 81% ▕█████████████ ▏ 3.5 GB/4.4 GB 42 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 81% ▕█████████████ ▏ 3.5 GB/4.4 GB 43 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 81% ▕█████████████ ▏ 3.6 GB/4.4 GB 43 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 81% ▕█████████████ ▏ 3.6 GB/4.4 GB 43 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 82% ▕█████████████ ▏ 3.6 GB/4.4 GB 43 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 82% ▕█████████████ ▏ 3.6 GB/4.4 GB 43 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 82% ▕█████████████ ▏ 3.6 GB/4.4 GB 43 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 82% ▕█████████████ ▏ 3.6 GB/4.4 GB 43 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 82% ▕█████████████ ▏ 3.6 GB/4.4 GB 43 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 82% ▕█████████████ ▏ 3.6 GB/4.4 GB 43 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 82% ▕█████████████ ▏ 3.6 GB/4.4 GB 43 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 82% ▕█████████████ ▏ 3.6 GB/4.4 GB 43 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 83% ▕█████████████ ▏ 3.6 GB/4.4 GB 43 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 83% ▕█████████████ ▏ 3.6 GB/4.4 GB 43 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 83% ▕█████████████ ▏ 3.6 GB/4.4 GB 43 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 83% ▕█████████████ ▏ 3.6 GB/4.4 GB 43 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 83% ▕█████████████ ▏ 3.6 GB/4.4 GB 43 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 83% ▕█████████████ ▏ 3.6 GB/4.4 GB 43 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 83% ▕█████████████ ▏ 3.6 GB/4.4 GB 43 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 83% ▕█████████████ ▏ 3.6 GB/4.4 GB 43 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 83% ▕█████████████ ▏ 3.6 GB/4.4 GB 43 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 83% ▕█████████████ ▏ 3.6 GB/4.4 GB 43 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 83% ▕█████████████ ▏ 3.6 GB/4.4 GB 43 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 84% ▕█████████████ ▏ 3.7 GB/4.4 GB 43 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 84% ▕█████████████ ▏ 3.7 GB/4.4 GB 43 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 84% ▕█████████████ ▏ 3.7 GB/4.4 GB 43 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 84% ▕█████████████ ▏ 3.7 GB/4.4 GB 43 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 84% ▕█████████████ ▏ 3.7 GB/4.4 GB 43 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 84% ▕█████████████ ▏ 3.7 GB/4.4 GB 43 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 84% ▕█████████████ ▏ 3.7 GB/4.4 GB 43 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 84% ▕█████████████ ▏ 3.7 GB/4.4 GB 43 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 84% ▕█████████████ ▏ 3.7 GB/4.4 GB 43 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 84% ▕█████████████ ▏ 3.7 GB/4.4 GB 43 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 84% ▕█████████████ ▏ 3.7 GB/4.4 GB 43 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 85% ▕█████████████ ▏ 3.7 GB/4.4 GB 43 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 85% ▕█████████████ ▏ 3.7 GB/4.4 GB 43 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 85% ▕█████████████ ▏ 3.7 GB/4.4 GB 43 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 85% ▕█████████████ ▏ 3.7 GB/4.4 GB 43 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 85% ▕█████████████ ▏ 3.7 GB/4.4 GB 43 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 85% ▕█████████████ ▏ 3.7 GB/4.4 GB 43 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 85% ▕█████████████ ▏ 3.7 GB/4.4 GB 43 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 85% ▕█████████████ ▏ 3.7 GB/4.4 GB 42 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 85% ▕█████████████ ▏ 3.7 GB/4.4 GB 42 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 85% ▕█████████████ ▏ 3.7 GB/4.4 GB 42 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 86% ▕█████████████ ▏ 3.7 GB/4.4 GB 42 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 86% ▕█████████████ ▏ 3.7 GB/4.4 GB 42 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 86% ▕█████████████ ▏ 3.7 GB/4.4 GB 42 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 86% ▕█████████████ ▏ 3.7 GB/4.4 GB 42 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 86% ▕█████████████ ▏ 3.8 GB/4.4 GB 42 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 86% ▕█████████████ ▏ 3.8 GB/4.4 GB 42 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 86% ▕█████████████ ▏ 3.8 GB/4.4 GB 42 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 86% ▕█████████████ ▏ 3.8 GB/4.4 GB 42 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 86% ▕█████████████ ▏ 3.8 GB/4.4 GB 44 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 86% ▕█████████████ ▏ 3.8 GB/4.4 GB 44 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 86% ▕█████████████ ▏ 3.8 GB/4.4 GB 44 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 87% ▕█████████████ ▏ 3.8 GB/4.4 GB 44 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 87% ▕█████████████ ▏ 3.8 GB/4.4 GB 44 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 87% ▕█████████████ ▏ 3.8 GB/4.4 GB 44 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 87% ▕█████████████ ▏ 3.8 GB/4.4 GB 44 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 87% ▕█████████████ ▏ 3.8 GB/4.4 GB 44 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 87% ▕█████████████ ▏ 3.8 GB/4.4 GB 44 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 87% ▕█████████████ ▏ 3.8 GB/4.4 GB 44 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 87% ▕█████████████ ▏ 3.8 GB/4.4 GB 43 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 87% ▕█████████████ ▏ 3.8 GB/4.4 GB 43 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 88% ▕██████████████ ▏ 3.8 GB/4.4 GB 43 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 88% ▕██████████████ ▏ 3.8 GB/4.4 GB 43 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 88% ▕██████████████ ▏ 3.8 GB/4.4 GB 43 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 88% ▕██████████████ ▏ 3.8 GB/4.4 GB 43 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 88% ▕██████████████ ▏ 3.8 GB/4.4 GB 43 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 88% ▕██████████████ ▏ 3.8 GB/4.4 GB 43 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 88% ▕██████████████ ▏ 3.9 GB/4.4 GB 43 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 88% ▕██████████████ ▏ 3.9 GB/4.4 GB 43 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 88% ▕██████████████ ▏ 3.9 GB/4.4 GB 42 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 88% ▕██████████████ ▏ 3.9 GB/4.4 GB 42 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 89% ▕██████████████ ▏ 3.9 GB/4.4 GB 42 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 89% ▕██████████████ ▏ 3.9 GB/4.4 GB 42 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 89% ▕██████████████ ▏ 3.9 GB/4.4 GB 42 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 89% ▕██████████████ ▏ 3.9 GB/4.4 GB 42 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 89% ▕██████████████ ▏ 3.9 GB/4.4 GB 42 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 89% ▕██████████████ ▏ 3.9 GB/4.4 GB 42 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 89% ▕██████████████ ▏ 3.9 GB/4.4 GB 42 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 89% ▕██████████████ ▏ 3.9 GB/4.4 GB 42 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 89% ▕██████████████ ▏ 3.9 GB/4.4 GB 43 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 89% ▕██████████████ ▏ 3.9 GB/4.4 GB 43 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 89% ▕██████████████ ▏ 3.9 GB/4.4 GB 43 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 89% ▕██████████████ ▏ 3.9 GB/4.4 GB 43 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 90% ▕██████████████ ▏ 3.9 GB/4.4 GB 43 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 90% ▕██████████████ ▏ 3.9 GB/4.4 GB 43 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 90% ▕██████████████ ▏ 3.9 GB/4.4 GB 43 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 90% ▕██████████████ ▏ 3.9 GB/4.4 GB 43 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 90% ▕██████████████ ▏ 3.9 GB/4.4 GB 43 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 90% ▕██████████████ ▏ 3.9 GB/4.4 GB 43 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 90% ▕██████████████ ▏ 3.9 GB/4.4 GB 41 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 90% ▕██████████████ ▏ 3.9 GB/4.4 GB 41 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 90% ▕██████████████ ▏ 3.9 GB/4.4 GB 41 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 90% ▕██████████████ ▏ 4.0 GB/4.4 GB 41 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 91% ▕██████████████ ▏ 4.0 GB/4.4 GB 41 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 91% ▕██████████████ ▏ 4.0 GB/4.4 GB 41 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 91% ▕██████████████ ▏ 4.0 GB/4.4 GB 41 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 91% ▕██████████████ ▏ 4.0 GB/4.4 GB 41 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 91% ▕██████████████ ▏ 4.0 GB/4.4 GB 41 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 91% ▕██████████████ ▏ 4.0 GB/4.4 GB 41 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 91% ▕██████████████ ▏ 4.0 GB/4.4 GB 41 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 91% ▕██████████████ ▏ 4.0 GB/4.4 GB 42 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 91% ▕██████████████ ▏ 4.0 GB/4.4 GB 42 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 91% ▕██████████████ ▏ 4.0 GB/4.4 GB 42 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 91% ▕██████████████ ▏ 4.0 GB/4.4 GB 42 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 91% ▕██████████████ ▏ 4.0 GB/4.4 GB 42 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 91% ▕██████████████ ▏ 4.0 GB/4.4 GB 42 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 91% ▕██████████████ ▏ 4.0 GB/4.4 GB 42 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 91% ▕██████████████ ▏ 4.0 GB/4.4 GB 42 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 92% ▕██████████████ ▏ 4.0 GB/4.4 GB 42 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 92% ▕██████████████ ▏ 4.0 GB/4.4 GB 42 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 92% ▕██████████████ ▏ 4.0 GB/4.4 GB 40 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 92% ▕██████████████ ▏ 4.0 GB/4.4 GB 40 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 92% ▕██████████████ ▏ 4.0 GB/4.4 GB 40 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 92% ▕██████████████ ▏ 4.0 GB/4.4 GB 40 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 92% ▕██████████████ ▏ 4.0 GB/4.4 GB 40 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 92% ▕██████████████ ▏ 4.0 GB/4.4 GB 40 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 92% ▕██████████████ ▏ 4.0 GB/4.4 GB 40 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 92% ▕██████████████ ▏ 4.0 GB/4.4 GB 40 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 93% ▕██████████████ ▏ 4.0 GB/4.4 GB 40 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 93% ▕██████████████ ▏ 4.0 GB/4.4 GB 40 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 93% ▕██████████████ ▏ 4.0 GB/4.4 GB 41 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 93% ▕██████████████ ▏ 4.1 GB/4.4 GB 41 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 93% ▕██████████████ ▏ 4.1 GB/4.4 GB 41 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 93% ▕██████████████ ▏ 4.1 GB/4.4 GB 41 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 93% ▕██████████████ ▏ 4.1 GB/4.4 GB 41 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 93% ▕██████████████ ▏ 4.1 GB/4.4 GB 41 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 93% ▕██████████████ ▏ 4.1 GB/4.4 GB 41 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 93% ▕██████████████ ▏ 4.1 GB/4.4 GB 41 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 93% ▕██████████████ ▏ 4.1 GB/4.4 GB 41 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 94% ▕██████████████ ▏ 4.1 GB/4.4 GB 41 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 94% ▕██████████████ ▏ 4.1 GB/4.4 GB 42 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 94% ▕███████████████ ▏ 4.1 GB/4.4 GB 42 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 94% ▕███████████████ ▏ 4.1 GB/4.4 GB 42 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 94% ▕███████████████ ▏ 4.1 GB/4.4 GB 42 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 94% ▕███████████████ ▏ 4.1 GB/4.4 GB 42 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 94% ▕███████████████ ▏ 4.1 GB/4.4 GB 42 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 94% ▕███████████████ ▏ 4.1 GB/4.4 GB 42 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 94% ▕███████████████ ▏ 4.1 GB/4.4 GB 42 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 94% ▕███████████████ ▏ 4.1 GB/4.4 GB 42 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 95% ▕███████████████ ▏ 4.1 GB/4.4 GB 42 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 95% ▕███████████████ ▏ 4.1 GB/4.4 GB 40 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 95% ▕███████████████ ▏ 4.1 GB/4.4 GB 40 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 95% ▕███████████████ ▏ 4.1 GB/4.4 GB 40 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 95% ▕███████████████ ▏ 4.1 GB/4.4 GB 40 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 95% ▕███████████████ ▏ 4.1 GB/4.4 GB 40 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 95% ▕███████████████ ▏ 4.2 GB/4.4 GB 40 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 95% ▕███████████████ ▏ 4.2 GB/4.4 GB 40 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 95% ▕███████████████ ▏ 4.2 GB/4.4 GB 40 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 95% ▕███████████████ ▏ 4.2 GB/4.4 GB 40 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 95% ▕███████████████ ▏ 4.2 GB/4.4 GB 40 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 96% ▕███████████████ ▏ 4.2 GB/4.4 GB 40 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 96% ▕███████████████ ▏ 4.2 GB/4.4 GB 40 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 96% ▕███████████████ ▏ 4.2 GB/4.4 GB 40 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 96% ▕███████████████ ▏ 4.2 GB/4.4 GB 40 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 96% ▕███████████████ ▏ 4.2 GB/4.4 GB 40 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 96% ▕███████████████ ▏ 4.2 GB/4.4 GB 40 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 96% ▕███████████████ ▏ 4.2 GB/4.4 GB 40 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 96% ▕███████████████ ▏ 4.2 GB/4.4 GB 40 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 96% ▕███████████████ ▏ 4.2 GB/4.4 GB 40 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 96% ▕███████████████ ▏ 4.2 GB/4.4 GB 40 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 96% ▕███████████████ ▏ 4.2 GB/4.4 GB 40 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 97% ▕███████████████ ▏ 4.2 GB/4.4 GB 39 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 97% ▕███████████████ ▏ 4.2 GB/4.4 GB 39 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 97% ▕███████████████ ▏ 4.2 GB/4.4 GB 39 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 97% ▕███████████████ ▏ 4.2 GB/4.4 GB 39 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 97% ▕███████████████ ▏ 4.2 GB/4.4 GB 39 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 97% ▕███████████████ ▏ 4.2 GB/4.4 GB 39 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 97% ▕███████████████ ▏ 4.2 GB/4.4 GB 39 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 97% ▕███████████████ ▏ 4.2 GB/4.4 GB 39 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 97% ▕███████████████ ▏ 4.3 GB/4.4 GB 39 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 97% ▕███████████████ ▏ 4.3 GB/4.4 GB 39 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 97% ▕███████████████ ▏ 4.3 GB/4.4 GB 39 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 98% ▕███████████████ ▏ 4.3 GB/4.4 GB 39 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 98% ▕███████████████ ▏ 4.3 GB/4.4 GB 39 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 98% ▕███████████████ ▏ 4.3 GB/4.4 GB 39 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 98% ▕███████████████ ▏ 4.3 GB/4.4 GB 39 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 98% ▕███████████████ ▏ 4.3 GB/4.4 GB 39 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 98% ▕███████████████ ▏ 4.3 GB/4.4 GB 39 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 98% ▕███████████████ ▏ 4.3 GB/4.4 GB 39 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 98% ▕███████████████ ▏ 4.3 GB/4.4 GB 39 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 98% ▕███████████████ ▏ 4.3 GB/4.4 GB 39 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 99% ▕███████████████ ▏ 4.3 GB/4.4 GB 42 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 99% ▕███████████████ ▏ 4.3 GB/4.4 GB 42 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 99% ▕███████████████ ▏ 4.3 GB/4.4 GB 42 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 99% ▕███████████████ ▏ 4.3 GB/4.4 GB 42 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 99% ▕███████████████ ▏ 4.3 GB/4.4 GB 42 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 99% ▕███████████████ ▏ 4.3 GB/4.4 GB 42 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 99% ▕███████████████ ▏ 4.3 GB/4.4 GB 42 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 99% ▕███████████████ ▏ 4.3 GB/4.4 GB 42 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 99% ▕███████████████ ▏ 4.3 GB/4.4 GB 42 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 99% ▕███████████████ ▏ 4.3 GB/4.4 GB 42 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 99% ▕███████████████ ▏ 4.3 GB/4.4 GB 39 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 99% ▕███████████████ ▏ 4.3 GB/4.4 GB 39 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕███████████████ ▏ 4.3 GB/4.4 GB 39 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕███████████████ ▏ 4.4 GB/4.4 GB 39 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕███████████████ ▏ 4.4 GB/4.4 GB 39 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕███████████████ ▏ 4.4 GB/4.4 GB 39 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕███████████████ ▏ 4.4 GB/4.4 GB 39 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕███████████████ ▏ 4.4 GB/4.4 GB 39 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕███████████████ ▏ 4.4 GB/4.4 GB 39 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕███████████████ ▏ 4.4 GB/4.4 GB 39 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing 62c761593c42... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing 62c761593c42... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing 62c761593c42... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing 62c761593c42... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing 62c761593c42... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing 62c761593c42... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing 62c761593c42... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing 62c761593c42... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing 62c761593c42... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing 62c761593c42... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing 62c761593c42... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing 62c761593c42... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing 62c761593c42... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing 62c761593c42... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing 62c761593c42... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing 62c761593c42... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing 62c761593c42... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing 62c761593c42... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing 62c761593c42... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing 62c761593c42... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing 62c761593c42... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing 62c761593c42... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing 62c761593c42... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing 62c761593c42... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing 62c761593c42... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing 62c761593c42... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing 62c761593c42... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing 62c761593c42... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing 62c761593c42... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing 62c761593c42... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing 62c761593c42... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing 62c761593c42... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing 62c761593c42... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing 62c761593c42... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing 62c761593c42... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \n", + "pushing manifest \n", + "success \u001b[?25h\n", + "\u001b[?25ltransferring model data ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer \n", + "creating template layer \n", + "creating system layer \n", + "creating parameters layer \n", + "creating config layer \n", + "using already created layer sha256:fe7392175a8cab274c20a2e00abb48e70659d40506f7e58c90117480f03bf233 \n", + "using already created layer sha256:04de533bb8fd4eb327158f79cdc0de736558e45d198db9275ef536f470281f1f \n", + "using already created layer sha256:af41c51c14924c73d476c474dd0617253462cdb32f1256d8b3d3d9fc00371199 \n", + "using already created layer sha256:3559b403e83a9669ecd8d347a509c20b870674a9838218f8b812c93c419fec88 \n", + "writing layer sha256:5fe538f0293dee53e20d2618ee0994d0cb3eb30fe1fd61ef891d9260483a59ef \n", + "writing manifest \n", + "success \u001b[?25h\n", + "copied 'notus:q4_K_S' to 'argilla/notus:q4_K_S'\n", + "\u001b[?25lretrieving manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 0% ▕ ▏ 1.8 MB/4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 0% ▕ ▏ 1.8 MB/4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 0% ▕ ▏ 2.1 MB/4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 0% ▕ ▏ 2.1 MB/4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 0% ▕ ▏ 2.1 MB/4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 0% ▕ ▏ 2.1 MB/4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 0% ▕ ▏ 3.2 MB/4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 0% ▕ ▏ 3.7 MB/4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 0% ▕ ▏ 3.7 MB/4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 0% ▕ ▏ 3.7 MB/4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 0% ▕ ▏ 3.7 MB/4.1 GB 2.8 MB/s 24m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 0% ▕ ▏ 311 KB/4.1 GB 2.8 MB/s 24m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 0% ▕ ▏ 4.1 MB/4.1 GB 2.8 MB/s 24m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 0% ▕ ▏ 7.6 MB/4.1 GB 2.8 MB/s 24m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 0% ▕ ▏ 10 MB/4.1 GB 2.8 MB/s 24m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 0% ▕ ▏ 16 MB/4.1 GB 2.8 MB/s 24m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 1% ▕ ▏ 23 MB/4.1 GB 2.8 MB/s 24m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 1% ▕ ▏ 24 MB/4.1 GB 2.8 MB/s 24m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 1% ▕ ▏ 31 MB/4.1 GB 2.8 MB/s 24m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 1% ▕ ▏ 33 MB/4.1 GB 2.8 MB/s 24m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 1% ▕ ▏ 39 MB/4.1 GB 19 MB/s 3m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 1% ▕ ▏ 43 MB/4.1 GB 19 MB/s 3m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 1% ▕ ▏ 50 MB/4.1 GB 19 MB/s 3m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 1% ▕ ▏ 52 MB/4.1 GB 19 MB/s 3m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 1% ▕ ▏ 61 MB/4.1 GB 19 MB/s 3m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 2% ▕ ▏ 68 MB/4.1 GB 19 MB/s 3m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 2% ▕ ▏ 70 MB/4.1 GB 19 MB/s 3m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 2% ▕ ▏ 77 MB/4.1 GB 19 MB/s 3m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 2% ▕ ▏ 75 MB/4.1 GB 19 MB/s 3m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 2% ▕ ▏ 82 MB/4.1 GB 19 MB/s 3m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 2% ▕ ▏ 89 MB/4.1 GB 29 MB/s 2m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 2% ▕ ▏ 90 MB/4.1 GB 29 MB/s 2m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 2% ▕ ▏ 96 MB/4.1 GB 29 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 2% ▕ ▏ 100 MB/4.1 GB 29 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 3% ▕ ▏ 103 MB/4.1 GB 29 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 3% ▕ ▏ 106 MB/4.1 GB 29 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 3% ▕ ▏ 113 MB/4.1 GB 29 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 3% ▕ ▏ 117 MB/4.1 GB 29 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 3% ▕ ▏ 119 MB/4.1 GB 29 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 3% ▕ ▏ 123 MB/4.1 GB 29 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 3% ▕ ▏ 129 MB/4.1 GB 32 MB/s 2m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 3% ▕ ▏ 130 MB/4.1 GB 32 MB/s 2m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 3% ▕ ▏ 134 MB/4.1 GB 32 MB/s 2m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 3% ▕ ▏ 141 MB/4.1 GB 32 MB/s 2m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 4% ▕ ▏ 145 MB/4.1 GB 32 MB/s 2m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 4% ▕ ▏ 150 MB/4.1 GB 32 MB/s 2m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 4% ▕ ▏ 155 MB/4.1 GB 32 MB/s 2m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 4% ▕ ▏ 156 MB/4.1 GB 32 MB/s 2m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 4% ▕ ▏ 164 MB/4.1 GB 32 MB/s 2m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 4% ▕ ▏ 171 MB/4.1 GB 32 MB/s 2m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 4% ▕ ▏ 174 MB/4.1 GB 32 MB/s 2m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 4% ▕ ▏ 174 MB/4.1 GB 34 MB/s 1m54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 4% ▕ ▏ 174 MB/4.1 GB 34 MB/s 1m54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 4% ▕ ▏ 180 MB/4.1 GB 34 MB/s 1m54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 4% ▕ ▏ 185 MB/4.1 GB 34 MB/s 1m54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 5% ▕ ▏ 193 MB/4.1 GB 34 MB/s 1m53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 5% ▕ ▏ 198 MB/4.1 GB 34 MB/s 1m53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 5% ▕ ▏ 200 MB/4.1 GB 34 MB/s 1m53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 5% ▕ ▏ 201 MB/4.1 GB 34 MB/s 1m53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 5% ▕ ▏ 204 MB/4.1 GB 34 MB/s 1m53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 5% ▕ ▏ 215 MB/4.1 GB 34 MB/s 1m53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 5% ▕ ▏ 216 MB/4.1 GB 35 MB/s 1m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 5% ▕ ▏ 217 MB/4.1 GB 35 MB/s 1m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 5% ▕ ▏ 219 MB/4.1 GB 35 MB/s 1m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 5% ▕ ▏ 220 MB/4.1 GB 35 MB/s 1m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 5% ▕ ▏ 223 MB/4.1 GB 35 MB/s 1m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 6% ▕ ▏ 231 MB/4.1 GB 35 MB/s 1m48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 6% ▕ ▏ 233 MB/4.1 GB 35 MB/s 1m48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 6% ▕ ▏ 236 MB/4.1 GB 35 MB/s 1m48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 6% ▕ ▏ 245 MB/4.1 GB 35 MB/s 1m48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 6% ▕ ▏ 248 MB/4.1 GB 35 MB/s 1m48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 6% ▕ ▏ 251 MB/4.1 GB 35 MB/s 1m48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 6% ▕ ▏ 253 MB/4.1 GB 35 MB/s 1m48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 6% ▕█ ▏ 260 MB/4.1 GB 35 MB/s 1m48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 6% ▕█ ▏ 265 MB/4.1 GB 35 MB/s 1m48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 7% ▕█ ▏ 270 MB/4.1 GB 35 MB/s 1m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 7% ▕█ ▏ 275 MB/4.1 GB 35 MB/s 1m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 7% ▕█ ▏ 281 MB/4.1 GB 35 MB/s 1m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 7% ▕█ ▏ 287 MB/4.1 GB 35 MB/s 1m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 7% ▕█ ▏ 287 MB/4.1 GB 35 MB/s 1m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 7% ▕█ ▏ 287 MB/4.1 GB 35 MB/s 1m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 7% ▕█ ▏ 296 MB/4.1 GB 36 MB/s 1m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 7% ▕█ ▏ 301 MB/4.1 GB 36 MB/s 1m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 7% ▕█ ▏ 301 MB/4.1 GB 36 MB/s 1m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 7% ▕█ ▏ 306 MB/4.1 GB 36 MB/s 1m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 8% ▕█ ▏ 312 MB/4.1 GB 36 MB/s 1m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 8% ▕█ ▏ 318 MB/4.1 GB 36 MB/s 1m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 8% ▕█ ▏ 325 MB/4.1 GB 36 MB/s 1m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 8% ▕█ ▏ 329 MB/4.1 GB 36 MB/s 1m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 8% ▕█ ▏ 329 MB/4.1 GB 36 MB/s 1m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 8% ▕█ ▏ 332 MB/4.1 GB 36 MB/s 1m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 8% ▕█ ▏ 343 MB/4.1 GB 38 MB/s 1m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 8% ▕█ ▏ 344 MB/4.1 GB 38 MB/s 1m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 8% ▕█ ▏ 347 MB/4.1 GB 38 MB/s 1m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 8% ▕█ ▏ 347 MB/4.1 GB 38 MB/s 1m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 8% ▕█ ▏ 347 MB/4.1 GB 38 MB/s 1m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 9% ▕█ ▏ 359 MB/4.1 GB 38 MB/s 1m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 9% ▕█ ▏ 361 MB/4.1 GB 38 MB/s 1m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 9% ▕█ ▏ 362 MB/4.1 GB 38 MB/s 1m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 9% ▕█ ▏ 371 MB/4.1 GB 38 MB/s 1m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 9% ▕█ ▏ 376 MB/4.1 GB 38 MB/s 1m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 9% ▕█ ▏ 378 MB/4.1 GB 38 MB/s 1m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 9% ▕█ ▏ 381 MB/4.1 GB 41 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 9% ▕█ ▏ 386 MB/4.1 GB 41 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 9% ▕█ ▏ 388 MB/4.1 GB 41 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 10% ▕█ ▏ 395 MB/4.1 GB 41 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 10% ▕█ ▏ 400 MB/4.1 GB 41 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 10% ▕█ ▏ 403 MB/4.1 GB 41 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 10% ▕█ ▏ 405 MB/4.1 GB 41 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 10% ▕█ ▏ 411 MB/4.1 GB 41 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 10% ▕█ ▏ 411 MB/4.1 GB 41 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 10% ▕█ ▏ 420 MB/4.1 GB 41 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 10% ▕█ ▏ 422 MB/4.1 GB 42 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 10% ▕█ ▏ 424 MB/4.1 GB 42 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 10% ▕█ ▏ 431 MB/4.1 GB 42 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 11% ▕█ ▏ 436 MB/4.1 GB 42 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 11% ▕█ ▏ 438 MB/4.1 GB 42 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 11% ▕█ ▏ 444 MB/4.1 GB 42 MB/s 1m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 11% ▕█ ▏ 455 MB/4.1 GB 42 MB/s 1m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 11% ▕█ ▏ 458 MB/4.1 GB 42 MB/s 1m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 11% ▕█ ▏ 458 MB/4.1 GB 42 MB/s 1m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 11% ▕█ ▏ 465 MB/4.1 GB 42 MB/s 1m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 11% ▕█ ▏ 469 MB/4.1 GB 42 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 12% ▕█ ▏ 478 MB/4.1 GB 42 MB/s 1m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 12% ▕█ ▏ 481 MB/4.1 GB 42 MB/s 1m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 12% ▕█ ▏ 482 MB/4.1 GB 42 MB/s 1m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 12% ▕█ ▏ 489 MB/4.1 GB 42 MB/s 1m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 12% ▕█ ▏ 496 MB/4.1 GB 42 MB/s 1m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 12% ▕█ ▏ 500 MB/4.1 GB 42 MB/s 1m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 12% ▕█ ▏ 501 MB/4.1 GB 42 MB/s 1m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 12% ▕█ ▏ 507 MB/4.1 GB 42 MB/s 1m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 12% ▕█ ▏ 509 MB/4.1 GB 42 MB/s 1m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 12% ▕█ ▏ 515 MB/4.1 GB 42 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 13% ▕██ ▏ 520 MB/4.1 GB 42 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 13% ▕██ ▏ 527 MB/4.1 GB 42 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 13% ▕██ ▏ 530 MB/4.1 GB 42 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 13% ▕██ ▏ 534 MB/4.1 GB 42 MB/s 1m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 13% ▕██ ▏ 536 MB/4.1 GB 42 MB/s 1m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 13% ▕██ ▏ 546 MB/4.1 GB 42 MB/s 1m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 13% ▕██ ▏ 549 MB/4.1 GB 42 MB/s 1m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 13% ▕██ ▏ 550 MB/4.1 GB 42 MB/s 1m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 13% ▕██ ▏ 556 MB/4.1 GB 42 MB/s 1m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 14% ▕██ ▏ 561 MB/4.1 GB 43 MB/s 1m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 14% ▕██ ▏ 564 MB/4.1 GB 43 MB/s 1m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 14% ▕██ ▏ 569 MB/4.1 GB 43 MB/s 1m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 14% ▕██ ▏ 572 MB/4.1 GB 43 MB/s 1m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 14% ▕██ ▏ 573 MB/4.1 GB 43 MB/s 1m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 14% ▕██ ▏ 579 MB/4.1 GB 43 MB/s 1m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 14% ▕██ ▏ 583 MB/4.1 GB 43 MB/s 1m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 14% ▕██ ▏ 584 MB/4.1 GB 43 MB/s 1m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 14% ▕██ ▏ 590 MB/4.1 GB 43 MB/s 1m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 14% ▕██ ▏ 592 MB/4.1 GB 43 MB/s 1m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 14% ▕██ ▏ 594 MB/4.1 GB 43 MB/s 1m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 15% ▕██ ▏ 603 MB/4.1 GB 42 MB/s 1m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 15% ▕██ ▏ 605 MB/4.1 GB 42 MB/s 1m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 15% ▕██ ▏ 611 MB/4.1 GB 42 MB/s 1m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 15% ▕██ ▏ 619 MB/4.1 GB 42 MB/s 1m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 15% ▕██ ▏ 624 MB/4.1 GB 42 MB/s 1m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 15% ▕██ ▏ 625 MB/4.1 GB 42 MB/s 1m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 15% ▕██ ▏ 628 MB/4.1 GB 42 MB/s 1m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 15% ▕██ ▏ 632 MB/4.1 GB 42 MB/s 1m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 15% ▕██ ▏ 641 MB/4.1 GB 42 MB/s 1m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 16% ▕██ ▏ 648 MB/4.1 GB 42 MB/s 1m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 16% ▕██ ▏ 650 MB/4.1 GB 44 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 16% ▕██ ▏ 650 MB/4.1 GB 44 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 16% ▕██ ▏ 663 MB/4.1 GB 44 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 16% ▕██ ▏ 667 MB/4.1 GB 44 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 16% ▕██ ▏ 669 MB/4.1 GB 44 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 16% ▕██ ▏ 670 MB/4.1 GB 44 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 16% ▕██ ▏ 671 MB/4.1 GB 44 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 16% ▕██ ▏ 673 MB/4.1 GB 44 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 16% ▕██ ▏ 679 MB/4.1 GB 44 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 17% ▕██ ▏ 684 MB/4.1 GB 44 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 17% ▕██ ▏ 689 MB/4.1 GB 43 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 17% ▕██ ▏ 698 MB/4.1 GB 43 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 17% ▕██ ▏ 701 MB/4.1 GB 43 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 17% ▕██ ▏ 702 MB/4.1 GB 43 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 17% ▕██ ▏ 703 MB/4.1 GB 43 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 17% ▕██ ▏ 705 MB/4.1 GB 43 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 17% ▕██ ▏ 706 MB/4.1 GB 43 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 17% ▕██ ▏ 708 MB/4.1 GB 43 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 17% ▕██ ▏ 713 MB/4.1 GB 43 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 17% ▕██ ▏ 722 MB/4.1 GB 43 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 18% ▕██ ▏ 726 MB/4.1 GB 42 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 18% ▕██ ▏ 728 MB/4.1 GB 42 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 18% ▕██ ▏ 726 MB/4.1 GB 42 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 18% ▕██ ▏ 732 MB/4.1 GB 42 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 18% ▕██ ▏ 738 MB/4.1 GB 42 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 18% ▕██ ▏ 738 MB/4.1 GB 42 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 18% ▕██ ▏ 741 MB/4.1 GB 42 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 18% ▕██ ▏ 747 MB/4.1 GB 42 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 18% ▕██ ▏ 754 MB/4.1 GB 42 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 18% ▕██ ▏ 756 MB/4.1 GB 42 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 18% ▕██ ▏ 757 MB/4.1 GB 42 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 18% ▕██ ▏ 759 MB/4.1 GB 42 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 18% ▕██ ▏ 762 MB/4.1 GB 42 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 18% ▕██ ▏ 765 MB/4.1 GB 42 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 19% ▕██ ▏ 766 MB/4.1 GB 42 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 19% ▕██ ▏ 769 MB/4.1 GB 42 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 19% ▕██ ▏ 775 MB/4.1 GB 42 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 19% ▕███ ▏ 779 MB/4.1 GB 42 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 19% ▕███ ▏ 787 MB/4.1 GB 42 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 19% ▕███ ▏ 788 MB/4.1 GB 42 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 19% ▕███ ▏ 789 MB/4.1 GB 42 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 19% ▕███ ▏ 789 MB/4.1 GB 40 MB/s 1m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 19% ▕███ ▏ 791 MB/4.1 GB 40 MB/s 1m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 19% ▕███ ▏ 795 MB/4.1 GB 40 MB/s 1m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 19% ▕███ ▏ 795 MB/4.1 GB 40 MB/s 1m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 19% ▕███ ▏ 797 MB/4.1 GB 40 MB/s 1m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 19% ▕███ ▏ 800 MB/4.1 GB 40 MB/s 1m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 19% ▕███ ▏ 805 MB/4.1 GB 40 MB/s 1m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 20% ▕███ ▏ 814 MB/4.1 GB 40 MB/s 1m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 20% ▕███ ▏ 815 MB/4.1 GB 40 MB/s 1m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 20% ▕███ ▏ 820 MB/4.1 GB 40 MB/s 1m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 20% ▕███ ▏ 823 MB/4.1 GB 39 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 20% ▕███ ▏ 825 MB/4.1 GB 39 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 20% ▕███ ▏ 828 MB/4.1 GB 39 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 20% ▕███ ▏ 830 MB/4.1 GB 39 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 20% ▕███ ▏ 833 MB/4.1 GB 39 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 20% ▕███ ▏ 836 MB/4.1 GB 39 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 20% ▕███ ▏ 839 MB/4.1 GB 39 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 20% ▕███ ▏ 842 MB/4.1 GB 39 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 20% ▕███ ▏ 846 MB/4.1 GB 39 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 21% ▕███ ▏ 853 MB/4.1 GB 39 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 21% ▕███ ▏ 854 MB/4.1 GB 37 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 21% ▕███ ▏ 855 MB/4.1 GB 37 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 21% ▕███ ▏ 859 MB/4.1 GB 37 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 21% ▕███ ▏ 861 MB/4.1 GB 37 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 21% ▕███ ▏ 865 MB/4.1 GB 37 MB/s 1m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 21% ▕███ ▏ 875 MB/4.1 GB 37 MB/s 1m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 21% ▕███ ▏ 876 MB/4.1 GB 37 MB/s 1m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 21% ▕███ ▏ 876 MB/4.1 GB 37 MB/s 1m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 21% ▕███ ▏ 878 MB/4.1 GB 37 MB/s 1m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 21% ▕███ ▏ 881 MB/4.1 GB 37 MB/s 1m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 21% ▕███ ▏ 887 MB/4.1 GB 36 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 22% ▕███ ▏ 892 MB/4.1 GB 36 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 22% ▕███ ▏ 895 MB/4.1 GB 36 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 22% ▕███ ▏ 900 MB/4.1 GB 36 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 22% ▕███ ▏ 903 MB/4.1 GB 36 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 22% ▕███ ▏ 905 MB/4.1 GB 36 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 22% ▕███ ▏ 908 MB/4.1 GB 36 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 22% ▕███ ▏ 909 MB/4.1 GB 36 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 22% ▕███ ▏ 911 MB/4.1 GB 36 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 22% ▕███ ▏ 915 MB/4.1 GB 36 MB/s 1m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 22% ▕███ ▏ 919 MB/4.1 GB 35 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 22% ▕███ ▏ 922 MB/4.1 GB 35 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 23% ▕███ ▏ 933 MB/4.1 GB 35 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 23% ▕███ ▏ 940 MB/4.1 GB 35 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 23% ▕███ ▏ 941 MB/4.1 GB 35 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 23% ▕███ ▏ 942 MB/4.1 GB 35 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 23% ▕███ ▏ 944 MB/4.1 GB 35 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 23% ▕███ ▏ 946 MB/4.1 GB 35 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 23% ▕███ ▏ 950 MB/4.1 GB 35 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 23% ▕███ ▏ 955 MB/4.1 GB 35 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 23% ▕███ ▏ 962 MB/4.1 GB 35 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 23% ▕███ ▏ 972 MB/4.1 GB 34 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 24% ▕███ ▏ 976 MB/4.1 GB 34 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 24% ▕███ ▏ 977 MB/4.1 GB 34 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 24% ▕███ ▏ 979 MB/4.1 GB 34 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 24% ▕███ ▏ 980 MB/4.1 GB 34 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 24% ▕███ ▏ 980 MB/4.1 GB 34 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 24% ▕███ ▏ 988 MB/4.1 GB 34 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 24% ▕███ ▏ 997 MB/4.1 GB 34 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 24% ▕███ ▏ 1.0 GB/4.1 GB 34 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 24% ▕███ ▏ 1.0 GB/4.1 GB 34 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 24% ▕███ ▏ 1.0 GB/4.1 GB 35 MB/s 1m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 24% ▕███ ▏ 1.0 GB/4.1 GB 35 MB/s 1m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 25% ▕███ ▏ 1.0 GB/4.1 GB 35 MB/s 1m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 25% ▕███ ▏ 1.0 GB/4.1 GB 35 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 25% ▕███ ▏ 1.0 GB/4.1 GB 35 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 25% ▕███ ▏ 1.0 GB/4.1 GB 35 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 25% ▕████ ▏ 1.0 GB/4.1 GB 35 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 25% ▕████ ▏ 1.0 GB/4.1 GB 35 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 25% ▕████ ▏ 1.0 GB/4.1 GB 35 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 25% ▕████ ▏ 1.1 GB/4.1 GB 35 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 25% ▕████ ▏ 1.1 GB/4.1 GB 36 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 26% ▕████ ▏ 1.1 GB/4.1 GB 36 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 26% ▕████ ▏ 1.1 GB/4.1 GB 36 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 26% ▕████ ▏ 1.1 GB/4.1 GB 36 MB/s 1m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 26% ▕████ ▏ 1.1 GB/4.1 GB 36 MB/s 1m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 26% ▕████ ▏ 1.1 GB/4.1 GB 36 MB/s 1m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 26% ▕████ ▏ 1.1 GB/4.1 GB 36 MB/s 1m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 26% ▕████ ▏ 1.1 GB/4.1 GB 36 MB/s 1m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 26% ▕████ ▏ 1.1 GB/4.1 GB 36 MB/s 1m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 26% ▕████ ▏ 1.1 GB/4.1 GB 36 MB/s 1m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 26% ▕████ ▏ 1.1 GB/4.1 GB 37 MB/s 1m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 27% ▕████ ▏ 1.1 GB/4.1 GB 37 MB/s 1m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 27% ▕████ ▏ 1.1 GB/4.1 GB 37 MB/s 1m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 27% ▕████ ▏ 1.1 GB/4.1 GB 37 MB/s 1m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 27% ▕████ ▏ 1.1 GB/4.1 GB 37 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 27% ▕████ ▏ 1.1 GB/4.1 GB 37 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 27% ▕████ ▏ 1.1 GB/4.1 GB 37 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 27% ▕████ ▏ 1.1 GB/4.1 GB 37 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 27% ▕████ ▏ 1.1 GB/4.1 GB 37 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 27% ▕████ ▏ 1.1 GB/4.1 GB 37 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 28% ▕████ ▏ 1.1 GB/4.1 GB 39 MB/s 1m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 28% ▕████ ▏ 1.1 GB/4.1 GB 39 MB/s 1m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 28% ▕████ ▏ 1.1 GB/4.1 GB 39 MB/s 1m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 28% ▕████ ▏ 1.2 GB/4.1 GB 39 MB/s 1m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 28% ▕████ ▏ 1.2 GB/4.1 GB 39 MB/s 1m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 28% ▕████ ▏ 1.2 GB/4.1 GB 39 MB/s 1m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 28% ▕████ ▏ 1.2 GB/4.1 GB 39 MB/s 1m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 28% ▕████ ▏ 1.2 GB/4.1 GB 39 MB/s 1m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 28% ▕████ ▏ 1.2 GB/4.1 GB 39 MB/s 1m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 28% ▕████ ▏ 1.2 GB/4.1 GB 39 MB/s 1m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 28% ▕████ ▏ 1.2 GB/4.1 GB 39 MB/s 1m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 29% ▕████ ▏ 1.2 GB/4.1 GB 39 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 29% ▕████ ▏ 1.2 GB/4.1 GB 39 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 29% ▕████ ▏ 1.2 GB/4.1 GB 39 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 29% ▕████ ▏ 1.2 GB/4.1 GB 39 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 29% ▕████ ▏ 1.2 GB/4.1 GB 39 MB/s 1m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 29% ▕████ ▏ 1.2 GB/4.1 GB 39 MB/s 1m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 29% ▕████ ▏ 1.2 GB/4.1 GB 39 MB/s 1m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 29% ▕████ ▏ 1.2 GB/4.1 GB 39 MB/s 1m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 29% ▕████ ▏ 1.2 GB/4.1 GB 39 MB/s 1m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 29% ▕████ ▏ 1.2 GB/4.1 GB 39 MB/s 1m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 29% ▕████ ▏ 1.2 GB/4.1 GB 40 MB/s 1m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 30% ▕████ ▏ 1.2 GB/4.1 GB 40 MB/s 1m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 30% ▕████ ▏ 1.2 GB/4.1 GB 40 MB/s 1m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 30% ▕████ ▏ 1.2 GB/4.1 GB 40 MB/s 1m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 30% ▕████ ▏ 1.2 GB/4.1 GB 40 MB/s 1m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 30% ▕████ ▏ 1.2 GB/4.1 GB 40 MB/s 1m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 30% ▕████ ▏ 1.2 GB/4.1 GB 40 MB/s 1m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 30% ▕████ ▏ 1.3 GB/4.1 GB 40 MB/s 1m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 30% ▕████ ▏ 1.3 GB/4.1 GB 40 MB/s 1m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 31% ▕████ ▏ 1.3 GB/4.1 GB 40 MB/s 1m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 31% ▕████ ▏ 1.3 GB/4.1 GB 41 MB/s 1m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 31% ▕████ ▏ 1.3 GB/4.1 GB 41 MB/s 1m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 31% ▕████ ▏ 1.3 GB/4.1 GB 41 MB/s 1m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 31% ▕████ ▏ 1.3 GB/4.1 GB 41 MB/s 1m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 31% ▕████ ▏ 1.3 GB/4.1 GB 41 MB/s 1m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 31% ▕█████ ▏ 1.3 GB/4.1 GB 41 MB/s 1m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 31% ▕█████ ▏ 1.3 GB/4.1 GB 41 MB/s 1m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 31% ▕█████ ▏ 1.3 GB/4.1 GB 41 MB/s 1m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 31% ▕█████ ▏ 1.3 GB/4.1 GB 41 MB/s 1m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 31% ▕█████ ▏ 1.3 GB/4.1 GB 41 MB/s 1m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 31% ▕█████ ▏ 1.3 GB/4.1 GB 42 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 31% ▕█████ ▏ 1.3 GB/4.1 GB 42 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 31% ▕█████ ▏ 1.3 GB/4.1 GB 42 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 32% ▕█████ ▏ 1.3 GB/4.1 GB 42 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 32% ▕█████ ▏ 1.3 GB/4.1 GB 42 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 32% ▕█████ ▏ 1.3 GB/4.1 GB 42 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 32% ▕█████ ▏ 1.3 GB/4.1 GB 42 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 32% ▕█████ ▏ 1.3 GB/4.1 GB 42 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 32% ▕█████ ▏ 1.3 GB/4.1 GB 42 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 32% ▕█████ ▏ 1.3 GB/4.1 GB 42 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 32% ▕█████ ▏ 1.3 GB/4.1 GB 41 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 32% ▕█████ ▏ 1.3 GB/4.1 GB 41 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 32% ▕█████ ▏ 1.3 GB/4.1 GB 41 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 33% ▕█████ ▏ 1.4 GB/4.1 GB 41 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 33% ▕█████ ▏ 1.4 GB/4.1 GB 41 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 33% ▕█████ ▏ 1.4 GB/4.1 GB 41 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 33% ▕█████ ▏ 1.4 GB/4.1 GB 41 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 33% ▕█████ ▏ 1.4 GB/4.1 GB 41 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 33% ▕█████ ▏ 1.4 GB/4.1 GB 41 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 33% ▕█████ ▏ 1.4 GB/4.1 GB 41 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 33% ▕█████ ▏ 1.4 GB/4.1 GB 41 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 34% ▕█████ ▏ 1.4 GB/4.1 GB 42 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 34% ▕█████ ▏ 1.4 GB/4.1 GB 42 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 34% ▕█████ ▏ 1.4 GB/4.1 GB 42 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 34% ▕█████ ▏ 1.4 GB/4.1 GB 42 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 34% ▕█████ ▏ 1.4 GB/4.1 GB 42 MB/s 1m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 34% ▕█████ ▏ 1.4 GB/4.1 GB 42 MB/s 1m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 34% ▕█████ ▏ 1.4 GB/4.1 GB 42 MB/s 1m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 34% ▕█████ ▏ 1.4 GB/4.1 GB 42 MB/s 1m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 34% ▕█████ ▏ 1.4 GB/4.1 GB 42 MB/s 1m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 34% ▕█████ ▏ 1.4 GB/4.1 GB 42 MB/s 1m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 35% ▕█████ ▏ 1.4 GB/4.1 GB 40 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 35% ▕█████ ▏ 1.4 GB/4.1 GB 40 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 35% ▕█████ ▏ 1.4 GB/4.1 GB 40 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 35% ▕█████ ▏ 1.4 GB/4.1 GB 40 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 35% ▕█████ ▏ 1.4 GB/4.1 GB 40 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 35% ▕█████ ▏ 1.4 GB/4.1 GB 40 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 35% ▕█████ ▏ 1.4 GB/4.1 GB 40 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 35% ▕█████ ▏ 1.5 GB/4.1 GB 40 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 36% ▕█████ ▏ 1.5 GB/4.1 GB 40 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 36% ▕█████ ▏ 1.5 GB/4.1 GB 40 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 36% ▕█████ ▏ 1.5 GB/4.1 GB 42 MB/s 1m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 36% ▕█████ ▏ 1.5 GB/4.1 GB 42 MB/s 1m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 36% ▕█████ ▏ 1.5 GB/4.1 GB 42 MB/s 1m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 36% ▕█████ ▏ 1.5 GB/4.1 GB 42 MB/s 1m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 36% ▕█████ ▏ 1.5 GB/4.1 GB 42 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 36% ▕█████ ▏ 1.5 GB/4.1 GB 42 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 36% ▕█████ ▏ 1.5 GB/4.1 GB 42 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 36% ▕█████ ▏ 1.5 GB/4.1 GB 42 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 36% ▕█████ ▏ 1.5 GB/4.1 GB 42 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 37% ▕█████ ▏ 1.5 GB/4.1 GB 42 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 37% ▕█████ ▏ 1.5 GB/4.1 GB 41 MB/s 1m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 37% ▕█████ ▏ 1.5 GB/4.1 GB 41 MB/s 1m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 37% ▕█████ ▏ 1.5 GB/4.1 GB 41 MB/s 1m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 37% ▕█████ ▏ 1.5 GB/4.1 GB 41 MB/s 1m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 37% ▕█████ ▏ 1.5 GB/4.1 GB 41 MB/s 1m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 37% ▕█████ ▏ 1.5 GB/4.1 GB 41 MB/s 1m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 37% ▕█████ ▏ 1.5 GB/4.1 GB 41 MB/s 1m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 37% ▕█████ ▏ 1.5 GB/4.1 GB 41 MB/s 1m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 37% ▕█████ ▏ 1.5 GB/4.1 GB 41 MB/s 1m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 38% ▕██████ ▏ 1.6 GB/4.1 GB 41 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 38% ▕██████ ▏ 1.6 GB/4.1 GB 42 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 38% ▕██████ ▏ 1.6 GB/4.1 GB 42 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 38% ▕██████ ▏ 1.6 GB/4.1 GB 42 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 38% ▕██████ ▏ 1.6 GB/4.1 GB 42 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 38% ▕██████ ▏ 1.6 GB/4.1 GB 42 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 38% ▕██████ ▏ 1.6 GB/4.1 GB 42 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 38% ▕██████ ▏ 1.6 GB/4.1 GB 42 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 38% ▕██████ ▏ 1.6 GB/4.1 GB 42 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 38% ▕██████ ▏ 1.6 GB/4.1 GB 42 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 38% ▕██████ ▏ 1.6 GB/4.1 GB 42 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 39% ▕██████ ▏ 1.6 GB/4.1 GB 42 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 39% ▕██████ ▏ 1.6 GB/4.1 GB 42 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 39% ▕██████ ▏ 1.6 GB/4.1 GB 42 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 39% ▕██████ ▏ 1.6 GB/4.1 GB 42 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 39% ▕██████ ▏ 1.6 GB/4.1 GB 42 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 39% ▕██████ ▏ 1.6 GB/4.1 GB 42 MB/s 59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 39% ▕██████ ▏ 1.6 GB/4.1 GB 42 MB/s 59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 39% ▕██████ ▏ 1.6 GB/4.1 GB 42 MB/s 59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 39% ▕██████ ▏ 1.6 GB/4.1 GB 42 MB/s 59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 40% ▕██████ ▏ 1.6 GB/4.1 GB 42 MB/s 59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 40% ▕██████ ▏ 1.6 GB/4.1 GB 42 MB/s 59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 40% ▕██████ ▏ 1.6 GB/4.1 GB 42 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 40% ▕██████ ▏ 1.7 GB/4.1 GB 42 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 40% ▕██████ ▏ 1.7 GB/4.1 GB 42 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 40% ▕██████ ▏ 1.7 GB/4.1 GB 42 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 40% ▕██████ ▏ 1.7 GB/4.1 GB 42 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 41% ▕██████ ▏ 1.7 GB/4.1 GB 42 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 41% ▕██████ ▏ 1.7 GB/4.1 GB 42 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 41% ▕██████ ▏ 1.7 GB/4.1 GB 42 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 41% ▕██████ ▏ 1.7 GB/4.1 GB 42 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 41% ▕██████ ▏ 1.7 GB/4.1 GB 42 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 41% ▕██████ ▏ 1.7 GB/4.1 GB 42 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 41% ▕██████ ▏ 1.7 GB/4.1 GB 42 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 41% ▕██████ ▏ 1.7 GB/4.1 GB 42 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 41% ▕██████ ▏ 1.7 GB/4.1 GB 42 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 41% ▕██████ ▏ 1.7 GB/4.1 GB 42 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 41% ▕██████ ▏ 1.7 GB/4.1 GB 42 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 41% ▕██████ ▏ 1.7 GB/4.1 GB 42 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 41% ▕██████ ▏ 1.7 GB/4.1 GB 42 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 41% ▕██████ ▏ 1.7 GB/4.1 GB 42 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 41% ▕██████ ▏ 1.7 GB/4.1 GB 42 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 42% ▕██████ ▏ 1.7 GB/4.1 GB 42 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 42% ▕██████ ▏ 1.7 GB/4.1 GB 42 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 42% ▕██████ ▏ 1.7 GB/4.1 GB 42 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 42% ▕██████ ▏ 1.7 GB/4.1 GB 42 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 42% ▕██████ ▏ 1.7 GB/4.1 GB 42 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 42% ▕██████ ▏ 1.7 GB/4.1 GB 42 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 42% ▕██████ ▏ 1.8 GB/4.1 GB 42 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 42% ▕██████ ▏ 1.8 GB/4.1 GB 42 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 43% ▕██████ ▏ 1.8 GB/4.1 GB 42 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 43% ▕██████ ▏ 1.8 GB/4.1 GB 42 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 43% ▕██████ ▏ 1.8 GB/4.1 GB 42 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 43% ▕██████ ▏ 1.8 GB/4.1 GB 42 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 43% ▕██████ ▏ 1.8 GB/4.1 GB 42 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 43% ▕██████ ▏ 1.8 GB/4.1 GB 42 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 43% ▕██████ ▏ 1.8 GB/4.1 GB 42 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 43% ▕██████ ▏ 1.8 GB/4.1 GB 42 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 43% ▕██████ ▏ 1.8 GB/4.1 GB 42 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 43% ▕██████ ▏ 1.8 GB/4.1 GB 42 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 43% ▕██████ ▏ 1.8 GB/4.1 GB 42 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 44% ▕██████ ▏ 1.8 GB/4.1 GB 42 MB/s 54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 44% ▕██████ ▏ 1.8 GB/4.1 GB 42 MB/s 54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 44% ▕███████ ▏ 1.8 GB/4.1 GB 43 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 44% ▕███████ ▏ 1.8 GB/4.1 GB 43 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 44% ▕███████ ▏ 1.8 GB/4.1 GB 43 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 44% ▕███████ ▏ 1.8 GB/4.1 GB 43 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 44% ▕███████ ▏ 1.8 GB/4.1 GB 43 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 44% ▕███████ ▏ 1.8 GB/4.1 GB 43 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 45% ▕███████ ▏ 1.8 GB/4.1 GB 43 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 45% ▕███████ ▏ 1.8 GB/4.1 GB 43 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 45% ▕███████ ▏ 1.8 GB/4.1 GB 43 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 45% ▕███████ ▏ 1.8 GB/4.1 GB 43 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 45% ▕███████ ▏ 1.8 GB/4.1 GB 40 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 45% ▕███████ ▏ 1.8 GB/4.1 GB 40 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 45% ▕███████ ▏ 1.9 GB/4.1 GB 40 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 45% ▕███████ ▏ 1.9 GB/4.1 GB 40 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 45% ▕███████ ▏ 1.9 GB/4.1 GB 40 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 45% ▕███████ ▏ 1.9 GB/4.1 GB 40 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 46% ▕███████ ▏ 1.9 GB/4.1 GB 40 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 46% ▕███████ ▏ 1.9 GB/4.1 GB 40 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 46% ▕███████ ▏ 1.9 GB/4.1 GB 40 MB/s 54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 46% ▕███████ ▏ 1.9 GB/4.1 GB 40 MB/s 54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 46% ▕███████ ▏ 1.9 GB/4.1 GB 42 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 46% ▕███████ ▏ 1.9 GB/4.1 GB 42 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 46% ▕███████ ▏ 1.9 GB/4.1 GB 42 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 46% ▕███████ ▏ 1.9 GB/4.1 GB 42 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 46% ▕███████ ▏ 1.9 GB/4.1 GB 42 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 46% ▕███████ ▏ 1.9 GB/4.1 GB 42 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 46% ▕███████ ▏ 1.9 GB/4.1 GB 42 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 47% ▕███████ ▏ 1.9 GB/4.1 GB 42 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 47% ▕███████ ▏ 1.9 GB/4.1 GB 42 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 47% ▕███████ ▏ 1.9 GB/4.1 GB 42 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 47% ▕███████ ▏ 1.9 GB/4.1 GB 42 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 47% ▕███████ ▏ 1.9 GB/4.1 GB 42 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 47% ▕███████ ▏ 1.9 GB/4.1 GB 42 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 47% ▕███████ ▏ 2.0 GB/4.1 GB 42 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 47% ▕███████ ▏ 2.0 GB/4.1 GB 42 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 47% ▕███████ ▏ 2.0 GB/4.1 GB 42 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 47% ▕███████ ▏ 2.0 GB/4.1 GB 42 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 48% ▕███████ ▏ 2.0 GB/4.1 GB 42 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 48% ▕███████ ▏ 2.0 GB/4.1 GB 42 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 48% ▕███████ ▏ 2.0 GB/4.1 GB 42 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 48% ▕███████ ▏ 2.0 GB/4.1 GB 42 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 48% ▕███████ ▏ 2.0 GB/4.1 GB 42 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 48% ▕███████ ▏ 2.0 GB/4.1 GB 42 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 48% ▕███████ ▏ 2.0 GB/4.1 GB 42 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 48% ▕███████ ▏ 2.0 GB/4.1 GB 42 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 48% ▕███████ ▏ 2.0 GB/4.1 GB 42 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 49% ▕███████ ▏ 2.0 GB/4.1 GB 42 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 49% ▕███████ ▏ 2.0 GB/4.1 GB 42 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 49% ▕███████ ▏ 2.0 GB/4.1 GB 42 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 49% ▕███████ ▏ 2.0 GB/4.1 GB 42 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 49% ▕███████ ▏ 2.0 GB/4.1 GB 42 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 49% ▕███████ ▏ 2.0 GB/4.1 GB 40 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 49% ▕███████ ▏ 2.0 GB/4.1 GB 40 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 49% ▕███████ ▏ 2.0 GB/4.1 GB 40 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 49% ▕███████ ▏ 2.0 GB/4.1 GB 40 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 49% ▕███████ ▏ 2.0 GB/4.1 GB 40 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 49% ▕███████ ▏ 2.0 GB/4.1 GB 40 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 49% ▕███████ ▏ 2.0 GB/4.1 GB 40 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 49% ▕███████ ▏ 2.0 GB/4.1 GB 40 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 49% ▕███████ ▏ 2.0 GB/4.1 GB 40 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 49% ▕███████ ▏ 2.0 GB/4.1 GB 40 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 49% ▕███████ ▏ 2.0 GB/4.1 GB 40 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 50% ▕███████ ▏ 2.1 GB/4.1 GB 40 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 50% ▕███████ ▏ 2.1 GB/4.1 GB 40 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 50% ▕███████ ▏ 2.1 GB/4.1 GB 40 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 50% ▕███████ ▏ 2.1 GB/4.1 GB 40 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 50% ▕████████ ▏ 2.1 GB/4.1 GB 40 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 51% ▕████████ ▏ 2.1 GB/4.1 GB 40 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 51% ▕████████ ▏ 2.1 GB/4.1 GB 40 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 51% ▕████████ ▏ 2.1 GB/4.1 GB 40 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 51% ▕████████ ▏ 2.1 GB/4.1 GB 40 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 51% ▕████████ ▏ 2.1 GB/4.1 GB 42 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 51% ▕████████ ▏ 2.1 GB/4.1 GB 42 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 51% ▕████████ ▏ 2.1 GB/4.1 GB 42 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 51% ▕████████ ▏ 2.1 GB/4.1 GB 42 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 51% ▕████████ ▏ 2.1 GB/4.1 GB 42 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 51% ▕████████ ▏ 2.1 GB/4.1 GB 42 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 51% ▕████████ ▏ 2.1 GB/4.1 GB 42 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 51% ▕████████ ▏ 2.1 GB/4.1 GB 42 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 51% ▕████████ ▏ 2.1 GB/4.1 GB 42 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 51% ▕████████ ▏ 2.1 GB/4.1 GB 42 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 51% ▕████████ ▏ 2.1 GB/4.1 GB 39 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 51% ▕████████ ▏ 2.1 GB/4.1 GB 39 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 52% ▕████████ ▏ 2.1 GB/4.1 GB 39 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 52% ▕████████ ▏ 2.1 GB/4.1 GB 39 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 52% ▕████████ ▏ 2.1 GB/4.1 GB 39 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 52% ▕████████ ▏ 2.2 GB/4.1 GB 39 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 52% ▕████████ ▏ 2.2 GB/4.1 GB 39 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 52% ▕████████ ▏ 2.2 GB/4.1 GB 39 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 52% ▕████████ ▏ 2.2 GB/4.1 GB 39 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 52% ▕████████ ▏ 2.2 GB/4.1 GB 39 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 52% ▕████████ ▏ 2.2 GB/4.1 GB 39 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 52% ▕████████ ▏ 2.2 GB/4.1 GB 39 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 52% ▕████████ ▏ 2.2 GB/4.1 GB 39 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 53% ▕████████ ▏ 2.2 GB/4.1 GB 39 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 53% ▕████████ ▏ 2.2 GB/4.1 GB 39 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 53% ▕████████ ▏ 2.2 GB/4.1 GB 39 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 53% ▕████████ ▏ 2.2 GB/4.1 GB 39 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 53% ▕████████ ▏ 2.2 GB/4.1 GB 39 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 53% ▕████████ ▏ 2.2 GB/4.1 GB 39 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 53% ▕████████ ▏ 2.2 GB/4.1 GB 39 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 53% ▕████████ ▏ 2.2 GB/4.1 GB 39 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 54% ▕████████ ▏ 2.2 GB/4.1 GB 40 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 54% ▕████████ ▏ 2.2 GB/4.1 GB 40 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 54% ▕████████ ▏ 2.2 GB/4.1 GB 40 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 54% ▕████████ ▏ 2.2 GB/4.1 GB 40 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 54% ▕████████ ▏ 2.2 GB/4.1 GB 40 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 54% ▕████████ ▏ 2.2 GB/4.1 GB 40 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 54% ▕████████ ▏ 2.2 GB/4.1 GB 40 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 54% ▕████████ ▏ 2.2 GB/4.1 GB 40 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 54% ▕████████ ▏ 2.2 GB/4.1 GB 40 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 54% ▕████████ ▏ 2.3 GB/4.1 GB 40 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 55% ▕████████ ▏ 2.3 GB/4.1 GB 39 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 55% ▕████████ ▏ 2.3 GB/4.1 GB 39 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 55% ▕████████ ▏ 2.3 GB/4.1 GB 39 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 55% ▕████████ ▏ 2.3 GB/4.1 GB 39 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 55% ▕████████ ▏ 2.3 GB/4.1 GB 39 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 55% ▕████████ ▏ 2.3 GB/4.1 GB 39 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 55% ▕████████ ▏ 2.3 GB/4.1 GB 39 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 55% ▕████████ ▏ 2.3 GB/4.1 GB 39 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 55% ▕████████ ▏ 2.3 GB/4.1 GB 39 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 55% ▕████████ ▏ 2.3 GB/4.1 GB 39 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 56% ▕████████ ▏ 2.3 GB/4.1 GB 39 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 56% ▕████████ ▏ 2.3 GB/4.1 GB 39 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 56% ▕████████ ▏ 2.3 GB/4.1 GB 39 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 56% ▕████████ ▏ 2.3 GB/4.1 GB 39 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 56% ▕████████ ▏ 2.3 GB/4.1 GB 39 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 56% ▕████████ ▏ 2.3 GB/4.1 GB 39 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 56% ▕████████ ▏ 2.3 GB/4.1 GB 39 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 56% ▕█████████ ▏ 2.3 GB/4.1 GB 39 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 56% ▕█████████ ▏ 2.3 GB/4.1 GB 39 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 57% ▕█████████ ▏ 2.3 GB/4.1 GB 39 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 57% ▕█████████ ▏ 2.3 GB/4.1 GB 40 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 57% ▕█████████ ▏ 2.3 GB/4.1 GB 40 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 57% ▕█████████ ▏ 2.3 GB/4.1 GB 40 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 57% ▕█████████ ▏ 2.4 GB/4.1 GB 40 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 57% ▕█████████ ▏ 2.4 GB/4.1 GB 40 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 57% ▕█████████ ▏ 2.4 GB/4.1 GB 40 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 57% ▕█████████ ▏ 2.4 GB/4.1 GB 40 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 57% ▕█████████ ▏ 2.4 GB/4.1 GB 40 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 58% ▕█████████ ▏ 2.4 GB/4.1 GB 40 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 58% ▕█████████ ▏ 2.4 GB/4.1 GB 40 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 58% ▕█████████ ▏ 2.4 GB/4.1 GB 41 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 58% ▕█████████ ▏ 2.4 GB/4.1 GB 41 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 58% ▕█████████ ▏ 2.4 GB/4.1 GB 41 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 58% ▕█████████ ▏ 2.4 GB/4.1 GB 41 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 58% ▕█████████ ▏ 2.4 GB/4.1 GB 41 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 58% ▕█████████ ▏ 2.4 GB/4.1 GB 41 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 58% ▕█████████ ▏ 2.4 GB/4.1 GB 41 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 59% ▕█████████ ▏ 2.4 GB/4.1 GB 41 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 59% ▕█████████ ▏ 2.4 GB/4.1 GB 41 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 59% ▕█████████ ▏ 2.4 GB/4.1 GB 41 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 59% ▕█████████ ▏ 2.4 GB/4.1 GB 41 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 59% ▕█████████ ▏ 2.4 GB/4.1 GB 43 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 59% ▕█████████ ▏ 2.4 GB/4.1 GB 43 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 59% ▕█████████ ▏ 2.4 GB/4.1 GB 43 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 59% ▕█████████ ▏ 2.5 GB/4.1 GB 43 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 59% ▕█████████ ▏ 2.5 GB/4.1 GB 43 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 59% ▕█████████ ▏ 2.5 GB/4.1 GB 43 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 59% ▕█████████ ▏ 2.5 GB/4.1 GB 43 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 60% ▕█████████ ▏ 2.5 GB/4.1 GB 43 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 60% ▕█████████ ▏ 2.5 GB/4.1 GB 43 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 60% ▕█████████ ▏ 2.5 GB/4.1 GB 43 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 60% ▕█████████ ▏ 2.5 GB/4.1 GB 42 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 60% ▕█████████ ▏ 2.5 GB/4.1 GB 42 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 60% ▕█████████ ▏ 2.5 GB/4.1 GB 42 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 60% ▕█████████ ▏ 2.5 GB/4.1 GB 42 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 60% ▕█████████ ▏ 2.5 GB/4.1 GB 42 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 61% ▕█████████ ▏ 2.5 GB/4.1 GB 42 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 61% ▕█████████ ▏ 2.5 GB/4.1 GB 42 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 61% ▕█████████ ▏ 2.5 GB/4.1 GB 42 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 61% ▕█████████ ▏ 2.5 GB/4.1 GB 42 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 61% ▕█████████ ▏ 2.5 GB/4.1 GB 42 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 61% ▕█████████ ▏ 2.5 GB/4.1 GB 44 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 61% ▕█████████ ▏ 2.5 GB/4.1 GB 44 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 61% ▕█████████ ▏ 2.5 GB/4.1 GB 44 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 61% ▕█████████ ▏ 2.5 GB/4.1 GB 44 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 61% ▕█████████ ▏ 2.5 GB/4.1 GB 44 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 62% ▕█████████ ▏ 2.6 GB/4.1 GB 44 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 62% ▕█████████ ▏ 2.6 GB/4.1 GB 44 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 62% ▕█████████ ▏ 2.6 GB/4.1 GB 44 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 62% ▕█████████ ▏ 2.6 GB/4.1 GB 44 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 62% ▕█████████ ▏ 2.6 GB/4.1 GB 44 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 62% ▕█████████ ▏ 2.6 GB/4.1 GB 46 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 62% ▕█████████ ▏ 2.6 GB/4.1 GB 46 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 62% ▕█████████ ▏ 2.6 GB/4.1 GB 46 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 62% ▕█████████ ▏ 2.6 GB/4.1 GB 46 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 63% ▕██████████ ▏ 2.6 GB/4.1 GB 46 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 63% ▕██████████ ▏ 2.6 GB/4.1 GB 46 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 63% ▕██████████ ▏ 2.6 GB/4.1 GB 46 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 63% ▕██████████ ▏ 2.6 GB/4.1 GB 46 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 63% ▕██████████ ▏ 2.6 GB/4.1 GB 46 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 63% ▕██████████ ▏ 2.6 GB/4.1 GB 46 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 63% ▕██████████ ▏ 2.6 GB/4.1 GB 43 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 63% ▕██████████ ▏ 2.6 GB/4.1 GB 43 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 63% ▕██████████ ▏ 2.6 GB/4.1 GB 43 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 63% ▕██████████ ▏ 2.6 GB/4.1 GB 43 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 63% ▕██████████ ▏ 2.6 GB/4.1 GB 43 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 63% ▕██████████ ▏ 2.6 GB/4.1 GB 43 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 64% ▕██████████ ▏ 2.6 GB/4.1 GB 43 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 64% ▕██████████ ▏ 2.6 GB/4.1 GB 43 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 64% ▕██████████ ▏ 2.6 GB/4.1 GB 43 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 64% ▕██████████ ▏ 2.6 GB/4.1 GB 43 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 64% ▕██████████ ▏ 2.6 GB/4.1 GB 43 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 64% ▕██████████ ▏ 2.6 GB/4.1 GB 43 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 64% ▕██████████ ▏ 2.7 GB/4.1 GB 43 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 64% ▕██████████ ▏ 2.7 GB/4.1 GB 43 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 64% ▕██████████ ▏ 2.7 GB/4.1 GB 43 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 64% ▕██████████ ▏ 2.7 GB/4.1 GB 43 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 64% ▕██████████ ▏ 2.7 GB/4.1 GB 43 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 65% ▕██████████ ▏ 2.7 GB/4.1 GB 43 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 65% ▕██████████ ▏ 2.7 GB/4.1 GB 43 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 65% ▕██████████ ▏ 2.7 GB/4.1 GB 43 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 65% ▕██████████ ▏ 2.7 GB/4.1 GB 43 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 65% ▕██████████ ▏ 2.7 GB/4.1 GB 43 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 65% ▕██████████ ▏ 2.7 GB/4.1 GB 43 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 65% ▕██████████ ▏ 2.7 GB/4.1 GB 43 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 65% ▕██████████ ▏ 2.7 GB/4.1 GB 43 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 66% ▕██████████ ▏ 2.7 GB/4.1 GB 43 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 66% ▕██████████ ▏ 2.7 GB/4.1 GB 43 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 66% ▕██████████ ▏ 2.7 GB/4.1 GB 43 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 66% ▕██████████ ▏ 2.7 GB/4.1 GB 43 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 66% ▕██████████ ▏ 2.7 GB/4.1 GB 43 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 66% ▕██████████ ▏ 2.7 GB/4.1 GB 43 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 66% ▕██████████ ▏ 2.7 GB/4.1 GB 43 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 66% ▕██████████ ▏ 2.7 GB/4.1 GB 43 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 66% ▕██████████ ▏ 2.7 GB/4.1 GB 43 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 66% ▕██████████ ▏ 2.7 GB/4.1 GB 43 MB/s 31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 66% ▕██████████ ▏ 2.8 GB/4.1 GB 43 MB/s 31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 67% ▕██████████ ▏ 2.8 GB/4.1 GB 43 MB/s 31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 67% ▕██████████ ▏ 2.8 GB/4.1 GB 43 MB/s 31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 67% ▕██████████ ▏ 2.8 GB/4.1 GB 43 MB/s 31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 67% ▕██████████ ▏ 2.8 GB/4.1 GB 43 MB/s 31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 67% ▕██████████ ▏ 2.8 GB/4.1 GB 43 MB/s 31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 67% ▕██████████ ▏ 2.8 GB/4.1 GB 43 MB/s 31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 67% ▕██████████ ▏ 2.8 GB/4.1 GB 43 MB/s 31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 67% ▕██████████ ▏ 2.8 GB/4.1 GB 43 MB/s 31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 67% ▕██████████ ▏ 2.8 GB/4.1 GB 43 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 68% ▕██████████ ▏ 2.8 GB/4.1 GB 43 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 68% ▕██████████ ▏ 2.8 GB/4.1 GB 43 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 68% ▕██████████ ▏ 2.8 GB/4.1 GB 43 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 68% ▕██████████ ▏ 2.8 GB/4.1 GB 43 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 68% ▕██████████ ▏ 2.8 GB/4.1 GB 43 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 68% ▕██████████ ▏ 2.8 GB/4.1 GB 43 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 68% ▕██████████ ▏ 2.8 GB/4.1 GB 42 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 68% ▕██████████ ▏ 2.8 GB/4.1 GB 42 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 68% ▕██████████ ▏ 2.8 GB/4.1 GB 42 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 69% ▕██████████ ▏ 2.8 GB/4.1 GB 42 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 69% ▕██████████ ▏ 2.8 GB/4.1 GB 42 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 69% ▕███████████ ▏ 2.8 GB/4.1 GB 42 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 69% ▕███████████ ▏ 2.8 GB/4.1 GB 42 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 69% ▕███████████ ▏ 2.8 GB/4.1 GB 42 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 69% ▕███████████ ▏ 2.9 GB/4.1 GB 42 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 69% ▕███████████ ▏ 2.9 GB/4.1 GB 42 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 69% ▕███████████ ▏ 2.9 GB/4.1 GB 42 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 69% ▕███████████ ▏ 2.9 GB/4.1 GB 41 MB/s 31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 69% ▕███████████ ▏ 2.9 GB/4.1 GB 41 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 69% ▕███████████ ▏ 2.9 GB/4.1 GB 41 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 70% ▕███████████ ▏ 2.9 GB/4.1 GB 41 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 70% ▕███████████ ▏ 2.9 GB/4.1 GB 41 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 70% ▕███████████ ▏ 2.9 GB/4.1 GB 41 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 70% ▕███████████ ▏ 2.9 GB/4.1 GB 41 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 70% ▕███████████ ▏ 2.9 GB/4.1 GB 41 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 70% ▕███████████ ▏ 2.9 GB/4.1 GB 41 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 70% ▕███████████ ▏ 2.9 GB/4.1 GB 41 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 70% ▕███████████ ▏ 2.9 GB/4.1 GB 42 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 71% ▕███████████ ▏ 2.9 GB/4.1 GB 42 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 71% ▕███████████ ▏ 2.9 GB/4.1 GB 42 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 71% ▕███████████ ▏ 2.9 GB/4.1 GB 42 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 71% ▕███████████ ▏ 2.9 GB/4.1 GB 42 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 71% ▕███████████ ▏ 2.9 GB/4.1 GB 42 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 71% ▕███████████ ▏ 2.9 GB/4.1 GB 42 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 71% ▕███████████ ▏ 2.9 GB/4.1 GB 42 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 71% ▕███████████ ▏ 2.9 GB/4.1 GB 42 MB/s 27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 71% ▕███████████ ▏ 2.9 GB/4.1 GB 42 MB/s 27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 71% ▕███████████ ▏ 3.0 GB/4.1 GB 41 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 71% ▕███████████ ▏ 3.0 GB/4.1 GB 41 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 72% ▕███████████ ▏ 3.0 GB/4.1 GB 41 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 72% ▕███████████ ▏ 3.0 GB/4.1 GB 41 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 72% ▕███████████ ▏ 3.0 GB/4.1 GB 41 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 72% ▕███████████ ▏ 3.0 GB/4.1 GB 41 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 72% ▕███████████ ▏ 3.0 GB/4.1 GB 41 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 72% ▕███████████ ▏ 3.0 GB/4.1 GB 41 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 72% ▕███████████ ▏ 3.0 GB/4.1 GB 41 MB/s 27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 72% ▕███████████ ▏ 3.0 GB/4.1 GB 41 MB/s 27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 73% ▕███████████ ▏ 3.0 GB/4.1 GB 44 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 73% ▕███████████ ▏ 3.0 GB/4.1 GB 44 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 73% ▕███████████ ▏ 3.0 GB/4.1 GB 44 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 73% ▕███████████ ▏ 3.0 GB/4.1 GB 44 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 73% ▕███████████ ▏ 3.0 GB/4.1 GB 44 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 73% ▕███████████ ▏ 3.0 GB/4.1 GB 44 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 73% ▕███████████ ▏ 3.0 GB/4.1 GB 44 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 73% ▕███████████ ▏ 3.0 GB/4.1 GB 44 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 73% ▕███████████ ▏ 3.0 GB/4.1 GB 44 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 73% ▕███████████ ▏ 3.0 GB/4.1 GB 44 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 73% ▕███████████ ▏ 3.0 GB/4.1 GB 43 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 73% ▕███████████ ▏ 3.0 GB/4.1 GB 43 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 74% ▕███████████ ▏ 3.0 GB/4.1 GB 43 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 74% ▕███████████ ▏ 3.1 GB/4.1 GB 43 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 74% ▕███████████ ▏ 3.1 GB/4.1 GB 43 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 74% ▕███████████ ▏ 3.1 GB/4.1 GB 43 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 74% ▕███████████ ▏ 3.1 GB/4.1 GB 43 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 74% ▕███████████ ▏ 3.1 GB/4.1 GB 43 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 74% ▕███████████ ▏ 3.1 GB/4.1 GB 43 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 74% ▕███████████ ▏ 3.1 GB/4.1 GB 43 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 74% ▕███████████ ▏ 3.1 GB/4.1 GB 43 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 74% ▕███████████ ▏ 3.1 GB/4.1 GB 43 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 75% ▕███████████ ▏ 3.1 GB/4.1 GB 43 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 75% ▕███████████ ▏ 3.1 GB/4.1 GB 43 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 75% ▕███████████ ▏ 3.1 GB/4.1 GB 43 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 75% ▕███████████ ▏ 3.1 GB/4.1 GB 43 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 75% ▕████████████ ▏ 3.1 GB/4.1 GB 43 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 75% ▕████████████ ▏ 3.1 GB/4.1 GB 43 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 75% ▕████████████ ▏ 3.1 GB/4.1 GB 43 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 75% ▕████████████ ▏ 3.1 GB/4.1 GB 43 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 76% ▕████████████ ▏ 3.1 GB/4.1 GB 43 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 76% ▕████████████ ▏ 3.1 GB/4.1 GB 44 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 76% ▕████████████ ▏ 3.1 GB/4.1 GB 44 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 76% ▕████████████ ▏ 3.1 GB/4.1 GB 44 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 76% ▕████████████ ▏ 3.1 GB/4.1 GB 44 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 76% ▕████████████ ▏ 3.1 GB/4.1 GB 44 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 76% ▕████████████ ▏ 3.1 GB/4.1 GB 44 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 76% ▕████████████ ▏ 3.2 GB/4.1 GB 44 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 76% ▕████████████ ▏ 3.2 GB/4.1 GB 44 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 76% ▕████████████ ▏ 3.2 GB/4.1 GB 44 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 77% ▕████████████ ▏ 3.2 GB/4.1 GB 44 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 77% ▕████████████ ▏ 3.2 GB/4.1 GB 44 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 77% ▕████████████ ▏ 3.2 GB/4.1 GB 44 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 77% ▕████████████ ▏ 3.2 GB/4.1 GB 44 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 77% ▕████████████ ▏ 3.2 GB/4.1 GB 44 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 77% ▕████████████ ▏ 3.2 GB/4.1 GB 44 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 77% ▕████████████ ▏ 3.2 GB/4.1 GB 44 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 77% ▕████████████ ▏ 3.2 GB/4.1 GB 44 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 77% ▕████████████ ▏ 3.2 GB/4.1 GB 44 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 77% ▕████████████ ▏ 3.2 GB/4.1 GB 44 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 78% ▕████████████ ▏ 3.2 GB/4.1 GB 44 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 78% ▕████████████ ▏ 3.2 GB/4.1 GB 43 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 78% ▕████████████ ▏ 3.2 GB/4.1 GB 43 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 78% ▕████████████ ▏ 3.2 GB/4.1 GB 43 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 78% ▕████████████ ▏ 3.2 GB/4.1 GB 43 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 78% ▕████████████ ▏ 3.2 GB/4.1 GB 43 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 78% ▕████████████ ▏ 3.2 GB/4.1 GB 43 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 78% ▕████████████ ▏ 3.2 GB/4.1 GB 43 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 78% ▕████████████ ▏ 3.3 GB/4.1 GB 43 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 79% ▕████████████ ▏ 3.3 GB/4.1 GB 43 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 79% ▕████████████ ▏ 3.3 GB/4.1 GB 43 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 79% ▕████████████ ▏ 3.3 GB/4.1 GB 45 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 79% ▕████████████ ▏ 3.3 GB/4.1 GB 45 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 79% ▕████████████ ▏ 3.3 GB/4.1 GB 45 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 79% ▕████████████ ▏ 3.3 GB/4.1 GB 45 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 79% ▕████████████ ▏ 3.3 GB/4.1 GB 45 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 79% ▕████████████ ▏ 3.3 GB/4.1 GB 45 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 79% ▕████████████ ▏ 3.3 GB/4.1 GB 45 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 79% ▕████████████ ▏ 3.3 GB/4.1 GB 45 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 80% ▕████████████ ▏ 3.3 GB/4.1 GB 45 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 80% ▕████████████ ▏ 3.3 GB/4.1 GB 45 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 80% ▕████████████ ▏ 3.3 GB/4.1 GB 45 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 80% ▕████████████ ▏ 3.3 GB/4.1 GB 42 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 80% ▕████████████ ▏ 3.3 GB/4.1 GB 42 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 80% ▕████████████ ▏ 3.3 GB/4.1 GB 42 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 80% ▕████████████ ▏ 3.3 GB/4.1 GB 42 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 80% ▕████████████ ▏ 3.3 GB/4.1 GB 42 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 80% ▕████████████ ▏ 3.3 GB/4.1 GB 42 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 81% ▕████████████ ▏ 3.3 GB/4.1 GB 42 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 81% ▕████████████ ▏ 3.3 GB/4.1 GB 42 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 81% ▕████████████ ▏ 3.3 GB/4.1 GB 42 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 81% ▕████████████ ▏ 3.3 GB/4.1 GB 42 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 81% ▕████████████ ▏ 3.4 GB/4.1 GB 44 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 81% ▕████████████ ▏ 3.4 GB/4.1 GB 44 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 81% ▕████████████ ▏ 3.4 GB/4.1 GB 44 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 81% ▕█████████████ ▏ 3.4 GB/4.1 GB 44 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 82% ▕█████████████ ▏ 3.4 GB/4.1 GB 44 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 82% ▕█████████████ ▏ 3.4 GB/4.1 GB 44 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 82% ▕█████████████ ▏ 3.4 GB/4.1 GB 44 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 82% ▕█████████████ ▏ 3.4 GB/4.1 GB 44 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 82% ▕█████████████ ▏ 3.4 GB/4.1 GB 44 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 82% ▕█████████████ ▏ 3.4 GB/4.1 GB 44 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 82% ▕█████████████ ▏ 3.4 GB/4.1 GB 42 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 82% ▕█████████████ ▏ 3.4 GB/4.1 GB 42 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 82% ▕█████████████ ▏ 3.4 GB/4.1 GB 42 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 82% ▕█████████████ ▏ 3.4 GB/4.1 GB 42 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 82% ▕█████████████ ▏ 3.4 GB/4.1 GB 42 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 82% ▕█████████████ ▏ 3.4 GB/4.1 GB 42 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 82% ▕█████████████ ▏ 3.4 GB/4.1 GB 42 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 82% ▕█████████████ ▏ 3.4 GB/4.1 GB 42 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 83% ▕█████████████ ▏ 3.4 GB/4.1 GB 42 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 83% ▕█████████████ ▏ 3.4 GB/4.1 GB 42 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 83% ▕█████████████ ▏ 3.4 GB/4.1 GB 43 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 83% ▕█████████████ ▏ 3.4 GB/4.1 GB 43 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 83% ▕█████████████ ▏ 3.4 GB/4.1 GB 43 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 83% ▕█████████████ ▏ 3.4 GB/4.1 GB 43 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 83% ▕█████████████ ▏ 3.4 GB/4.1 GB 43 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 83% ▕█████████████ ▏ 3.4 GB/4.1 GB 43 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 83% ▕█████████████ ▏ 3.4 GB/4.1 GB 43 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 83% ▕█████████████ ▏ 3.4 GB/4.1 GB 43 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 83% ▕█████████████ ▏ 3.4 GB/4.1 GB 43 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 83% ▕█████████████ ▏ 3.4 GB/4.1 GB 43 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 83% ▕█████████████ ▏ 3.5 GB/4.1 GB 41 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 83% ▕█████████████ ▏ 3.5 GB/4.1 GB 41 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 84% ▕█████████████ ▏ 3.5 GB/4.1 GB 41 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 84% ▕█████████████ ▏ 3.5 GB/4.1 GB 41 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 84% ▕█████████████ ▏ 3.5 GB/4.1 GB 41 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 84% ▕█████████████ ▏ 3.5 GB/4.1 GB 41 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 84% ▕█████████████ ▏ 3.5 GB/4.1 GB 41 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 84% ▕█████████████ ▏ 3.5 GB/4.1 GB 41 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 84% ▕█████████████ ▏ 3.5 GB/4.1 GB 41 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 84% ▕█████████████ ▏ 3.5 GB/4.1 GB 41 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 84% ▕█████████████ ▏ 3.5 GB/4.1 GB 41 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 84% ▕█████████████ ▏ 3.5 GB/4.1 GB 40 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 85% ▕█████████████ ▏ 3.5 GB/4.1 GB 40 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 85% ▕█████████████ ▏ 3.5 GB/4.1 GB 40 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 85% ▕█████████████ ▏ 3.5 GB/4.1 GB 40 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 85% ▕█████████████ ▏ 3.5 GB/4.1 GB 40 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 85% ▕█████████████ ▏ 3.5 GB/4.1 GB 40 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 85% ▕█████████████ ▏ 3.5 GB/4.1 GB 40 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 85% ▕█████████████ ▏ 3.5 GB/4.1 GB 40 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 85% ▕█████████████ ▏ 3.5 GB/4.1 GB 40 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 85% ▕█████████████ ▏ 3.5 GB/4.1 GB 40 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 85% ▕█████████████ ▏ 3.5 GB/4.1 GB 38 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 85% ▕█████████████ ▏ 3.5 GB/4.1 GB 38 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 86% ▕█████████████ ▏ 3.5 GB/4.1 GB 38 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 86% ▕█████████████ ▏ 3.5 GB/4.1 GB 38 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 86% ▕█████████████ ▏ 3.5 GB/4.1 GB 38 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 86% ▕█████████████ ▏ 3.6 GB/4.1 GB 38 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 86% ▕█████████████ ▏ 3.6 GB/4.1 GB 38 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 86% ▕█████████████ ▏ 3.6 GB/4.1 GB 38 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 86% ▕█████████████ ▏ 3.6 GB/4.1 GB 38 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 86% ▕█████████████ ▏ 3.6 GB/4.1 GB 38 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 86% ▕█████████████ ▏ 3.6 GB/4.1 GB 39 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 86% ▕█████████████ ▏ 3.6 GB/4.1 GB 39 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 87% ▕█████████████ ▏ 3.6 GB/4.1 GB 39 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 87% ▕█████████████ ▏ 3.6 GB/4.1 GB 39 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 87% ▕█████████████ ▏ 3.6 GB/4.1 GB 39 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 87% ▕█████████████ ▏ 3.6 GB/4.1 GB 39 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 87% ▕█████████████ ▏ 3.6 GB/4.1 GB 39 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 87% ▕█████████████ ▏ 3.6 GB/4.1 GB 39 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 87% ▕█████████████ ▏ 3.6 GB/4.1 GB 39 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 87% ▕█████████████ ▏ 3.6 GB/4.1 GB 39 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 87% ▕█████████████ ▏ 3.6 GB/4.1 GB 39 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 88% ▕██████████████ ▏ 3.6 GB/4.1 GB 39 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 88% ▕██████████████ ▏ 3.6 GB/4.1 GB 39 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 88% ▕██████████████ ▏ 3.6 GB/4.1 GB 39 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 88% ▕██████████████ ▏ 3.6 GB/4.1 GB 39 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 88% ▕██████████████ ▏ 3.6 GB/4.1 GB 39 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 88% ▕██████████████ ▏ 3.6 GB/4.1 GB 39 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 88% ▕██████████████ ▏ 3.7 GB/4.1 GB 39 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 88% ▕██████████████ ▏ 3.7 GB/4.1 GB 39 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 88% ▕██████████████ ▏ 3.7 GB/4.1 GB 39 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 88% ▕██████████████ ▏ 3.7 GB/4.1 GB 40 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 88% ▕██████████████ ▏ 3.7 GB/4.1 GB 40 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 89% ▕██████████████ ▏ 3.7 GB/4.1 GB 40 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 89% ▕██████████████ ▏ 3.7 GB/4.1 GB 40 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 89% ▕██████████████ ▏ 3.7 GB/4.1 GB 40 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 89% ▕██████████████ ▏ 3.7 GB/4.1 GB 40 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 89% ▕██████████████ ▏ 3.7 GB/4.1 GB 40 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 89% ▕██████████████ ▏ 3.7 GB/4.1 GB 40 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 89% ▕██████████████ ▏ 3.7 GB/4.1 GB 40 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 89% ▕██████████████ ▏ 3.7 GB/4.1 GB 40 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 89% ▕██████████████ ▏ 3.7 GB/4.1 GB 40 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 90% ▕██████████████ ▏ 3.7 GB/4.1 GB 39 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 90% ▕██████████████ ▏ 3.7 GB/4.1 GB 39 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 90% ▕██████████████ ▏ 3.7 GB/4.1 GB 39 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 90% ▕██████████████ ▏ 3.7 GB/4.1 GB 39 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 90% ▕██████████████ ▏ 3.7 GB/4.1 GB 39 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 90% ▕██████████████ ▏ 3.7 GB/4.1 GB 39 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 90% ▕██████████████ ▏ 3.7 GB/4.1 GB 39 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 90% ▕██████████████ ▏ 3.7 GB/4.1 GB 39 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 90% ▕██████████████ ▏ 3.7 GB/4.1 GB 39 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 90% ▕██████████████ ▏ 3.7 GB/4.1 GB 39 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 91% ▕██████████████ ▏ 3.8 GB/4.1 GB 40 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 91% ▕██████████████ ▏ 3.8 GB/4.1 GB 40 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 91% ▕██████████████ ▏ 3.8 GB/4.1 GB 40 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 91% ▕██████████████ ▏ 3.8 GB/4.1 GB 40 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 91% ▕██████████████ ▏ 3.8 GB/4.1 GB 40 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 91% ▕██████████████ ▏ 3.8 GB/4.1 GB 40 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 91% ▕██████████████ ▏ 3.8 GB/4.1 GB 40 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 91% ▕██████████████ ▏ 3.8 GB/4.1 GB 40 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 91% ▕██████████████ ▏ 3.8 GB/4.1 GB 40 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 91% ▕██████████████ ▏ 3.8 GB/4.1 GB 40 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 92% ▕██████████████ ▏ 3.8 GB/4.1 GB 40 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 92% ▕██████████████ ▏ 3.8 GB/4.1 GB 40 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 92% ▕██████████████ ▏ 3.8 GB/4.1 GB 40 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 92% ▕██████████████ ▏ 3.8 GB/4.1 GB 40 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 92% ▕██████████████ ▏ 3.8 GB/4.1 GB 40 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 92% ▕██████████████ ▏ 3.8 GB/4.1 GB 40 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 92% ▕██████████████ ▏ 3.8 GB/4.1 GB 40 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 92% ▕██████████████ ▏ 3.8 GB/4.1 GB 40 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 92% ▕██████████████ ▏ 3.8 GB/4.1 GB 40 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 92% ▕██████████████ ▏ 3.8 GB/4.1 GB 40 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 93% ▕██████████████ ▏ 3.8 GB/4.1 GB 42 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 93% ▕██████████████ ▏ 3.8 GB/4.1 GB 42 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 93% ▕██████████████ ▏ 3.8 GB/4.1 GB 42 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 93% ▕██████████████ ▏ 3.8 GB/4.1 GB 42 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 93% ▕██████████████ ▏ 3.8 GB/4.1 GB 42 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 93% ▕██████████████ ▏ 3.9 GB/4.1 GB 42 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 93% ▕██████████████ ▏ 3.9 GB/4.1 GB 42 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 93% ▕██████████████ ▏ 3.9 GB/4.1 GB 42 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 93% ▕██████████████ ▏ 3.9 GB/4.1 GB 42 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 93% ▕██████████████ ▏ 3.9 GB/4.1 GB 42 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 94% ▕██████████████ ▏ 3.9 GB/4.1 GB 42 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 94% ▕██████████████ ▏ 3.9 GB/4.1 GB 42 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 94% ▕███████████████ ▏ 3.9 GB/4.1 GB 42 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 94% ▕███████████████ ▏ 3.9 GB/4.1 GB 42 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 94% ▕███████████████ ▏ 3.9 GB/4.1 GB 42 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 94% ▕███████████████ ▏ 3.9 GB/4.1 GB 42 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 94% ▕███████████████ ▏ 3.9 GB/4.1 GB 42 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 94% ▕███████████████ ▏ 3.9 GB/4.1 GB 42 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 94% ▕███████████████ ▏ 3.9 GB/4.1 GB 42 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 94% ▕███████████████ ▏ 3.9 GB/4.1 GB 42 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 95% ▕███████████████ ▏ 3.9 GB/4.1 GB 42 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 95% ▕███████████████ ▏ 3.9 GB/4.1 GB 42 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 95% ▕███████████████ ▏ 3.9 GB/4.1 GB 42 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 95% ▕███████████████ ▏ 3.9 GB/4.1 GB 42 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 95% ▕███████████████ ▏ 3.9 GB/4.1 GB 42 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 95% ▕███████████████ ▏ 3.9 GB/4.1 GB 42 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 95% ▕███████████████ ▏ 3.9 GB/4.1 GB 42 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 95% ▕███████████████ ▏ 3.9 GB/4.1 GB 42 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 95% ▕███████████████ ▏ 4.0 GB/4.1 GB 42 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 96% ▕███████████████ ▏ 4.0 GB/4.1 GB 42 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 96% ▕███████████████ ▏ 4.0 GB/4.1 GB 42 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 96% ▕███████████████ ▏ 4.0 GB/4.1 GB 43 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 96% ▕███████████████ ▏ 4.0 GB/4.1 GB 43 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 96% ▕███████████████ ▏ 4.0 GB/4.1 GB 43 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 96% ▕███████████████ ▏ 4.0 GB/4.1 GB 43 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 96% ▕███████████████ ▏ 4.0 GB/4.1 GB 43 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 96% ▕███████████████ ▏ 4.0 GB/4.1 GB 43 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 96% ▕███████████████ ▏ 4.0 GB/4.1 GB 43 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 96% ▕███████████████ ▏ 4.0 GB/4.1 GB 43 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 96% ▕███████████████ ▏ 4.0 GB/4.1 GB 43 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 97% ▕███████████████ ▏ 4.0 GB/4.1 GB 43 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 97% ▕███████████████ ▏ 4.0 GB/4.1 GB 42 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 97% ▕███████████████ ▏ 4.0 GB/4.1 GB 42 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 97% ▕███████████████ ▏ 4.0 GB/4.1 GB 42 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 97% ▕███████████████ ▏ 4.0 GB/4.1 GB 42 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 97% ▕███████████████ ▏ 4.0 GB/4.1 GB 42 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 97% ▕███████████████ ▏ 4.0 GB/4.1 GB 42 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 97% ▕███████████████ ▏ 4.0 GB/4.1 GB 42 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 97% ▕███████████████ ▏ 4.0 GB/4.1 GB 42 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 98% ▕███████████████ ▏ 4.0 GB/4.1 GB 42 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 98% ▕███████████████ ▏ 4.0 GB/4.1 GB 42 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 98% ▕███████████████ ▏ 4.0 GB/4.1 GB 42 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 98% ▕███████████████ ▏ 4.1 GB/4.1 GB 42 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 98% ▕███████████████ ▏ 4.1 GB/4.1 GB 42 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 98% ▕███████████████ ▏ 4.1 GB/4.1 GB 42 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 98% ▕███████████████ ▏ 4.1 GB/4.1 GB 42 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 98% ▕███████████████ ▏ 4.1 GB/4.1 GB 42 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 98% ▕███████████████ ▏ 4.1 GB/4.1 GB 42 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 98% ▕███████████████ ▏ 4.1 GB/4.1 GB 42 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 99% ▕███████████████ ▏ 4.1 GB/4.1 GB 42 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 99% ▕███████████████ ▏ 4.1 GB/4.1 GB 42 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 99% ▕███████████████ ▏ 4.1 GB/4.1 GB 42 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 99% ▕███████████████ ▏ 4.1 GB/4.1 GB 42 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 99% ▕███████████████ ▏ 4.1 GB/4.1 GB 42 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 99% ▕███████████████ ▏ 4.1 GB/4.1 GB 42 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 99% ▕███████████████ ▏ 4.1 GB/4.1 GB 42 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 99% ▕███████████████ ▏ 4.1 GB/4.1 GB 42 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 99% ▕███████████████ ▏ 4.1 GB/4.1 GB 42 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕███████████████ ▏ 4.1 GB/4.1 GB 42 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕███████████████ ▏ 4.1 GB/4.1 GB 42 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕███████████████ ▏ 4.1 GB/4.1 GB 42 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕███████████████ ▏ 4.1 GB/4.1 GB 42 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕███████████████ ▏ 4.1 GB/4.1 GB 42 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕███████████████ ▏ 4.1 GB/4.1 GB 42 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕███████████████ ▏ 4.1 GB/4.1 GB 42 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing 62c761593c42... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing 62c761593c42... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing 62c761593c42... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing 62c761593c42... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing 62c761593c42... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing 62c761593c42... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing 62c761593c42... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing 62c761593c42... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing 62c761593c42... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing 62c761593c42... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing 62c761593c42... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing 62c761593c42... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing 62c761593c42... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing 62c761593c42... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing 62c761593c42... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing 62c761593c42... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing 62c761593c42... 100% ▕████████████████▏ 457 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 5fe538f0293d... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 5fe538f0293d... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 5fe538f0293d... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 5fe538f0293d... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 5fe538f0293d... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 5fe538f0293d... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 5fe538f0293d... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 5fe538f0293d... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 5fe538f0293d... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 5fe538f0293d... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 5fe538f0293d... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 5fe538f0293d... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 5fe538f0293d... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 5fe538f0293d... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 5fe538f0293d... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 5fe538f0293d... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 5fe538f0293d... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 5fe538f0293d... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 5fe538f0293d... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 5fe538f0293d... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 5fe538f0293d... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 5fe538f0293d... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 5fe538f0293d... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 5fe538f0293d... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 5fe538f0293d... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 5fe538f0293d... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 5fe538f0293d... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 5fe538f0293d... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 5fe538f0293d... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 5fe538f0293d... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 5fe538f0293d... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 5fe538f0293d... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 5fe538f0293d... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 5fe538f0293d... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 5fe538f0293d... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 5fe538f0293d... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 5fe538f0293d... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 5fe538f0293d... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 5fe538f0293d... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 5fe538f0293d... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 5fe538f0293d... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 5fe538f0293d... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 5fe538f0293d... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 5fe538f0293d... 100% ▕████████████████▏ 457 B \n", "pushing manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing 62c761593c42... 100% ▕████████████████▏ 457 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 5fe538f0293d... 100% ▕████████████████▏ 457 B \n", "pushing manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing 62c761593c42... 100% ▕████████████████▏ 457 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 5fe538f0293d... 100% ▕████████████████▏ 457 B \n", "pushing manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing 62c761593c42... 100% ▕████████████████▏ 457 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 5fe538f0293d... 100% ▕████████████████▏ 457 B \n", "pushing manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing 62c761593c42... 100% ▕████████████████▏ 457 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 5fe538f0293d... 100% ▕████████████████▏ 457 B \n", "pushing manifest ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing 62c761593c42... 100% ▕████████████████▏ 457 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 5fe538f0293d... 100% ▕████████████████▏ 457 B \n", "pushing manifest ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing 62c761593c42... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 5fe538f0293d... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing 62c761593c42... 100% ▕████████████████▏ 457 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 5fe538f0293d... 100% ▕████████████████▏ 457 B \n", "pushing manifest ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing 62c761593c42... 100% ▕████████████████▏ 457 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 5fe538f0293d... 100% ▕████████████████▏ 457 B \n", "pushing manifest ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing 62c761593c42... 100% ▕████████████████▏ 457 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 5fe538f0293d... 100% ▕████████████████▏ 457 B \n", "pushing manifest ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing 62c761593c42... 100% ▕████████████████▏ 457 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 5fe538f0293d... 100% ▕████████████████▏ 457 B \n", "pushing manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing 62c761593c42... 100% ▕████████████████▏ 457 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 5fe538f0293d... 100% ▕████████████████▏ 457 B \n", "pushing manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing 62c761593c42... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 5fe538f0293d... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing 62c761593c42... 100% ▕████████████████▏ 457 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 5fe538f0293d... 100% ▕████████████████▏ 457 B \n", "pushing manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing 62c761593c42... 100% ▕████████████████▏ 457 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 5fe538f0293d... 100% ▕████████████████▏ 457 B \n", "pushing manifest ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing 62c761593c42... 100% ▕████████████████▏ 457 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 5fe538f0293d... 100% ▕████████████████▏ 457 B \n", "pushing manifest ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing 62c761593c42... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 5fe538f0293d... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing 62c761593c42... 100% ▕████████████████▏ 457 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 5fe538f0293d... 100% ▕████████████████▏ 457 B \n", "pushing manifest ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing 62c761593c42... 100% ▕████████████████▏ 457 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 5fe538f0293d... 100% ▕████████████████▏ 457 B \n", "pushing manifest ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing 62c761593c42... 100% ▕████████████████▏ 457 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 5fe538f0293d... 100% ▕████████████████▏ 457 B \n", "pushing manifest ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing 62c761593c42... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 5fe538f0293d... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 5fe538f0293d... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 5fe538f0293d... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 5fe538f0293d... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing 62c761593c42... 100% ▕████████████████▏ 457 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 5fe538f0293d... 100% ▕████████████████▏ 457 B \n", "pushing manifest \n", "success \u001b[?25h\n", - "\u001b[?25ltransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data \n", + "\u001b[?25ltransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", "creating model layer ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", "creating model layer ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", "creating model layer ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", @@ -2598,2059 +13489,6838 @@ "creating model layer ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", "creating model layer ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", "creating model layer ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", "creating model layer \n", "creating template layer \n", "creating system layer \n", "creating parameters layer \n", "creating config layer \n", - "using already created layer sha256:08b2aea22d8885547520e4fc1562f90cf1fd58c3a6d7e4dfcfa543f6e3a184e3 \n", + "using already created layer sha256:2b7481d36354ddf1192c7fa5fd831f006e31d139bb0f6586ecf84bd24ad9c031 \n", "using already created layer sha256:04de533bb8fd4eb327158f79cdc0de736558e45d198db9275ef536f470281f1f \n", - "using already created layer sha256:093c79b06599174755ae0ffd0a0700fc1e03daa55b1755e242836c329fcf9811 \n", - "using already created layer sha256:d8ba2f9a17b3bbdeb5690efaa409b3fcb0b56296a777c7a69c78aa33bbddf182 \n", - "writing layer sha256:fd95302bb542126d34f47bafff3bb005e98221d7c1735ef598b4b31b628427df \n", + "using already created layer sha256:af41c51c14924c73d476c474dd0617253462cdb32f1256d8b3d3d9fc00371199 \n", + "using already created layer sha256:3559b403e83a9669ecd8d347a509c20b870674a9838218f8b812c93c419fec88 \n", + "writing layer sha256:5c52515fc3264b64e261cbe796fb23ce2bc50f4d7ca3a0a2a6edfe86546b9396 \n", "writing manifest \n", "success \u001b[?25h\n", - "copied 'notus:q3_K_M' to 'davidberenstein1957/notus:q3_K_M'\n", - "\u001b[?25lretrieving manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 0% ▕ ▏ 1.9 MB/3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 0% ▕ ▏ 2.1 MB/3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 0% ▕ ▏ 2.1 MB/3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 0% ▕ ▏ 2.1 MB/3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 0% ▕ ▏ 2.1 MB/3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 0% ▕ ▏ 3.0 MB/3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 0% ▕ ▏ 3.2 MB/3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 0% ▕ ▏ 3.2 MB/3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 0% ▕ ▏ 3.2 MB/3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 0% ▕ ▏ 3.2 MB/3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 0% ▕ ▏ 3.2 MB/3.5 GB 2.8 MB/s 21m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 0% ▕ ▏ 2.2 MB/3.5 GB 2.8 MB/s 21m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 0% ▕ ▏ 4.3 MB/3.5 GB 2.8 MB/s 21m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 0% ▕ ▏ 5.0 MB/3.5 GB 2.8 MB/s 21m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 0% ▕ ▏ 5.9 MB/3.5 GB 2.8 MB/s 21m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 0% ▕ ▏ 9.3 MB/3.5 GB 2.8 MB/s 21m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 0% ▕ ▏ 11 MB/3.5 GB 2.8 MB/s 21m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 0% ▕ ▏ 16 MB/3.5 GB 2.8 MB/s 21m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 1% ▕ ▏ 18 MB/3.5 GB 2.8 MB/s 21m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 1% ▕ ▏ 19 MB/3.5 GB 2.8 MB/s 21m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 1% ▕ ▏ 21 MB/3.5 GB 10 MB/s 5m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 1% ▕ ▏ 27 MB/3.5 GB 10 MB/s 5m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 1% ▕ ▏ 25 MB/3.5 GB 10 MB/s 5m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 1% ▕ ▏ 27 MB/3.5 GB 10 MB/s 5m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 1% ▕ ▏ 32 MB/3.5 GB 10 MB/s 5m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 1% ▕ ▏ 32 MB/3.5 GB 10 MB/s 5m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 1% ▕ ▏ 37 MB/3.5 GB 10 MB/s 5m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 1% ▕ ▏ 38 MB/3.5 GB 10 MB/s 5m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 1% ▕ ▏ 42 MB/3.5 GB 10 MB/s 5m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 1% ▕ ▏ 46 MB/3.5 GB 10 MB/s 5m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 1% ▕ ▏ 50 MB/3.5 GB 16 MB/s 3m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 2% ▕ ▏ 53 MB/3.5 GB 16 MB/s 3m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 2% ▕ ▏ 56 MB/3.5 GB 16 MB/s 3m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 2% ▕ ▏ 57 MB/3.5 GB 16 MB/s 3m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 2% ▕ ▏ 61 MB/3.5 GB 16 MB/s 3m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 2% ▕ ▏ 65 MB/3.5 GB 16 MB/s 3m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 2% ▕ ▏ 69 MB/3.5 GB 16 MB/s 3m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 2% ▕ ▏ 69 MB/3.5 GB 16 MB/s 3m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 2% ▕ ▏ 70 MB/3.5 GB 16 MB/s 3m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 2% ▕ ▏ 75 MB/3.5 GB 16 MB/s 3m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 2% ▕ ▏ 79 MB/3.5 GB 16 MB/s 3m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 2% ▕ ▏ 82 MB/3.5 GB 20 MB/s 2m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 2% ▕ ▏ 83 MB/3.5 GB 20 MB/s 2m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 2% ▕ ▏ 84 MB/3.5 GB 20 MB/s 2m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 3% ▕ ▏ 91 MB/3.5 GB 20 MB/s 2m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 3% ▕ ▏ 94 MB/3.5 GB 20 MB/s 2m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 3% ▕ ▏ 95 MB/3.5 GB 20 MB/s 2m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 3% ▕ ▏ 97 MB/3.5 GB 20 MB/s 2m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 3% ▕ ▏ 105 MB/3.5 GB 20 MB/s 2m48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 3% ▕ ▏ 105 MB/3.5 GB 20 MB/s 2m48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 3% ▕ ▏ 108 MB/3.5 GB 20 MB/s 2m48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 3% ▕ ▏ 112 MB/3.5 GB 22 MB/s 2m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 3% ▕ ▏ 114 MB/3.5 GB 22 MB/s 2m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 3% ▕ ▏ 116 MB/3.5 GB 22 MB/s 2m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 3% ▕ ▏ 121 MB/3.5 GB 22 MB/s 2m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 3% ▕ ▏ 122 MB/3.5 GB 22 MB/s 2m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 4% ▕ ▏ 130 MB/3.5 GB 22 MB/s 2m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 4% ▕ ▏ 133 MB/3.5 GB 22 MB/s 2m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 4% ▕ ▏ 134 MB/3.5 GB 22 MB/s 2m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 4% ▕ ▏ 136 MB/3.5 GB 22 MB/s 2m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 4% ▕ ▏ 138 MB/3.5 GB 22 MB/s 2m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 4% ▕ ▏ 139 MB/3.5 GB 23 MB/s 2m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 4% ▕ ▏ 150 MB/3.5 GB 23 MB/s 2m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 4% ▕ ▏ 151 MB/3.5 GB 23 MB/s 2m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 4% ▕ ▏ 154 MB/3.5 GB 23 MB/s 2m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 5% ▕ ▏ 164 MB/3.5 GB 23 MB/s 2m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 5% ▕ ▏ 166 MB/3.5 GB 23 MB/s 2m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 5% ▕ ▏ 165 MB/3.5 GB 23 MB/s 2m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 5% ▕ ▏ 166 MB/3.5 GB 23 MB/s 2m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 5% ▕ ▏ 168 MB/3.5 GB 23 MB/s 2m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 5% ▕ ▏ 169 MB/3.5 GB 23 MB/s 2m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 5% ▕ ▏ 171 MB/3.5 GB 24 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 5% ▕ ▏ 176 MB/3.5 GB 24 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 5% ▕ ▏ 176 MB/3.5 GB 24 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 5% ▕ ▏ 180 MB/3.5 GB 24 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 5% ▕ ▏ 183 MB/3.5 GB 24 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 5% ▕ ▏ 187 MB/3.5 GB 24 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 5% ▕ ▏ 190 MB/3.5 GB 24 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 6% ▕ ▏ 195 MB/3.5 GB 24 MB/s 2m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 6% ▕ ▏ 196 MB/3.5 GB 24 MB/s 2m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 6% ▕ ▏ 199 MB/3.5 GB 24 MB/s 2m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 6% ▕ ▏ 204 MB/3.5 GB 25 MB/s 2m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 6% ▕ ▏ 205 MB/3.5 GB 25 MB/s 2m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 6% ▕ ▏ 205 MB/3.5 GB 25 MB/s 2m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 6% ▕ ▏ 210 MB/3.5 GB 25 MB/s 2m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 6% ▕ ▏ 212 MB/3.5 GB 25 MB/s 2m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 6% ▕ ▏ 213 MB/3.5 GB 25 MB/s 2m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 6% ▕ ▏ 215 MB/3.5 GB 25 MB/s 2m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 6% ▕ ▏ 212 MB/3.5 GB 25 MB/s 2m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 6% ▕ ▏ 214 MB/3.5 GB 25 MB/s 2m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 6% ▕█ ▏ 224 MB/3.5 GB 25 MB/s 2m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 6% ▕█ ▏ 227 MB/3.5 GB 25 MB/s 2m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 6% ▕█ ▏ 227 MB/3.5 GB 25 MB/s 2m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 6% ▕█ ▏ 228 MB/3.5 GB 25 MB/s 2m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 6% ▕█ ▏ 228 MB/3.5 GB 25 MB/s 2m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 7% ▕█ ▏ 233 MB/3.5 GB 25 MB/s 2m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 7% ▕█ ▏ 236 MB/3.5 GB 25 MB/s 2m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 7% ▕█ ▏ 241 MB/3.5 GB 25 MB/s 2m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 7% ▕█ ▏ 244 MB/3.5 GB 25 MB/s 2m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 7% ▕█ ▏ 244 MB/3.5 GB 25 MB/s 2m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 7% ▕█ ▏ 244 MB/3.5 GB 25 MB/s 2m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 7% ▕█ ▏ 245 MB/3.5 GB 25 MB/s 2m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 7% ▕█ ▏ 250 MB/3.5 GB 27 MB/s 2m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 7% ▕█ ▏ 251 MB/3.5 GB 27 MB/s 2m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 7% ▕█ ▏ 250 MB/3.5 GB 27 MB/s 2m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 7% ▕█ ▏ 253 MB/3.5 GB 27 MB/s 2m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 7% ▕█ ▏ 254 MB/3.5 GB 27 MB/s 2m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 7% ▕█ ▏ 260 MB/3.5 GB 27 MB/s 1m59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 8% ▕█ ▏ 266 MB/3.5 GB 27 MB/s 1m59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 8% ▕█ ▏ 268 MB/3.5 GB 27 MB/s 1m59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 8% ▕█ ▏ 270 MB/3.5 GB 27 MB/s 1m59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 8% ▕█ ▏ 273 MB/3.5 GB 27 MB/s 1m59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 8% ▕█ ▏ 276 MB/3.5 GB 28 MB/s 1m54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 8% ▕█ ▏ 277 MB/3.5 GB 28 MB/s 1m54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 8% ▕█ ▏ 277 MB/3.5 GB 28 MB/s 1m54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 8% ▕█ ▏ 277 MB/3.5 GB 28 MB/s 1m54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 8% ▕█ ▏ 279 MB/3.5 GB 28 MB/s 1m54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 8% ▕█ ▏ 288 MB/3.5 GB 28 MB/s 1m54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 8% ▕█ ▏ 289 MB/3.5 GB 28 MB/s 1m54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 8% ▕█ ▏ 290 MB/3.5 GB 28 MB/s 1m54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 8% ▕█ ▏ 292 MB/3.5 GB 28 MB/s 1m54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 8% ▕█ ▏ 293 MB/3.5 GB 28 MB/s 1m54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 8% ▕█ ▏ 296 MB/3.5 GB 27 MB/s 1m58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 9% ▕█ ▏ 302 MB/3.5 GB 27 MB/s 1m57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 9% ▕█ ▏ 302 MB/3.5 GB 27 MB/s 1m57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 9% ▕█ ▏ 304 MB/3.5 GB 27 MB/s 1m57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 9% ▕█ ▏ 308 MB/3.5 GB 27 MB/s 1m57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 9% ▕█ ▏ 312 MB/3.5 GB 27 MB/s 1m57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 9% ▕█ ▏ 317 MB/3.5 GB 27 MB/s 1m57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 9% ▕█ ▏ 320 MB/3.5 GB 27 MB/s 1m57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 9% ▕█ ▏ 320 MB/3.5 GB 27 MB/s 1m57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 9% ▕█ ▏ 320 MB/3.5 GB 27 MB/s 1m57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 9% ▕█ ▏ 322 MB/3.5 GB 26 MB/s 1m59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 9% ▕█ ▏ 323 MB/3.5 GB 26 MB/s 1m59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 9% ▕█ ▏ 330 MB/3.5 GB 26 MB/s 1m59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 10% ▕█ ▏ 334 MB/3.5 GB 26 MB/s 1m58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 10% ▕█ ▏ 336 MB/3.5 GB 26 MB/s 1m58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 10% ▕█ ▏ 345 MB/3.5 GB 26 MB/s 1m58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 10% ▕█ ▏ 348 MB/3.5 GB 26 MB/s 1m58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 10% ▕█ ▏ 348 MB/3.5 GB 26 MB/s 1m58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 10% ▕█ ▏ 349 MB/3.5 GB 26 MB/s 1m58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 10% ▕█ ▏ 351 MB/3.5 GB 26 MB/s 1m58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 10% ▕█ ▏ 351 MB/3.5 GB 26 MB/s 1m58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 10% ▕█ ▏ 354 MB/3.5 GB 26 MB/s 1m58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 10% ▕█ ▏ 363 MB/3.5 GB 26 MB/s 1m58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 10% ▕█ ▏ 364 MB/3.5 GB 26 MB/s 1m58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 10% ▕█ ▏ 368 MB/3.5 GB 26 MB/s 1m58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 11% ▕█ ▏ 376 MB/3.5 GB 26 MB/s 1m57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 11% ▕█ ▏ 379 MB/3.5 GB 26 MB/s 1m57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 11% ▕█ ▏ 383 MB/3.5 GB 26 MB/s 1m57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 11% ▕█ ▏ 385 MB/3.5 GB 26 MB/s 1m57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 11% ▕█ ▏ 389 MB/3.5 GB 26 MB/s 1m57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 11% ▕█ ▏ 391 MB/3.5 GB 26 MB/s 1m57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 11% ▕█ ▏ 395 MB/3.5 GB 28 MB/s 1m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 11% ▕█ ▏ 396 MB/3.5 GB 28 MB/s 1m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 11% ▕█ ▏ 398 MB/3.5 GB 28 MB/s 1m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 12% ▕█ ▏ 409 MB/3.5 GB 28 MB/s 1m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 12% ▕█ ▏ 413 MB/3.5 GB 28 MB/s 1m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 12% ▕█ ▏ 414 MB/3.5 GB 28 MB/s 1m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 12% ▕█ ▏ 415 MB/3.5 GB 28 MB/s 1m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 12% ▕█ ▏ 415 MB/3.5 GB 28 MB/s 1m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 12% ▕█ ▏ 415 MB/3.5 GB 28 MB/s 1m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 12% ▕█ ▏ 416 MB/3.5 GB 28 MB/s 1m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 12% ▕█ ▏ 417 MB/3.5 GB 27 MB/s 1m53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 12% ▕█ ▏ 422 MB/3.5 GB 27 MB/s 1m53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 12% ▕█ ▏ 424 MB/3.5 GB 27 MB/s 1m53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 12% ▕█ ▏ 425 MB/3.5 GB 27 MB/s 1m53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 12% ▕█ ▏ 431 MB/3.5 GB 27 MB/s 1m52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 12% ▕█ ▏ 433 MB/3.5 GB 27 MB/s 1m52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 13% ▕██ ▏ 441 MB/3.5 GB 27 MB/s 1m52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 13% ▕██ ▏ 442 MB/3.5 GB 27 MB/s 1m52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 13% ▕██ ▏ 450 MB/3.5 GB 27 MB/s 1m52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 13% ▕██ ▏ 452 MB/3.5 GB 27 MB/s 1m52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 13% ▕██ ▏ 453 MB/3.5 GB 27 MB/s 1m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 13% ▕██ ▏ 454 MB/3.5 GB 27 MB/s 1m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 13% ▕██ ▏ 454 MB/3.5 GB 27 MB/s 1m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 13% ▕██ ▏ 456 MB/3.5 GB 27 MB/s 1m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 13% ▕██ ▏ 457 MB/3.5 GB 27 MB/s 1m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 13% ▕██ ▏ 457 MB/3.5 GB 27 MB/s 1m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 13% ▕██ ▏ 467 MB/3.5 GB 27 MB/s 1m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 13% ▕██ ▏ 471 MB/3.5 GB 27 MB/s 1m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 13% ▕██ ▏ 471 MB/3.5 GB 27 MB/s 1m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 13% ▕██ ▏ 472 MB/3.5 GB 27 MB/s 1m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 13% ▕██ ▏ 473 MB/3.5 GB 27 MB/s 1m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 13% ▕██ ▏ 474 MB/3.5 GB 27 MB/s 1m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 14% ▕██ ▏ 475 MB/3.5 GB 27 MB/s 1m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 14% ▕██ ▏ 489 MB/3.5 GB 27 MB/s 1m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 14% ▕██ ▏ 491 MB/3.5 GB 27 MB/s 1m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 14% ▕██ ▏ 492 MB/3.5 GB 27 MB/s 1m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 14% ▕██ ▏ 492 MB/3.5 GB 27 MB/s 1m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 14% ▕██ ▏ 492 MB/3.5 GB 27 MB/s 1m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 14% ▕██ ▏ 492 MB/3.5 GB 27 MB/s 1m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 14% ▕██ ▏ 496 MB/3.5 GB 27 MB/s 1m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 14% ▕██ ▏ 502 MB/3.5 GB 27 MB/s 1m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 14% ▕██ ▏ 506 MB/3.5 GB 28 MB/s 1m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 14% ▕██ ▏ 510 MB/3.5 GB 28 MB/s 1m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 14% ▕██ ▏ 510 MB/3.5 GB 28 MB/s 1m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 15% ▕██ ▏ 510 MB/3.5 GB 28 MB/s 1m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 15% ▕██ ▏ 511 MB/3.5 GB 28 MB/s 1m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 15% ▕██ ▏ 514 MB/3.5 GB 28 MB/s 1m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 15% ▕██ ▏ 519 MB/3.5 GB 28 MB/s 1m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 15% ▕██ ▏ 523 MB/3.5 GB 28 MB/s 1m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 15% ▕██ ▏ 525 MB/3.5 GB 28 MB/s 1m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 15% ▕██ ▏ 529 MB/3.5 GB 28 MB/s 1m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 15% ▕██ ▏ 536 MB/3.5 GB 28 MB/s 1m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 15% ▕██ ▏ 537 MB/3.5 GB 28 MB/s 1m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 15% ▕██ ▏ 540 MB/3.5 GB 28 MB/s 1m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 15% ▕██ ▏ 541 MB/3.5 GB 28 MB/s 1m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 15% ▕██ ▏ 542 MB/3.5 GB 28 MB/s 1m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 15% ▕██ ▏ 542 MB/3.5 GB 28 MB/s 1m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 15% ▕██ ▏ 543 MB/3.5 GB 28 MB/s 1m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 16% ▕██ ▏ 546 MB/3.5 GB 28 MB/s 1m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 16% ▕██ ▏ 553 MB/3.5 GB 28 MB/s 1m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 16% ▕██ ▏ 554 MB/3.5 GB 28 MB/s 1m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 16% ▕██ ▏ 554 MB/3.5 GB 28 MB/s 1m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 16% ▕██ ▏ 555 MB/3.5 GB 28 MB/s 1m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 16% ▕██ ▏ 562 MB/3.5 GB 28 MB/s 1m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 16% ▕██ ▏ 564 MB/3.5 GB 28 MB/s 1m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 16% ▕██ ▏ 562 MB/3.5 GB 28 MB/s 1m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 16% ▕██ ▏ 563 MB/3.5 GB 28 MB/s 1m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 16% ▕██ ▏ 565 MB/3.5 GB 28 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 16% ▕██ ▏ 568 MB/3.5 GB 28 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 16% ▕██ ▏ 570 MB/3.5 GB 28 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 16% ▕██ ▏ 572 MB/3.5 GB 28 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 17% ▕██ ▏ 580 MB/3.5 GB 28 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 17% ▕██ ▏ 581 MB/3.5 GB 28 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 17% ▕██ ▏ 583 MB/3.5 GB 28 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 17% ▕██ ▏ 585 MB/3.5 GB 28 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 17% ▕██ ▏ 590 MB/3.5 GB 28 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 17% ▕██ ▏ 594 MB/3.5 GB 28 MB/s 1m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 17% ▕██ ▏ 597 MB/3.5 GB 28 MB/s 1m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 17% ▕██ ▏ 595 MB/3.5 GB 28 MB/s 1m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 17% ▕██ ▏ 596 MB/3.5 GB 28 MB/s 1m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 17% ▕██ ▏ 597 MB/3.5 GB 28 MB/s 1m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 17% ▕██ ▏ 601 MB/3.5 GB 27 MB/s 1m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 17% ▕██ ▏ 604 MB/3.5 GB 27 MB/s 1m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 17% ▕██ ▏ 609 MB/3.5 GB 27 MB/s 1m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 18% ▕██ ▏ 615 MB/3.5 GB 27 MB/s 1m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 18% ▕██ ▏ 616 MB/3.5 GB 27 MB/s 1m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 18% ▕██ ▏ 618 MB/3.5 GB 27 MB/s 1m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 18% ▕██ ▏ 620 MB/3.5 GB 27 MB/s 1m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 18% ▕██ ▏ 622 MB/3.5 GB 27 MB/s 1m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 18% ▕██ ▏ 623 MB/3.5 GB 27 MB/s 1m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 18% ▕██ ▏ 626 MB/3.5 GB 27 MB/s 1m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 18% ▕██ ▏ 629 MB/3.5 GB 27 MB/s 1m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 18% ▕██ ▏ 633 MB/3.5 GB 26 MB/s 1m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 18% ▕██ ▏ 637 MB/3.5 GB 26 MB/s 1m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 18% ▕██ ▏ 640 MB/3.5 GB 26 MB/s 1m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 18% ▕██ ▏ 642 MB/3.5 GB 26 MB/s 1m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 18% ▕██ ▏ 646 MB/3.5 GB 26 MB/s 1m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 18% ▕██ ▏ 647 MB/3.5 GB 26 MB/s 1m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 19% ▕██ ▏ 652 MB/3.5 GB 26 MB/s 1m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 19% ▕██ ▏ 654 MB/3.5 GB 26 MB/s 1m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 19% ▕██ ▏ 655 MB/3.5 GB 26 MB/s 1m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 19% ▕██ ▏ 657 MB/3.5 GB 26 MB/s 1m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 19% ▕███ ▏ 661 MB/3.5 GB 26 MB/s 1m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 19% ▕███ ▏ 662 MB/3.5 GB 26 MB/s 1m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 19% ▕███ ▏ 669 MB/3.5 GB 26 MB/s 1m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 19% ▕███ ▏ 675 MB/3.5 GB 26 MB/s 1m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 19% ▕███ ▏ 676 MB/3.5 GB 26 MB/s 1m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 19% ▕███ ▏ 678 MB/3.5 GB 26 MB/s 1m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 19% ▕███ ▏ 680 MB/3.5 GB 26 MB/s 1m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 19% ▕███ ▏ 681 MB/3.5 GB 26 MB/s 1m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 19% ▕███ ▏ 679 MB/3.5 GB 26 MB/s 1m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 19% ▕███ ▏ 679 MB/3.5 GB 26 MB/s 1m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 19% ▕███ ▏ 684 MB/3.5 GB 25 MB/s 1m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 20% ▕███ ▏ 689 MB/3.5 GB 25 MB/s 1m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 20% ▕███ ▏ 693 MB/3.5 GB 25 MB/s 1m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 20% ▕███ ▏ 694 MB/3.5 GB 25 MB/s 1m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 20% ▕███ ▏ 696 MB/3.5 GB 25 MB/s 1m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 20% ▕███ ▏ 701 MB/3.5 GB 25 MB/s 1m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 20% ▕███ ▏ 702 MB/3.5 GB 25 MB/s 1m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 20% ▕███ ▏ 706 MB/3.5 GB 25 MB/s 1m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 20% ▕███ ▏ 707 MB/3.5 GB 25 MB/s 1m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 20% ▕███ ▏ 708 MB/3.5 GB 25 MB/s 1m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 20% ▕███ ▏ 716 MB/3.5 GB 27 MB/s 1m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 20% ▕███ ▏ 719 MB/3.5 GB 27 MB/s 1m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 21% ▕███ ▏ 721 MB/3.5 GB 27 MB/s 1m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 21% ▕███ ▏ 722 MB/3.5 GB 27 MB/s 1m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 21% ▕███ ▏ 723 MB/3.5 GB 27 MB/s 1m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 21% ▕███ ▏ 727 MB/3.5 GB 27 MB/s 1m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 21% ▕███ ▏ 729 MB/3.5 GB 27 MB/s 1m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 21% ▕███ ▏ 729 MB/3.5 GB 27 MB/s 1m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 21% ▕███ ▏ 729 MB/3.5 GB 27 MB/s 1m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 21% ▕███ ▏ 729 MB/3.5 GB 27 MB/s 1m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 21% ▕███ ▏ 738 MB/3.5 GB 25 MB/s 1m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 21% ▕███ ▏ 739 MB/3.5 GB 25 MB/s 1m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 21% ▕███ ▏ 740 MB/3.5 GB 25 MB/s 1m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 21% ▕███ ▏ 742 MB/3.5 GB 25 MB/s 1m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 21% ▕███ ▏ 743 MB/3.5 GB 25 MB/s 1m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 21% ▕███ ▏ 744 MB/3.5 GB 25 MB/s 1m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 21% ▕███ ▏ 751 MB/3.5 GB 25 MB/s 1m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 21% ▕███ ▏ 754 MB/3.5 GB 25 MB/s 1m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 21% ▕███ ▏ 756 MB/3.5 GB 25 MB/s 1m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 22% ▕███ ▏ 759 MB/3.5 GB 25 MB/s 1m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 22% ▕███ ▏ 759 MB/3.5 GB 25 MB/s 1m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 22% ▕███ ▏ 761 MB/3.5 GB 25 MB/s 1m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 22% ▕███ ▏ 764 MB/3.5 GB 25 MB/s 1m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 22% ▕███ ▏ 765 MB/3.5 GB 25 MB/s 1m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 22% ▕███ ▏ 770 MB/3.5 GB 25 MB/s 1m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 22% ▕███ ▏ 774 MB/3.5 GB 25 MB/s 1m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 22% ▕███ ▏ 774 MB/3.5 GB 25 MB/s 1m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 22% ▕███ ▏ 775 MB/3.5 GB 25 MB/s 1m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 22% ▕███ ▏ 775 MB/3.5 GB 25 MB/s 1m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 22% ▕███ ▏ 775 MB/3.5 GB 25 MB/s 1m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 22% ▕███ ▏ 779 MB/3.5 GB 25 MB/s 1m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 22% ▕███ ▏ 784 MB/3.5 GB 25 MB/s 1m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 22% ▕███ ▏ 788 MB/3.5 GB 25 MB/s 1m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 23% ▕███ ▏ 792 MB/3.5 GB 25 MB/s 1m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 23% ▕███ ▏ 793 MB/3.5 GB 25 MB/s 1m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 23% ▕███ ▏ 793 MB/3.5 GB 25 MB/s 1m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 23% ▕███ ▏ 796 MB/3.5 GB 25 MB/s 1m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 23% ▕███ ▏ 803 MB/3.5 GB 25 MB/s 1m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 23% ▕███ ▏ 803 MB/3.5 GB 25 MB/s 1m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 23% ▕███ ▏ 802 MB/3.5 GB 25 MB/s 1m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 23% ▕███ ▏ 802 MB/3.5 GB 25 MB/s 1m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 23% ▕███ ▏ 806 MB/3.5 GB 25 MB/s 1m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 23% ▕███ ▏ 815 MB/3.5 GB 25 MB/s 1m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 23% ▕███ ▏ 815 MB/3.5 GB 25 MB/s 1m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 23% ▕███ ▏ 820 MB/3.5 GB 25 MB/s 1m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 23% ▕███ ▏ 822 MB/3.5 GB 25 MB/s 1m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 23% ▕███ ▏ 823 MB/3.5 GB 25 MB/s 1m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 23% ▕███ ▏ 823 MB/3.5 GB 25 MB/s 1m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 23% ▕███ ▏ 824 MB/3.5 GB 25 MB/s 1m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 24% ▕███ ▏ 830 MB/3.5 GB 25 MB/s 1m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 24% ▕███ ▏ 834 MB/3.5 GB 25 MB/s 1m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 24% ▕███ ▏ 838 MB/3.5 GB 26 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 24% ▕███ ▏ 840 MB/3.5 GB 26 MB/s 1m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 24% ▕███ ▏ 842 MB/3.5 GB 26 MB/s 1m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 24% ▕███ ▏ 845 MB/3.5 GB 26 MB/s 1m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 24% ▕███ ▏ 847 MB/3.5 GB 26 MB/s 1m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 24% ▕███ ▏ 850 MB/3.5 GB 26 MB/s 1m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 24% ▕███ ▏ 852 MB/3.5 GB 26 MB/s 1m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 24% ▕███ ▏ 854 MB/3.5 GB 26 MB/s 1m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 24% ▕███ ▏ 855 MB/3.5 GB 26 MB/s 1m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 24% ▕███ ▏ 860 MB/3.5 GB 26 MB/s 1m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 25% ▕███ ▏ 864 MB/3.5 GB 25 MB/s 1m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 25% ▕███ ▏ 866 MB/3.5 GB 25 MB/s 1m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 25% ▕███ ▏ 867 MB/3.5 GB 25 MB/s 1m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 25% ▕███ ▏ 872 MB/3.5 GB 25 MB/s 1m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 25% ▕███ ▏ 874 MB/3.5 GB 25 MB/s 1m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 25% ▕███ ▏ 877 MB/3.5 GB 25 MB/s 1m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 25% ▕████ ▏ 881 MB/3.5 GB 25 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 25% ▕████ ▏ 884 MB/3.5 GB 25 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 25% ▕████ ▏ 888 MB/3.5 GB 25 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 25% ▕████ ▏ 892 MB/3.5 GB 25 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 25% ▕████ ▏ 892 MB/3.5 GB 25 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 25% ▕████ ▏ 895 MB/3.5 GB 26 MB/s 1m40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 26% ▕████ ▏ 898 MB/3.5 GB 26 MB/s 1m40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 26% ▕████ ▏ 901 MB/3.5 GB 26 MB/s 1m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 26% ▕████ ▏ 904 MB/3.5 GB 26 MB/s 1m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 26% ▕████ ▏ 906 MB/3.5 GB 26 MB/s 1m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 26% ▕████ ▏ 913 MB/3.5 GB 26 MB/s 1m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 26% ▕████ ▏ 917 MB/3.5 GB 26 MB/s 1m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 26% ▕████ ▏ 917 MB/3.5 GB 26 MB/s 1m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 26% ▕████ ▏ 918 MB/3.5 GB 26 MB/s 1m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 26% ▕████ ▏ 918 MB/3.5 GB 26 MB/s 1m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 26% ▕████ ▏ 918 MB/3.5 GB 25 MB/s 1m40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 26% ▕████ ▏ 918 MB/3.5 GB 25 MB/s 1m40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 26% ▕████ ▏ 918 MB/3.5 GB 25 MB/s 1m40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 26% ▕████ ▏ 930 MB/3.5 GB 25 MB/s 1m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 27% ▕████ ▏ 936 MB/3.5 GB 25 MB/s 1m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 27% ▕████ ▏ 937 MB/3.5 GB 25 MB/s 1m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 27% ▕████ ▏ 938 MB/3.5 GB 25 MB/s 1m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 27% ▕████ ▏ 938 MB/3.5 GB 25 MB/s 1m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 27% ▕████ ▏ 938 MB/3.5 GB 25 MB/s 1m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 27% ▕████ ▏ 938 MB/3.5 GB 25 MB/s 1m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 27% ▕████ ▏ 940 MB/3.5 GB 24 MB/s 1m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 27% ▕████ ▏ 947 MB/3.5 GB 24 MB/s 1m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 27% ▕████ ▏ 950 MB/3.5 GB 24 MB/s 1m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 27% ▕████ ▏ 955 MB/3.5 GB 24 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 27% ▕████ ▏ 958 MB/3.5 GB 24 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 27% ▕████ ▏ 961 MB/3.5 GB 24 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 27% ▕████ ▏ 962 MB/3.5 GB 24 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 27% ▕████ ▏ 965 MB/3.5 GB 24 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 27% ▕████ ▏ 967 MB/3.5 GB 24 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 28% ▕████ ▏ 970 MB/3.5 GB 24 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 28% ▕████ ▏ 971 MB/3.5 GB 25 MB/s 1m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 28% ▕████ ▏ 975 MB/3.5 GB 25 MB/s 1m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 28% ▕████ ▏ 976 MB/3.5 GB 25 MB/s 1m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 28% ▕████ ▏ 980 MB/3.5 GB 25 MB/s 1m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 28% ▕████ ▏ 989 MB/3.5 GB 25 MB/s 1m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 28% ▕████ ▏ 989 MB/3.5 GB 25 MB/s 1m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 28% ▕████ ▏ 990 MB/3.5 GB 25 MB/s 1m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 28% ▕████ ▏ 990 MB/3.5 GB 25 MB/s 1m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 28% ▕████ ▏ 990 MB/3.5 GB 25 MB/s 1m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 28% ▕████ ▏ 991 MB/3.5 GB 25 MB/s 1m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 28% ▕████ ▏ 991 MB/3.5 GB 25 MB/s 1m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 28% ▕████ ▏ 993 MB/3.5 GB 25 MB/s 1m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 29% ▕████ ▏ 1.0 GB/3.5 GB 25 MB/s 1m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 29% ▕████ ▏ 1.0 GB/3.5 GB 25 MB/s 1m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 29% ▕████ ▏ 1.0 GB/3.5 GB 25 MB/s 1m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 29% ▕████ ▏ 1.0 GB/3.5 GB 25 MB/s 1m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 29% ▕████ ▏ 1.0 GB/3.5 GB 25 MB/s 1m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 29% ▕████ ▏ 1.0 GB/3.5 GB 25 MB/s 1m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 29% ▕████ ▏ 1.0 GB/3.5 GB 25 MB/s 1m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 29% ▕████ ▏ 1.0 GB/3.5 GB 25 MB/s 1m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 29% ▕████ ▏ 1.0 GB/3.5 GB 25 MB/s 1m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 29% ▕████ ▏ 1.0 GB/3.5 GB 27 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 29% ▕████ ▏ 1.0 GB/3.5 GB 27 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 29% ▕████ ▏ 1.0 GB/3.5 GB 27 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 29% ▕████ ▏ 1.0 GB/3.5 GB 27 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 29% ▕████ ▏ 1.0 GB/3.5 GB 27 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 29% ▕████ ▏ 1.0 GB/3.5 GB 27 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 30% ▕████ ▏ 1.0 GB/3.5 GB 27 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 30% ▕████ ▏ 1.0 GB/3.5 GB 27 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 30% ▕████ ▏ 1.0 GB/3.5 GB 27 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 30% ▕████ ▏ 1.1 GB/3.5 GB 27 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 30% ▕████ ▏ 1.1 GB/3.5 GB 27 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 30% ▕████ ▏ 1.1 GB/3.5 GB 27 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 30% ▕████ ▏ 1.1 GB/3.5 GB 27 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 30% ▕████ ▏ 1.1 GB/3.5 GB 27 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 30% ▕████ ▏ 1.1 GB/3.5 GB 27 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 30% ▕████ ▏ 1.1 GB/3.5 GB 27 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 30% ▕████ ▏ 1.1 GB/3.5 GB 27 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 30% ▕████ ▏ 1.1 GB/3.5 GB 27 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 31% ▕████ ▏ 1.1 GB/3.5 GB 27 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 31% ▕████ ▏ 1.1 GB/3.5 GB 27 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 31% ▕████ ▏ 1.1 GB/3.5 GB 27 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 31% ▕████ ▏ 1.1 GB/3.5 GB 27 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 31% ▕████ ▏ 1.1 GB/3.5 GB 27 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 31% ▕████ ▏ 1.1 GB/3.5 GB 27 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 31% ▕████ ▏ 1.1 GB/3.5 GB 27 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 31% ▕████ ▏ 1.1 GB/3.5 GB 27 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 31% ▕████ ▏ 1.1 GB/3.5 GB 27 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 31% ▕████ ▏ 1.1 GB/3.5 GB 27 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 31% ▕█████ ▏ 1.1 GB/3.5 GB 27 MB/s 1m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 31% ▕█████ ▏ 1.1 GB/3.5 GB 27 MB/s 1m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 31% ▕█████ ▏ 1.1 GB/3.5 GB 26 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 31% ▕█████ ▏ 1.1 GB/3.5 GB 26 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 31% ▕█████ ▏ 1.1 GB/3.5 GB 26 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 31% ▕█████ ▏ 1.1 GB/3.5 GB 26 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 32% ▕█████ ▏ 1.1 GB/3.5 GB 26 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 32% ▕█████ ▏ 1.1 GB/3.5 GB 26 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 32% ▕█████ ▏ 1.1 GB/3.5 GB 26 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 32% ▕█████ ▏ 1.1 GB/3.5 GB 26 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 32% ▕█████ ▏ 1.1 GB/3.5 GB 26 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 32% ▕█████ ▏ 1.1 GB/3.5 GB 26 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 32% ▕█████ ▏ 1.1 GB/3.5 GB 26 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 32% ▕█████ ▏ 1.1 GB/3.5 GB 26 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 32% ▕█████ ▏ 1.1 GB/3.5 GB 26 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 32% ▕█████ ▏ 1.1 GB/3.5 GB 26 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 32% ▕█████ ▏ 1.1 GB/3.5 GB 26 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 32% ▕█████ ▏ 1.1 GB/3.5 GB 26 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 32% ▕█████ ▏ 1.1 GB/3.5 GB 26 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 32% ▕█████ ▏ 1.1 GB/3.5 GB 26 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 33% ▕█████ ▏ 1.1 GB/3.5 GB 26 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 33% ▕█████ ▏ 1.2 GB/3.5 GB 26 MB/s 1m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 33% ▕█████ ▏ 1.2 GB/3.5 GB 26 MB/s 1m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 33% ▕█████ ▏ 1.2 GB/3.5 GB 26 MB/s 1m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 33% ▕█████ ▏ 1.2 GB/3.5 GB 26 MB/s 1m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 33% ▕█████ ▏ 1.2 GB/3.5 GB 26 MB/s 1m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 33% ▕█████ ▏ 1.2 GB/3.5 GB 26 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 33% ▕█████ ▏ 1.2 GB/3.5 GB 26 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 33% ▕█████ ▏ 1.2 GB/3.5 GB 26 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 33% ▕█████ ▏ 1.2 GB/3.5 GB 26 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 34% ▕█████ ▏ 1.2 GB/3.5 GB 26 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 34% ▕█████ ▏ 1.2 GB/3.5 GB 26 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 34% ▕█████ ▏ 1.2 GB/3.5 GB 26 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 34% ▕█████ ▏ 1.2 GB/3.5 GB 27 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 34% ▕█████ ▏ 1.2 GB/3.5 GB 27 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 34% ▕█████ ▏ 1.2 GB/3.5 GB 27 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 34% ▕█████ ▏ 1.2 GB/3.5 GB 27 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 34% ▕█████ ▏ 1.2 GB/3.5 GB 27 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 34% ▕█████ ▏ 1.2 GB/3.5 GB 27 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 34% ▕█████ ▏ 1.2 GB/3.5 GB 27 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 34% ▕█████ ▏ 1.2 GB/3.5 GB 27 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 34% ▕█████ ▏ 1.2 GB/3.5 GB 27 MB/s 1m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 34% ▕█████ ▏ 1.2 GB/3.5 GB 27 MB/s 1m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 34% ▕█████ ▏ 1.2 GB/3.5 GB 26 MB/s 1m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 35% ▕█████ ▏ 1.2 GB/3.5 GB 26 MB/s 1m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 35% ▕█████ ▏ 1.2 GB/3.5 GB 26 MB/s 1m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 35% ▕█████ ▏ 1.2 GB/3.5 GB 26 MB/s 1m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 35% ▕█████ ▏ 1.2 GB/3.5 GB 26 MB/s 1m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 35% ▕█████ ▏ 1.2 GB/3.5 GB 26 MB/s 1m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 35% ▕█████ ▏ 1.2 GB/3.5 GB 26 MB/s 1m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 35% ▕█████ ▏ 1.2 GB/3.5 GB 26 MB/s 1m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 35% ▕█████ ▏ 1.2 GB/3.5 GB 26 MB/s 1m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 35% ▕█████ ▏ 1.2 GB/3.5 GB 26 MB/s 1m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 35% ▕█████ ▏ 1.2 GB/3.5 GB 28 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 35% ▕█████ ▏ 1.2 GB/3.5 GB 28 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 35% ▕█████ ▏ 1.2 GB/3.5 GB 28 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 36% ▕█████ ▏ 1.3 GB/3.5 GB 28 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 36% ▕█████ ▏ 1.3 GB/3.5 GB 28 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 36% ▕█████ ▏ 1.3 GB/3.5 GB 28 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 36% ▕█████ ▏ 1.3 GB/3.5 GB 28 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 36% ▕█████ ▏ 1.3 GB/3.5 GB 28 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 36% ▕█████ ▏ 1.3 GB/3.5 GB 28 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 36% ▕█████ ▏ 1.3 GB/3.5 GB 28 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 36% ▕█████ ▏ 1.3 GB/3.5 GB 27 MB/s 1m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 36% ▕█████ ▏ 1.3 GB/3.5 GB 27 MB/s 1m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 36% ▕█████ ▏ 1.3 GB/3.5 GB 27 MB/s 1m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 37% ▕█████ ▏ 1.3 GB/3.5 GB 27 MB/s 1m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 37% ▕█████ ▏ 1.3 GB/3.5 GB 27 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 37% ▕█████ ▏ 1.3 GB/3.5 GB 27 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 37% ▕█████ ▏ 1.3 GB/3.5 GB 27 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 37% ▕█████ ▏ 1.3 GB/3.5 GB 27 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 37% ▕█████ ▏ 1.3 GB/3.5 GB 27 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 37% ▕█████ ▏ 1.3 GB/3.5 GB 27 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 37% ▕█████ ▏ 1.3 GB/3.5 GB 27 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 37% ▕█████ ▏ 1.3 GB/3.5 GB 28 MB/s 1m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 37% ▕█████ ▏ 1.3 GB/3.5 GB 28 MB/s 1m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 38% ▕██████ ▏ 1.3 GB/3.5 GB 28 MB/s 1m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 38% ▕██████ ▏ 1.3 GB/3.5 GB 28 MB/s 1m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 38% ▕██████ ▏ 1.3 GB/3.5 GB 28 MB/s 1m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 38% ▕██████ ▏ 1.3 GB/3.5 GB 28 MB/s 1m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 38% ▕██████ ▏ 1.3 GB/3.5 GB 28 MB/s 1m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 38% ▕██████ ▏ 1.3 GB/3.5 GB 28 MB/s 1m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 38% ▕██████ ▏ 1.3 GB/3.5 GB 28 MB/s 1m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 38% ▕██████ ▏ 1.3 GB/3.5 GB 28 MB/s 1m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 38% ▕██████ ▏ 1.3 GB/3.5 GB 29 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 38% ▕██████ ▏ 1.3 GB/3.5 GB 29 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 38% ▕██████ ▏ 1.3 GB/3.5 GB 29 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 38% ▕██████ ▏ 1.3 GB/3.5 GB 29 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 38% ▕██████ ▏ 1.4 GB/3.5 GB 29 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 38% ▕██████ ▏ 1.4 GB/3.5 GB 29 MB/s 1m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 39% ▕██████ ▏ 1.4 GB/3.5 GB 29 MB/s 1m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 39% ▕██████ ▏ 1.4 GB/3.5 GB 29 MB/s 1m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 39% ▕██████ ▏ 1.4 GB/3.5 GB 29 MB/s 1m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 39% ▕██████ ▏ 1.4 GB/3.5 GB 29 MB/s 1m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 39% ▕██████ ▏ 1.4 GB/3.5 GB 29 MB/s 1m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 39% ▕██████ ▏ 1.4 GB/3.5 GB 29 MB/s 1m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 39% ▕██████ ▏ 1.4 GB/3.5 GB 29 MB/s 1m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 39% ▕██████ ▏ 1.4 GB/3.5 GB 29 MB/s 1m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 39% ▕██████ ▏ 1.4 GB/3.5 GB 29 MB/s 1m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 39% ▕██████ ▏ 1.4 GB/3.5 GB 29 MB/s 1m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 39% ▕██████ ▏ 1.4 GB/3.5 GB 29 MB/s 1m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 40% ▕██████ ▏ 1.4 GB/3.5 GB 29 MB/s 1m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 40% ▕██████ ▏ 1.4 GB/3.5 GB 29 MB/s 1m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 40% ▕██████ ▏ 1.4 GB/3.5 GB 29 MB/s 1m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 40% ▕██████ ▏ 1.4 GB/3.5 GB 30 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 40% ▕██████ ▏ 1.4 GB/3.5 GB 30 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 40% ▕██████ ▏ 1.4 GB/3.5 GB 30 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 40% ▕██████ ▏ 1.4 GB/3.5 GB 30 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 40% ▕██████ ▏ 1.4 GB/3.5 GB 30 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 40% ▕██████ ▏ 1.4 GB/3.5 GB 30 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 41% ▕██████ ▏ 1.4 GB/3.5 GB 30 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 41% ▕██████ ▏ 1.4 GB/3.5 GB 30 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 41% ▕██████ ▏ 1.4 GB/3.5 GB 30 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 41% ▕██████ ▏ 1.4 GB/3.5 GB 30 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 41% ▕██████ ▏ 1.4 GB/3.5 GB 31 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 41% ▕██████ ▏ 1.4 GB/3.5 GB 31 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 41% ▕██████ ▏ 1.4 GB/3.5 GB 31 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 41% ▕██████ ▏ 1.5 GB/3.5 GB 31 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 41% ▕██████ ▏ 1.5 GB/3.5 GB 31 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 41% ▕██████ ▏ 1.5 GB/3.5 GB 31 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 42% ▕██████ ▏ 1.5 GB/3.5 GB 31 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 42% ▕██████ ▏ 1.5 GB/3.5 GB 31 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 42% ▕██████ ▏ 1.5 GB/3.5 GB 31 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 42% ▕██████ ▏ 1.5 GB/3.5 GB 31 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 42% ▕██████ ▏ 1.5 GB/3.5 GB 31 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 42% ▕██████ ▏ 1.5 GB/3.5 GB 31 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 42% ▕██████ ▏ 1.5 GB/3.5 GB 31 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 42% ▕██████ ▏ 1.5 GB/3.5 GB 31 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 42% ▕██████ ▏ 1.5 GB/3.5 GB 31 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 42% ▕██████ ▏ 1.5 GB/3.5 GB 31 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 42% ▕██████ ▏ 1.5 GB/3.5 GB 31 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 42% ▕██████ ▏ 1.5 GB/3.5 GB 31 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 42% ▕██████ ▏ 1.5 GB/3.5 GB 31 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 42% ▕██████ ▏ 1.5 GB/3.5 GB 31 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 42% ▕██████ ▏ 1.5 GB/3.5 GB 31 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 43% ▕██████ ▏ 1.5 GB/3.5 GB 31 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 43% ▕██████ ▏ 1.5 GB/3.5 GB 31 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 43% ▕██████ ▏ 1.5 GB/3.5 GB 31 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 43% ▕██████ ▏ 1.5 GB/3.5 GB 31 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 43% ▕██████ ▏ 1.5 GB/3.5 GB 31 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 43% ▕██████ ▏ 1.5 GB/3.5 GB 31 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 43% ▕██████ ▏ 1.5 GB/3.5 GB 31 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 43% ▕██████ ▏ 1.5 GB/3.5 GB 31 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 43% ▕██████ ▏ 1.5 GB/3.5 GB 31 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 43% ▕██████ ▏ 1.5 GB/3.5 GB 31 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 43% ▕██████ ▏ 1.5 GB/3.5 GB 31 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 43% ▕██████ ▏ 1.5 GB/3.5 GB 31 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 44% ▕██████ ▏ 1.5 GB/3.5 GB 31 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 44% ▕██████ ▏ 1.5 GB/3.5 GB 31 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 44% ▕███████ ▏ 1.5 GB/3.5 GB 31 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 44% ▕███████ ▏ 1.5 GB/3.5 GB 31 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 44% ▕███████ ▏ 1.6 GB/3.5 GB 31 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 44% ▕███████ ▏ 1.6 GB/3.5 GB 31 MB/s 1m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 44% ▕███████ ▏ 1.6 GB/3.5 GB 31 MB/s 1m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 44% ▕███████ ▏ 1.6 GB/3.5 GB 31 MB/s 1m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 44% ▕███████ ▏ 1.6 GB/3.5 GB 31 MB/s 1m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 44% ▕███████ ▏ 1.6 GB/3.5 GB 31 MB/s 1m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 44% ▕███████ ▏ 1.6 GB/3.5 GB 31 MB/s 1m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 44% ▕███████ ▏ 1.6 GB/3.5 GB 31 MB/s 1m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 44% ▕███████ ▏ 1.6 GB/3.5 GB 31 MB/s 1m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 45% ▕███████ ▏ 1.6 GB/3.5 GB 31 MB/s 1m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 45% ▕███████ ▏ 1.6 GB/3.5 GB 31 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 45% ▕███████ ▏ 1.6 GB/3.5 GB 31 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 45% ▕███████ ▏ 1.6 GB/3.5 GB 31 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 45% ▕███████ ▏ 1.6 GB/3.5 GB 31 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 45% ▕███████ ▏ 1.6 GB/3.5 GB 30 MB/s 1m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 45% ▕███████ ▏ 1.6 GB/3.5 GB 30 MB/s 1m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 45% ▕███████ ▏ 1.6 GB/3.5 GB 30 MB/s 1m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 45% ▕███████ ▏ 1.6 GB/3.5 GB 30 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 45% ▕███████ ▏ 1.6 GB/3.5 GB 30 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 46% ▕███████ ▏ 1.6 GB/3.5 GB 30 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 46% ▕███████ ▏ 1.6 GB/3.5 GB 30 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 46% ▕███████ ▏ 1.6 GB/3.5 GB 30 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 46% ▕███████ ▏ 1.6 GB/3.5 GB 30 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 46% ▕███████ ▏ 1.6 GB/3.5 GB 30 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 46% ▕███████ ▏ 1.6 GB/3.5 GB 30 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 46% ▕███████ ▏ 1.6 GB/3.5 GB 30 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 46% ▕███████ ▏ 1.6 GB/3.5 GB 30 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 46% ▕███████ ▏ 1.6 GB/3.5 GB 30 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 46% ▕███████ ▏ 1.6 GB/3.5 GB 30 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 46% ▕███████ ▏ 1.6 GB/3.5 GB 30 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 46% ▕███████ ▏ 1.6 GB/3.5 GB 30 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 46% ▕███████ ▏ 1.6 GB/3.5 GB 30 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 46% ▕███████ ▏ 1.6 GB/3.5 GB 30 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 47% ▕███████ ▏ 1.6 GB/3.5 GB 30 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 47% ▕███████ ▏ 1.6 GB/3.5 GB 30 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 47% ▕███████ ▏ 1.6 GB/3.5 GB 30 MB/s 1m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 47% ▕███████ ▏ 1.6 GB/3.5 GB 30 MB/s 1m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 47% ▕███████ ▏ 1.6 GB/3.5 GB 30 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 47% ▕███████ ▏ 1.6 GB/3.5 GB 30 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 47% ▕███████ ▏ 1.6 GB/3.5 GB 30 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 47% ▕███████ ▏ 1.7 GB/3.5 GB 30 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 47% ▕███████ ▏ 1.7 GB/3.5 GB 30 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 47% ▕███████ ▏ 1.7 GB/3.5 GB 30 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 47% ▕███████ ▏ 1.7 GB/3.5 GB 30 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 47% ▕███████ ▏ 1.7 GB/3.5 GB 30 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 48% ▕███████ ▏ 1.7 GB/3.5 GB 29 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 48% ▕███████ ▏ 1.7 GB/3.5 GB 29 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 48% ▕███████ ▏ 1.7 GB/3.5 GB 29 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 48% ▕███████ ▏ 1.7 GB/3.5 GB 29 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 48% ▕███████ ▏ 1.7 GB/3.5 GB 29 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 48% ▕███████ ▏ 1.7 GB/3.5 GB 29 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 48% ▕███████ ▏ 1.7 GB/3.5 GB 29 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 48% ▕███████ ▏ 1.7 GB/3.5 GB 29 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 48% ▕███████ ▏ 1.7 GB/3.5 GB 29 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 48% ▕███████ ▏ 1.7 GB/3.5 GB 29 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 48% ▕███████ ▏ 1.7 GB/3.5 GB 28 MB/s 1m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 48% ▕███████ ▏ 1.7 GB/3.5 GB 28 MB/s 1m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 48% ▕███████ ▏ 1.7 GB/3.5 GB 28 MB/s 1m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 48% ▕███████ ▏ 1.7 GB/3.5 GB 28 MB/s 1m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 49% ▕███████ ▏ 1.7 GB/3.5 GB 28 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 49% ▕███████ ▏ 1.7 GB/3.5 GB 28 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 49% ▕███████ ▏ 1.7 GB/3.5 GB 28 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 49% ▕███████ ▏ 1.7 GB/3.5 GB 28 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 49% ▕███████ ▏ 1.7 GB/3.5 GB 28 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 49% ▕███████ ▏ 1.7 GB/3.5 GB 28 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 49% ▕███████ ▏ 1.7 GB/3.5 GB 26 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 49% ▕███████ ▏ 1.7 GB/3.5 GB 26 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 49% ▕███████ ▏ 1.7 GB/3.5 GB 26 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 49% ▕███████ ▏ 1.7 GB/3.5 GB 26 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 49% ▕███████ ▏ 1.7 GB/3.5 GB 26 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 50% ▕███████ ▏ 1.7 GB/3.5 GB 26 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 50% ▕███████ ▏ 1.7 GB/3.5 GB 26 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 50% ▕███████ ▏ 1.7 GB/3.5 GB 26 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 50% ▕███████ ▏ 1.8 GB/3.5 GB 26 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 50% ▕███████ ▏ 1.8 GB/3.5 GB 26 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 50% ▕███████ ▏ 1.8 GB/3.5 GB 26 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 50% ▕███████ ▏ 1.8 GB/3.5 GB 28 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 50% ▕████████ ▏ 1.8 GB/3.5 GB 28 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 50% ▕████████ ▏ 1.8 GB/3.5 GB 28 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 50% ▕████████ ▏ 1.8 GB/3.5 GB 28 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 50% ▕████████ ▏ 1.8 GB/3.5 GB 28 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 50% ▕████████ ▏ 1.8 GB/3.5 GB 28 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 51% ▕████████ ▏ 1.8 GB/3.5 GB 28 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 51% ▕████████ ▏ 1.8 GB/3.5 GB 28 MB/s 59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 51% ▕████████ ▏ 1.8 GB/3.5 GB 28 MB/s 59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 51% ▕████████ ▏ 1.8 GB/3.5 GB 28 MB/s 59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 51% ▕████████ ▏ 1.8 GB/3.5 GB 29 MB/s 59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 51% ▕████████ ▏ 1.8 GB/3.5 GB 29 MB/s 59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 51% ▕████████ ▏ 1.8 GB/3.5 GB 29 MB/s 59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 51% ▕████████ ▏ 1.8 GB/3.5 GB 29 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 51% ▕████████ ▏ 1.8 GB/3.5 GB 29 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 51% ▕████████ ▏ 1.8 GB/3.5 GB 29 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 51% ▕████████ ▏ 1.8 GB/3.5 GB 29 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 51% ▕████████ ▏ 1.8 GB/3.5 GB 29 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 51% ▕████████ ▏ 1.8 GB/3.5 GB 29 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 51% ▕████████ ▏ 1.8 GB/3.5 GB 29 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 51% ▕████████ ▏ 1.8 GB/3.5 GB 27 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 52% ▕████████ ▏ 1.8 GB/3.5 GB 27 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 52% ▕████████ ▏ 1.8 GB/3.5 GB 27 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 52% ▕████████ ▏ 1.8 GB/3.5 GB 27 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 52% ▕████████ ▏ 1.8 GB/3.5 GB 27 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 52% ▕████████ ▏ 1.8 GB/3.5 GB 27 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 52% ▕████████ ▏ 1.8 GB/3.5 GB 27 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 52% ▕████████ ▏ 1.8 GB/3.5 GB 27 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 52% ▕████████ ▏ 1.8 GB/3.5 GB 27 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 52% ▕████████ ▏ 1.8 GB/3.5 GB 27 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 52% ▕████████ ▏ 1.8 GB/3.5 GB 28 MB/s 59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 52% ▕████████ ▏ 1.8 GB/3.5 GB 28 MB/s 59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 53% ▕████████ ▏ 1.9 GB/3.5 GB 28 MB/s 59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 53% ▕████████ ▏ 1.9 GB/3.5 GB 28 MB/s 59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 53% ▕████████ ▏ 1.9 GB/3.5 GB 28 MB/s 59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 53% ▕████████ ▏ 1.9 GB/3.5 GB 28 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 53% ▕████████ ▏ 1.9 GB/3.5 GB 28 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 53% ▕████████ ▏ 1.9 GB/3.5 GB 28 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 53% ▕████████ ▏ 1.9 GB/3.5 GB 28 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 53% ▕████████ ▏ 1.9 GB/3.5 GB 28 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 53% ▕████████ ▏ 1.9 GB/3.5 GB 27 MB/s 59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 53% ▕████████ ▏ 1.9 GB/3.5 GB 27 MB/s 59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 53% ▕████████ ▏ 1.9 GB/3.5 GB 27 MB/s 59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 54% ▕████████ ▏ 1.9 GB/3.5 GB 27 MB/s 59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 54% ▕████████ ▏ 1.9 GB/3.5 GB 27 MB/s 59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 54% ▕████████ ▏ 1.9 GB/3.5 GB 27 MB/s 59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 54% ▕████████ ▏ 1.9 GB/3.5 GB 27 MB/s 59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 54% ▕████████ ▏ 1.9 GB/3.5 GB 27 MB/s 59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 54% ▕████████ ▏ 1.9 GB/3.5 GB 27 MB/s 59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 54% ▕████████ ▏ 1.9 GB/3.5 GB 27 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 54% ▕████████ ▏ 1.9 GB/3.5 GB 27 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 54% ▕████████ ▏ 1.9 GB/3.5 GB 28 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 54% ▕████████ ▏ 1.9 GB/3.5 GB 28 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 54% ▕████████ ▏ 1.9 GB/3.5 GB 28 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 54% ▕████████ ▏ 1.9 GB/3.5 GB 28 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 54% ▕████████ ▏ 1.9 GB/3.5 GB 28 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 54% ▕████████ ▏ 1.9 GB/3.5 GB 28 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 55% ▕████████ ▏ 1.9 GB/3.5 GB 28 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 55% ▕████████ ▏ 1.9 GB/3.5 GB 28 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 55% ▕████████ ▏ 1.9 GB/3.5 GB 28 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 55% ▕████████ ▏ 1.9 GB/3.5 GB 28 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 55% ▕████████ ▏ 1.9 GB/3.5 GB 28 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 55% ▕████████ ▏ 1.9 GB/3.5 GB 28 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 55% ▕████████ ▏ 1.9 GB/3.5 GB 28 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 55% ▕████████ ▏ 1.9 GB/3.5 GB 28 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 55% ▕████████ ▏ 1.9 GB/3.5 GB 28 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 55% ▕████████ ▏ 1.9 GB/3.5 GB 28 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 56% ▕████████ ▏ 2.0 GB/3.5 GB 28 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 56% ▕████████ ▏ 2.0 GB/3.5 GB 28 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 56% ▕████████ ▏ 2.0 GB/3.5 GB 28 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 56% ▕████████ ▏ 2.0 GB/3.5 GB 28 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 56% ▕████████ ▏ 2.0 GB/3.5 GB 29 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 56% ▕████████ ▏ 2.0 GB/3.5 GB 29 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 56% ▕████████ ▏ 2.0 GB/3.5 GB 29 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 56% ▕████████ ▏ 2.0 GB/3.5 GB 29 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 56% ▕████████ ▏ 2.0 GB/3.5 GB 29 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 56% ▕████████ ▏ 2.0 GB/3.5 GB 29 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 56% ▕████████ ▏ 2.0 GB/3.5 GB 29 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 56% ▕█████████ ▏ 2.0 GB/3.5 GB 29 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 57% ▕█████████ ▏ 2.0 GB/3.5 GB 29 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 57% ▕█████████ ▏ 2.0 GB/3.5 GB 29 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 57% ▕█████████ ▏ 2.0 GB/3.5 GB 30 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 57% ▕█████████ ▏ 2.0 GB/3.5 GB 30 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 57% ▕█████████ ▏ 2.0 GB/3.5 GB 30 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 57% ▕█████████ ▏ 2.0 GB/3.5 GB 30 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 57% ▕█████████ ▏ 2.0 GB/3.5 GB 30 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 57% ▕█████████ ▏ 2.0 GB/3.5 GB 30 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 57% ▕█████████ ▏ 2.0 GB/3.5 GB 30 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 57% ▕█████████ ▏ 2.0 GB/3.5 GB 30 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 57% ▕█████████ ▏ 2.0 GB/3.5 GB 30 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 57% ▕█████████ ▏ 2.0 GB/3.5 GB 30 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 57% ▕█████████ ▏ 2.0 GB/3.5 GB 29 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 57% ▕█████████ ▏ 2.0 GB/3.5 GB 29 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 57% ▕█████████ ▏ 2.0 GB/3.5 GB 29 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 58% ▕█████████ ▏ 2.0 GB/3.5 GB 29 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 58% ▕█████████ ▏ 2.0 GB/3.5 GB 29 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 58% ▕█████████ ▏ 2.0 GB/3.5 GB 29 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 58% ▕█████████ ▏ 2.0 GB/3.5 GB 29 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 58% ▕█████████ ▏ 2.0 GB/3.5 GB 29 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 58% ▕█████████ ▏ 2.0 GB/3.5 GB 29 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 58% ▕█████████ ▏ 2.0 GB/3.5 GB 29 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 58% ▕█████████ ▏ 2.0 GB/3.5 GB 29 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 58% ▕█████████ ▏ 2.0 GB/3.5 GB 28 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 58% ▕█████████ ▏ 2.1 GB/3.5 GB 28 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 58% ▕█████████ ▏ 2.1 GB/3.5 GB 28 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 58% ▕█████████ ▏ 2.1 GB/3.5 GB 28 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 58% ▕█████████ ▏ 2.1 GB/3.5 GB 28 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 58% ▕█████████ ▏ 2.1 GB/3.5 GB 28 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 58% ▕█████████ ▏ 2.1 GB/3.5 GB 28 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 59% ▕█████████ ▏ 2.1 GB/3.5 GB 28 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 59% ▕█████████ ▏ 2.1 GB/3.5 GB 28 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 59% ▕█████████ ▏ 2.1 GB/3.5 GB 28 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 59% ▕█████████ ▏ 2.1 GB/3.5 GB 29 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 59% ▕█████████ ▏ 2.1 GB/3.5 GB 29 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 59% ▕█████████ ▏ 2.1 GB/3.5 GB 29 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 59% ▕█████████ ▏ 2.1 GB/3.5 GB 29 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 59% ▕█████████ ▏ 2.1 GB/3.5 GB 29 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 59% ▕█████████ ▏ 2.1 GB/3.5 GB 29 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 59% ▕█████████ ▏ 2.1 GB/3.5 GB 29 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 59% ▕█████████ ▏ 2.1 GB/3.5 GB 29 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 60% ▕█████████ ▏ 2.1 GB/3.5 GB 29 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 60% ▕█████████ ▏ 2.1 GB/3.5 GB 29 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 60% ▕█████████ ▏ 2.1 GB/3.5 GB 28 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 60% ▕█████████ ▏ 2.1 GB/3.5 GB 28 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 60% ▕█████████ ▏ 2.1 GB/3.5 GB 28 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 60% ▕█████████ ▏ 2.1 GB/3.5 GB 28 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 60% ▕█████████ ▏ 2.1 GB/3.5 GB 28 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 60% ▕█████████ ▏ 2.1 GB/3.5 GB 28 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 60% ▕█████████ ▏ 2.1 GB/3.5 GB 28 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 60% ▕█████████ ▏ 2.1 GB/3.5 GB 28 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 60% ▕█████████ ▏ 2.1 GB/3.5 GB 28 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 60% ▕█████████ ▏ 2.1 GB/3.5 GB 28 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 61% ▕█████████ ▏ 2.1 GB/3.5 GB 28 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 61% ▕█████████ ▏ 2.1 GB/3.5 GB 28 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 61% ▕█████████ ▏ 2.1 GB/3.5 GB 28 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 61% ▕█████████ ▏ 2.1 GB/3.5 GB 28 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 61% ▕█████████ ▏ 2.1 GB/3.5 GB 28 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 61% ▕█████████ ▏ 2.1 GB/3.5 GB 28 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 61% ▕█████████ ▏ 2.1 GB/3.5 GB 28 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 61% ▕█████████ ▏ 2.1 GB/3.5 GB 28 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 61% ▕█████████ ▏ 2.1 GB/3.5 GB 28 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 61% ▕█████████ ▏ 2.2 GB/3.5 GB 28 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 61% ▕█████████ ▏ 2.2 GB/3.5 GB 29 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 61% ▕█████████ ▏ 2.2 GB/3.5 GB 29 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 62% ▕█████████ ▏ 2.2 GB/3.5 GB 29 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 62% ▕█████████ ▏ 2.2 GB/3.5 GB 29 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 62% ▕█████████ ▏ 2.2 GB/3.5 GB 29 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 62% ▕█████████ ▏ 2.2 GB/3.5 GB 29 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 62% ▕█████████ ▏ 2.2 GB/3.5 GB 29 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 62% ▕█████████ ▏ 2.2 GB/3.5 GB 29 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 62% ▕█████████ ▏ 2.2 GB/3.5 GB 29 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 62% ▕█████████ ▏ 2.2 GB/3.5 GB 29 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 62% ▕█████████ ▏ 2.2 GB/3.5 GB 29 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 62% ▕█████████ ▏ 2.2 GB/3.5 GB 28 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 62% ▕█████████ ▏ 2.2 GB/3.5 GB 28 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 62% ▕█████████ ▏ 2.2 GB/3.5 GB 28 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 62% ▕█████████ ▏ 2.2 GB/3.5 GB 28 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 62% ▕█████████ ▏ 2.2 GB/3.5 GB 28 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 62% ▕█████████ ▏ 2.2 GB/3.5 GB 28 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 62% ▕█████████ ▏ 2.2 GB/3.5 GB 28 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 62% ▕█████████ ▏ 2.2 GB/3.5 GB 28 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 63% ▕██████████ ▏ 2.2 GB/3.5 GB 28 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 63% ▕██████████ ▏ 2.2 GB/3.5 GB 28 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 63% ▕██████████ ▏ 2.2 GB/3.5 GB 27 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 63% ▕██████████ ▏ 2.2 GB/3.5 GB 27 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 63% ▕██████████ ▏ 2.2 GB/3.5 GB 27 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 63% ▕██████████ ▏ 2.2 GB/3.5 GB 27 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 63% ▕██████████ ▏ 2.2 GB/3.5 GB 27 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 63% ▕██████████ ▏ 2.2 GB/3.5 GB 27 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 63% ▕██████████ ▏ 2.2 GB/3.5 GB 27 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 63% ▕██████████ ▏ 2.2 GB/3.5 GB 27 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 63% ▕██████████ ▏ 2.2 GB/3.5 GB 27 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 63% ▕██████████ ▏ 2.2 GB/3.5 GB 27 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 63% ▕██████████ ▏ 2.2 GB/3.5 GB 26 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 64% ▕██████████ ▏ 2.2 GB/3.5 GB 26 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 64% ▕██████████ ▏ 2.2 GB/3.5 GB 26 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 64% ▕██████████ ▏ 2.2 GB/3.5 GB 26 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 64% ▕██████████ ▏ 2.2 GB/3.5 GB 26 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 64% ▕██████████ ▏ 2.3 GB/3.5 GB 26 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 64% ▕██████████ ▏ 2.3 GB/3.5 GB 26 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 64% ▕██████████ ▏ 2.3 GB/3.5 GB 26 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 64% ▕██████████ ▏ 2.3 GB/3.5 GB 26 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 64% ▕██████████ ▏ 2.3 GB/3.5 GB 26 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 64% ▕██████████ ▏ 2.3 GB/3.5 GB 27 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 65% ▕██████████ ▏ 2.3 GB/3.5 GB 27 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 65% ▕██████████ ▏ 2.3 GB/3.5 GB 27 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 65% ▕██████████ ▏ 2.3 GB/3.5 GB 27 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 65% ▕██████████ ▏ 2.3 GB/3.5 GB 27 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 65% ▕██████████ ▏ 2.3 GB/3.5 GB 27 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 65% ▕██████████ ▏ 2.3 GB/3.5 GB 27 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 65% ▕██████████ ▏ 2.3 GB/3.5 GB 27 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 65% ▕██████████ ▏ 2.3 GB/3.5 GB 27 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 65% ▕██████████ ▏ 2.3 GB/3.5 GB 27 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 65% ▕██████████ ▏ 2.3 GB/3.5 GB 28 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 65% ▕██████████ ▏ 2.3 GB/3.5 GB 28 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 65% ▕██████████ ▏ 2.3 GB/3.5 GB 28 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 65% ▕██████████ ▏ 2.3 GB/3.5 GB 28 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 65% ▕██████████ ▏ 2.3 GB/3.5 GB 28 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 66% ▕██████████ ▏ 2.3 GB/3.5 GB 28 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 66% ▕██████████ ▏ 2.3 GB/3.5 GB 28 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 66% ▕██████████ ▏ 2.3 GB/3.5 GB 28 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 66% ▕██████████ ▏ 2.3 GB/3.5 GB 28 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 66% ▕██████████ ▏ 2.3 GB/3.5 GB 28 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 66% ▕██████████ ▏ 2.3 GB/3.5 GB 28 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 66% ▕██████████ ▏ 2.3 GB/3.5 GB 27 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 66% ▕██████████ ▏ 2.3 GB/3.5 GB 27 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 66% ▕██████████ ▏ 2.3 GB/3.5 GB 27 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 66% ▕██████████ ▏ 2.3 GB/3.5 GB 27 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 66% ▕██████████ ▏ 2.3 GB/3.5 GB 27 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 66% ▕██████████ ▏ 2.3 GB/3.5 GB 27 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 66% ▕██████████ ▏ 2.3 GB/3.5 GB 27 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 67% ▕██████████ ▏ 2.3 GB/3.5 GB 27 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 67% ▕██████████ ▏ 2.3 GB/3.5 GB 27 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 67% ▕██████████ ▏ 2.3 GB/3.5 GB 27 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 67% ▕██████████ ▏ 2.4 GB/3.5 GB 27 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 67% ▕██████████ ▏ 2.4 GB/3.5 GB 27 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 67% ▕██████████ ▏ 2.4 GB/3.5 GB 27 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 67% ▕██████████ ▏ 2.4 GB/3.5 GB 27 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 67% ▕██████████ ▏ 2.4 GB/3.5 GB 27 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 67% ▕██████████ ▏ 2.4 GB/3.5 GB 27 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 67% ▕██████████ ▏ 2.4 GB/3.5 GB 27 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 67% ▕██████████ ▏ 2.4 GB/3.5 GB 27 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 67% ▕██████████ ▏ 2.4 GB/3.5 GB 27 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 68% ▕██████████ ▏ 2.4 GB/3.5 GB 27 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 68% ▕██████████ ▏ 2.4 GB/3.5 GB 27 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 68% ▕██████████ ▏ 2.4 GB/3.5 GB 27 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 68% ▕██████████ ▏ 2.4 GB/3.5 GB 27 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 68% ▕██████████ ▏ 2.4 GB/3.5 GB 27 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 68% ▕██████████ ▏ 2.4 GB/3.5 GB 27 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 68% ▕██████████ ▏ 2.4 GB/3.5 GB 27 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 68% ▕██████████ ▏ 2.4 GB/3.5 GB 27 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 68% ▕██████████ ▏ 2.4 GB/3.5 GB 27 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 68% ▕██████████ ▏ 2.4 GB/3.5 GB 27 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 68% ▕██████████ ▏ 2.4 GB/3.5 GB 27 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 68% ▕██████████ ▏ 2.4 GB/3.5 GB 27 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 68% ▕██████████ ▏ 2.4 GB/3.5 GB 27 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 68% ▕██████████ ▏ 2.4 GB/3.5 GB 27 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 69% ▕██████████ ▏ 2.4 GB/3.5 GB 27 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 69% ▕██████████ ▏ 2.4 GB/3.5 GB 27 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 69% ▕███████████ ▏ 2.4 GB/3.5 GB 27 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 69% ▕███████████ ▏ 2.4 GB/3.5 GB 27 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 69% ▕███████████ ▏ 2.4 GB/3.5 GB 27 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 69% ▕███████████ ▏ 2.4 GB/3.5 GB 27 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 69% ▕███████████ ▏ 2.4 GB/3.5 GB 27 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 69% ▕███████████ ▏ 2.4 GB/3.5 GB 28 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 69% ▕███████████ ▏ 2.4 GB/3.5 GB 28 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 69% ▕███████████ ▏ 2.4 GB/3.5 GB 28 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 69% ▕███████████ ▏ 2.4 GB/3.5 GB 28 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 70% ▕███████████ ▏ 2.4 GB/3.5 GB 28 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 70% ▕███████████ ▏ 2.4 GB/3.5 GB 28 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 70% ▕███████████ ▏ 2.5 GB/3.5 GB 28 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 70% ▕███████████ ▏ 2.5 GB/3.5 GB 28 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 70% ▕███████████ ▏ 2.5 GB/3.5 GB 28 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 70% ▕███████████ ▏ 2.5 GB/3.5 GB 28 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 70% ▕███████████ ▏ 2.5 GB/3.5 GB 28 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 70% ▕███████████ ▏ 2.5 GB/3.5 GB 28 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 70% ▕███████████ ▏ 2.5 GB/3.5 GB 28 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 70% ▕███████████ ▏ 2.5 GB/3.5 GB 28 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 70% ▕███████████ ▏ 2.5 GB/3.5 GB 28 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 70% ▕███████████ ▏ 2.5 GB/3.5 GB 28 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 70% ▕███████████ ▏ 2.5 GB/3.5 GB 28 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 70% ▕███████████ ▏ 2.5 GB/3.5 GB 28 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 70% ▕███████████ ▏ 2.5 GB/3.5 GB 28 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 70% ▕███████████ ▏ 2.5 GB/3.5 GB 28 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 71% ▕███████████ ▏ 2.5 GB/3.5 GB 28 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 71% ▕███████████ ▏ 2.5 GB/3.5 GB 28 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 71% ▕███████████ ▏ 2.5 GB/3.5 GB 28 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 71% ▕███████████ ▏ 2.5 GB/3.5 GB 28 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 71% ▕███████████ ▏ 2.5 GB/3.5 GB 28 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 71% ▕███████████ ▏ 2.5 GB/3.5 GB 28 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 71% ▕███████████ ▏ 2.5 GB/3.5 GB 28 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 71% ▕███████████ ▏ 2.5 GB/3.5 GB 28 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 71% ▕███████████ ▏ 2.5 GB/3.5 GB 28 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 71% ▕███████████ ▏ 2.5 GB/3.5 GB 28 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 72% ▕███████████ ▏ 2.5 GB/3.5 GB 28 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 72% ▕███████████ ▏ 2.5 GB/3.5 GB 28 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 72% ▕███████████ ▏ 2.5 GB/3.5 GB 28 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 72% ▕███████████ ▏ 2.5 GB/3.5 GB 28 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 72% ▕███████████ ▏ 2.5 GB/3.5 GB 28 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 72% ▕███████████ ▏ 2.5 GB/3.5 GB 28 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 72% ▕███████████ ▏ 2.5 GB/3.5 GB 28 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 72% ▕███████████ ▏ 2.5 GB/3.5 GB 28 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 72% ▕███████████ ▏ 2.5 GB/3.5 GB 28 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 72% ▕███████████ ▏ 2.5 GB/3.5 GB 28 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 72% ▕███████████ ▏ 2.6 GB/3.5 GB 28 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 73% ▕███████████ ▏ 2.6 GB/3.5 GB 28 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 73% ▕███████████ ▏ 2.6 GB/3.5 GB 28 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 73% ▕███████████ ▏ 2.6 GB/3.5 GB 28 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 73% ▕███████████ ▏ 2.6 GB/3.5 GB 28 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 73% ▕███████████ ▏ 2.6 GB/3.5 GB 28 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 73% ▕███████████ ▏ 2.6 GB/3.5 GB 28 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 73% ▕███████████ ▏ 2.6 GB/3.5 GB 28 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 73% ▕███████████ ▏ 2.6 GB/3.5 GB 28 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 73% ▕███████████ ▏ 2.6 GB/3.5 GB 28 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 74% ▕███████████ ▏ 2.6 GB/3.5 GB 28 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 74% ▕███████████ ▏ 2.6 GB/3.5 GB 29 MB/s 31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 74% ▕███████████ ▏ 2.6 GB/3.5 GB 29 MB/s 31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 74% ▕███████████ ▏ 2.6 GB/3.5 GB 29 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 74% ▕███████████ ▏ 2.6 GB/3.5 GB 29 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 74% ▕███████████ ▏ 2.6 GB/3.5 GB 29 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 74% ▕███████████ ▏ 2.6 GB/3.5 GB 29 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 74% ▕███████████ ▏ 2.6 GB/3.5 GB 29 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 74% ▕███████████ ▏ 2.6 GB/3.5 GB 29 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 74% ▕███████████ ▏ 2.6 GB/3.5 GB 29 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 74% ▕███████████ ▏ 2.6 GB/3.5 GB 29 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 74% ▕███████████ ▏ 2.6 GB/3.5 GB 29 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 74% ▕███████████ ▏ 2.6 GB/3.5 GB 30 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 75% ▕███████████ ▏ 2.6 GB/3.5 GB 30 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 75% ▕███████████ ▏ 2.6 GB/3.5 GB 30 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 75% ▕███████████ ▏ 2.6 GB/3.5 GB 30 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 75% ▕███████████ ▏ 2.6 GB/3.5 GB 30 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 75% ▕███████████ ▏ 2.6 GB/3.5 GB 30 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 75% ▕███████████ ▏ 2.6 GB/3.5 GB 30 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 75% ▕████████████ ▏ 2.6 GB/3.5 GB 30 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 75% ▕████████████ ▏ 2.6 GB/3.5 GB 30 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 75% ▕████████████ ▏ 2.6 GB/3.5 GB 30 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 75% ▕████████████ ▏ 2.7 GB/3.5 GB 30 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 75% ▕████████████ ▏ 2.7 GB/3.5 GB 30 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 76% ▕████████████ ▏ 2.7 GB/3.5 GB 30 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 76% ▕████████████ ▏ 2.7 GB/3.5 GB 30 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 76% ▕████████████ ▏ 2.7 GB/3.5 GB 30 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 76% ▕████████████ ▏ 2.7 GB/3.5 GB 30 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 76% ▕████████████ ▏ 2.7 GB/3.5 GB 30 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 76% ▕████████████ ▏ 2.7 GB/3.5 GB 30 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 76% ▕████████████ ▏ 2.7 GB/3.5 GB 30 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 76% ▕████████████ ▏ 2.7 GB/3.5 GB 30 MB/s 27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 76% ▕████████████ ▏ 2.7 GB/3.5 GB 29 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 76% ▕████████████ ▏ 2.7 GB/3.5 GB 29 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 76% ▕████████████ ▏ 2.7 GB/3.5 GB 29 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 76% ▕████████████ ▏ 2.7 GB/3.5 GB 29 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 76% ▕████████████ ▏ 2.7 GB/3.5 GB 29 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 76% ▕████████████ ▏ 2.7 GB/3.5 GB 29 MB/s 27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 76% ▕████████████ ▏ 2.7 GB/3.5 GB 29 MB/s 27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 76% ▕████████████ ▏ 2.7 GB/3.5 GB 29 MB/s 27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 77% ▕████████████ ▏ 2.7 GB/3.5 GB 29 MB/s 27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 77% ▕████████████ ▏ 2.7 GB/3.5 GB 29 MB/s 27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 77% ▕████████████ ▏ 2.7 GB/3.5 GB 29 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 77% ▕████████████ ▏ 2.7 GB/3.5 GB 29 MB/s 27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 77% ▕████████████ ▏ 2.7 GB/3.5 GB 29 MB/s 27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 77% ▕████████████ ▏ 2.7 GB/3.5 GB 29 MB/s 27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 77% ▕████████████ ▏ 2.7 GB/3.5 GB 29 MB/s 27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 77% ▕████████████ ▏ 2.7 GB/3.5 GB 29 MB/s 27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 77% ▕████████████ ▏ 2.7 GB/3.5 GB 29 MB/s 27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 77% ▕████████████ ▏ 2.7 GB/3.5 GB 29 MB/s 27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 77% ▕████████████ ▏ 2.7 GB/3.5 GB 29 MB/s 27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 77% ▕████████████ ▏ 2.7 GB/3.5 GB 29 MB/s 27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 78% ▕████████████ ▏ 2.7 GB/3.5 GB 29 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 78% ▕████████████ ▏ 2.7 GB/3.5 GB 29 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 78% ▕████████████ ▏ 2.7 GB/3.5 GB 29 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 78% ▕████████████ ▏ 2.7 GB/3.5 GB 29 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 78% ▕████████████ ▏ 2.7 GB/3.5 GB 29 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 78% ▕████████████ ▏ 2.7 GB/3.5 GB 29 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 78% ▕████████████ ▏ 2.7 GB/3.5 GB 29 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 78% ▕████████████ ▏ 2.7 GB/3.5 GB 29 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 78% ▕████████████ ▏ 2.7 GB/3.5 GB 29 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 78% ▕████████████ ▏ 2.7 GB/3.5 GB 29 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 78% ▕████████████ ▏ 2.8 GB/3.5 GB 29 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 78% ▕████████████ ▏ 2.8 GB/3.5 GB 29 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 78% ▕████████████ ▏ 2.8 GB/3.5 GB 29 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 78% ▕████████████ ▏ 2.8 GB/3.5 GB 29 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 78% ▕████████████ ▏ 2.8 GB/3.5 GB 29 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 79% ▕████████████ ▏ 2.8 GB/3.5 GB 29 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 79% ▕████████████ ▏ 2.8 GB/3.5 GB 29 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 79% ▕████████████ ▏ 2.8 GB/3.5 GB 29 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 79% ▕████████████ ▏ 2.8 GB/3.5 GB 29 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 79% ▕████████████ ▏ 2.8 GB/3.5 GB 29 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 79% ▕████████████ ▏ 2.8 GB/3.5 GB 29 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 79% ▕████████████ ▏ 2.8 GB/3.5 GB 28 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 79% ▕████████████ ▏ 2.8 GB/3.5 GB 28 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 79% ▕████████████ ▏ 2.8 GB/3.5 GB 28 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 79% ▕████████████ ▏ 2.8 GB/3.5 GB 28 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 79% ▕████████████ ▏ 2.8 GB/3.5 GB 28 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 79% ▕████████████ ▏ 2.8 GB/3.5 GB 28 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 79% ▕████████████ ▏ 2.8 GB/3.5 GB 28 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 80% ▕████████████ ▏ 2.8 GB/3.5 GB 28 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 80% ▕████████████ ▏ 2.8 GB/3.5 GB 28 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 80% ▕████████████ ▏ 2.8 GB/3.5 GB 28 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 80% ▕████████████ ▏ 2.8 GB/3.5 GB 28 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 80% ▕████████████ ▏ 2.8 GB/3.5 GB 28 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 80% ▕████████████ ▏ 2.8 GB/3.5 GB 28 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 80% ▕████████████ ▏ 2.8 GB/3.5 GB 28 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 80% ▕████████████ ▏ 2.8 GB/3.5 GB 28 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 80% ▕████████████ ▏ 2.8 GB/3.5 GB 28 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 80% ▕████████████ ▏ 2.8 GB/3.5 GB 28 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 80% ▕████████████ ▏ 2.8 GB/3.5 GB 28 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 81% ▕████████████ ▏ 2.8 GB/3.5 GB 28 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 81% ▕████████████ ▏ 2.8 GB/3.5 GB 28 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 81% ▕████████████ ▏ 2.8 GB/3.5 GB 27 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 81% ▕████████████ ▏ 2.8 GB/3.5 GB 27 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 81% ▕████████████ ▏ 2.8 GB/3.5 GB 27 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 81% ▕████████████ ▏ 2.8 GB/3.5 GB 27 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 81% ▕████████████ ▏ 2.8 GB/3.5 GB 27 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 81% ▕████████████ ▏ 2.9 GB/3.5 GB 27 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 81% ▕████████████ ▏ 2.9 GB/3.5 GB 27 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 81% ▕████████████ ▏ 2.9 GB/3.5 GB 27 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 81% ▕████████████ ▏ 2.9 GB/3.5 GB 27 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 81% ▕████████████ ▏ 2.9 GB/3.5 GB 27 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 81% ▕█████████████ ▏ 2.9 GB/3.5 GB 27 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 81% ▕█████████████ ▏ 2.9 GB/3.5 GB 27 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 81% ▕█████████████ ▏ 2.9 GB/3.5 GB 27 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 82% ▕█████████████ ▏ 2.9 GB/3.5 GB 27 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 82% ▕█████████████ ▏ 2.9 GB/3.5 GB 27 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 82% ▕█████████████ ▏ 2.9 GB/3.5 GB 27 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 82% ▕█████████████ ▏ 2.9 GB/3.5 GB 27 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 82% ▕█████████████ ▏ 2.9 GB/3.5 GB 27 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 82% ▕█████████████ ▏ 2.9 GB/3.5 GB 27 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 82% ▕█████████████ ▏ 2.9 GB/3.5 GB 27 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 82% ▕█████████████ ▏ 2.9 GB/3.5 GB 27 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 82% ▕█████████████ ▏ 2.9 GB/3.5 GB 26 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 82% ▕█████████████ ▏ 2.9 GB/3.5 GB 26 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 82% ▕█████████████ ▏ 2.9 GB/3.5 GB 26 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 82% ▕█████████████ ▏ 2.9 GB/3.5 GB 26 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 82% ▕█████████████ ▏ 2.9 GB/3.5 GB 26 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 83% ▕█████████████ ▏ 2.9 GB/3.5 GB 26 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 83% ▕█████████████ ▏ 2.9 GB/3.5 GB 26 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 83% ▕█████████████ ▏ 2.9 GB/3.5 GB 26 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 83% ▕█████████████ ▏ 2.9 GB/3.5 GB 26 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 83% ▕█████████████ ▏ 2.9 GB/3.5 GB 26 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 83% ▕█████████████ ▏ 2.9 GB/3.5 GB 26 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 83% ▕█████████████ ▏ 2.9 GB/3.5 GB 26 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 83% ▕█████████████ ▏ 2.9 GB/3.5 GB 26 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 83% ▕█████████████ ▏ 2.9 GB/3.5 GB 26 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 83% ▕█████████████ ▏ 2.9 GB/3.5 GB 26 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 83% ▕█████████████ ▏ 2.9 GB/3.5 GB 26 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 83% ▕█████████████ ▏ 2.9 GB/3.5 GB 26 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 83% ▕█████████████ ▏ 2.9 GB/3.5 GB 26 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 83% ▕█████████████ ▏ 2.9 GB/3.5 GB 26 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 84% ▕█████████████ ▏ 2.9 GB/3.5 GB 26 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 84% ▕█████████████ ▏ 2.9 GB/3.5 GB 27 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 84% ▕█████████████ ▏ 2.9 GB/3.5 GB 27 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 84% ▕█████████████ ▏ 2.9 GB/3.5 GB 27 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 84% ▕█████████████ ▏ 2.9 GB/3.5 GB 27 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 84% ▕█████████████ ▏ 3.0 GB/3.5 GB 27 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 84% ▕█████████████ ▏ 3.0 GB/3.5 GB 27 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 84% ▕█████████████ ▏ 3.0 GB/3.5 GB 27 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 84% ▕█████████████ ▏ 3.0 GB/3.5 GB 27 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 84% ▕█████████████ ▏ 3.0 GB/3.5 GB 27 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 84% ▕█████████████ ▏ 3.0 GB/3.5 GB 27 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 84% ▕█████████████ ▏ 3.0 GB/3.5 GB 26 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 84% ▕█████████████ ▏ 3.0 GB/3.5 GB 26 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 84% ▕█████████████ ▏ 3.0 GB/3.5 GB 26 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 85% ▕█████████████ ▏ 3.0 GB/3.5 GB 26 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 85% ▕█████████████ ▏ 3.0 GB/3.5 GB 26 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 85% ▕█████████████ ▏ 3.0 GB/3.5 GB 26 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 85% ▕█████████████ ▏ 3.0 GB/3.5 GB 26 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 85% ▕█████████████ ▏ 3.0 GB/3.5 GB 26 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 85% ▕█████████████ ▏ 3.0 GB/3.5 GB 26 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 85% ▕█████████████ ▏ 3.0 GB/3.5 GB 26 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 85% ▕█████████████ ▏ 3.0 GB/3.5 GB 27 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 85% ▕█████████████ ▏ 3.0 GB/3.5 GB 27 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 85% ▕█████████████ ▏ 3.0 GB/3.5 GB 27 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 85% ▕█████████████ ▏ 3.0 GB/3.5 GB 27 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 85% ▕█████████████ ▏ 3.0 GB/3.5 GB 27 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 85% ▕█████████████ ▏ 3.0 GB/3.5 GB 27 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 86% ▕█████████████ ▏ 3.0 GB/3.5 GB 27 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 86% ▕█████████████ ▏ 3.0 GB/3.5 GB 27 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 86% ▕█████████████ ▏ 3.0 GB/3.5 GB 27 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 86% ▕█████████████ ▏ 3.0 GB/3.5 GB 27 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 86% ▕█████████████ ▏ 3.0 GB/3.5 GB 27 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 86% ▕█████████████ ▏ 3.0 GB/3.5 GB 27 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 86% ▕█████████████ ▏ 3.0 GB/3.5 GB 27 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 86% ▕█████████████ ▏ 3.0 GB/3.5 GB 27 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 86% ▕█████████████ ▏ 3.0 GB/3.5 GB 27 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 86% ▕█████████████ ▏ 3.0 GB/3.5 GB 27 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 86% ▕█████████████ ▏ 3.0 GB/3.5 GB 27 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 86% ▕█████████████ ▏ 3.0 GB/3.5 GB 27 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 86% ▕█████████████ ▏ 3.0 GB/3.5 GB 27 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 87% ▕█████████████ ▏ 3.0 GB/3.5 GB 27 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 87% ▕█████████████ ▏ 3.0 GB/3.5 GB 27 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 87% ▕█████████████ ▏ 3.1 GB/3.5 GB 26 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 87% ▕█████████████ ▏ 3.1 GB/3.5 GB 26 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 87% ▕█████████████ ▏ 3.1 GB/3.5 GB 26 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 87% ▕█████████████ ▏ 3.1 GB/3.5 GB 26 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 87% ▕█████████████ ▏ 3.1 GB/3.5 GB 26 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 87% ▕█████████████ ▏ 3.1 GB/3.5 GB 26 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 87% ▕█████████████ ▏ 3.1 GB/3.5 GB 26 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 87% ▕█████████████ ▏ 3.1 GB/3.5 GB 26 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 87% ▕█████████████ ▏ 3.1 GB/3.5 GB 26 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 87% ▕█████████████ ▏ 3.1 GB/3.5 GB 26 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 87% ▕█████████████ ▏ 3.1 GB/3.5 GB 26 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 87% ▕█████████████ ▏ 3.1 GB/3.5 GB 26 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 88% ▕██████████████ ▏ 3.1 GB/3.5 GB 26 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 88% ▕██████████████ ▏ 3.1 GB/3.5 GB 26 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 88% ▕██████████████ ▏ 3.1 GB/3.5 GB 26 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 88% ▕██████████████ ▏ 3.1 GB/3.5 GB 26 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 88% ▕██████████████ ▏ 3.1 GB/3.5 GB 26 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 88% ▕██████████████ ▏ 3.1 GB/3.5 GB 26 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 88% ▕██████████████ ▏ 3.1 GB/3.5 GB 26 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 88% ▕██████████████ ▏ 3.1 GB/3.5 GB 26 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 88% ▕██████████████ ▏ 3.1 GB/3.5 GB 26 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 88% ▕██████████████ ▏ 3.1 GB/3.5 GB 26 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 88% ▕██████████████ ▏ 3.1 GB/3.5 GB 26 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 88% ▕██████████████ ▏ 3.1 GB/3.5 GB 26 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 88% ▕██████████████ ▏ 3.1 GB/3.5 GB 26 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 89% ▕██████████████ ▏ 3.1 GB/3.5 GB 26 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 89% ▕██████████████ ▏ 3.1 GB/3.5 GB 26 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 89% ▕██████████████ ▏ 3.1 GB/3.5 GB 26 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 89% ▕██████████████ ▏ 3.1 GB/3.5 GB 26 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 89% ▕██████████████ ▏ 3.1 GB/3.5 GB 26 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 89% ▕██████████████ ▏ 3.1 GB/3.5 GB 27 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 89% ▕██████████████ ▏ 3.1 GB/3.5 GB 27 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 89% ▕██████████████ ▏ 3.1 GB/3.5 GB 27 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 89% ▕██████████████ ▏ 3.1 GB/3.5 GB 27 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 89% ▕██████████████ ▏ 3.1 GB/3.5 GB 27 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 89% ▕██████████████ ▏ 3.1 GB/3.5 GB 27 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 90% ▕██████████████ ▏ 3.1 GB/3.5 GB 27 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 90% ▕██████████████ ▏ 3.2 GB/3.5 GB 27 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 90% ▕██████████████ ▏ 3.2 GB/3.5 GB 27 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 90% ▕██████████████ ▏ 3.2 GB/3.5 GB 27 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 90% ▕██████████████ ▏ 3.2 GB/3.5 GB 27 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 90% ▕██████████████ ▏ 3.2 GB/3.5 GB 27 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 90% ▕██████████████ ▏ 3.2 GB/3.5 GB 27 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 90% ▕██████████████ ▏ 3.2 GB/3.5 GB 27 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 90% ▕██████████████ ▏ 3.2 GB/3.5 GB 27 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 90% ▕██████████████ ▏ 3.2 GB/3.5 GB 27 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 90% ▕██████████████ ▏ 3.2 GB/3.5 GB 27 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 90% ▕██████████████ ▏ 3.2 GB/3.5 GB 27 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 90% ▕██████████████ ▏ 3.2 GB/3.5 GB 27 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 90% ▕██████████████ ▏ 3.2 GB/3.5 GB 27 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 90% ▕██████████████ ▏ 3.2 GB/3.5 GB 27 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 90% ▕██████████████ ▏ 3.2 GB/3.5 GB 26 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 91% ▕██████████████ ▏ 3.2 GB/3.5 GB 26 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 91% ▕██████████████ ▏ 3.2 GB/3.5 GB 26 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 91% ▕██████████████ ▏ 3.2 GB/3.5 GB 26 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 91% ▕██████████████ ▏ 3.2 GB/3.5 GB 26 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 91% ▕██████████████ ▏ 3.2 GB/3.5 GB 26 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 91% ▕██████████████ ▏ 3.2 GB/3.5 GB 26 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 91% ▕██████████████ ▏ 3.2 GB/3.5 GB 26 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 91% ▕██████████████ ▏ 3.2 GB/3.5 GB 26 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 91% ▕██████████████ ▏ 3.2 GB/3.5 GB 26 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 91% ▕██████████████ ▏ 3.2 GB/3.5 GB 27 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 91% ▕██████████████ ▏ 3.2 GB/3.5 GB 27 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 91% ▕██████████████ ▏ 3.2 GB/3.5 GB 27 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 92% ▕██████████████ ▏ 3.2 GB/3.5 GB 27 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 92% ▕██████████████ ▏ 3.2 GB/3.5 GB 27 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 92% ▕██████████████ ▏ 3.2 GB/3.5 GB 27 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 92% ▕██████████████ ▏ 3.2 GB/3.5 GB 27 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 92% ▕██████████████ ▏ 3.2 GB/3.5 GB 27 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 92% ▕██████████████ ▏ 3.2 GB/3.5 GB 27 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 92% ▕██████████████ ▏ 3.2 GB/3.5 GB 27 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 92% ▕██████████████ ▏ 3.2 GB/3.5 GB 26 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 92% ▕██████████████ ▏ 3.2 GB/3.5 GB 26 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 92% ▕██████████████ ▏ 3.2 GB/3.5 GB 26 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 92% ▕██████████████ ▏ 3.2 GB/3.5 GB 26 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 92% ▕██████████████ ▏ 3.2 GB/3.5 GB 26 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 92% ▕██████████████ ▏ 3.2 GB/3.5 GB 26 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 92% ▕██████████████ ▏ 3.3 GB/3.5 GB 26 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 93% ▕██████████████ ▏ 3.3 GB/3.5 GB 26 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 93% ▕██████████████ ▏ 3.3 GB/3.5 GB 26 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 93% ▕██████████████ ▏ 3.3 GB/3.5 GB 26 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 93% ▕██████████████ ▏ 3.3 GB/3.5 GB 26 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 93% ▕██████████████ ▏ 3.3 GB/3.5 GB 26 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 93% ▕██████████████ ▏ 3.3 GB/3.5 GB 26 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 93% ▕██████████████ ▏ 3.3 GB/3.5 GB 26 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 93% ▕██████████████ ▏ 3.3 GB/3.5 GB 26 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 93% ▕██████████████ ▏ 3.3 GB/3.5 GB 26 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 93% ▕██████████████ ▏ 3.3 GB/3.5 GB 26 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 93% ▕██████████████ ▏ 3.3 GB/3.5 GB 26 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 93% ▕██████████████ ▏ 3.3 GB/3.5 GB 26 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 93% ▕██████████████ ▏ 3.3 GB/3.5 GB 26 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 93% ▕██████████████ ▏ 3.3 GB/3.5 GB 26 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 93% ▕██████████████ ▏ 3.3 GB/3.5 GB 26 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 94% ▕██████████████ ▏ 3.3 GB/3.5 GB 26 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 94% ▕██████████████ ▏ 3.3 GB/3.5 GB 26 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 94% ▕███████████████ ▏ 3.3 GB/3.5 GB 26 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 94% ▕███████████████ ▏ 3.3 GB/3.5 GB 26 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 94% ▕███████████████ ▏ 3.3 GB/3.5 GB 26 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 94% ▕███████████████ ▏ 3.3 GB/3.5 GB 26 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 94% ▕███████████████ ▏ 3.3 GB/3.5 GB 26 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 94% ▕███████████████ ▏ 3.3 GB/3.5 GB 26 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 94% ▕███████████████ ▏ 3.3 GB/3.5 GB 26 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 94% ▕███████████████ ▏ 3.3 GB/3.5 GB 26 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 94% ▕███████████████ ▏ 3.3 GB/3.5 GB 26 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 94% ▕███████████████ ▏ 3.3 GB/3.5 GB 26 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 95% ▕███████████████ ▏ 3.3 GB/3.5 GB 26 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 95% ▕███████████████ ▏ 3.3 GB/3.5 GB 26 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 95% ▕███████████████ ▏ 3.3 GB/3.5 GB 26 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 95% ▕███████████████ ▏ 3.3 GB/3.5 GB 26 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 95% ▕███████████████ ▏ 3.3 GB/3.5 GB 26 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 95% ▕███████████████ ▏ 3.3 GB/3.5 GB 26 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 95% ▕███████████████ ▏ 3.3 GB/3.5 GB 26 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 95% ▕███████████████ ▏ 3.3 GB/3.5 GB 26 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 95% ▕███████████████ ▏ 3.3 GB/3.5 GB 26 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 95% ▕███████████████ ▏ 3.4 GB/3.5 GB 26 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 95% ▕███████████████ ▏ 3.4 GB/3.5 GB 26 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 95% ▕███████████████ ▏ 3.4 GB/3.5 GB 26 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 95% ▕███████████████ ▏ 3.4 GB/3.5 GB 26 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 96% ▕███████████████ ▏ 3.4 GB/3.5 GB 26 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 96% ▕███████████████ ▏ 3.4 GB/3.5 GB 26 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 96% ▕███████████████ ▏ 3.4 GB/3.5 GB 26 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 96% ▕███████████████ ▏ 3.4 GB/3.5 GB 26 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 96% ▕███████████████ ▏ 3.4 GB/3.5 GB 26 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 96% ▕███████████████ ▏ 3.4 GB/3.5 GB 26 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 96% ▕███████████████ ▏ 3.4 GB/3.5 GB 26 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 96% ▕███████████████ ▏ 3.4 GB/3.5 GB 26 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 96% ▕███████████████ ▏ 3.4 GB/3.5 GB 26 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 96% ▕███████████████ ▏ 3.4 GB/3.5 GB 26 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 96% ▕███████████████ ▏ 3.4 GB/3.5 GB 26 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 96% ▕███████████████ ▏ 3.4 GB/3.5 GB 26 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 96% ▕███████████████ ▏ 3.4 GB/3.5 GB 26 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 96% ▕███████████████ ▏ 3.4 GB/3.5 GB 26 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 97% ▕███████████████ ▏ 3.4 GB/3.5 GB 26 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 97% ▕███████████████ ▏ 3.4 GB/3.5 GB 26 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 97% ▕███████████████ ▏ 3.4 GB/3.5 GB 26 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 97% ▕███████████████ ▏ 3.4 GB/3.5 GB 26 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 97% ▕███████████████ ▏ 3.4 GB/3.5 GB 26 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 97% ▕███████████████ ▏ 3.4 GB/3.5 GB 26 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 97% ▕███████████████ ▏ 3.4 GB/3.5 GB 26 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 97% ▕███████████████ ▏ 3.4 GB/3.5 GB 26 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 97% ▕███████████████ ▏ 3.4 GB/3.5 GB 26 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 97% ▕███████████████ ▏ 3.4 GB/3.5 GB 26 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 97% ▕███████████████ ▏ 3.4 GB/3.5 GB 26 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 97% ▕███████████████ ▏ 3.4 GB/3.5 GB 26 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 98% ▕███████████████ ▏ 3.4 GB/3.5 GB 26 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 98% ▕███████████████ ▏ 3.4 GB/3.5 GB 26 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 98% ▕███████████████ ▏ 3.4 GB/3.5 GB 26 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 98% ▕███████████████ ▏ 3.4 GB/3.5 GB 26 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 98% ▕███████████████ ▏ 3.4 GB/3.5 GB 26 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 98% ▕███████████████ ▏ 3.4 GB/3.5 GB 26 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 98% ▕███████████████ ▏ 3.4 GB/3.5 GB 26 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 98% ▕███████████████ ▏ 3.4 GB/3.5 GB 26 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 98% ▕███████████████ ▏ 3.5 GB/3.5 GB 26 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 98% ▕███████████████ ▏ 3.5 GB/3.5 GB 26 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 98% ▕███████████████ ▏ 3.5 GB/3.5 GB 26 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 98% ▕███████████████ ▏ 3.5 GB/3.5 GB 26 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 98% ▕███████████████ ▏ 3.5 GB/3.5 GB 26 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 98% ▕███████████████ ▏ 3.5 GB/3.5 GB 26 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 99% ▕███████████████ ▏ 3.5 GB/3.5 GB 26 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 99% ▕███████████████ ▏ 3.5 GB/3.5 GB 26 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 99% ▕███████████████ ▏ 3.5 GB/3.5 GB 26 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 99% ▕███████████████ ▏ 3.5 GB/3.5 GB 26 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 99% ▕███████████████ ▏ 3.5 GB/3.5 GB 26 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 99% ▕███████████████ ▏ 3.5 GB/3.5 GB 27 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 99% ▕███████████████ ▏ 3.5 GB/3.5 GB 27 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 99% ▕███████████████ ▏ 3.5 GB/3.5 GB 27 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 99% ▕███████████████ ▏ 3.5 GB/3.5 GB 27 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 99% ▕███████████████ ▏ 3.5 GB/3.5 GB 27 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 99% ▕███████████████ ▏ 3.5 GB/3.5 GB 27 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 99% ▕███████████████ ▏ 3.5 GB/3.5 GB 27 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 99% ▕███████████████ ▏ 3.5 GB/3.5 GB 27 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 99% ▕███████████████ ▏ 3.5 GB/3.5 GB 27 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕███████████████ ▏ 3.5 GB/3.5 GB 27 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕███████████████ ▏ 3.5 GB/3.5 GB 26 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕███████████████ ▏ 3.5 GB/3.5 GB 26 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕███████████████ ▏ 3.5 GB/3.5 GB 26 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕███████████████ ▏ 3.5 GB/3.5 GB 26 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕███████████████ ▏ 3.5 GB/3.5 GB 26 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕███████████████ ▏ 3.5 GB/3.5 GB 26 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "copied 'notus:q5_0' to 'argilla/notus:q5_0'\n", + "\u001b[?25lretrieving manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 0% ▕ ▏ 2.1 MB/5.0 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 0% ▕ ▏ 2.1 MB/5.0 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 0% ▕ ▏ 2.1 MB/5.0 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 0% ▕ ▏ 2.1 MB/5.0 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 0% ▕ ▏ 2.1 MB/5.0 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 0% ▕ ▏ 3.2 MB/5.0 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 0% ▕ ▏ 3.2 MB/5.0 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 0% ▕ ▏ 0 B/5.0 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 0% ▕ ▏ 2.1 MB/5.0 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 0% ▕ ▏ 3.3 MB/5.0 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 0% ▕ ▏ 4.5 MB/5.0 GB 3.7 MB/s 22m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 0% ▕ ▏ 10 MB/5.0 GB 3.7 MB/s 22m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 0% ▕ ▏ 15 MB/5.0 GB 3.7 MB/s 22m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 0% ▕ ▏ 18 MB/5.0 GB 3.7 MB/s 22m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 0% ▕ ▏ 22 MB/5.0 GB 3.7 MB/s 22m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 1% ▕ ▏ 29 MB/5.0 GB 3.7 MB/s 22m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 1% ▕ ▏ 30 MB/5.0 GB 3.7 MB/s 22m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 1% ▕ ▏ 38 MB/5.0 GB 3.7 MB/s 22m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 1% ▕ ▏ 43 MB/5.0 GB 3.7 MB/s 22m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 1% ▕ ▏ 41 MB/5.0 GB 3.7 MB/s 22m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 1% ▕ ▏ 47 MB/5.0 GB 23 MB/s 3m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 1% ▕ ▏ 52 MB/5.0 GB 23 MB/s 3m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 1% ▕ ▏ 56 MB/5.0 GB 23 MB/s 3m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 1% ▕ ▏ 61 MB/5.0 GB 23 MB/s 3m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 1% ▕ ▏ 70 MB/5.0 GB 23 MB/s 3m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 1% ▕ ▏ 72 MB/5.0 GB 23 MB/s 3m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 2% ▕ ▏ 76 MB/5.0 GB 23 MB/s 3m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 2% ▕ ▏ 84 MB/5.0 GB 23 MB/s 3m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 2% ▕ ▏ 87 MB/5.0 GB 23 MB/s 3m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 2% ▕ ▏ 91 MB/5.0 GB 23 MB/s 3m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 2% ▕ ▏ 90 MB/5.0 GB 29 MB/s 2m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 2% ▕ ▏ 91 MB/5.0 GB 29 MB/s 2m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 2% ▕ ▏ 97 MB/5.0 GB 29 MB/s 2m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 2% ▕ ▏ 100 MB/5.0 GB 29 MB/s 2m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 2% ▕ ▏ 105 MB/5.0 GB 29 MB/s 2m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 2% ▕ ▏ 111 MB/5.0 GB 29 MB/s 2m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 2% ▕ ▏ 117 MB/5.0 GB 29 MB/s 2m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 2% ▕ ▏ 120 MB/5.0 GB 29 MB/s 2m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 2% ▕ ▏ 123 MB/5.0 GB 29 MB/s 2m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 2% ▕ ▏ 122 MB/5.0 GB 29 MB/s 2m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 3% ▕ ▏ 126 MB/5.0 GB 29 MB/s 2m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 3% ▕ ▏ 132 MB/5.0 GB 32 MB/s 2m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 3% ▕ ▏ 135 MB/5.0 GB 32 MB/s 2m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 3% ▕ ▏ 137 MB/5.0 GB 32 MB/s 2m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 3% ▕ ▏ 145 MB/5.0 GB 32 MB/s 2m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 3% ▕ ▏ 148 MB/5.0 GB 32 MB/s 2m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 3% ▕ ▏ 149 MB/5.0 GB 32 MB/s 2m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 3% ▕ ▏ 154 MB/5.0 GB 32 MB/s 2m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 3% ▕ ▏ 161 MB/5.0 GB 32 MB/s 2m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 3% ▕ ▏ 162 MB/5.0 GB 32 MB/s 2m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 3% ▕ ▏ 162 MB/5.0 GB 32 MB/s 2m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 3% ▕ ▏ 163 MB/5.0 GB 32 MB/s 2m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 3% ▕ ▏ 163 MB/5.0 GB 32 MB/s 2m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 3% ▕ ▏ 170 MB/5.0 GB 32 MB/s 2m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 4% ▕ ▏ 175 MB/5.0 GB 32 MB/s 2m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 4% ▕ ▏ 177 MB/5.0 GB 32 MB/s 2m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 4% ▕ ▏ 184 MB/5.0 GB 32 MB/s 2m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 4% ▕ ▏ 189 MB/5.0 GB 32 MB/s 2m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 4% ▕ ▏ 190 MB/5.0 GB 32 MB/s 2m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 4% ▕ ▏ 196 MB/5.0 GB 32 MB/s 2m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 4% ▕ ▏ 203 MB/5.0 GB 32 MB/s 2m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 4% ▕ ▏ 205 MB/5.0 GB 34 MB/s 2m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 4% ▕ ▏ 210 MB/5.0 GB 34 MB/s 2m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 4% ▕ ▏ 210 MB/5.0 GB 34 MB/s 2m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 4% ▕ ▏ 209 MB/5.0 GB 34 MB/s 2m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 4% ▕ ▏ 216 MB/5.0 GB 34 MB/s 2m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 5% ▕ ▏ 224 MB/5.0 GB 34 MB/s 2m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 5% ▕ ▏ 225 MB/5.0 GB 34 MB/s 2m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 5% ▕ ▏ 225 MB/5.0 GB 34 MB/s 2m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 5% ▕ ▏ 236 MB/5.0 GB 34 MB/s 2m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 5% ▕ ▏ 237 MB/5.0 GB 34 MB/s 2m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 5% ▕ ▏ 243 MB/5.0 GB 34 MB/s 2m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 5% ▕ ▏ 244 MB/5.0 GB 34 MB/s 2m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 5% ▕ ▏ 247 MB/5.0 GB 34 MB/s 2m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 5% ▕ ▏ 260 MB/5.0 GB 34 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 5% ▕ ▏ 261 MB/5.0 GB 34 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 5% ▕ ▏ 261 MB/5.0 GB 34 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 5% ▕ ▏ 257 MB/5.0 GB 34 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 5% ▕ ▏ 262 MB/5.0 GB 34 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 5% ▕ ▏ 269 MB/5.0 GB 34 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 6% ▕ ▏ 275 MB/5.0 GB 34 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 6% ▕ ▏ 285 MB/5.0 GB 35 MB/s 2m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 6% ▕ ▏ 287 MB/5.0 GB 35 MB/s 2m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 6% ▕ ▏ 288 MB/5.0 GB 35 MB/s 2m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 6% ▕ ▏ 289 MB/5.0 GB 35 MB/s 2m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 6% ▕ ▏ 289 MB/5.0 GB 35 MB/s 2m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 6% ▕ ▏ 300 MB/5.0 GB 35 MB/s 2m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 6% ▕ ▏ 308 MB/5.0 GB 35 MB/s 2m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 6% ▕ ▏ 308 MB/5.0 GB 35 MB/s 2m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 6% ▕█ ▏ 314 MB/5.0 GB 35 MB/s 2m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 6% ▕█ ▏ 316 MB/5.0 GB 35 MB/s 2m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 6% ▕█ ▏ 316 MB/5.0 GB 35 MB/s 2m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 7% ▕█ ▏ 326 MB/5.0 GB 35 MB/s 2m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 7% ▕█ ▏ 338 MB/5.0 GB 35 MB/s 2m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 7% ▕█ ▏ 339 MB/5.0 GB 35 MB/s 2m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 7% ▕█ ▏ 345 MB/5.0 GB 35 MB/s 2m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 7% ▕█ ▏ 348 MB/5.0 GB 35 MB/s 2m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 7% ▕█ ▏ 349 MB/5.0 GB 35 MB/s 2m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 7% ▕█ ▏ 350 MB/5.0 GB 35 MB/s 2m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 7% ▕█ ▏ 351 MB/5.0 GB 35 MB/s 2m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 7% ▕█ ▏ 354 MB/5.0 GB 35 MB/s 2m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 7% ▕█ ▏ 355 MB/5.0 GB 35 MB/s 2m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 7% ▕█ ▏ 360 MB/5.0 GB 39 MB/s 1m58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 7% ▕█ ▏ 363 MB/5.0 GB 39 MB/s 1m58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 7% ▕█ ▏ 367 MB/5.0 GB 39 MB/s 1m58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 7% ▕█ ▏ 373 MB/5.0 GB 39 MB/s 1m58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 8% ▕█ ▏ 377 MB/5.0 GB 39 MB/s 1m58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 8% ▕█ ▏ 382 MB/5.0 GB 39 MB/s 1m58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 8% ▕█ ▏ 389 MB/5.0 GB 39 MB/s 1m57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 8% ▕█ ▏ 390 MB/5.0 GB 39 MB/s 1m57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 8% ▕█ ▏ 395 MB/5.0 GB 39 MB/s 1m57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 8% ▕█ ▏ 397 MB/5.0 GB 39 MB/s 1m57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 8% ▕█ ▏ 405 MB/5.0 GB 39 MB/s 1m55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 8% ▕█ ▏ 407 MB/5.0 GB 39 MB/s 1m55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 8% ▕█ ▏ 411 MB/5.0 GB 39 MB/s 1m55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 8% ▕█ ▏ 415 MB/5.0 GB 39 MB/s 1m55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 8% ▕█ ▏ 422 MB/5.0 GB 39 MB/s 1m55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 9% ▕█ ▏ 427 MB/5.0 GB 39 MB/s 1m54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 9% ▕█ ▏ 428 MB/5.0 GB 39 MB/s 1m54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 9% ▕█ ▏ 430 MB/5.0 GB 39 MB/s 1m54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 9% ▕█ ▏ 432 MB/5.0 GB 39 MB/s 1m54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 9% ▕█ ▏ 434 MB/5.0 GB 39 MB/s 1m54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 9% ▕█ ▏ 448 MB/5.0 GB 39 MB/s 1m54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 9% ▕█ ▏ 449 MB/5.0 GB 39 MB/s 1m54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 9% ▕█ ▏ 452 MB/5.0 GB 39 MB/s 1m54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 9% ▕█ ▏ 457 MB/5.0 GB 39 MB/s 1m54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 9% ▕█ ▏ 466 MB/5.0 GB 39 MB/s 1m54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 9% ▕█ ▏ 467 MB/5.0 GB 39 MB/s 1m54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 9% ▕█ ▏ 471 MB/5.0 GB 39 MB/s 1m53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 9% ▕█ ▏ 473 MB/5.0 GB 39 MB/s 1m53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 10% ▕█ ▏ 476 MB/5.0 GB 39 MB/s 1m53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 10% ▕█ ▏ 483 MB/5.0 GB 39 MB/s 1m53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 10% ▕█ ▏ 489 MB/5.0 GB 39 MB/s 1m53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 10% ▕█ ▏ 489 MB/5.0 GB 39 MB/s 1m53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 10% ▕█ ▏ 490 MB/5.0 GB 39 MB/s 1m53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 10% ▕█ ▏ 491 MB/5.0 GB 39 MB/s 1m53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 10% ▕█ ▏ 494 MB/5.0 GB 39 MB/s 1m53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 10% ▕█ ▏ 511 MB/5.0 GB 39 MB/s 1m52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 10% ▕█ ▏ 514 MB/5.0 GB 39 MB/s 1m52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 10% ▕█ ▏ 514 MB/5.0 GB 39 MB/s 1m52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 10% ▕█ ▏ 519 MB/5.0 GB 39 MB/s 1m52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 10% ▕█ ▏ 523 MB/5.0 GB 39 MB/s 1m52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 11% ▕█ ▏ 525 MB/5.0 GB 39 MB/s 1m52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 11% ▕█ ▏ 532 MB/5.0 GB 40 MB/s 1m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 11% ▕█ ▏ 540 MB/5.0 GB 40 MB/s 1m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 11% ▕█ ▏ 544 MB/5.0 GB 40 MB/s 1m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 11% ▕█ ▏ 546 MB/5.0 GB 40 MB/s 1m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 11% ▕█ ▏ 547 MB/5.0 GB 40 MB/s 1m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 11% ▕█ ▏ 548 MB/5.0 GB 40 MB/s 1m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 11% ▕█ ▏ 552 MB/5.0 GB 40 MB/s 1m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 11% ▕█ ▏ 565 MB/5.0 GB 40 MB/s 1m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 11% ▕█ ▏ 565 MB/5.0 GB 40 MB/s 1m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 11% ▕█ ▏ 567 MB/5.0 GB 40 MB/s 1m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 11% ▕█ ▏ 569 MB/5.0 GB 40 MB/s 1m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 11% ▕█ ▏ 573 MB/5.0 GB 40 MB/s 1m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 12% ▕█ ▏ 580 MB/5.0 GB 40 MB/s 1m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 12% ▕█ ▏ 589 MB/5.0 GB 40 MB/s 1m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 12% ▕█ ▏ 589 MB/5.0 GB 40 MB/s 1m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 12% ▕█ ▏ 597 MB/5.0 GB 40 MB/s 1m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 12% ▕█ ▏ 601 MB/5.0 GB 40 MB/s 1m48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 12% ▕█ ▏ 603 MB/5.0 GB 40 MB/s 1m48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 12% ▕█ ▏ 607 MB/5.0 GB 40 MB/s 1m48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 12% ▕█ ▏ 611 MB/5.0 GB 40 MB/s 1m48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 12% ▕█ ▏ 617 MB/5.0 GB 41 MB/s 1m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 12% ▕█ ▏ 619 MB/5.0 GB 41 MB/s 1m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 12% ▕█ ▏ 622 MB/5.0 GB 41 MB/s 1m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 12% ▕█ ▏ 624 MB/5.0 GB 41 MB/s 1m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 13% ▕██ ▏ 629 MB/5.0 GB 41 MB/s 1m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 13% ▕██ ▏ 635 MB/5.0 GB 41 MB/s 1m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 13% ▕██ ▏ 635 MB/5.0 GB 41 MB/s 1m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 13% ▕██ ▏ 638 MB/5.0 GB 41 MB/s 1m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 13% ▕██ ▏ 646 MB/5.0 GB 41 MB/s 1m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 13% ▕██ ▏ 646 MB/5.0 GB 41 MB/s 1m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 13% ▕██ ▏ 651 MB/5.0 GB 40 MB/s 1m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 13% ▕██ ▏ 656 MB/5.0 GB 40 MB/s 1m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 13% ▕██ ▏ 658 MB/5.0 GB 40 MB/s 1m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 13% ▕██ ▏ 667 MB/5.0 GB 40 MB/s 1m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 13% ▕██ ▏ 670 MB/5.0 GB 40 MB/s 1m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 14% ▕██ ▏ 676 MB/5.0 GB 40 MB/s 1m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 14% ▕██ ▏ 677 MB/5.0 GB 40 MB/s 1m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 14% ▕██ ▏ 682 MB/5.0 GB 40 MB/s 1m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 14% ▕██ ▏ 685 MB/5.0 GB 40 MB/s 1m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 14% ▕██ ▏ 689 MB/5.0 GB 40 MB/s 1m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 14% ▕██ ▏ 692 MB/5.0 GB 41 MB/s 1m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 14% ▕██ ▏ 695 MB/5.0 GB 41 MB/s 1m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 14% ▕██ ▏ 701 MB/5.0 GB 41 MB/s 1m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 14% ▕██ ▏ 717 MB/5.0 GB 41 MB/s 1m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 14% ▕██ ▏ 719 MB/5.0 GB 41 MB/s 1m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 14% ▕██ ▏ 721 MB/5.0 GB 41 MB/s 1m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 15% ▕██ ▏ 727 MB/5.0 GB 41 MB/s 1m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 15% ▕██ ▏ 731 MB/5.0 GB 41 MB/s 1m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 15% ▕██ ▏ 736 MB/5.0 GB 41 MB/s 1m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 15% ▕██ ▏ 739 MB/5.0 GB 41 MB/s 1m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 15% ▕██ ▏ 741 MB/5.0 GB 41 MB/s 1m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 15% ▕██ ▏ 744 MB/5.0 GB 43 MB/s 1m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 15% ▕██ ▏ 746 MB/5.0 GB 43 MB/s 1m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 15% ▕██ ▏ 746 MB/5.0 GB 43 MB/s 1m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 15% ▕██ ▏ 748 MB/5.0 GB 43 MB/s 1m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 15% ▕██ ▏ 755 MB/5.0 GB 43 MB/s 1m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 15% ▕██ ▏ 756 MB/5.0 GB 43 MB/s 1m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 15% ▕██ ▏ 760 MB/5.0 GB 43 MB/s 1m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 15% ▕██ ▏ 771 MB/5.0 GB 43 MB/s 1m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 15% ▕██ ▏ 773 MB/5.0 GB 43 MB/s 1m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 16% ▕██ ▏ 779 MB/5.0 GB 43 MB/s 1m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 16% ▕██ ▏ 780 MB/5.0 GB 41 MB/s 1m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 16% ▕██ ▏ 777 MB/5.0 GB 41 MB/s 1m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 16% ▕██ ▏ 786 MB/5.0 GB 41 MB/s 1m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 16% ▕██ ▏ 794 MB/5.0 GB 41 MB/s 1m40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 16% ▕██ ▏ 795 MB/5.0 GB 41 MB/s 1m40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 16% ▕██ ▏ 801 MB/5.0 GB 41 MB/s 1m40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 16% ▕██ ▏ 810 MB/5.0 GB 41 MB/s 1m40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 16% ▕██ ▏ 811 MB/5.0 GB 41 MB/s 1m40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 16% ▕██ ▏ 818 MB/5.0 GB 41 MB/s 1m40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 17% ▕██ ▏ 824 MB/5.0 GB 41 MB/s 1m40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 17% ▕██ ▏ 825 MB/5.0 GB 41 MB/s 1m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 17% ▕██ ▏ 830 MB/5.0 GB 41 MB/s 1m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 17% ▕██ ▏ 832 MB/5.0 GB 41 MB/s 1m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 17% ▕██ ▏ 833 MB/5.0 GB 41 MB/s 1m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 17% ▕██ ▏ 842 MB/5.0 GB 41 MB/s 1m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 17% ▕██ ▏ 845 MB/5.0 GB 41 MB/s 1m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 17% ▕██ ▏ 848 MB/5.0 GB 41 MB/s 1m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 17% ▕██ ▏ 855 MB/5.0 GB 41 MB/s 1m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 17% ▕██ ▏ 869 MB/5.0 GB 41 MB/s 1m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 17% ▕██ ▏ 871 MB/5.0 GB 41 MB/s 1m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 17% ▕██ ▏ 873 MB/5.0 GB 42 MB/s 1m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 17% ▕██ ▏ 874 MB/5.0 GB 42 MB/s 1m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 18% ▕██ ▏ 875 MB/5.0 GB 42 MB/s 1m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 18% ▕██ ▏ 878 MB/5.0 GB 42 MB/s 1m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 18% ▕██ ▏ 889 MB/5.0 GB 42 MB/s 1m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 18% ▕██ ▏ 889 MB/5.0 GB 42 MB/s 1m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 18% ▕██ ▏ 895 MB/5.0 GB 42 MB/s 1m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 18% ▕██ ▏ 902 MB/5.0 GB 42 MB/s 1m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 18% ▕██ ▏ 904 MB/5.0 GB 42 MB/s 1m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 18% ▕██ ▏ 907 MB/5.0 GB 42 MB/s 1m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 18% ▕██ ▏ 914 MB/5.0 GB 43 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 18% ▕██ ▏ 919 MB/5.0 GB 43 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 19% ▕██ ▏ 926 MB/5.0 GB 43 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 19% ▕██ ▏ 932 MB/5.0 GB 43 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 19% ▕██ ▏ 933 MB/5.0 GB 43 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 19% ▕███ ▏ 937 MB/5.0 GB 43 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 19% ▕███ ▏ 939 MB/5.0 GB 43 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 19% ▕███ ▏ 940 MB/5.0 GB 43 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 19% ▕███ ▏ 956 MB/5.0 GB 43 MB/s 1m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 19% ▕███ ▏ 961 MB/5.0 GB 43 MB/s 1m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 19% ▕███ ▏ 962 MB/5.0 GB 43 MB/s 1m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 19% ▕███ ▏ 964 MB/5.0 GB 43 MB/s 1m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 19% ▕███ ▏ 966 MB/5.0 GB 43 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 19% ▕███ ▏ 967 MB/5.0 GB 43 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 19% ▕███ ▏ 969 MB/5.0 GB 43 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 20% ▕███ ▏ 975 MB/5.0 GB 43 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 20% ▕███ ▏ 979 MB/5.0 GB 43 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 20% ▕███ ▏ 988 MB/5.0 GB 43 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 20% ▕███ ▏ 990 MB/5.0 GB 43 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 20% ▕███ ▏ 995 MB/5.0 GB 43 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 20% ▕███ ▏ 1.0 GB/5.0 GB 43 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 20% ▕███ ▏ 1.0 GB/5.0 GB 43 MB/s 1m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 20% ▕███ ▏ 1.0 GB/5.0 GB 43 MB/s 1m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 20% ▕███ ▏ 1.0 GB/5.0 GB 43 MB/s 1m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 21% ▕███ ▏ 1.0 GB/5.0 GB 43 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 21% ▕███ ▏ 1.0 GB/5.0 GB 43 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 21% ▕███ ▏ 1.0 GB/5.0 GB 43 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 21% ▕███ ▏ 1.0 GB/5.0 GB 43 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 21% ▕███ ▏ 1.0 GB/5.0 GB 43 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 21% ▕███ ▏ 1.0 GB/5.0 GB 43 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 21% ▕███ ▏ 1.0 GB/5.0 GB 43 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 21% ▕███ ▏ 1.0 GB/5.0 GB 43 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 21% ▕███ ▏ 1.0 GB/5.0 GB 43 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 21% ▕███ ▏ 1.0 GB/5.0 GB 43 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 21% ▕███ ▏ 1.1 GB/5.0 GB 43 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 21% ▕███ ▏ 1.1 GB/5.0 GB 43 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 21% ▕███ ▏ 1.1 GB/5.0 GB 43 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 21% ▕███ ▏ 1.1 GB/5.0 GB 43 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 21% ▕███ ▏ 1.1 GB/5.0 GB 43 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 21% ▕███ ▏ 1.1 GB/5.0 GB 43 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 21% ▕███ ▏ 1.1 GB/5.0 GB 43 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 22% ▕███ ▏ 1.1 GB/5.0 GB 42 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 22% ▕███ ▏ 1.1 GB/5.0 GB 42 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 22% ▕███ ▏ 1.1 GB/5.0 GB 42 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 22% ▕███ ▏ 1.1 GB/5.0 GB 42 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 22% ▕███ ▏ 1.1 GB/5.0 GB 42 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 22% ▕███ ▏ 1.1 GB/5.0 GB 42 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 22% ▕███ ▏ 1.1 GB/5.0 GB 42 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 22% ▕███ ▏ 1.1 GB/5.0 GB 42 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 22% ▕███ ▏ 1.1 GB/5.0 GB 42 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 22% ▕███ ▏ 1.1 GB/5.0 GB 42 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 22% ▕███ ▏ 1.1 GB/5.0 GB 42 MB/s 1m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 22% ▕███ ▏ 1.1 GB/5.0 GB 42 MB/s 1m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 23% ▕███ ▏ 1.1 GB/5.0 GB 42 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 23% ▕███ ▏ 1.1 GB/5.0 GB 42 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 23% ▕███ ▏ 1.1 GB/5.0 GB 42 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 23% ▕███ ▏ 1.1 GB/5.0 GB 42 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 23% ▕███ ▏ 1.1 GB/5.0 GB 42 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 23% ▕███ ▏ 1.1 GB/5.0 GB 42 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 23% ▕███ ▏ 1.2 GB/5.0 GB 42 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 23% ▕███ ▏ 1.2 GB/5.0 GB 42 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 23% ▕███ ▏ 1.2 GB/5.0 GB 42 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 23% ▕███ ▏ 1.2 GB/5.0 GB 43 MB/s 1m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 23% ▕███ ▏ 1.2 GB/5.0 GB 43 MB/s 1m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 23% ▕███ ▏ 1.2 GB/5.0 GB 43 MB/s 1m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 24% ▕███ ▏ 1.2 GB/5.0 GB 43 MB/s 1m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 24% ▕███ ▏ 1.2 GB/5.0 GB 43 MB/s 1m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 24% ▕███ ▏ 1.2 GB/5.0 GB 43 MB/s 1m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 24% ▕███ ▏ 1.2 GB/5.0 GB 43 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 24% ▕███ ▏ 1.2 GB/5.0 GB 43 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 24% ▕███ ▏ 1.2 GB/5.0 GB 43 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 24% ▕███ ▏ 1.2 GB/5.0 GB 43 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 24% ▕███ ▏ 1.2 GB/5.0 GB 42 MB/s 1m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 24% ▕███ ▏ 1.2 GB/5.0 GB 42 MB/s 1m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 24% ▕███ ▏ 1.2 GB/5.0 GB 42 MB/s 1m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 25% ▕███ ▏ 1.2 GB/5.0 GB 42 MB/s 1m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 25% ▕███ ▏ 1.2 GB/5.0 GB 42 MB/s 1m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 25% ▕███ ▏ 1.2 GB/5.0 GB 42 MB/s 1m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 25% ▕███ ▏ 1.2 GB/5.0 GB 42 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 25% ▕███ ▏ 1.2 GB/5.0 GB 42 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 25% ▕████ ▏ 1.3 GB/5.0 GB 42 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 25% ▕████ ▏ 1.3 GB/5.0 GB 42 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 25% ▕████ ▏ 1.3 GB/5.0 GB 42 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 25% ▕████ ▏ 1.3 GB/5.0 GB 42 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 25% ▕████ ▏ 1.3 GB/5.0 GB 42 MB/s 1m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 25% ▕████ ▏ 1.3 GB/5.0 GB 42 MB/s 1m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 25% ▕████ ▏ 1.3 GB/5.0 GB 42 MB/s 1m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 26% ▕████ ▏ 1.3 GB/5.0 GB 42 MB/s 1m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 26% ▕████ ▏ 1.3 GB/5.0 GB 42 MB/s 1m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 26% ▕████ ▏ 1.3 GB/5.0 GB 42 MB/s 1m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 26% ▕████ ▏ 1.3 GB/5.0 GB 42 MB/s 1m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 26% ▕████ ▏ 1.3 GB/5.0 GB 42 MB/s 1m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 26% ▕████ ▏ 1.3 GB/5.0 GB 42 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 26% ▕████ ▏ 1.3 GB/5.0 GB 42 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 26% ▕████ ▏ 1.3 GB/5.0 GB 42 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 26% ▕████ ▏ 1.3 GB/5.0 GB 42 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 26% ▕████ ▏ 1.3 GB/5.0 GB 42 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 26% ▕████ ▏ 1.3 GB/5.0 GB 42 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 26% ▕████ ▏ 1.3 GB/5.0 GB 42 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 27% ▕████ ▏ 1.3 GB/5.0 GB 42 MB/s 1m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 27% ▕████ ▏ 1.3 GB/5.0 GB 42 MB/s 1m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 27% ▕████ ▏ 1.3 GB/5.0 GB 42 MB/s 1m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 27% ▕████ ▏ 1.3 GB/5.0 GB 41 MB/s 1m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 27% ▕████ ▏ 1.3 GB/5.0 GB 41 MB/s 1m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 27% ▕████ ▏ 1.3 GB/5.0 GB 41 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 27% ▕████ ▏ 1.4 GB/5.0 GB 41 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 27% ▕████ ▏ 1.4 GB/5.0 GB 41 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 27% ▕████ ▏ 1.4 GB/5.0 GB 41 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 27% ▕████ ▏ 1.4 GB/5.0 GB 41 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 27% ▕████ ▏ 1.4 GB/5.0 GB 41 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 27% ▕████ ▏ 1.4 GB/5.0 GB 41 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 28% ▕████ ▏ 1.4 GB/5.0 GB 41 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 28% ▕████ ▏ 1.4 GB/5.0 GB 41 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 28% ▕████ ▏ 1.4 GB/5.0 GB 41 MB/s 1m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 28% ▕████ ▏ 1.4 GB/5.0 GB 41 MB/s 1m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 28% ▕████ ▏ 1.4 GB/5.0 GB 41 MB/s 1m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 28% ▕████ ▏ 1.4 GB/5.0 GB 41 MB/s 1m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 28% ▕████ ▏ 1.4 GB/5.0 GB 41 MB/s 1m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 28% ▕████ ▏ 1.4 GB/5.0 GB 41 MB/s 1m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 28% ▕████ ▏ 1.4 GB/5.0 GB 41 MB/s 1m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 28% ▕████ ▏ 1.4 GB/5.0 GB 41 MB/s 1m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 28% ▕████ ▏ 1.4 GB/5.0 GB 41 MB/s 1m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 28% ▕████ ▏ 1.4 GB/5.0 GB 41 MB/s 1m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 28% ▕████ ▏ 1.4 GB/5.0 GB 42 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 29% ▕████ ▏ 1.4 GB/5.0 GB 42 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 29% ▕████ ▏ 1.4 GB/5.0 GB 42 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 29% ▕████ ▏ 1.4 GB/5.0 GB 42 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 29% ▕████ ▏ 1.4 GB/5.0 GB 42 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 29% ▕████ ▏ 1.4 GB/5.0 GB 42 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 29% ▕████ ▏ 1.4 GB/5.0 GB 42 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 29% ▕████ ▏ 1.5 GB/5.0 GB 42 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 29% ▕████ ▏ 1.5 GB/5.0 GB 42 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 29% ▕████ ▏ 1.5 GB/5.0 GB 42 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 29% ▕████ ▏ 1.5 GB/5.0 GB 42 MB/s 1m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 29% ▕████ ▏ 1.5 GB/5.0 GB 42 MB/s 1m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 29% ▕████ ▏ 1.5 GB/5.0 GB 42 MB/s 1m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 30% ▕████ ▏ 1.5 GB/5.0 GB 42 MB/s 1m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 30% ▕████ ▏ 1.5 GB/5.0 GB 42 MB/s 1m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 30% ▕████ ▏ 1.5 GB/5.0 GB 42 MB/s 1m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 30% ▕████ ▏ 1.5 GB/5.0 GB 42 MB/s 1m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 30% ▕████ ▏ 1.5 GB/5.0 GB 42 MB/s 1m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 30% ▕████ ▏ 1.5 GB/5.0 GB 42 MB/s 1m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 30% ▕████ ▏ 1.5 GB/5.0 GB 42 MB/s 1m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 30% ▕████ ▏ 1.5 GB/5.0 GB 42 MB/s 1m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 30% ▕████ ▏ 1.5 GB/5.0 GB 42 MB/s 1m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 30% ▕████ ▏ 1.5 GB/5.0 GB 42 MB/s 1m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 31% ▕████ ▏ 1.5 GB/5.0 GB 42 MB/s 1m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 31% ▕████ ▏ 1.5 GB/5.0 GB 42 MB/s 1m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 31% ▕████ ▏ 1.5 GB/5.0 GB 42 MB/s 1m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 31% ▕████ ▏ 1.5 GB/5.0 GB 42 MB/s 1m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 31% ▕████ ▏ 1.5 GB/5.0 GB 42 MB/s 1m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 31% ▕████ ▏ 1.5 GB/5.0 GB 42 MB/s 1m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 31% ▕████ ▏ 1.5 GB/5.0 GB 42 MB/s 1m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 31% ▕████ ▏ 1.6 GB/5.0 GB 42 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 31% ▕████ ▏ 1.6 GB/5.0 GB 42 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 31% ▕████ ▏ 1.6 GB/5.0 GB 42 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 31% ▕████ ▏ 1.6 GB/5.0 GB 42 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 31% ▕█████ ▏ 1.6 GB/5.0 GB 42 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 31% ▕█████ ▏ 1.6 GB/5.0 GB 42 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 31% ▕█████ ▏ 1.6 GB/5.0 GB 42 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 31% ▕█████ ▏ 1.6 GB/5.0 GB 42 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 32% ▕█████ ▏ 1.6 GB/5.0 GB 42 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 32% ▕█████ ▏ 1.6 GB/5.0 GB 42 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 32% ▕█████ ▏ 1.6 GB/5.0 GB 42 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 32% ▕█████ ▏ 1.6 GB/5.0 GB 42 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 32% ▕█████ ▏ 1.6 GB/5.0 GB 42 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 32% ▕█████ ▏ 1.6 GB/5.0 GB 42 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 32% ▕█████ ▏ 1.6 GB/5.0 GB 42 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 32% ▕█████ ▏ 1.6 GB/5.0 GB 42 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 32% ▕█████ ▏ 1.6 GB/5.0 GB 42 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 32% ▕█████ ▏ 1.6 GB/5.0 GB 42 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 32% ▕█████ ▏ 1.6 GB/5.0 GB 42 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 32% ▕█████ ▏ 1.6 GB/5.0 GB 42 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 33% ▕█████ ▏ 1.6 GB/5.0 GB 42 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 33% ▕█████ ▏ 1.6 GB/5.0 GB 41 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 33% ▕█████ ▏ 1.6 GB/5.0 GB 41 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 33% ▕█████ ▏ 1.6 GB/5.0 GB 41 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 33% ▕█████ ▏ 1.6 GB/5.0 GB 41 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 33% ▕█████ ▏ 1.6 GB/5.0 GB 41 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 33% ▕█████ ▏ 1.7 GB/5.0 GB 41 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 33% ▕█████ ▏ 1.7 GB/5.0 GB 41 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 33% ▕█████ ▏ 1.7 GB/5.0 GB 41 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 33% ▕█████ ▏ 1.7 GB/5.0 GB 41 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 33% ▕█████ ▏ 1.7 GB/5.0 GB 41 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 33% ▕█████ ▏ 1.7 GB/5.0 GB 41 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 33% ▕█████ ▏ 1.7 GB/5.0 GB 41 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 33% ▕█████ ▏ 1.7 GB/5.0 GB 41 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 34% ▕█████ ▏ 1.7 GB/5.0 GB 41 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 34% ▕█████ ▏ 1.7 GB/5.0 GB 41 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 34% ▕█████ ▏ 1.7 GB/5.0 GB 41 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 34% ▕█████ ▏ 1.7 GB/5.0 GB 41 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 34% ▕█████ ▏ 1.7 GB/5.0 GB 41 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 34% ▕█████ ▏ 1.7 GB/5.0 GB 41 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 34% ▕█████ ▏ 1.7 GB/5.0 GB 41 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 34% ▕█████ ▏ 1.7 GB/5.0 GB 40 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 34% ▕█████ ▏ 1.7 GB/5.0 GB 40 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 34% ▕█████ ▏ 1.7 GB/5.0 GB 40 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 34% ▕█████ ▏ 1.7 GB/5.0 GB 40 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 34% ▕█████ ▏ 1.7 GB/5.0 GB 40 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 35% ▕█████ ▏ 1.7 GB/5.0 GB 40 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 35% ▕█████ ▏ 1.7 GB/5.0 GB 40 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 35% ▕█████ ▏ 1.7 GB/5.0 GB 40 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 35% ▕█████ ▏ 1.7 GB/5.0 GB 40 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 35% ▕█████ ▏ 1.7 GB/5.0 GB 40 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 35% ▕█████ ▏ 1.8 GB/5.0 GB 41 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 35% ▕█████ ▏ 1.8 GB/5.0 GB 41 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 35% ▕█████ ▏ 1.8 GB/5.0 GB 41 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 35% ▕█████ ▏ 1.8 GB/5.0 GB 41 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 35% ▕█████ ▏ 1.8 GB/5.0 GB 41 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 36% ▕█████ ▏ 1.8 GB/5.0 GB 41 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 36% ▕█████ ▏ 1.8 GB/5.0 GB 41 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 36% ▕█████ ▏ 1.8 GB/5.0 GB 41 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 36% ▕█████ ▏ 1.8 GB/5.0 GB 41 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 36% ▕█████ ▏ 1.8 GB/5.0 GB 41 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 36% ▕█████ ▏ 1.8 GB/5.0 GB 41 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 36% ▕█████ ▏ 1.8 GB/5.0 GB 41 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 36% ▕█████ ▏ 1.8 GB/5.0 GB 41 MB/s 1m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 36% ▕█████ ▏ 1.8 GB/5.0 GB 41 MB/s 1m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 36% ▕█████ ▏ 1.8 GB/5.0 GB 41 MB/s 1m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 36% ▕█████ ▏ 1.8 GB/5.0 GB 41 MB/s 1m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 36% ▕█████ ▏ 1.8 GB/5.0 GB 41 MB/s 1m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 36% ▕█████ ▏ 1.8 GB/5.0 GB 41 MB/s 1m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 37% ▕█████ ▏ 1.8 GB/5.0 GB 41 MB/s 1m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 37% ▕█████ ▏ 1.8 GB/5.0 GB 41 MB/s 1m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 37% ▕█████ ▏ 1.8 GB/5.0 GB 41 MB/s 1m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 37% ▕█████ ▏ 1.8 GB/5.0 GB 41 MB/s 1m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 37% ▕█████ ▏ 1.8 GB/5.0 GB 41 MB/s 1m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 37% ▕█████ ▏ 1.8 GB/5.0 GB 41 MB/s 1m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 37% ▕█████ ▏ 1.9 GB/5.0 GB 41 MB/s 1m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 37% ▕█████ ▏ 1.9 GB/5.0 GB 41 MB/s 1m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 37% ▕█████ ▏ 1.9 GB/5.0 GB 41 MB/s 1m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 37% ▕█████ ▏ 1.9 GB/5.0 GB 41 MB/s 1m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 37% ▕█████ ▏ 1.9 GB/5.0 GB 41 MB/s 1m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 37% ▕█████ ▏ 1.9 GB/5.0 GB 41 MB/s 1m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 38% ▕██████ ▏ 1.9 GB/5.0 GB 41 MB/s 1m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 38% ▕██████ ▏ 1.9 GB/5.0 GB 41 MB/s 1m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 38% ▕██████ ▏ 1.9 GB/5.0 GB 41 MB/s 1m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 38% ▕██████ ▏ 1.9 GB/5.0 GB 41 MB/s 1m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 38% ▕██████ ▏ 1.9 GB/5.0 GB 41 MB/s 1m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 38% ▕██████ ▏ 1.9 GB/5.0 GB 41 MB/s 1m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 38% ▕██████ ▏ 1.9 GB/5.0 GB 41 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 38% ▕██████ ▏ 1.9 GB/5.0 GB 41 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 38% ▕██████ ▏ 1.9 GB/5.0 GB 41 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 38% ▕██████ ▏ 1.9 GB/5.0 GB 41 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 38% ▕██████ ▏ 1.9 GB/5.0 GB 41 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 38% ▕██████ ▏ 1.9 GB/5.0 GB 40 MB/s 1m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 38% ▕██████ ▏ 1.9 GB/5.0 GB 40 MB/s 1m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 39% ▕██████ ▏ 1.9 GB/5.0 GB 40 MB/s 1m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 39% ▕██████ ▏ 1.9 GB/5.0 GB 40 MB/s 1m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 39% ▕██████ ▏ 1.9 GB/5.0 GB 40 MB/s 1m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 39% ▕██████ ▏ 1.9 GB/5.0 GB 40 MB/s 1m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 39% ▕██████ ▏ 1.9 GB/5.0 GB 40 MB/s 1m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 39% ▕██████ ▏ 2.0 GB/5.0 GB 40 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 39% ▕██████ ▏ 2.0 GB/5.0 GB 40 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 39% ▕██████ ▏ 2.0 GB/5.0 GB 40 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 39% ▕██████ ▏ 2.0 GB/5.0 GB 41 MB/s 1m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 39% ▕██████ ▏ 2.0 GB/5.0 GB 41 MB/s 1m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 39% ▕██████ ▏ 2.0 GB/5.0 GB 41 MB/s 1m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 39% ▕██████ ▏ 2.0 GB/5.0 GB 41 MB/s 1m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 40% ▕██████ ▏ 2.0 GB/5.0 GB 41 MB/s 1m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 40% ▕██████ ▏ 2.0 GB/5.0 GB 41 MB/s 1m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 40% ▕██████ ▏ 2.0 GB/5.0 GB 41 MB/s 1m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 40% ▕██████ ▏ 2.0 GB/5.0 GB 41 MB/s 1m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 40% ▕██████ ▏ 2.0 GB/5.0 GB 41 MB/s 1m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 40% ▕██████ ▏ 2.0 GB/5.0 GB 41 MB/s 1m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 40% ▕██████ ▏ 2.0 GB/5.0 GB 41 MB/s 1m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 40% ▕██████ ▏ 2.0 GB/5.0 GB 42 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 40% ▕██████ ▏ 2.0 GB/5.0 GB 42 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 40% ▕██████ ▏ 2.0 GB/5.0 GB 42 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 40% ▕██████ ▏ 2.0 GB/5.0 GB 42 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 41% ▕██████ ▏ 2.0 GB/5.0 GB 42 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 41% ▕██████ ▏ 2.0 GB/5.0 GB 42 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 41% ▕██████ ▏ 2.0 GB/5.0 GB 42 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 41% ▕██████ ▏ 2.0 GB/5.0 GB 42 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 41% ▕██████ ▏ 2.0 GB/5.0 GB 42 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 41% ▕██████ ▏ 2.0 GB/5.0 GB 42 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 41% ▕██████ ▏ 2.1 GB/5.0 GB 42 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 41% ▕██████ ▏ 2.1 GB/5.0 GB 42 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 41% ▕██████ ▏ 2.1 GB/5.0 GB 42 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 41% ▕██████ ▏ 2.1 GB/5.0 GB 42 MB/s 1m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 41% ▕██████ ▏ 2.1 GB/5.0 GB 42 MB/s 1m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 41% ▕██████ ▏ 2.1 GB/5.0 GB 42 MB/s 1m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 42% ▕██████ ▏ 2.1 GB/5.0 GB 42 MB/s 1m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 42% ▕██████ ▏ 2.1 GB/5.0 GB 42 MB/s 1m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 42% ▕██████ ▏ 2.1 GB/5.0 GB 42 MB/s 1m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 42% ▕██████ ▏ 2.1 GB/5.0 GB 42 MB/s 1m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 42% ▕██████ ▏ 2.1 GB/5.0 GB 42 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 42% ▕██████ ▏ 2.1 GB/5.0 GB 42 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 42% ▕██████ ▏ 2.1 GB/5.0 GB 42 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 42% ▕██████ ▏ 2.1 GB/5.0 GB 42 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 42% ▕██████ ▏ 2.1 GB/5.0 GB 42 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 42% ▕██████ ▏ 2.1 GB/5.0 GB 42 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 42% ▕██████ ▏ 2.1 GB/5.0 GB 42 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 42% ▕██████ ▏ 2.1 GB/5.0 GB 42 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 42% ▕██████ ▏ 2.1 GB/5.0 GB 42 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 43% ▕██████ ▏ 2.1 GB/5.0 GB 42 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 43% ▕██████ ▏ 2.1 GB/5.0 GB 41 MB/s 1m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 43% ▕██████ ▏ 2.1 GB/5.0 GB 41 MB/s 1m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 43% ▕██████ ▏ 2.1 GB/5.0 GB 41 MB/s 1m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 43% ▕██████ ▏ 2.1 GB/5.0 GB 41 MB/s 1m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 43% ▕██████ ▏ 2.1 GB/5.0 GB 41 MB/s 1m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 43% ▕██████ ▏ 2.1 GB/5.0 GB 41 MB/s 1m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 43% ▕██████ ▏ 2.1 GB/5.0 GB 41 MB/s 1m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 43% ▕██████ ▏ 2.2 GB/5.0 GB 41 MB/s 1m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 43% ▕██████ ▏ 2.2 GB/5.0 GB 41 MB/s 1m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 43% ▕██████ ▏ 2.2 GB/5.0 GB 41 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 43% ▕██████ ▏ 2.2 GB/5.0 GB 40 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 43% ▕██████ ▏ 2.2 GB/5.0 GB 40 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 43% ▕██████ ▏ 2.2 GB/5.0 GB 40 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 44% ▕██████ ▏ 2.2 GB/5.0 GB 40 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 44% ▕██████ ▏ 2.2 GB/5.0 GB 40 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 44% ▕██████ ▏ 2.2 GB/5.0 GB 40 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 44% ▕███████ ▏ 2.2 GB/5.0 GB 40 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 44% ▕███████ ▏ 2.2 GB/5.0 GB 40 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 44% ▕███████ ▏ 2.2 GB/5.0 GB 40 MB/s 1m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 44% ▕███████ ▏ 2.2 GB/5.0 GB 40 MB/s 1m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 44% ▕███████ ▏ 2.2 GB/5.0 GB 40 MB/s 1m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 44% ▕███████ ▏ 2.2 GB/5.0 GB 41 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 44% ▕███████ ▏ 2.2 GB/5.0 GB 41 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 44% ▕███████ ▏ 2.2 GB/5.0 GB 41 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 44% ▕███████ ▏ 2.2 GB/5.0 GB 41 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 45% ▕███████ ▏ 2.2 GB/5.0 GB 41 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 45% ▕███████ ▏ 2.2 GB/5.0 GB 41 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 45% ▕███████ ▏ 2.2 GB/5.0 GB 41 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 45% ▕███████ ▏ 2.2 GB/5.0 GB 41 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 45% ▕███████ ▏ 2.2 GB/5.0 GB 41 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 45% ▕███████ ▏ 2.2 GB/5.0 GB 41 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 45% ▕███████ ▏ 2.3 GB/5.0 GB 41 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 45% ▕███████ ▏ 2.3 GB/5.0 GB 41 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 45% ▕███████ ▏ 2.3 GB/5.0 GB 41 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 45% ▕███████ ▏ 2.3 GB/5.0 GB 41 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 45% ▕███████ ▏ 2.3 GB/5.0 GB 41 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 46% ▕███████ ▏ 2.3 GB/5.0 GB 41 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 46% ▕███████ ▏ 2.3 GB/5.0 GB 41 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 46% ▕███████ ▏ 2.3 GB/5.0 GB 41 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 46% ▕███████ ▏ 2.3 GB/5.0 GB 41 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 46% ▕███████ ▏ 2.3 GB/5.0 GB 41 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 46% ▕███████ ▏ 2.3 GB/5.0 GB 41 MB/s 1m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 46% ▕███████ ▏ 2.3 GB/5.0 GB 41 MB/s 1m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 46% ▕███████ ▏ 2.3 GB/5.0 GB 41 MB/s 1m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 46% ▕███████ ▏ 2.3 GB/5.0 GB 41 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 46% ▕███████ ▏ 2.3 GB/5.0 GB 41 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 46% ▕███████ ▏ 2.3 GB/5.0 GB 41 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 47% ▕███████ ▏ 2.3 GB/5.0 GB 41 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 47% ▕███████ ▏ 2.3 GB/5.0 GB 41 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 47% ▕███████ ▏ 2.3 GB/5.0 GB 41 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 47% ▕███████ ▏ 2.3 GB/5.0 GB 41 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 47% ▕███████ ▏ 2.3 GB/5.0 GB 41 MB/s 1m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 47% ▕███████ ▏ 2.3 GB/5.0 GB 41 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 47% ▕███████ ▏ 2.3 GB/5.0 GB 41 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 47% ▕███████ ▏ 2.4 GB/5.0 GB 41 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 47% ▕███████ ▏ 2.4 GB/5.0 GB 41 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 47% ▕███████ ▏ 2.4 GB/5.0 GB 41 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 47% ▕███████ ▏ 2.4 GB/5.0 GB 41 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 47% ▕███████ ▏ 2.4 GB/5.0 GB 41 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 48% ▕███████ ▏ 2.4 GB/5.0 GB 41 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 48% ▕███████ ▏ 2.4 GB/5.0 GB 41 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 48% ▕███████ ▏ 2.4 GB/5.0 GB 41 MB/s 1m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 48% ▕███████ ▏ 2.4 GB/5.0 GB 41 MB/s 1m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 48% ▕███████ ▏ 2.4 GB/5.0 GB 41 MB/s 1m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 48% ▕███████ ▏ 2.4 GB/5.0 GB 41 MB/s 1m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 48% ▕███████ ▏ 2.4 GB/5.0 GB 41 MB/s 1m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 48% ▕███████ ▏ 2.4 GB/5.0 GB 41 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 48% ▕███████ ▏ 2.4 GB/5.0 GB 41 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 48% ▕███████ ▏ 2.4 GB/5.0 GB 41 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 48% ▕███████ ▏ 2.4 GB/5.0 GB 41 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 48% ▕███████ ▏ 2.4 GB/5.0 GB 41 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 48% ▕███████ ▏ 2.4 GB/5.0 GB 41 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 49% ▕███████ ▏ 2.4 GB/5.0 GB 41 MB/s 1m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 49% ▕███████ ▏ 2.4 GB/5.0 GB 41 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 49% ▕███████ ▏ 2.4 GB/5.0 GB 41 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 49% ▕███████ ▏ 2.4 GB/5.0 GB 41 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 49% ▕███████ ▏ 2.4 GB/5.0 GB 41 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 49% ▕███████ ▏ 2.5 GB/5.0 GB 41 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 49% ▕███████ ▏ 2.5 GB/5.0 GB 41 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 49% ▕███████ ▏ 2.5 GB/5.0 GB 41 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 49% ▕███████ ▏ 2.5 GB/5.0 GB 41 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 49% ▕███████ ▏ 2.5 GB/5.0 GB 41 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 50% ▕███████ ▏ 2.5 GB/5.0 GB 41 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 50% ▕███████ ▏ 2.5 GB/5.0 GB 41 MB/s 59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 50% ▕███████ ▏ 2.5 GB/5.0 GB 41 MB/s 59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 50% ▕███████ ▏ 2.5 GB/5.0 GB 41 MB/s 59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 50% ▕███████ ▏ 2.5 GB/5.0 GB 41 MB/s 59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 50% ▕███████ ▏ 2.5 GB/5.0 GB 41 MB/s 59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 50% ▕████████ ▏ 2.5 GB/5.0 GB 41 MB/s 59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 50% ▕████████ ▏ 2.5 GB/5.0 GB 41 MB/s 59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 50% ▕████████ ▏ 2.5 GB/5.0 GB 41 MB/s 59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 50% ▕████████ ▏ 2.5 GB/5.0 GB 41 MB/s 59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 50% ▕████████ ▏ 2.5 GB/5.0 GB 42 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 50% ▕████████ ▏ 2.5 GB/5.0 GB 42 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 50% ▕████████ ▏ 2.5 GB/5.0 GB 42 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 51% ▕████████ ▏ 2.5 GB/5.0 GB 42 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 51% ▕████████ ▏ 2.5 GB/5.0 GB 42 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 51% ▕████████ ▏ 2.5 GB/5.0 GB 42 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 51% ▕████████ ▏ 2.5 GB/5.0 GB 42 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 51% ▕████████ ▏ 2.5 GB/5.0 GB 42 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 51% ▕████████ ▏ 2.6 GB/5.0 GB 42 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 51% ▕████████ ▏ 2.6 GB/5.0 GB 42 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 51% ▕████████ ▏ 2.6 GB/5.0 GB 44 MB/s 54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 51% ▕████████ ▏ 2.6 GB/5.0 GB 44 MB/s 54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 52% ▕████████ ▏ 2.6 GB/5.0 GB 44 MB/s 54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 52% ▕████████ ▏ 2.6 GB/5.0 GB 44 MB/s 54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 52% ▕████████ ▏ 2.6 GB/5.0 GB 44 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 52% ▕████████ ▏ 2.6 GB/5.0 GB 44 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 52% ▕████████ ▏ 2.6 GB/5.0 GB 44 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 52% ▕████████ ▏ 2.6 GB/5.0 GB 44 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 52% ▕████████ ▏ 2.6 GB/5.0 GB 44 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 52% ▕████████ ▏ 2.6 GB/5.0 GB 44 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 52% ▕████████ ▏ 2.6 GB/5.0 GB 45 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 52% ▕████████ ▏ 2.6 GB/5.0 GB 45 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 52% ▕████████ ▏ 2.6 GB/5.0 GB 45 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 53% ▕████████ ▏ 2.6 GB/5.0 GB 45 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 53% ▕████████ ▏ 2.6 GB/5.0 GB 45 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 53% ▕████████ ▏ 2.6 GB/5.0 GB 45 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 53% ▕████████ ▏ 2.6 GB/5.0 GB 45 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 53% ▕████████ ▏ 2.7 GB/5.0 GB 45 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 53% ▕████████ ▏ 2.7 GB/5.0 GB 45 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 53% ▕████████ ▏ 2.7 GB/5.0 GB 45 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 53% ▕████████ ▏ 2.7 GB/5.0 GB 45 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 53% ▕████████ ▏ 2.7 GB/5.0 GB 45 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 53% ▕████████ ▏ 2.7 GB/5.0 GB 45 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 53% ▕████████ ▏ 2.7 GB/5.0 GB 45 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 54% ▕████████ ▏ 2.7 GB/5.0 GB 45 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 54% ▕████████ ▏ 2.7 GB/5.0 GB 45 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 54% ▕████████ ▏ 2.7 GB/5.0 GB 45 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 54% ▕████████ ▏ 2.7 GB/5.0 GB 45 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 54% ▕████████ ▏ 2.7 GB/5.0 GB 45 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 54% ▕████████ ▏ 2.7 GB/5.0 GB 45 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 54% ▕████████ ▏ 2.7 GB/5.0 GB 45 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 54% ▕████████ ▏ 2.7 GB/5.0 GB 44 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 54% ▕████████ ▏ 2.7 GB/5.0 GB 44 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 54% ▕████████ ▏ 2.7 GB/5.0 GB 44 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 54% ▕████████ ▏ 2.7 GB/5.0 GB 44 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 54% ▕████████ ▏ 2.7 GB/5.0 GB 44 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 54% ▕████████ ▏ 2.7 GB/5.0 GB 44 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 55% ▕████████ ▏ 2.7 GB/5.0 GB 44 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 55% ▕████████ ▏ 2.7 GB/5.0 GB 44 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 55% ▕████████ ▏ 2.7 GB/5.0 GB 44 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 55% ▕████████ ▏ 2.7 GB/5.0 GB 44 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 55% ▕████████ ▏ 2.7 GB/5.0 GB 46 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 55% ▕████████ ▏ 2.7 GB/5.0 GB 46 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 55% ▕████████ ▏ 2.8 GB/5.0 GB 46 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 55% ▕████████ ▏ 2.8 GB/5.0 GB 46 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 55% ▕████████ ▏ 2.8 GB/5.0 GB 46 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 55% ▕████████ ▏ 2.8 GB/5.0 GB 46 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 55% ▕████████ ▏ 2.8 GB/5.0 GB 46 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 55% ▕████████ ▏ 2.8 GB/5.0 GB 46 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 55% ▕████████ ▏ 2.8 GB/5.0 GB 46 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 55% ▕████████ ▏ 2.8 GB/5.0 GB 46 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 56% ▕████████ ▏ 2.8 GB/5.0 GB 43 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 56% ▕████████ ▏ 2.8 GB/5.0 GB 43 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 56% ▕████████ ▏ 2.8 GB/5.0 GB 43 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 56% ▕████████ ▏ 2.8 GB/5.0 GB 43 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 56% ▕████████ ▏ 2.8 GB/5.0 GB 43 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 56% ▕████████ ▏ 2.8 GB/5.0 GB 43 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 56% ▕████████ ▏ 2.8 GB/5.0 GB 43 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 56% ▕████████ ▏ 2.8 GB/5.0 GB 43 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 56% ▕████████ ▏ 2.8 GB/5.0 GB 43 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 56% ▕█████████ ▏ 2.8 GB/5.0 GB 43 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 56% ▕█████████ ▏ 2.8 GB/5.0 GB 43 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 57% ▕█████████ ▏ 2.8 GB/5.0 GB 44 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 57% ▕█████████ ▏ 2.8 GB/5.0 GB 44 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 57% ▕█████████ ▏ 2.8 GB/5.0 GB 44 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 57% ▕█████████ ▏ 2.8 GB/5.0 GB 44 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 57% ▕█████████ ▏ 2.8 GB/5.0 GB 44 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 57% ▕█████████ ▏ 2.9 GB/5.0 GB 44 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 57% ▕█████████ ▏ 2.9 GB/5.0 GB 44 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 57% ▕█████████ ▏ 2.9 GB/5.0 GB 44 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 57% ▕█████████ ▏ 2.9 GB/5.0 GB 44 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 57% ▕█████████ ▏ 2.9 GB/5.0 GB 44 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 57% ▕█████████ ▏ 2.9 GB/5.0 GB 44 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 57% ▕█████████ ▏ 2.9 GB/5.0 GB 44 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 57% ▕█████████ ▏ 2.9 GB/5.0 GB 44 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 58% ▕█████████ ▏ 2.9 GB/5.0 GB 44 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 58% ▕█████████ ▏ 2.9 GB/5.0 GB 44 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 58% ▕█████████ ▏ 2.9 GB/5.0 GB 44 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 58% ▕█████████ ▏ 2.9 GB/5.0 GB 44 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 58% ▕█████████ ▏ 2.9 GB/5.0 GB 44 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 58% ▕█████████ ▏ 2.9 GB/5.0 GB 44 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 58% ▕█████████ ▏ 2.9 GB/5.0 GB 44 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 58% ▕█████████ ▏ 2.9 GB/5.0 GB 42 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 58% ▕█████████ ▏ 2.9 GB/5.0 GB 42 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 58% ▕█████████ ▏ 2.9 GB/5.0 GB 42 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 58% ▕█████████ ▏ 2.9 GB/5.0 GB 42 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 58% ▕█████████ ▏ 2.9 GB/5.0 GB 42 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 58% ▕█████████ ▏ 2.9 GB/5.0 GB 42 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 59% ▕█████████ ▏ 2.9 GB/5.0 GB 42 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 59% ▕█████████ ▏ 2.9 GB/5.0 GB 42 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 59% ▕█████████ ▏ 2.9 GB/5.0 GB 42 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 59% ▕█████████ ▏ 2.9 GB/5.0 GB 42 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 59% ▕█████████ ▏ 2.9 GB/5.0 GB 42 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 59% ▕█████████ ▏ 3.0 GB/5.0 GB 42 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 59% ▕█████████ ▏ 3.0 GB/5.0 GB 42 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 59% ▕█████████ ▏ 3.0 GB/5.0 GB 42 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 59% ▕█████████ ▏ 3.0 GB/5.0 GB 42 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 59% ▕█████████ ▏ 3.0 GB/5.0 GB 42 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 59% ▕█████████ ▏ 3.0 GB/5.0 GB 42 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 59% ▕█████████ ▏ 3.0 GB/5.0 GB 42 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 59% ▕█████████ ▏ 3.0 GB/5.0 GB 42 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 59% ▕█████████ ▏ 3.0 GB/5.0 GB 42 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 59% ▕█████████ ▏ 3.0 GB/5.0 GB 39 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 60% ▕█████████ ▏ 3.0 GB/5.0 GB 39 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 60% ▕█████████ ▏ 3.0 GB/5.0 GB 39 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 60% ▕█████████ ▏ 3.0 GB/5.0 GB 39 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 60% ▕█████████ ▏ 3.0 GB/5.0 GB 39 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 60% ▕█████████ ▏ 3.0 GB/5.0 GB 39 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 60% ▕█████████ ▏ 3.0 GB/5.0 GB 39 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 60% ▕█████████ ▏ 3.0 GB/5.0 GB 39 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 60% ▕█████████ ▏ 3.0 GB/5.0 GB 39 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 60% ▕█████████ ▏ 3.0 GB/5.0 GB 39 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 61% ▕█████████ ▏ 3.0 GB/5.0 GB 40 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 61% ▕█████████ ▏ 3.0 GB/5.0 GB 40 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 61% ▕█████████ ▏ 3.0 GB/5.0 GB 40 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 61% ▕█████████ ▏ 3.0 GB/5.0 GB 40 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 61% ▕█████████ ▏ 3.0 GB/5.0 GB 40 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 61% ▕█████████ ▏ 3.0 GB/5.0 GB 40 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 61% ▕█████████ ▏ 3.0 GB/5.0 GB 40 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 61% ▕█████████ ▏ 3.1 GB/5.0 GB 40 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 61% ▕█████████ ▏ 3.1 GB/5.0 GB 40 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 61% ▕█████████ ▏ 3.1 GB/5.0 GB 40 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 61% ▕█████████ ▏ 3.1 GB/5.0 GB 40 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 61% ▕█████████ ▏ 3.1 GB/5.0 GB 40 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 62% ▕█████████ ▏ 3.1 GB/5.0 GB 40 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 62% ▕█████████ ▏ 3.1 GB/5.0 GB 40 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 62% ▕█████████ ▏ 3.1 GB/5.0 GB 40 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 62% ▕█████████ ▏ 3.1 GB/5.0 GB 40 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 62% ▕█████████ ▏ 3.1 GB/5.0 GB 40 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 62% ▕█████████ ▏ 3.1 GB/5.0 GB 40 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 62% ▕█████████ ▏ 3.1 GB/5.0 GB 40 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 62% ▕█████████ ▏ 3.1 GB/5.0 GB 40 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 62% ▕█████████ ▏ 3.1 GB/5.0 GB 40 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 62% ▕█████████ ▏ 3.1 GB/5.0 GB 40 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 62% ▕█████████ ▏ 3.1 GB/5.0 GB 40 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 62% ▕█████████ ▏ 3.1 GB/5.0 GB 40 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 63% ▕██████████ ▏ 3.1 GB/5.0 GB 40 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 63% ▕██████████ ▏ 3.1 GB/5.0 GB 40 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 63% ▕██████████ ▏ 3.1 GB/5.0 GB 40 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 63% ▕██████████ ▏ 3.1 GB/5.0 GB 40 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 63% ▕██████████ ▏ 3.1 GB/5.0 GB 40 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 63% ▕██████████ ▏ 3.1 GB/5.0 GB 40 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 63% ▕██████████ ▏ 3.2 GB/5.0 GB 40 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 63% ▕██████████ ▏ 3.2 GB/5.0 GB 42 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 63% ▕██████████ ▏ 3.2 GB/5.0 GB 42 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 63% ▕██████████ ▏ 3.2 GB/5.0 GB 42 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 63% ▕██████████ ▏ 3.2 GB/5.0 GB 42 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 63% ▕██████████ ▏ 3.2 GB/5.0 GB 42 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 64% ▕██████████ ▏ 3.2 GB/5.0 GB 42 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 64% ▕██████████ ▏ 3.2 GB/5.0 GB 42 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 64% ▕██████████ ▏ 3.2 GB/5.0 GB 42 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 64% ▕██████████ ▏ 3.2 GB/5.0 GB 42 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 64% ▕██████████ ▏ 3.2 GB/5.0 GB 42 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 64% ▕██████████ ▏ 3.2 GB/5.0 GB 42 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 64% ▕██████████ ▏ 3.2 GB/5.0 GB 42 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 64% ▕██████████ ▏ 3.2 GB/5.0 GB 42 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 64% ▕██████████ ▏ 3.2 GB/5.0 GB 42 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 65% ▕██████████ ▏ 3.2 GB/5.0 GB 42 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 65% ▕██████████ ▏ 3.2 GB/5.0 GB 42 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 65% ▕██████████ ▏ 3.2 GB/5.0 GB 42 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 65% ▕██████████ ▏ 3.2 GB/5.0 GB 42 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 65% ▕██████████ ▏ 3.2 GB/5.0 GB 42 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 65% ▕██████████ ▏ 3.2 GB/5.0 GB 42 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 65% ▕██████████ ▏ 3.2 GB/5.0 GB 41 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 65% ▕██████████ ▏ 3.2 GB/5.0 GB 41 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 65% ▕██████████ ▏ 3.3 GB/5.0 GB 41 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 65% ▕██████████ ▏ 3.3 GB/5.0 GB 41 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 65% ▕██████████ ▏ 3.3 GB/5.0 GB 41 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 65% ▕██████████ ▏ 3.3 GB/5.0 GB 41 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 65% ▕██████████ ▏ 3.3 GB/5.0 GB 41 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 65% ▕██████████ ▏ 3.3 GB/5.0 GB 41 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 66% ▕██████████ ▏ 3.3 GB/5.0 GB 41 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 66% ▕██████████ ▏ 3.3 GB/5.0 GB 41 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 66% ▕██████████ ▏ 3.3 GB/5.0 GB 41 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 66% ▕██████████ ▏ 3.3 GB/5.0 GB 42 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 66% ▕██████████ ▏ 3.3 GB/5.0 GB 42 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 66% ▕██████████ ▏ 3.3 GB/5.0 GB 42 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 66% ▕██████████ ▏ 3.3 GB/5.0 GB 42 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 66% ▕██████████ ▏ 3.3 GB/5.0 GB 42 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 66% ▕██████████ ▏ 3.3 GB/5.0 GB 42 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 66% ▕██████████ ▏ 3.3 GB/5.0 GB 42 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 66% ▕██████████ ▏ 3.3 GB/5.0 GB 42 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 66% ▕██████████ ▏ 3.3 GB/5.0 GB 42 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 67% ▕██████████ ▏ 3.3 GB/5.0 GB 42 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 67% ▕██████████ ▏ 3.3 GB/5.0 GB 42 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 67% ▕██████████ ▏ 3.3 GB/5.0 GB 42 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 67% ▕██████████ ▏ 3.3 GB/5.0 GB 42 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 67% ▕██████████ ▏ 3.3 GB/5.0 GB 42 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 67% ▕██████████ ▏ 3.3 GB/5.0 GB 42 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 67% ▕██████████ ▏ 3.4 GB/5.0 GB 42 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 68% ▕██████████ ▏ 3.4 GB/5.0 GB 42 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 68% ▕██████████ ▏ 3.4 GB/5.0 GB 42 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 68% ▕██████████ ▏ 3.4 GB/5.0 GB 42 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 68% ▕██████████ ▏ 3.4 GB/5.0 GB 42 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 68% ▕██████████ ▏ 3.4 GB/5.0 GB 45 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 68% ▕██████████ ▏ 3.4 GB/5.0 GB 45 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 68% ▕██████████ ▏ 3.4 GB/5.0 GB 45 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 68% ▕██████████ ▏ 3.4 GB/5.0 GB 45 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 68% ▕██████████ ▏ 3.4 GB/5.0 GB 45 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 68% ▕██████████ ▏ 3.4 GB/5.0 GB 45 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 68% ▕██████████ ▏ 3.4 GB/5.0 GB 45 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 68% ▕██████████ ▏ 3.4 GB/5.0 GB 45 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 68% ▕██████████ ▏ 3.4 GB/5.0 GB 45 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 68% ▕██████████ ▏ 3.4 GB/5.0 GB 45 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 68% ▕██████████ ▏ 3.4 GB/5.0 GB 40 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 68% ▕██████████ ▏ 3.4 GB/5.0 GB 40 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 68% ▕██████████ ▏ 3.4 GB/5.0 GB 40 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 68% ▕██████████ ▏ 3.4 GB/5.0 GB 40 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 68% ▕██████████ ▏ 3.4 GB/5.0 GB 40 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 68% ▕██████████ ▏ 3.4 GB/5.0 GB 40 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 68% ▕██████████ ▏ 3.4 GB/5.0 GB 40 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 69% ▕██████████ ▏ 3.4 GB/5.0 GB 40 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 69% ▕██████████ ▏ 3.4 GB/5.0 GB 40 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 69% ▕██████████ ▏ 3.4 GB/5.0 GB 40 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 69% ▕███████████ ▏ 3.4 GB/5.0 GB 41 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 69% ▕███████████ ▏ 3.5 GB/5.0 GB 41 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 69% ▕███████████ ▏ 3.5 GB/5.0 GB 41 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 69% ▕███████████ ▏ 3.5 GB/5.0 GB 41 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 69% ▕███████████ ▏ 3.5 GB/5.0 GB 41 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 69% ▕███████████ ▏ 3.5 GB/5.0 GB 41 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 69% ▕███████████ ▏ 3.5 GB/5.0 GB 41 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 69% ▕███████████ ▏ 3.5 GB/5.0 GB 41 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 69% ▕███████████ ▏ 3.5 GB/5.0 GB 41 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 69% ▕███████████ ▏ 3.5 GB/5.0 GB 41 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 69% ▕███████████ ▏ 3.5 GB/5.0 GB 41 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 70% ▕███████████ ▏ 3.5 GB/5.0 GB 40 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 70% ▕███████████ ▏ 3.5 GB/5.0 GB 40 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 70% ▕███████████ ▏ 3.5 GB/5.0 GB 40 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 70% ▕███████████ ▏ 3.5 GB/5.0 GB 40 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 70% ▕███████████ ▏ 3.5 GB/5.0 GB 40 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 70% ▕███████████ ▏ 3.5 GB/5.0 GB 40 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 70% ▕███████████ ▏ 3.5 GB/5.0 GB 40 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 70% ▕███████████ ▏ 3.5 GB/5.0 GB 40 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 70% ▕███████████ ▏ 3.5 GB/5.0 GB 40 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 70% ▕███████████ ▏ 3.5 GB/5.0 GB 40 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 70% ▕███████████ ▏ 3.5 GB/5.0 GB 40 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 70% ▕███████████ ▏ 3.5 GB/5.0 GB 40 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 71% ▕███████████ ▏ 3.5 GB/5.0 GB 40 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 71% ▕███████████ ▏ 3.5 GB/5.0 GB 40 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 71% ▕███████████ ▏ 3.5 GB/5.0 GB 40 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 71% ▕███████████ ▏ 3.5 GB/5.0 GB 40 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 71% ▕███████████ ▏ 3.5 GB/5.0 GB 40 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 71% ▕███████████ ▏ 3.6 GB/5.0 GB 40 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 71% ▕███████████ ▏ 3.6 GB/5.0 GB 40 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 71% ▕███████████ ▏ 3.6 GB/5.0 GB 40 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 71% ▕███████████ ▏ 3.6 GB/5.0 GB 39 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 71% ▕███████████ ▏ 3.6 GB/5.0 GB 39 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 71% ▕███████████ ▏ 3.6 GB/5.0 GB 39 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 71% ▕███████████ ▏ 3.6 GB/5.0 GB 39 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 72% ▕███████████ ▏ 3.6 GB/5.0 GB 39 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 72% ▕███████████ ▏ 3.6 GB/5.0 GB 39 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 72% ▕███████████ ▏ 3.6 GB/5.0 GB 39 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 72% ▕███████████ ▏ 3.6 GB/5.0 GB 39 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 72% ▕███████████ ▏ 3.6 GB/5.0 GB 39 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 72% ▕███████████ ▏ 3.6 GB/5.0 GB 39 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 72% ▕███████████ ▏ 3.6 GB/5.0 GB 40 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 72% ▕███████████ ▏ 3.6 GB/5.0 GB 40 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 72% ▕███████████ ▏ 3.6 GB/5.0 GB 40 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 72% ▕███████████ ▏ 3.6 GB/5.0 GB 40 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 72% ▕███████████ ▏ 3.6 GB/5.0 GB 40 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 73% ▕███████████ ▏ 3.6 GB/5.0 GB 40 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 73% ▕███████████ ▏ 3.6 GB/5.0 GB 40 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 73% ▕███████████ ▏ 3.6 GB/5.0 GB 40 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 73% ▕███████████ ▏ 3.6 GB/5.0 GB 40 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 73% ▕███████████ ▏ 3.6 GB/5.0 GB 40 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 73% ▕███████████ ▏ 3.6 GB/5.0 GB 39 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 73% ▕███████████ ▏ 3.6 GB/5.0 GB 39 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 73% ▕███████████ ▏ 3.7 GB/5.0 GB 39 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 73% ▕███████████ ▏ 3.7 GB/5.0 GB 39 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 73% ▕███████████ ▏ 3.7 GB/5.0 GB 39 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 73% ▕███████████ ▏ 3.7 GB/5.0 GB 39 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 73% ▕███████████ ▏ 3.7 GB/5.0 GB 39 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 73% ▕███████████ ▏ 3.7 GB/5.0 GB 39 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 74% ▕███████████ ▏ 3.7 GB/5.0 GB 39 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 74% ▕███████████ ▏ 3.7 GB/5.0 GB 39 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 74% ▕███████████ ▏ 3.7 GB/5.0 GB 39 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 74% ▕███████████ ▏ 3.7 GB/5.0 GB 39 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 74% ▕███████████ ▏ 3.7 GB/5.0 GB 39 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 74% ▕███████████ ▏ 3.7 GB/5.0 GB 39 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 74% ▕███████████ ▏ 3.7 GB/5.0 GB 39 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 74% ▕███████████ ▏ 3.7 GB/5.0 GB 39 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 74% ▕███████████ ▏ 3.7 GB/5.0 GB 39 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 74% ▕███████████ ▏ 3.7 GB/5.0 GB 39 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 74% ▕███████████ ▏ 3.7 GB/5.0 GB 39 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 74% ▕███████████ ▏ 3.7 GB/5.0 GB 39 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 75% ▕███████████ ▏ 3.7 GB/5.0 GB 39 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 75% ▕███████████ ▏ 3.7 GB/5.0 GB 38 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 75% ▕███████████ ▏ 3.7 GB/5.0 GB 38 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 75% ▕███████████ ▏ 3.7 GB/5.0 GB 38 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 75% ▕███████████ ▏ 3.7 GB/5.0 GB 38 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 75% ▕███████████ ▏ 3.7 GB/5.0 GB 38 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 75% ▕████████████ ▏ 3.8 GB/5.0 GB 38 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 75% ▕████████████ ▏ 3.8 GB/5.0 GB 38 MB/s 31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 75% ▕████████████ ▏ 3.8 GB/5.0 GB 38 MB/s 31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 75% ▕████████████ ▏ 3.8 GB/5.0 GB 38 MB/s 31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 75% ▕████████████ ▏ 3.8 GB/5.0 GB 38 MB/s 31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 76% ▕████████████ ▏ 3.8 GB/5.0 GB 42 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 76% ▕████████████ ▏ 3.8 GB/5.0 GB 42 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 76% ▕████████████ ▏ 3.8 GB/5.0 GB 42 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 76% ▕████████████ ▏ 3.8 GB/5.0 GB 42 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 76% ▕████████████ ▏ 3.8 GB/5.0 GB 42 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 76% ▕████████████ ▏ 3.8 GB/5.0 GB 42 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 76% ▕████████████ ▏ 3.8 GB/5.0 GB 42 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 76% ▕████████████ ▏ 3.8 GB/5.0 GB 42 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 76% ▕████████████ ▏ 3.8 GB/5.0 GB 42 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 76% ▕████████████ ▏ 3.8 GB/5.0 GB 42 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 76% ▕████████████ ▏ 3.8 GB/5.0 GB 41 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 76% ▕████████████ ▏ 3.8 GB/5.0 GB 41 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 77% ▕████████████ ▏ 3.8 GB/5.0 GB 41 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 77% ▕████████████ ▏ 3.8 GB/5.0 GB 41 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 77% ▕████████████ ▏ 3.8 GB/5.0 GB 41 MB/s 27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 77% ▕████████████ ▏ 3.8 GB/5.0 GB 41 MB/s 27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 77% ▕████████████ ▏ 3.8 GB/5.0 GB 41 MB/s 27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 77% ▕████████████ ▏ 3.9 GB/5.0 GB 41 MB/s 27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 77% ▕████████████ ▏ 3.9 GB/5.0 GB 41 MB/s 27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 77% ▕████████████ ▏ 3.9 GB/5.0 GB 41 MB/s 27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 77% ▕████████████ ▏ 3.9 GB/5.0 GB 43 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 77% ▕████████████ ▏ 3.9 GB/5.0 GB 43 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 77% ▕████████████ ▏ 3.9 GB/5.0 GB 43 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 78% ▕████████████ ▏ 3.9 GB/5.0 GB 43 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 78% ▕████████████ ▏ 3.9 GB/5.0 GB 43 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 78% ▕████████████ ▏ 3.9 GB/5.0 GB 43 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 78% ▕████████████ ▏ 3.9 GB/5.0 GB 43 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 78% ▕████████████ ▏ 3.9 GB/5.0 GB 43 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 78% ▕████████████ ▏ 3.9 GB/5.0 GB 43 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 78% ▕████████████ ▏ 3.9 GB/5.0 GB 43 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 78% ▕████████████ ▏ 3.9 GB/5.0 GB 43 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 78% ▕████████████ ▏ 3.9 GB/5.0 GB 43 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 78% ▕████████████ ▏ 3.9 GB/5.0 GB 43 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 78% ▕████████████ ▏ 3.9 GB/5.0 GB 43 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 79% ▕████████████ ▏ 3.9 GB/5.0 GB 43 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 79% ▕████████████ ▏ 3.9 GB/5.0 GB 43 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 79% ▕████████████ ▏ 3.9 GB/5.0 GB 43 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 79% ▕████████████ ▏ 3.9 GB/5.0 GB 43 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 79% ▕████████████ ▏ 3.9 GB/5.0 GB 43 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 79% ▕████████████ ▏ 3.9 GB/5.0 GB 43 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 79% ▕████████████ ▏ 3.9 GB/5.0 GB 43 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 79% ▕████████████ ▏ 3.9 GB/5.0 GB 42 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 79% ▕████████████ ▏ 3.9 GB/5.0 GB 42 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 79% ▕████████████ ▏ 4.0 GB/5.0 GB 42 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 79% ▕████████████ ▏ 4.0 GB/5.0 GB 42 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 79% ▕████████████ ▏ 4.0 GB/5.0 GB 42 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 80% ▕████████████ ▏ 4.0 GB/5.0 GB 42 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 80% ▕████████████ ▏ 4.0 GB/5.0 GB 42 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 80% ▕████████████ ▏ 4.0 GB/5.0 GB 42 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 80% ▕████████████ ▏ 4.0 GB/5.0 GB 42 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 80% ▕████████████ ▏ 4.0 GB/5.0 GB 42 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 80% ▕████████████ ▏ 4.0 GB/5.0 GB 43 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 80% ▕████████████ ▏ 4.0 GB/5.0 GB 43 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 80% ▕████████████ ▏ 4.0 GB/5.0 GB 43 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 80% ▕████████████ ▏ 4.0 GB/5.0 GB 43 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 80% ▕████████████ ▏ 4.0 GB/5.0 GB 43 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 80% ▕████████████ ▏ 4.0 GB/5.0 GB 43 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 81% ▕████████████ ▏ 4.0 GB/5.0 GB 43 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 81% ▕████████████ ▏ 4.0 GB/5.0 GB 43 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 81% ▕████████████ ▏ 4.0 GB/5.0 GB 43 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 81% ▕████████████ ▏ 4.0 GB/5.0 GB 43 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 81% ▕████████████ ▏ 4.0 GB/5.0 GB 44 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 81% ▕████████████ ▏ 4.0 GB/5.0 GB 44 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 81% ▕████████████ ▏ 4.0 GB/5.0 GB 44 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 81% ▕████████████ ▏ 4.1 GB/5.0 GB 44 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 81% ▕████████████ ▏ 4.1 GB/5.0 GB 44 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 81% ▕█████████████ ▏ 4.1 GB/5.0 GB 44 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 81% ▕█████████████ ▏ 4.1 GB/5.0 GB 44 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 81% ▕█████████████ ▏ 4.1 GB/5.0 GB 44 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 82% ▕█████████████ ▏ 4.1 GB/5.0 GB 44 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 82% ▕█████████████ ▏ 4.1 GB/5.0 GB 44 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 82% ▕█████████████ ▏ 4.1 GB/5.0 GB 44 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 82% ▕█████████████ ▏ 4.1 GB/5.0 GB 44 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 82% ▕█████████████ ▏ 4.1 GB/5.0 GB 44 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 82% ▕█████████████ ▏ 4.1 GB/5.0 GB 44 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 82% ▕█████████████ ▏ 4.1 GB/5.0 GB 44 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 82% ▕█████████████ ▏ 4.1 GB/5.0 GB 44 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 82% ▕█████████████ ▏ 4.1 GB/5.0 GB 44 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 82% ▕█████████████ ▏ 4.1 GB/5.0 GB 44 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 82% ▕█████████████ ▏ 4.1 GB/5.0 GB 44 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 82% ▕█████████████ ▏ 4.1 GB/5.0 GB 44 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 83% ▕█████████████ ▏ 4.1 GB/5.0 GB 44 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 83% ▕█████████████ ▏ 4.1 GB/5.0 GB 44 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 83% ▕█████████████ ▏ 4.1 GB/5.0 GB 44 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 83% ▕█████████████ ▏ 4.1 GB/5.0 GB 44 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 83% ▕█████████████ ▏ 4.1 GB/5.0 GB 44 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 83% ▕█████████████ ▏ 4.2 GB/5.0 GB 44 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 83% ▕█████████████ ▏ 4.2 GB/5.0 GB 44 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 83% ▕█████████████ ▏ 4.2 GB/5.0 GB 44 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 83% ▕█████████████ ▏ 4.2 GB/5.0 GB 44 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 83% ▕█████████████ ▏ 4.2 GB/5.0 GB 44 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 83% ▕█████████████ ▏ 4.2 GB/5.0 GB 44 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 83% ▕█████████████ ▏ 4.2 GB/5.0 GB 44 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 83% ▕█████████████ ▏ 4.2 GB/5.0 GB 44 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 83% ▕█████████████ ▏ 4.2 GB/5.0 GB 44 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 84% ▕█████████████ ▏ 4.2 GB/5.0 GB 44 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 84% ▕█████████████ ▏ 4.2 GB/5.0 GB 44 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 84% ▕█████████████ ▏ 4.2 GB/5.0 GB 44 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 84% ▕█████████████ ▏ 4.2 GB/5.0 GB 44 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 84% ▕█████████████ ▏ 4.2 GB/5.0 GB 44 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 84% ▕█████████████ ▏ 4.2 GB/5.0 GB 44 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 84% ▕█████████████ ▏ 4.2 GB/5.0 GB 44 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 84% ▕█████████████ ▏ 4.2 GB/5.0 GB 42 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 84% ▕█████████████ ▏ 4.2 GB/5.0 GB 42 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 85% ▕█████████████ ▏ 4.2 GB/5.0 GB 42 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 85% ▕█████████████ ▏ 4.2 GB/5.0 GB 42 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 85% ▕█████████████ ▏ 4.2 GB/5.0 GB 42 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 85% ▕█████████████ ▏ 4.2 GB/5.0 GB 42 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 85% ▕█████████████ ▏ 4.2 GB/5.0 GB 42 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 85% ▕█████████████ ▏ 4.2 GB/5.0 GB 42 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 85% ▕█████████████ ▏ 4.2 GB/5.0 GB 42 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 85% ▕█████████████ ▏ 4.3 GB/5.0 GB 42 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 85% ▕█████████████ ▏ 4.3 GB/5.0 GB 43 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 85% ▕█████████████ ▏ 4.3 GB/5.0 GB 43 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 85% ▕█████████████ ▏ 4.3 GB/5.0 GB 43 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 85% ▕█████████████ ▏ 4.3 GB/5.0 GB 43 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 85% ▕█████████████ ▏ 4.3 GB/5.0 GB 43 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 86% ▕█████████████ ▏ 4.3 GB/5.0 GB 43 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 86% ▕█████████████ ▏ 4.3 GB/5.0 GB 43 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 86% ▕█████████████ ▏ 4.3 GB/5.0 GB 43 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 86% ▕█████████████ ▏ 4.3 GB/5.0 GB 43 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 86% ▕█████████████ ▏ 4.3 GB/5.0 GB 43 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 86% ▕█████████████ ▏ 4.3 GB/5.0 GB 43 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 86% ▕█████████████ ▏ 4.3 GB/5.0 GB 43 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 86% ▕█████████████ ▏ 4.3 GB/5.0 GB 43 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 86% ▕█████████████ ▏ 4.3 GB/5.0 GB 43 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 86% ▕█████████████ ▏ 4.3 GB/5.0 GB 43 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 86% ▕█████████████ ▏ 4.3 GB/5.0 GB 43 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 86% ▕█████████████ ▏ 4.3 GB/5.0 GB 43 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 87% ▕█████████████ ▏ 4.3 GB/5.0 GB 43 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 87% ▕█████████████ ▏ 4.3 GB/5.0 GB 43 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 87% ▕█████████████ ▏ 4.3 GB/5.0 GB 43 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 87% ▕█████████████ ▏ 4.3 GB/5.0 GB 43 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 87% ▕█████████████ ▏ 4.3 GB/5.0 GB 44 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 87% ▕█████████████ ▏ 4.4 GB/5.0 GB 44 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 87% ▕█████████████ ▏ 4.4 GB/5.0 GB 44 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 87% ▕█████████████ ▏ 4.4 GB/5.0 GB 44 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 87% ▕█████████████ ▏ 4.4 GB/5.0 GB 44 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 87% ▕█████████████ ▏ 4.4 GB/5.0 GB 44 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 87% ▕█████████████ ▏ 4.4 GB/5.0 GB 44 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 87% ▕█████████████ ▏ 4.4 GB/5.0 GB 44 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 88% ▕██████████████ ▏ 4.4 GB/5.0 GB 44 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 88% ▕██████████████ ▏ 4.4 GB/5.0 GB 44 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 88% ▕██████████████ ▏ 4.4 GB/5.0 GB 43 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 88% ▕██████████████ ▏ 4.4 GB/5.0 GB 43 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 88% ▕██████████████ ▏ 4.4 GB/5.0 GB 43 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 88% ▕██████████████ ▏ 4.4 GB/5.0 GB 43 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 88% ▕██████████████ ▏ 4.4 GB/5.0 GB 43 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 88% ▕██████████████ ▏ 4.4 GB/5.0 GB 43 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 88% ▕██████████████ ▏ 4.4 GB/5.0 GB 43 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 88% ▕██████████████ ▏ 4.4 GB/5.0 GB 43 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 88% ▕██████████████ ▏ 4.4 GB/5.0 GB 43 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 88% ▕██████████████ ▏ 4.4 GB/5.0 GB 43 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 88% ▕██████████████ ▏ 4.4 GB/5.0 GB 41 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 88% ▕██████████████ ▏ 4.4 GB/5.0 GB 41 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 89% ▕██████████████ ▏ 4.4 GB/5.0 GB 41 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 89% ▕██████████████ ▏ 4.4 GB/5.0 GB 41 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 89% ▕██████████████ ▏ 4.4 GB/5.0 GB 41 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 89% ▕██████████████ ▏ 4.4 GB/5.0 GB 41 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 89% ▕██████████████ ▏ 4.5 GB/5.0 GB 41 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 89% ▕██████████████ ▏ 4.5 GB/5.0 GB 41 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 89% ▕██████████████ ▏ 4.5 GB/5.0 GB 41 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 89% ▕██████████████ ▏ 4.5 GB/5.0 GB 41 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 89% ▕██████████████ ▏ 4.5 GB/5.0 GB 42 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 89% ▕██████████████ ▏ 4.5 GB/5.0 GB 42 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 89% ▕██████████████ ▏ 4.5 GB/5.0 GB 42 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 90% ▕██████████████ ▏ 4.5 GB/5.0 GB 42 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 90% ▕██████████████ ▏ 4.5 GB/5.0 GB 42 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 90% ▕██████████████ ▏ 4.5 GB/5.0 GB 42 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 90% ▕██████████████ ▏ 4.5 GB/5.0 GB 42 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 90% ▕██████████████ ▏ 4.5 GB/5.0 GB 42 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 90% ▕██████████████ ▏ 4.5 GB/5.0 GB 42 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 90% ▕██████████████ ▏ 4.5 GB/5.0 GB 42 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 90% ▕██████████████ ▏ 4.5 GB/5.0 GB 41 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 90% ▕██████████████ ▏ 4.5 GB/5.0 GB 41 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 90% ▕██████████████ ▏ 4.5 GB/5.0 GB 41 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 90% ▕██████████████ ▏ 4.5 GB/5.0 GB 41 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 91% ▕██████████████ ▏ 4.5 GB/5.0 GB 41 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 91% ▕██████████████ ▏ 4.5 GB/5.0 GB 41 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 91% ▕██████████████ ▏ 4.5 GB/5.0 GB 41 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 91% ▕██████████████ ▏ 4.5 GB/5.0 GB 41 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 91% ▕██████████████ ▏ 4.5 GB/5.0 GB 41 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 91% ▕██████████████ ▏ 4.5 GB/5.0 GB 41 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 91% ▕██████████████ ▏ 4.5 GB/5.0 GB 41 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 91% ▕██████████████ ▏ 4.6 GB/5.0 GB 41 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 91% ▕██████████████ ▏ 4.6 GB/5.0 GB 41 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 91% ▕██████████████ ▏ 4.6 GB/5.0 GB 41 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 91% ▕██████████████ ▏ 4.6 GB/5.0 GB 41 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 91% ▕██████████████ ▏ 4.6 GB/5.0 GB 41 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 91% ▕██████████████ ▏ 4.6 GB/5.0 GB 41 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 92% ▕██████████████ ▏ 4.6 GB/5.0 GB 41 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 92% ▕██████████████ ▏ 4.6 GB/5.0 GB 41 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 92% ▕██████████████ ▏ 4.6 GB/5.0 GB 41 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 92% ▕██████████████ ▏ 4.6 GB/5.0 GB 41 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 92% ▕██████████████ ▏ 4.6 GB/5.0 GB 42 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 92% ▕██████████████ ▏ 4.6 GB/5.0 GB 42 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 92% ▕██████████████ ▏ 4.6 GB/5.0 GB 42 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 92% ▕██████████████ ▏ 4.6 GB/5.0 GB 42 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 92% ▕██████████████ ▏ 4.6 GB/5.0 GB 42 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 92% ▕██████████████ ▏ 4.6 GB/5.0 GB 42 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 92% ▕██████████████ ▏ 4.6 GB/5.0 GB 42 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 92% ▕██████████████ ▏ 4.6 GB/5.0 GB 42 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 92% ▕██████████████ ▏ 4.6 GB/5.0 GB 42 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 92% ▕██████████████ ▏ 4.6 GB/5.0 GB 42 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 93% ▕██████████████ ▏ 4.6 GB/5.0 GB 40 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 93% ▕██████████████ ▏ 4.6 GB/5.0 GB 40 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 93% ▕██████████████ ▏ 4.6 GB/5.0 GB 40 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 93% ▕██████████████ ▏ 4.6 GB/5.0 GB 40 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 93% ▕██████████████ ▏ 4.6 GB/5.0 GB 40 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 93% ▕██████████████ ▏ 4.6 GB/5.0 GB 40 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 93% ▕██████████████ ▏ 4.6 GB/5.0 GB 40 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 93% ▕██████████████ ▏ 4.7 GB/5.0 GB 40 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 93% ▕██████████████ ▏ 4.7 GB/5.0 GB 40 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 93% ▕██████████████ ▏ 4.7 GB/5.0 GB 40 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 93% ▕██████████████ ▏ 4.7 GB/5.0 GB 40 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 93% ▕██████████████ ▏ 4.7 GB/5.0 GB 40 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 93% ▕██████████████ ▏ 4.7 GB/5.0 GB 40 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 93% ▕██████████████ ▏ 4.7 GB/5.0 GB 40 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 93% ▕██████████████ ▏ 4.7 GB/5.0 GB 40 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 93% ▕██████████████ ▏ 4.7 GB/5.0 GB 40 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 94% ▕██████████████ ▏ 4.7 GB/5.0 GB 40 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 94% ▕██████████████ ▏ 4.7 GB/5.0 GB 40 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 94% ▕███████████████ ▏ 4.7 GB/5.0 GB 40 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 94% ▕███████████████ ▏ 4.7 GB/5.0 GB 40 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 94% ▕███████████████ ▏ 4.7 GB/5.0 GB 39 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 94% ▕███████████████ ▏ 4.7 GB/5.0 GB 39 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 94% ▕███████████████ ▏ 4.7 GB/5.0 GB 39 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 94% ▕███████████████ ▏ 4.7 GB/5.0 GB 39 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 94% ▕███████████████ ▏ 4.7 GB/5.0 GB 39 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 94% ▕███████████████ ▏ 4.7 GB/5.0 GB 39 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 94% ▕███████████████ ▏ 4.7 GB/5.0 GB 39 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 94% ▕███████████████ ▏ 4.7 GB/5.0 GB 39 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 95% ▕███████████████ ▏ 4.7 GB/5.0 GB 39 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 95% ▕███████████████ ▏ 4.7 GB/5.0 GB 39 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 95% ▕███████████████ ▏ 4.7 GB/5.0 GB 39 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 95% ▕███████████████ ▏ 4.7 GB/5.0 GB 38 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 95% ▕███████████████ ▏ 4.7 GB/5.0 GB 38 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 95% ▕███████████████ ▏ 4.7 GB/5.0 GB 38 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 95% ▕███████████████ ▏ 4.7 GB/5.0 GB 38 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 95% ▕███████████████ ▏ 4.7 GB/5.0 GB 38 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 95% ▕███████████████ ▏ 4.8 GB/5.0 GB 38 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 95% ▕███████████████ ▏ 4.8 GB/5.0 GB 38 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 95% ▕███████████████ ▏ 4.8 GB/5.0 GB 38 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 95% ▕███████████████ ▏ 4.8 GB/5.0 GB 38 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 96% ▕███████████████ ▏ 4.8 GB/5.0 GB 38 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 96% ▕███████████████ ▏ 4.8 GB/5.0 GB 40 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 96% ▕███████████████ ▏ 4.8 GB/5.0 GB 40 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 96% ▕███████████████ ▏ 4.8 GB/5.0 GB 40 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 96% ▕███████████████ ▏ 4.8 GB/5.0 GB 40 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 96% ▕███████████████ ▏ 4.8 GB/5.0 GB 40 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 96% ▕███████████████ ▏ 4.8 GB/5.0 GB 40 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 96% ▕███████████████ ▏ 4.8 GB/5.0 GB 40 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 96% ▕███████████████ ▏ 4.8 GB/5.0 GB 40 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 96% ▕███████████████ ▏ 4.8 GB/5.0 GB 40 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 96% ▕███████████████ ▏ 4.8 GB/5.0 GB 40 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 96% ▕███████████████ ▏ 4.8 GB/5.0 GB 38 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 96% ▕███████████████ ▏ 4.8 GB/5.0 GB 38 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 97% ▕███████████████ ▏ 4.8 GB/5.0 GB 38 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 97% ▕███████████████ ▏ 4.8 GB/5.0 GB 38 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 97% ▕███████████████ ▏ 4.8 GB/5.0 GB 38 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 97% ▕███████████████ ▏ 4.8 GB/5.0 GB 38 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 97% ▕███████████████ ▏ 4.8 GB/5.0 GB 38 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 97% ▕███████████████ ▏ 4.8 GB/5.0 GB 38 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 97% ▕███████████████ ▏ 4.9 GB/5.0 GB 38 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 97% ▕███████████████ ▏ 4.9 GB/5.0 GB 38 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 97% ▕███████████████ ▏ 4.9 GB/5.0 GB 39 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 97% ▕███████████████ ▏ 4.9 GB/5.0 GB 39 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 97% ▕███████████████ ▏ 4.9 GB/5.0 GB 39 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 97% ▕███████████████ ▏ 4.9 GB/5.0 GB 39 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 98% ▕███████████████ ▏ 4.9 GB/5.0 GB 39 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 98% ▕███████████████ ▏ 4.9 GB/5.0 GB 39 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 98% ▕███████████████ ▏ 4.9 GB/5.0 GB 39 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 98% ▕███████████████ ▏ 4.9 GB/5.0 GB 39 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 98% ▕███████████████ ▏ 4.9 GB/5.0 GB 39 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 98% ▕███████████████ ▏ 4.9 GB/5.0 GB 39 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 98% ▕███████████████ ▏ 4.9 GB/5.0 GB 39 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 98% ▕███████████████ ▏ 4.9 GB/5.0 GB 39 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 98% ▕███████████████ ▏ 4.9 GB/5.0 GB 39 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 98% ▕███████████████ ▏ 4.9 GB/5.0 GB 39 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 98% ▕███████████████ ▏ 4.9 GB/5.0 GB 39 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 98% ▕███████████████ ▏ 4.9 GB/5.0 GB 39 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 99% ▕███████████████ ▏ 4.9 GB/5.0 GB 39 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 99% ▕███████████████ ▏ 4.9 GB/5.0 GB 39 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 99% ▕███████████████ ▏ 4.9 GB/5.0 GB 39 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 99% ▕███████████████ ▏ 4.9 GB/5.0 GB 39 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 99% ▕███████████████ ▏ 4.9 GB/5.0 GB 39 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 99% ▕███████████████ ▏ 4.9 GB/5.0 GB 39 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 99% ▕███████████████ ▏ 4.9 GB/5.0 GB 39 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 99% ▕███████████████ ▏ 4.9 GB/5.0 GB 39 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 99% ▕███████████████ ▏ 5.0 GB/5.0 GB 39 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 99% ▕███████████████ ▏ 5.0 GB/5.0 GB 39 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 99% ▕███████████████ ▏ 5.0 GB/5.0 GB 39 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 99% ▕███████████████ ▏ 5.0 GB/5.0 GB 39 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕███████████████ ▏ 5.0 GB/5.0 GB 39 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕███████████████ ▏ 5.0 GB/5.0 GB 39 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕███████████████ ▏ 5.0 GB/5.0 GB 39 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕███████████████ ▏ 5.0 GB/5.0 GB 39 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕███████████████ ▏ 5.0 GB/5.0 GB 39 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕███████████████ ▏ 5.0 GB/5.0 GB 39 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕███████████████ ▏ 5.0 GB/5.0 GB 39 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕███████████████ ▏ 5.0 GB/5.0 GB 39 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 5c52515fc326... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 5c52515fc326... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 5c52515fc326... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 5c52515fc326... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 5c52515fc326... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 5c52515fc326... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 5c52515fc326... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 5c52515fc326... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 5c52515fc326... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 5c52515fc326... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 5c52515fc326... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 5c52515fc326... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 5c52515fc326... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 5c52515fc326... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 5c52515fc326... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 5c52515fc326... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 5c52515fc326... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 5c52515fc326... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 5c52515fc326... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 5c52515fc326... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 5c52515fc326... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 5c52515fc326... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 5c52515fc326... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 5c52515fc326... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 5c52515fc326... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 5c52515fc326... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 5c52515fc326... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 5c52515fc326... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 5c52515fc326... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 5c52515fc326... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 5c52515fc326... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 5c52515fc326... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 5c52515fc326... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 5c52515fc326... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 5c52515fc326... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 5c52515fc326... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 5c52515fc326... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 5c52515fc326... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 5c52515fc326... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 5c52515fc326... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 5c52515fc326... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 5c52515fc326... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 5c52515fc326... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 5c52515fc326... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 5c52515fc326... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 5c52515fc326... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 5c52515fc326... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 5c52515fc326... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 5c52515fc326... 100% ▕████████████████▏ 455 B \n", + "pushing manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 5c52515fc326... 100% ▕████████████████▏ 455 B \n", + "pushing manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 5c52515fc326... 100% ▕████████████████▏ 455 B \n", + "pushing manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 5c52515fc326... 100% ▕████████████████▏ 455 B \n", + "pushing manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 5c52515fc326... 100% ▕████████████████▏ 455 B \n", + "pushing manifest ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 5c52515fc326... 100% ▕████████████████▏ 455 B \n", + "pushing manifest ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 5c52515fc326... 100% ▕████████████████▏ 455 B \n", + "pushing manifest ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 5c52515fc326... 100% ▕████████████████▏ 455 B \n", + "pushing manifest ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 5c52515fc326... 100% ▕████████████████▏ 455 B \n", + "pushing manifest ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 5c52515fc326... 100% ▕████████████████▏ 455 B \n", + "pushing manifest ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 5c52515fc326... 100% ▕████████████████▏ 455 B \n", + "pushing manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 5c52515fc326... 100% ▕████████████████▏ 455 B \n", + "pushing manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 5c52515fc326... 100% ▕████████████████▏ 455 B \n", + "pushing manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 5c52515fc326... 100% ▕████████████████▏ 455 B \n", + "pushing manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 5c52515fc326... 100% ▕████████████████▏ 455 B \n", + "pushing manifest ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 5c52515fc326... 100% ▕████████████████▏ 455 B \n", + "pushing manifest ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 5c52515fc326... 100% ▕████████████████▏ 455 B \n", + "pushing manifest ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 5c52515fc326... 100% ▕████████████████▏ 455 B \n", + "pushing manifest ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 5c52515fc326... 100% ▕████████████████▏ 455 B \n", + "pushing manifest ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 5c52515fc326... 100% ▕████████████████▏ 455 B \n", + "pushing manifest ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 5c52515fc326... 100% ▕████████████████▏ 455 B \n", + "pushing manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 5c52515fc326... 100% ▕████████████████▏ 455 B \n", + "pushing manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 5c52515fc326... 100% ▕████████████████▏ 455 B \n", + "pushing manifest \n", + "success \u001b[?25h\n", + "\u001b[?25ltransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer \n", + "creating template layer \n", + "creating system layer \n", + "creating parameters layer \n", + "creating config layer \n", + "using already created layer sha256:8f11d79fea50fef5d0cff6d57c042ad723defa9b6663a2dc1972167916523b7d \n", + "using already created layer sha256:04de533bb8fd4eb327158f79cdc0de736558e45d198db9275ef536f470281f1f \n", + "using already created layer sha256:af41c51c14924c73d476c474dd0617253462cdb32f1256d8b3d3d9fc00371199 \n", + "using already created layer sha256:3559b403e83a9669ecd8d347a509c20b870674a9838218f8b812c93c419fec88 \n", + "writing layer sha256:5b214f27624bf8a051aa19261b61147fcef83dd48100876a14787a7e20f76a43 \n", + "writing manifest \n", + "success \u001b[?25h\n", + "copied 'notus:q5_K_M' to 'argilla/notus:q5_K_M'\n", + "\u001b[?25lretrieving manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 0% ▕ ▏ 1.8 MB/5.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 0% ▕ ▏ 2.1 MB/5.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 0% ▕ ▏ 2.1 MB/5.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 0% ▕ ▏ 2.1 MB/5.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 0% ▕ ▏ 2.1 MB/5.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 0% ▕ ▏ 3.0 MB/5.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 0% ▕ ▏ 3.6 MB/5.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 0% ▕ ▏ 3.6 MB/5.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 0% ▕ ▏ 3.6 MB/5.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 0% ▕ ▏ 3.6 MB/5.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 0% ▕ ▏ 3.6 MB/5.1 GB 2.6 MB/s 32m48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 0% ▕ ▏ 3.6 MB/5.1 GB 2.6 MB/s 32m48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 0% ▕ ▏ 3.6 MB/5.1 GB 2.6 MB/s 32m48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 0% ▕ ▏ 3.6 MB/5.1 GB 2.6 MB/s 32m48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 0% ▕ ▏ 3.6 MB/5.1 GB 2.6 MB/s 32m48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 0% ▕ ▏ 3.6 MB/5.1 GB 2.6 MB/s 32m48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 0% ▕ ▏ 3.6 MB/5.1 GB 2.6 MB/s 32m48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 0% ▕ ▏ 3.6 MB/5.1 GB 2.6 MB/s 32m48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 0% ▕ ▏ 3.6 MB/5.1 GB 2.6 MB/s 32m48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 0% ▕ ▏ 3.6 MB/5.1 GB 2.6 MB/s 32m48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 0% ▕ ▏ 3.6 MB/5.1 GB 1.3 MB/s 1h5m\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 0% ▕ ▏ 3.6 MB/5.1 GB 1.3 MB/s 1h5m\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 0% ▕ ▏ 3.6 MB/5.1 GB 1.3 MB/s 1h5m\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 0% ▕ ▏ 3.6 MB/5.1 GB 1.3 MB/s 1h5m\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 0% ▕ ▏ 3.6 MB/5.1 GB 1.3 MB/s 1h5m\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 0% ▕ ▏ 3.6 MB/5.1 GB 1.3 MB/s 1h5m\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 0% ▕ ▏ 3.6 MB/5.1 GB 1.3 MB/s 1h5m\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 0% ▕ ▏ 3.6 MB/5.1 GB 1.3 MB/s 1h5m\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 0% ▕ ▏ 81 KB/5.1 GB 1.3 MB/s 1h5m\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 0% ▕ ▏ 2.0 MB/5.1 GB 1.3 MB/s 1h5m\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 0% ▕ ▏ 4.8 MB/5.1 GB 1.3 MB/s 1h7m\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 0% ▕ ▏ 11 MB/5.1 GB 1.3 MB/s 1h7m\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 0% ▕ ▏ 12 MB/5.1 GB 1.3 MB/s 1h7m\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 0% ▕ ▏ 17 MB/5.1 GB 1.3 MB/s 1h7m\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 0% ▕ ▏ 22 MB/5.1 GB 1.3 MB/s 1h7m\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 1% ▕ ▏ 26 MB/5.1 GB 1.3 MB/s 1h7m\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 1% ▕ ▏ 28 MB/5.1 GB 1.3 MB/s 1h7m\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 1% ▕ ▏ 33 MB/5.1 GB 1.3 MB/s 1h7m\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 1% ▕ ▏ 35 MB/5.1 GB 1.3 MB/s 1h7m\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 1% ▕ ▏ 42 MB/5.1 GB 1.3 MB/s 1h6m\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 1% ▕ ▏ 47 MB/5.1 GB 11 MB/s 7m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 1% ▕ ▏ 49 MB/5.1 GB 11 MB/s 7m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 1% ▕ ▏ 55 MB/5.1 GB 11 MB/s 7m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 1% ▕ ▏ 61 MB/5.1 GB 11 MB/s 7m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 1% ▕ ▏ 62 MB/5.1 GB 11 MB/s 7m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 1% ▕ ▏ 66 MB/5.1 GB 11 MB/s 7m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 1% ▕ ▏ 72 MB/5.1 GB 11 MB/s 7m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 1% ▕ ▏ 73 MB/5.1 GB 11 MB/s 7m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 2% ▕ ▏ 79 MB/5.1 GB 11 MB/s 7m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 2% ▕ ▏ 85 MB/5.1 GB 11 MB/s 7m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 2% ▕ ▏ 87 MB/5.1 GB 11 MB/s 7m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 2% ▕ ▏ 92 MB/5.1 GB 18 MB/s 4m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 2% ▕ ▏ 97 MB/5.1 GB 18 MB/s 4m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 2% ▕ ▏ 101 MB/5.1 GB 18 MB/s 4m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 2% ▕ ▏ 105 MB/5.1 GB 18 MB/s 4m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 2% ▕ ▏ 111 MB/5.1 GB 18 MB/s 4m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 2% ▕ ▏ 112 MB/5.1 GB 18 MB/s 4m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 2% ▕ ▏ 113 MB/5.1 GB 18 MB/s 4m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 2% ▕ ▏ 118 MB/5.1 GB 18 MB/s 4m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 2% ▕ ▏ 121 MB/5.1 GB 18 MB/s 4m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 2% ▕ ▏ 126 MB/5.1 GB 18 MB/s 4m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 3% ▕ ▏ 130 MB/5.1 GB 21 MB/s 3m52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 3% ▕ ▏ 135 MB/5.1 GB 21 MB/s 3m52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 3% ▕ ▏ 139 MB/5.1 GB 21 MB/s 3m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 3% ▕ ▏ 148 MB/5.1 GB 21 MB/s 3m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 3% ▕ ▏ 151 MB/5.1 GB 21 MB/s 3m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 3% ▕ ▏ 155 MB/5.1 GB 21 MB/s 3m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 3% ▕ ▏ 157 MB/5.1 GB 21 MB/s 3m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 3% ▕ ▏ 159 MB/5.1 GB 21 MB/s 3m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 3% ▕ ▏ 163 MB/5.1 GB 21 MB/s 3m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 3% ▕ ▏ 167 MB/5.1 GB 21 MB/s 3m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 3% ▕ ▏ 167 MB/5.1 GB 23 MB/s 3m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 3% ▕ ▏ 175 MB/5.1 GB 23 MB/s 3m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 4% ▕ ▏ 182 MB/5.1 GB 23 MB/s 3m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 4% ▕ ▏ 183 MB/5.1 GB 23 MB/s 3m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 4% ▕ ▏ 190 MB/5.1 GB 23 MB/s 3m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 4% ▕ ▏ 191 MB/5.1 GB 23 MB/s 3m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 4% ▕ ▏ 197 MB/5.1 GB 23 MB/s 3m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 4% ▕ ▏ 203 MB/5.1 GB 23 MB/s 3m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 4% ▕ ▏ 204 MB/5.1 GB 23 MB/s 3m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 4% ▕ ▏ 206 MB/5.1 GB 23 MB/s 3m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 4% ▕ ▏ 215 MB/5.1 GB 26 MB/s 3m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 4% ▕ ▏ 220 MB/5.1 GB 26 MB/s 3m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 4% ▕ ▏ 220 MB/5.1 GB 26 MB/s 3m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 4% ▕ ▏ 223 MB/5.1 GB 26 MB/s 3m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 5% ▕ ▏ 234 MB/5.1 GB 26 MB/s 3m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 5% ▕ ▏ 236 MB/5.1 GB 26 MB/s 3m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 5% ▕ ▏ 240 MB/5.1 GB 26 MB/s 3m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 5% ▕ ▏ 241 MB/5.1 GB 26 MB/s 3m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 5% ▕ ▏ 247 MB/5.1 GB 26 MB/s 3m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 5% ▕ ▏ 252 MB/5.1 GB 26 MB/s 3m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 5% ▕ ▏ 260 MB/5.1 GB 28 MB/s 2m48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 5% ▕ ▏ 265 MB/5.1 GB 28 MB/s 2m48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 5% ▕ ▏ 270 MB/5.1 GB 28 MB/s 2m48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 5% ▕ ▏ 267 MB/5.1 GB 28 MB/s 2m48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 5% ▕ ▏ 267 MB/5.1 GB 28 MB/s 2m48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 5% ▕ ▏ 280 MB/5.1 GB 28 MB/s 2m48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 6% ▕ ▏ 286 MB/5.1 GB 28 MB/s 2m48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 6% ▕ ▏ 293 MB/5.1 GB 28 MB/s 2m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 6% ▕ ▏ 293 MB/5.1 GB 28 MB/s 2m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 6% ▕ ▏ 298 MB/5.1 GB 28 MB/s 2m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 6% ▕ ▏ 304 MB/5.1 GB 28 MB/s 2m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 6% ▕ ▏ 311 MB/5.1 GB 33 MB/s 2m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 6% ▕ ▏ 316 MB/5.1 GB 33 MB/s 2m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 6% ▕█ ▏ 322 MB/5.1 GB 33 MB/s 2m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 6% ▕█ ▏ 322 MB/5.1 GB 33 MB/s 2m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 6% ▕█ ▏ 329 MB/5.1 GB 33 MB/s 2m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 7% ▕█ ▏ 336 MB/5.1 GB 33 MB/s 2m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 7% ▕█ ▏ 339 MB/5.1 GB 33 MB/s 2m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 7% ▕█ ▏ 339 MB/5.1 GB 33 MB/s 2m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 7% ▕█ ▏ 339 MB/5.1 GB 33 MB/s 2m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 7% ▕█ ▏ 342 MB/5.1 GB 33 MB/s 2m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 7% ▕█ ▏ 359 MB/5.1 GB 38 MB/s 2m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 7% ▕█ ▏ 362 MB/5.1 GB 38 MB/s 2m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 7% ▕█ ▏ 365 MB/5.1 GB 38 MB/s 2m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 7% ▕█ ▏ 367 MB/5.1 GB 38 MB/s 2m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 7% ▕█ ▏ 367 MB/5.1 GB 38 MB/s 2m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 7% ▕█ ▏ 369 MB/5.1 GB 38 MB/s 2m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 7% ▕█ ▏ 379 MB/5.1 GB 38 MB/s 2m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 7% ▕█ ▏ 383 MB/5.1 GB 38 MB/s 2m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 8% ▕█ ▏ 391 MB/5.1 GB 38 MB/s 2m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 8% ▕█ ▏ 392 MB/5.1 GB 38 MB/s 2m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 8% ▕█ ▏ 392 MB/5.1 GB 43 MB/s 1m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 8% ▕█ ▏ 395 MB/5.1 GB 43 MB/s 1m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 8% ▕█ ▏ 407 MB/5.1 GB 43 MB/s 1m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 8% ▕█ ▏ 409 MB/5.1 GB 43 MB/s 1m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 8% ▕█ ▏ 412 MB/5.1 GB 43 MB/s 1m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 8% ▕█ ▏ 417 MB/5.1 GB 43 MB/s 1m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 8% ▕█ ▏ 418 MB/5.1 GB 43 MB/s 1m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 8% ▕█ ▏ 419 MB/5.1 GB 43 MB/s 1m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 8% ▕█ ▏ 428 MB/5.1 GB 43 MB/s 1m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 8% ▕█ ▏ 429 MB/5.1 GB 43 MB/s 1m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 8% ▕█ ▏ 431 MB/5.1 GB 42 MB/s 1m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 9% ▕█ ▏ 442 MB/5.1 GB 42 MB/s 1m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 9% ▕█ ▏ 443 MB/5.1 GB 42 MB/s 1m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 9% ▕█ ▏ 446 MB/5.1 GB 42 MB/s 1m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 9% ▕█ ▏ 455 MB/5.1 GB 42 MB/s 1m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 9% ▕█ ▏ 458 MB/5.1 GB 42 MB/s 1m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 9% ▕█ ▏ 467 MB/5.1 GB 42 MB/s 1m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 9% ▕█ ▏ 473 MB/5.1 GB 42 MB/s 1m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 9% ▕█ ▏ 477 MB/5.1 GB 42 MB/s 1m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 9% ▕█ ▏ 477 MB/5.1 GB 42 MB/s 1m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 9% ▕█ ▏ 477 MB/5.1 GB 42 MB/s 1m48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 9% ▕█ ▏ 478 MB/5.1 GB 42 MB/s 1m48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 9% ▕█ ▏ 484 MB/5.1 GB 42 MB/s 1m48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 10% ▕█ ▏ 491 MB/5.1 GB 42 MB/s 1m48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 10% ▕█ ▏ 496 MB/5.1 GB 42 MB/s 1m48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 10% ▕█ ▏ 507 MB/5.1 GB 42 MB/s 1m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 10% ▕█ ▏ 510 MB/5.1 GB 42 MB/s 1m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 10% ▕█ ▏ 511 MB/5.1 GB 42 MB/s 1m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 10% ▕█ ▏ 513 MB/5.1 GB 42 MB/s 1m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 10% ▕█ ▏ 514 MB/5.1 GB 42 MB/s 1m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 10% ▕█ ▏ 516 MB/5.1 GB 42 MB/s 1m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 10% ▕█ ▏ 526 MB/5.1 GB 43 MB/s 1m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 10% ▕█ ▏ 533 MB/5.1 GB 43 MB/s 1m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 10% ▕█ ▏ 534 MB/5.1 GB 43 MB/s 1m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 11% ▕█ ▏ 539 MB/5.1 GB 43 MB/s 1m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 11% ▕█ ▏ 547 MB/5.1 GB 43 MB/s 1m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 11% ▕█ ▏ 548 MB/5.1 GB 43 MB/s 1m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 11% ▕█ ▏ 552 MB/5.1 GB 43 MB/s 1m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 11% ▕█ ▏ 556 MB/5.1 GB 43 MB/s 1m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 11% ▕█ ▏ 557 MB/5.1 GB 43 MB/s 1m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 11% ▕█ ▏ 566 MB/5.1 GB 43 MB/s 1m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 11% ▕█ ▏ 568 MB/5.1 GB 44 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 11% ▕█ ▏ 569 MB/5.1 GB 44 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 11% ▕█ ▏ 571 MB/5.1 GB 44 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 11% ▕█ ▏ 573 MB/5.1 GB 44 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 11% ▕█ ▏ 583 MB/5.1 GB 44 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 11% ▕█ ▏ 587 MB/5.1 GB 44 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 12% ▕█ ▏ 598 MB/5.1 GB 44 MB/s 1m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 12% ▕█ ▏ 602 MB/5.1 GB 44 MB/s 1m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 12% ▕█ ▏ 605 MB/5.1 GB 44 MB/s 1m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 12% ▕█ ▏ 606 MB/5.1 GB 44 MB/s 1m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 12% ▕█ ▏ 606 MB/5.1 GB 43 MB/s 1m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 12% ▕█ ▏ 608 MB/5.1 GB 43 MB/s 1m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 12% ▕█ ▏ 613 MB/5.1 GB 43 MB/s 1m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 12% ▕█ ▏ 619 MB/5.1 GB 43 MB/s 1m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 12% ▕█ ▏ 622 MB/5.1 GB 43 MB/s 1m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 12% ▕█ ▏ 628 MB/5.1 GB 43 MB/s 1m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 12% ▕█ ▏ 630 MB/5.1 GB 43 MB/s 1m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 12% ▕█ ▏ 636 MB/5.1 GB 43 MB/s 1m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 12% ▕█ ▏ 641 MB/5.1 GB 43 MB/s 1m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 13% ▕██ ▏ 644 MB/5.1 GB 43 MB/s 1m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 13% ▕██ ▏ 651 MB/5.1 GB 43 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 13% ▕██ ▏ 654 MB/5.1 GB 43 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 13% ▕██ ▏ 657 MB/5.1 GB 43 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 13% ▕██ ▏ 667 MB/5.1 GB 43 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 13% ▕██ ▏ 670 MB/5.1 GB 43 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 13% ▕██ ▏ 670 MB/5.1 GB 43 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 13% ▕██ ▏ 671 MB/5.1 GB 43 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 13% ▕██ ▏ 682 MB/5.1 GB 43 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 13% ▕██ ▏ 683 MB/5.1 GB 43 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 13% ▕██ ▏ 686 MB/5.1 GB 43 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 13% ▕██ ▏ 691 MB/5.1 GB 42 MB/s 1m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 14% ▕██ ▏ 694 MB/5.1 GB 42 MB/s 1m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 14% ▕██ ▏ 702 MB/5.1 GB 42 MB/s 1m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 14% ▕██ ▏ 712 MB/5.1 GB 42 MB/s 1m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 14% ▕██ ▏ 712 MB/5.1 GB 42 MB/s 1m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 14% ▕██ ▏ 717 MB/5.1 GB 42 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 14% ▕██ ▏ 721 MB/5.1 GB 42 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 14% ▕██ ▏ 721 MB/5.1 GB 42 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 14% ▕██ ▏ 726 MB/5.1 GB 42 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 14% ▕██ ▏ 731 MB/5.1 GB 42 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 14% ▕██ ▏ 736 MB/5.1 GB 42 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 14% ▕██ ▏ 739 MB/5.1 GB 42 MB/s 1m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 15% ▕██ ▏ 748 MB/5.1 GB 42 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 15% ▕██ ▏ 752 MB/5.1 GB 42 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 15% ▕██ ▏ 761 MB/5.1 GB 42 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 15% ▕██ ▏ 762 MB/5.1 GB 42 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 15% ▕██ ▏ 764 MB/5.1 GB 42 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 15% ▕██ ▏ 769 MB/5.1 GB 42 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 15% ▕██ ▏ 773 MB/5.1 GB 42 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 15% ▕██ ▏ 776 MB/5.1 GB 42 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 15% ▕██ ▏ 782 MB/5.1 GB 42 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 15% ▕██ ▏ 788 MB/5.1 GB 43 MB/s 1m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 15% ▕██ ▏ 791 MB/5.1 GB 43 MB/s 1m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 16% ▕██ ▏ 799 MB/5.1 GB 43 MB/s 1m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 16% ▕██ ▏ 803 MB/5.1 GB 43 MB/s 1m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 16% ▕██ ▏ 804 MB/5.1 GB 43 MB/s 1m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 16% ▕██ ▏ 810 MB/5.1 GB 43 MB/s 1m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 16% ▕██ ▏ 812 MB/5.1 GB 43 MB/s 1m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 16% ▕██ ▏ 813 MB/5.1 GB 43 MB/s 1m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 16% ▕██ ▏ 815 MB/5.1 GB 43 MB/s 1m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 16% ▕██ ▏ 820 MB/5.1 GB 43 MB/s 1m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 16% ▕██ ▏ 822 MB/5.1 GB 43 MB/s 1m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 16% ▕██ ▏ 831 MB/5.1 GB 43 MB/s 1m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 16% ▕██ ▏ 833 MB/5.1 GB 43 MB/s 1m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 16% ▕██ ▏ 838 MB/5.1 GB 43 MB/s 1m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 16% ▕██ ▏ 842 MB/5.1 GB 43 MB/s 1m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 17% ▕██ ▏ 846 MB/5.1 GB 43 MB/s 1m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 17% ▕██ ▏ 849 MB/5.1 GB 43 MB/s 1m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 17% ▕██ ▏ 852 MB/5.1 GB 43 MB/s 1m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 17% ▕██ ▏ 857 MB/5.1 GB 43 MB/s 1m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 17% ▕██ ▏ 860 MB/5.1 GB 43 MB/s 1m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 17% ▕██ ▏ 868 MB/5.1 GB 43 MB/s 1m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 17% ▕██ ▏ 871 MB/5.1 GB 43 MB/s 1m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 17% ▕██ ▏ 871 MB/5.1 GB 43 MB/s 1m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 17% ▕██ ▏ 878 MB/5.1 GB 43 MB/s 1m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 17% ▕██ ▏ 886 MB/5.1 GB 43 MB/s 1m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 17% ▕██ ▏ 886 MB/5.1 GB 43 MB/s 1m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 17% ▕██ ▏ 891 MB/5.1 GB 43 MB/s 1m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 17% ▕██ ▏ 895 MB/5.1 GB 43 MB/s 1m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 17% ▕██ ▏ 895 MB/5.1 GB 43 MB/s 1m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 17% ▕██ ▏ 897 MB/5.1 GB 43 MB/s 1m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 18% ▕██ ▏ 898 MB/5.1 GB 41 MB/s 1m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 18% ▕██ ▏ 900 MB/5.1 GB 41 MB/s 1m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 18% ▕██ ▏ 903 MB/5.1 GB 41 MB/s 1m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 18% ▕██ ▏ 910 MB/5.1 GB 41 MB/s 1m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 18% ▕██ ▏ 918 MB/5.1 GB 41 MB/s 1m40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 18% ▕██ ▏ 920 MB/5.1 GB 41 MB/s 1m40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 18% ▕██ ▏ 924 MB/5.1 GB 41 MB/s 1m40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 18% ▕██ ▏ 929 MB/5.1 GB 41 MB/s 1m40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 18% ▕██ ▏ 931 MB/5.1 GB 41 MB/s 1m40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 18% ▕██ ▏ 949 MB/5.1 GB 41 MB/s 1m40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 19% ▕██ ▏ 951 MB/5.1 GB 41 MB/s 1m40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 19% ▕██ ▏ 953 MB/5.1 GB 42 MB/s 1m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 19% ▕██ ▏ 956 MB/5.1 GB 42 MB/s 1m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 19% ▕██ ▏ 957 MB/5.1 GB 42 MB/s 1m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 19% ▕██ ▏ 959 MB/5.1 GB 42 MB/s 1m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 19% ▕███ ▏ 962 MB/5.1 GB 42 MB/s 1m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 19% ▕███ ▏ 962 MB/5.1 GB 42 MB/s 1m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 19% ▕███ ▏ 968 MB/5.1 GB 42 MB/s 1m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 19% ▕███ ▏ 976 MB/5.1 GB 42 MB/s 1m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 19% ▕███ ▏ 976 MB/5.1 GB 42 MB/s 1m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 19% ▕███ ▏ 976 MB/5.1 GB 42 MB/s 1m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 19% ▕███ ▏ 982 MB/5.1 GB 41 MB/s 1m40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 19% ▕███ ▏ 984 MB/5.1 GB 41 MB/s 1m40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 19% ▕███ ▏ 993 MB/5.1 GB 41 MB/s 1m40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 19% ▕███ ▏ 997 MB/5.1 GB 41 MB/s 1m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 19% ▕███ ▏ 999 MB/5.1 GB 41 MB/s 1m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 20% ▕███ ▏ 1.0 GB/5.1 GB 41 MB/s 1m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 20% ▕███ ▏ 1.0 GB/5.1 GB 41 MB/s 1m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 20% ▕███ ▏ 1.0 GB/5.1 GB 41 MB/s 1m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 20% ▕███ ▏ 1.0 GB/5.1 GB 41 MB/s 1m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 20% ▕███ ▏ 1.0 GB/5.1 GB 41 MB/s 1m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 20% ▕███ ▏ 1.0 GB/5.1 GB 42 MB/s 1m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 20% ▕███ ▏ 1.0 GB/5.1 GB 42 MB/s 1m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 20% ▕███ ▏ 1.0 GB/5.1 GB 42 MB/s 1m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 20% ▕███ ▏ 1.0 GB/5.1 GB 42 MB/s 1m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 20% ▕███ ▏ 1.0 GB/5.1 GB 42 MB/s 1m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 20% ▕███ ▏ 1.0 GB/5.1 GB 42 MB/s 1m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 20% ▕███ ▏ 1.0 GB/5.1 GB 42 MB/s 1m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 21% ▕███ ▏ 1.1 GB/5.1 GB 42 MB/s 1m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 21% ▕███ ▏ 1.1 GB/5.1 GB 42 MB/s 1m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 21% ▕███ ▏ 1.1 GB/5.1 GB 42 MB/s 1m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 21% ▕███ ▏ 1.1 GB/5.1 GB 41 MB/s 1m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 21% ▕███ ▏ 1.1 GB/5.1 GB 41 MB/s 1m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 21% ▕███ ▏ 1.1 GB/5.1 GB 41 MB/s 1m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 21% ▕███ ▏ 1.1 GB/5.1 GB 41 MB/s 1m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 21% ▕███ ▏ 1.1 GB/5.1 GB 41 MB/s 1m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 21% ▕███ ▏ 1.1 GB/5.1 GB 41 MB/s 1m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 21% ▕███ ▏ 1.1 GB/5.1 GB 41 MB/s 1m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 21% ▕███ ▏ 1.1 GB/5.1 GB 41 MB/s 1m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 21% ▕███ ▏ 1.1 GB/5.1 GB 41 MB/s 1m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 21% ▕███ ▏ 1.1 GB/5.1 GB 41 MB/s 1m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 21% ▕███ ▏ 1.1 GB/5.1 GB 40 MB/s 1m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 22% ▕███ ▏ 1.1 GB/5.1 GB 40 MB/s 1m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 22% ▕███ ▏ 1.1 GB/5.1 GB 40 MB/s 1m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 22% ▕███ ▏ 1.1 GB/5.1 GB 40 MB/s 1m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 22% ▕███ ▏ 1.1 GB/5.1 GB 40 MB/s 1m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 22% ▕███ ▏ 1.1 GB/5.1 GB 40 MB/s 1m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 22% ▕███ ▏ 1.1 GB/5.1 GB 40 MB/s 1m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 22% ▕███ ▏ 1.1 GB/5.1 GB 40 MB/s 1m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 22% ▕███ ▏ 1.1 GB/5.1 GB 40 MB/s 1m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 22% ▕███ ▏ 1.1 GB/5.1 GB 40 MB/s 1m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 22% ▕███ ▏ 1.1 GB/5.1 GB 40 MB/s 1m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 22% ▕███ ▏ 1.1 GB/5.1 GB 39 MB/s 1m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 22% ▕███ ▏ 1.2 GB/5.1 GB 39 MB/s 1m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 22% ▕███ ▏ 1.2 GB/5.1 GB 39 MB/s 1m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 22% ▕███ ▏ 1.2 GB/5.1 GB 39 MB/s 1m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 22% ▕███ ▏ 1.2 GB/5.1 GB 39 MB/s 1m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 23% ▕███ ▏ 1.2 GB/5.1 GB 39 MB/s 1m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 23% ▕███ ▏ 1.2 GB/5.1 GB 39 MB/s 1m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 23% ▕███ ▏ 1.2 GB/5.1 GB 39 MB/s 1m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 23% ▕███ ▏ 1.2 GB/5.1 GB 39 MB/s 1m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 23% ▕███ ▏ 1.2 GB/5.1 GB 39 MB/s 1m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 23% ▕███ ▏ 1.2 GB/5.1 GB 39 MB/s 1m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 23% ▕███ ▏ 1.2 GB/5.1 GB 39 MB/s 1m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 23% ▕███ ▏ 1.2 GB/5.1 GB 39 MB/s 1m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 23% ▕███ ▏ 1.2 GB/5.1 GB 39 MB/s 1m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 23% ▕███ ▏ 1.2 GB/5.1 GB 39 MB/s 1m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 23% ▕███ ▏ 1.2 GB/5.1 GB 39 MB/s 1m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 23% ▕███ ▏ 1.2 GB/5.1 GB 39 MB/s 1m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 24% ▕███ ▏ 1.2 GB/5.1 GB 39 MB/s 1m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 24% ▕███ ▏ 1.2 GB/5.1 GB 39 MB/s 1m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 24% ▕███ ▏ 1.2 GB/5.1 GB 39 MB/s 1m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 24% ▕███ ▏ 1.2 GB/5.1 GB 38 MB/s 1m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 24% ▕███ ▏ 1.2 GB/5.1 GB 38 MB/s 1m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 24% ▕███ ▏ 1.2 GB/5.1 GB 38 MB/s 1m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 24% ▕███ ▏ 1.2 GB/5.1 GB 38 MB/s 1m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 24% ▕███ ▏ 1.2 GB/5.1 GB 38 MB/s 1m40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 24% ▕███ ▏ 1.2 GB/5.1 GB 38 MB/s 1m40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 24% ▕███ ▏ 1.2 GB/5.1 GB 38 MB/s 1m40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 24% ▕███ ▏ 1.2 GB/5.1 GB 38 MB/s 1m40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 24% ▕███ ▏ 1.2 GB/5.1 GB 38 MB/s 1m40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 24% ▕███ ▏ 1.2 GB/5.1 GB 38 MB/s 1m40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 24% ▕███ ▏ 1.3 GB/5.1 GB 39 MB/s 1m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 25% ▕███ ▏ 1.3 GB/5.1 GB 39 MB/s 1m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 25% ▕███ ▏ 1.3 GB/5.1 GB 39 MB/s 1m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 25% ▕███ ▏ 1.3 GB/5.1 GB 39 MB/s 1m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 25% ▕███ ▏ 1.3 GB/5.1 GB 39 MB/s 1m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 25% ▕███ ▏ 1.3 GB/5.1 GB 39 MB/s 1m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 25% ▕███ ▏ 1.3 GB/5.1 GB 39 MB/s 1m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 25% ▕███ ▏ 1.3 GB/5.1 GB 39 MB/s 1m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 25% ▕███ ▏ 1.3 GB/5.1 GB 39 MB/s 1m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 25% ▕████ ▏ 1.3 GB/5.1 GB 39 MB/s 1m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 25% ▕████ ▏ 1.3 GB/5.1 GB 37 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 25% ▕████ ▏ 1.3 GB/5.1 GB 37 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 25% ▕████ ▏ 1.3 GB/5.1 GB 37 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 25% ▕████ ▏ 1.3 GB/5.1 GB 37 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 25% ▕████ ▏ 1.3 GB/5.1 GB 37 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 25% ▕████ ▏ 1.3 GB/5.1 GB 37 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 26% ▕████ ▏ 1.3 GB/5.1 GB 37 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 26% ▕████ ▏ 1.3 GB/5.1 GB 37 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 26% ▕████ ▏ 1.3 GB/5.1 GB 37 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 26% ▕████ ▏ 1.3 GB/5.1 GB 37 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 26% ▕████ ▏ 1.3 GB/5.1 GB 37 MB/s 1m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 26% ▕████ ▏ 1.3 GB/5.1 GB 38 MB/s 1m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 26% ▕████ ▏ 1.3 GB/5.1 GB 38 MB/s 1m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 26% ▕████ ▏ 1.3 GB/5.1 GB 38 MB/s 1m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 26% ▕████ ▏ 1.3 GB/5.1 GB 38 MB/s 1m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 26% ▕████ ▏ 1.3 GB/5.1 GB 38 MB/s 1m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 26% ▕████ ▏ 1.4 GB/5.1 GB 38 MB/s 1m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 26% ▕████ ▏ 1.4 GB/5.1 GB 38 MB/s 1m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 26% ▕████ ▏ 1.4 GB/5.1 GB 38 MB/s 1m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 26% ▕████ ▏ 1.4 GB/5.1 GB 38 MB/s 1m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 27% ▕████ ▏ 1.4 GB/5.1 GB 38 MB/s 1m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 27% ▕████ ▏ 1.4 GB/5.1 GB 37 MB/s 1m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 27% ▕████ ▏ 1.4 GB/5.1 GB 37 MB/s 1m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 27% ▕████ ▏ 1.4 GB/5.1 GB 37 MB/s 1m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 27% ▕████ ▏ 1.4 GB/5.1 GB 37 MB/s 1m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 27% ▕████ ▏ 1.4 GB/5.1 GB 37 MB/s 1m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 27% ▕████ ▏ 1.4 GB/5.1 GB 37 MB/s 1m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 27% ▕████ ▏ 1.4 GB/5.1 GB 37 MB/s 1m40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 27% ▕████ ▏ 1.4 GB/5.1 GB 37 MB/s 1m40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 27% ▕████ ▏ 1.4 GB/5.1 GB 37 MB/s 1m40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 27% ▕████ ▏ 1.4 GB/5.1 GB 37 MB/s 1m40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 27% ▕████ ▏ 1.4 GB/5.1 GB 37 MB/s 1m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 27% ▕████ ▏ 1.4 GB/5.1 GB 37 MB/s 1m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 28% ▕████ ▏ 1.4 GB/5.1 GB 37 MB/s 1m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 28% ▕████ ▏ 1.4 GB/5.1 GB 37 MB/s 1m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 28% ▕████ ▏ 1.4 GB/5.1 GB 37 MB/s 1m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 28% ▕████ ▏ 1.4 GB/5.1 GB 37 MB/s 1m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 28% ▕████ ▏ 1.4 GB/5.1 GB 37 MB/s 1m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 28% ▕████ ▏ 1.4 GB/5.1 GB 37 MB/s 1m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 28% ▕████ ▏ 1.4 GB/5.1 GB 37 MB/s 1m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 28% ▕████ ▏ 1.4 GB/5.1 GB 37 MB/s 1m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 28% ▕████ ▏ 1.5 GB/5.1 GB 38 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 28% ▕████ ▏ 1.5 GB/5.1 GB 38 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 29% ▕████ ▏ 1.5 GB/5.1 GB 38 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 29% ▕████ ▏ 1.5 GB/5.1 GB 38 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 29% ▕████ ▏ 1.5 GB/5.1 GB 38 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 29% ▕████ ▏ 1.5 GB/5.1 GB 38 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 29% ▕████ ▏ 1.5 GB/5.1 GB 38 MB/s 1m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 29% ▕████ ▏ 1.5 GB/5.1 GB 38 MB/s 1m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 29% ▕████ ▏ 1.5 GB/5.1 GB 38 MB/s 1m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 29% ▕████ ▏ 1.5 GB/5.1 GB 38 MB/s 1m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 29% ▕████ ▏ 1.5 GB/5.1 GB 39 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 29% ▕████ ▏ 1.5 GB/5.1 GB 39 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 29% ▕████ ▏ 1.5 GB/5.1 GB 39 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 29% ▕████ ▏ 1.5 GB/5.1 GB 39 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 30% ▕████ ▏ 1.5 GB/5.1 GB 39 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 30% ▕████ ▏ 1.5 GB/5.1 GB 39 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 30% ▕████ ▏ 1.5 GB/5.1 GB 39 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 30% ▕████ ▏ 1.5 GB/5.1 GB 39 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 30% ▕████ ▏ 1.5 GB/5.1 GB 39 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 30% ▕████ ▏ 1.5 GB/5.1 GB 39 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 30% ▕████ ▏ 1.5 GB/5.1 GB 39 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 30% ▕████ ▏ 1.5 GB/5.1 GB 39 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 30% ▕████ ▏ 1.5 GB/5.1 GB 39 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 30% ▕████ ▏ 1.5 GB/5.1 GB 39 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 30% ▕████ ▏ 1.6 GB/5.1 GB 39 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 30% ▕████ ▏ 1.6 GB/5.1 GB 39 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 30% ▕████ ▏ 1.6 GB/5.1 GB 39 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 30% ▕████ ▏ 1.6 GB/5.1 GB 39 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 31% ▕████ ▏ 1.6 GB/5.1 GB 39 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 31% ▕████ ▏ 1.6 GB/5.1 GB 39 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 31% ▕████ ▏ 1.6 GB/5.1 GB 39 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 31% ▕████ ▏ 1.6 GB/5.1 GB 40 MB/s 1m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 31% ▕████ ▏ 1.6 GB/5.1 GB 40 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 31% ▕████ ▏ 1.6 GB/5.1 GB 40 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 31% ▕████ ▏ 1.6 GB/5.1 GB 40 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 31% ▕████ ▏ 1.6 GB/5.1 GB 40 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 31% ▕█████ ▏ 1.6 GB/5.1 GB 40 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 31% ▕█████ ▏ 1.6 GB/5.1 GB 40 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 31% ▕█████ ▏ 1.6 GB/5.1 GB 40 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 32% ▕█████ ▏ 1.6 GB/5.1 GB 40 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 32% ▕█████ ▏ 1.6 GB/5.1 GB 40 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 32% ▕█████ ▏ 1.6 GB/5.1 GB 41 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 32% ▕█████ ▏ 1.6 GB/5.1 GB 41 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 32% ▕█████ ▏ 1.6 GB/5.1 GB 41 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 32% ▕█████ ▏ 1.6 GB/5.1 GB 41 MB/s 1m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 32% ▕█████ ▏ 1.6 GB/5.1 GB 41 MB/s 1m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 32% ▕█████ ▏ 1.6 GB/5.1 GB 41 MB/s 1m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 32% ▕█████ ▏ 1.6 GB/5.1 GB 41 MB/s 1m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 32% ▕█████ ▏ 1.6 GB/5.1 GB 41 MB/s 1m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 32% ▕█████ ▏ 1.6 GB/5.1 GB 41 MB/s 1m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 32% ▕█████ ▏ 1.6 GB/5.1 GB 41 MB/s 1m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 32% ▕█████ ▏ 1.7 GB/5.1 GB 40 MB/s 1m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 32% ▕█████ ▏ 1.7 GB/5.1 GB 40 MB/s 1m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 32% ▕█████ ▏ 1.7 GB/5.1 GB 40 MB/s 1m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 32% ▕█████ ▏ 1.7 GB/5.1 GB 40 MB/s 1m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 33% ▕█████ ▏ 1.7 GB/5.1 GB 40 MB/s 1m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 33% ▕█████ ▏ 1.7 GB/5.1 GB 40 MB/s 1m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 33% ▕█████ ▏ 1.7 GB/5.1 GB 40 MB/s 1m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 33% ▕█████ ▏ 1.7 GB/5.1 GB 40 MB/s 1m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 33% ▕█████ ▏ 1.7 GB/5.1 GB 40 MB/s 1m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 33% ▕█████ ▏ 1.7 GB/5.1 GB 40 MB/s 1m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 33% ▕█████ ▏ 1.7 GB/5.1 GB 40 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 33% ▕█████ ▏ 1.7 GB/5.1 GB 40 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 33% ▕█████ ▏ 1.7 GB/5.1 GB 40 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 33% ▕█████ ▏ 1.7 GB/5.1 GB 40 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 33% ▕█████ ▏ 1.7 GB/5.1 GB 40 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 33% ▕█████ ▏ 1.7 GB/5.1 GB 40 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 33% ▕█████ ▏ 1.7 GB/5.1 GB 40 MB/s 1m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 33% ▕█████ ▏ 1.7 GB/5.1 GB 40 MB/s 1m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 34% ▕█████ ▏ 1.7 GB/5.1 GB 40 MB/s 1m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 34% ▕█████ ▏ 1.7 GB/5.1 GB 40 MB/s 1m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 34% ▕█████ ▏ 1.7 GB/5.1 GB 40 MB/s 1m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 34% ▕█████ ▏ 1.7 GB/5.1 GB 40 MB/s 1m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 34% ▕█████ ▏ 1.7 GB/5.1 GB 40 MB/s 1m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 34% ▕█████ ▏ 1.7 GB/5.1 GB 40 MB/s 1m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 34% ▕█████ ▏ 1.7 GB/5.1 GB 40 MB/s 1m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 34% ▕█████ ▏ 1.8 GB/5.1 GB 40 MB/s 1m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 34% ▕█████ ▏ 1.8 GB/5.1 GB 40 MB/s 1m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 34% ▕█████ ▏ 1.8 GB/5.1 GB 40 MB/s 1m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 34% ▕█████ ▏ 1.8 GB/5.1 GB 40 MB/s 1m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 34% ▕█████ ▏ 1.8 GB/5.1 GB 40 MB/s 1m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 34% ▕█████ ▏ 1.8 GB/5.1 GB 40 MB/s 1m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 34% ▕█████ ▏ 1.8 GB/5.1 GB 39 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 34% ▕█████ ▏ 1.8 GB/5.1 GB 39 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 35% ▕█████ ▏ 1.8 GB/5.1 GB 39 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 35% ▕█████ ▏ 1.8 GB/5.1 GB 39 MB/s 1m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 35% ▕█████ ▏ 1.8 GB/5.1 GB 39 MB/s 1m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 35% ▕█████ ▏ 1.8 GB/5.1 GB 39 MB/s 1m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 35% ▕█████ ▏ 1.8 GB/5.1 GB 39 MB/s 1m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 35% ▕█████ ▏ 1.8 GB/5.1 GB 39 MB/s 1m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 35% ▕█████ ▏ 1.8 GB/5.1 GB 39 MB/s 1m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 35% ▕█████ ▏ 1.8 GB/5.1 GB 39 MB/s 1m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 35% ▕█████ ▏ 1.8 GB/5.1 GB 39 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 35% ▕█████ ▏ 1.8 GB/5.1 GB 39 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 35% ▕█████ ▏ 1.8 GB/5.1 GB 39 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 35% ▕█████ ▏ 1.8 GB/5.1 GB 39 MB/s 1m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 36% ▕█████ ▏ 1.8 GB/5.1 GB 39 MB/s 1m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 36% ▕█████ ▏ 1.8 GB/5.1 GB 39 MB/s 1m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 36% ▕█████ ▏ 1.8 GB/5.1 GB 39 MB/s 1m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 36% ▕█████ ▏ 1.8 GB/5.1 GB 39 MB/s 1m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 36% ▕█████ ▏ 1.8 GB/5.1 GB 39 MB/s 1m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 36% ▕█████ ▏ 1.8 GB/5.1 GB 39 MB/s 1m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 36% ▕█████ ▏ 1.8 GB/5.1 GB 38 MB/s 1m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 36% ▕█████ ▏ 1.8 GB/5.1 GB 38 MB/s 1m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 36% ▕█████ ▏ 1.8 GB/5.1 GB 38 MB/s 1m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 36% ▕█████ ▏ 1.8 GB/5.1 GB 38 MB/s 1m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 36% ▕█████ ▏ 1.9 GB/5.1 GB 38 MB/s 1m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 36% ▕█████ ▏ 1.9 GB/5.1 GB 38 MB/s 1m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 36% ▕█████ ▏ 1.9 GB/5.1 GB 38 MB/s 1m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 36% ▕█████ ▏ 1.9 GB/5.1 GB 38 MB/s 1m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 36% ▕█████ ▏ 1.9 GB/5.1 GB 38 MB/s 1m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 36% ▕█████ ▏ 1.9 GB/5.1 GB 38 MB/s 1m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 37% ▕█████ ▏ 1.9 GB/5.1 GB 37 MB/s 1m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 37% ▕█████ ▏ 1.9 GB/5.1 GB 37 MB/s 1m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 37% ▕█████ ▏ 1.9 GB/5.1 GB 37 MB/s 1m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 37% ▕█████ ▏ 1.9 GB/5.1 GB 37 MB/s 1m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 37% ▕█████ ▏ 1.9 GB/5.1 GB 37 MB/s 1m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 37% ▕█████ ▏ 1.9 GB/5.1 GB 37 MB/s 1m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 37% ▕█████ ▏ 1.9 GB/5.1 GB 37 MB/s 1m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 37% ▕█████ ▏ 1.9 GB/5.1 GB 37 MB/s 1m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 37% ▕█████ ▏ 1.9 GB/5.1 GB 37 MB/s 1m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 37% ▕█████ ▏ 1.9 GB/5.1 GB 37 MB/s 1m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 37% ▕█████ ▏ 1.9 GB/5.1 GB 37 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 37% ▕█████ ▏ 1.9 GB/5.1 GB 37 MB/s 1m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 37% ▕█████ ▏ 1.9 GB/5.1 GB 37 MB/s 1m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 37% ▕█████ ▏ 1.9 GB/5.1 GB 37 MB/s 1m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 37% ▕█████ ▏ 1.9 GB/5.1 GB 37 MB/s 1m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 38% ▕██████ ▏ 1.9 GB/5.1 GB 37 MB/s 1m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 38% ▕██████ ▏ 1.9 GB/5.1 GB 37 MB/s 1m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 38% ▕██████ ▏ 1.9 GB/5.1 GB 37 MB/s 1m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 38% ▕██████ ▏ 1.9 GB/5.1 GB 37 MB/s 1m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 38% ▕██████ ▏ 1.9 GB/5.1 GB 37 MB/s 1m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 38% ▕██████ ▏ 1.9 GB/5.1 GB 37 MB/s 1m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 38% ▕██████ ▏ 1.9 GB/5.1 GB 34 MB/s 1m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 38% ▕██████ ▏ 1.9 GB/5.1 GB 34 MB/s 1m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 38% ▕██████ ▏ 1.9 GB/5.1 GB 34 MB/s 1m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 38% ▕██████ ▏ 2.0 GB/5.1 GB 34 MB/s 1m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 38% ▕██████ ▏ 2.0 GB/5.1 GB 34 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 38% ▕██████ ▏ 2.0 GB/5.1 GB 34 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 38% ▕██████ ▏ 2.0 GB/5.1 GB 34 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 38% ▕██████ ▏ 2.0 GB/5.1 GB 34 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 39% ▕██████ ▏ 2.0 GB/5.1 GB 34 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 39% ▕██████ ▏ 2.0 GB/5.1 GB 34 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 39% ▕██████ ▏ 2.0 GB/5.1 GB 36 MB/s 1m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 39% ▕██████ ▏ 2.0 GB/5.1 GB 36 MB/s 1m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 39% ▕██████ ▏ 2.0 GB/5.1 GB 36 MB/s 1m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 39% ▕██████ ▏ 2.0 GB/5.1 GB 36 MB/s 1m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 39% ▕██████ ▏ 2.0 GB/5.1 GB 36 MB/s 1m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 39% ▕██████ ▏ 2.0 GB/5.1 GB 36 MB/s 1m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 39% ▕██████ ▏ 2.0 GB/5.1 GB 36 MB/s 1m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 39% ▕██████ ▏ 2.0 GB/5.1 GB 36 MB/s 1m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 39% ▕██████ ▏ 2.0 GB/5.1 GB 36 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 39% ▕██████ ▏ 2.0 GB/5.1 GB 36 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 39% ▕██████ ▏ 2.0 GB/5.1 GB 36 MB/s 1m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 39% ▕██████ ▏ 2.0 GB/5.1 GB 36 MB/s 1m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 40% ▕██████ ▏ 2.0 GB/5.1 GB 36 MB/s 1m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 40% ▕██████ ▏ 2.0 GB/5.1 GB 36 MB/s 1m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 40% ▕██████ ▏ 2.0 GB/5.1 GB 36 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 40% ▕██████ ▏ 2.0 GB/5.1 GB 36 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 40% ▕██████ ▏ 2.1 GB/5.1 GB 36 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 40% ▕██████ ▏ 2.1 GB/5.1 GB 36 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 40% ▕██████ ▏ 2.1 GB/5.1 GB 36 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 40% ▕██████ ▏ 2.1 GB/5.1 GB 36 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 40% ▕██████ ▏ 2.1 GB/5.1 GB 37 MB/s 1m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 40% ▕██████ ▏ 2.1 GB/5.1 GB 37 MB/s 1m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 40% ▕██████ ▏ 2.1 GB/5.1 GB 37 MB/s 1m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 40% ▕██████ ▏ 2.1 GB/5.1 GB 37 MB/s 1m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 40% ▕██████ ▏ 2.1 GB/5.1 GB 37 MB/s 1m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 40% ▕██████ ▏ 2.1 GB/5.1 GB 37 MB/s 1m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 41% ▕██████ ▏ 2.1 GB/5.1 GB 37 MB/s 1m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 41% ▕██████ ▏ 2.1 GB/5.1 GB 37 MB/s 1m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 41% ▕██████ ▏ 2.1 GB/5.1 GB 37 MB/s 1m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 41% ▕██████ ▏ 2.1 GB/5.1 GB 37 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 41% ▕██████ ▏ 2.1 GB/5.1 GB 37 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 41% ▕██████ ▏ 2.1 GB/5.1 GB 36 MB/s 1m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 41% ▕██████ ▏ 2.1 GB/5.1 GB 36 MB/s 1m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 41% ▕██████ ▏ 2.1 GB/5.1 GB 36 MB/s 1m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 41% ▕██████ ▏ 2.1 GB/5.1 GB 36 MB/s 1m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 41% ▕██████ ▏ 2.1 GB/5.1 GB 36 MB/s 1m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 41% ▕██████ ▏ 2.1 GB/5.1 GB 36 MB/s 1m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 41% ▕██████ ▏ 2.1 GB/5.1 GB 36 MB/s 1m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 41% ▕██████ ▏ 2.1 GB/5.1 GB 36 MB/s 1m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 42% ▕██████ ▏ 2.1 GB/5.1 GB 36 MB/s 1m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 42% ▕██████ ▏ 2.1 GB/5.1 GB 36 MB/s 1m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 42% ▕██████ ▏ 2.1 GB/5.1 GB 36 MB/s 1m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 42% ▕██████ ▏ 2.1 GB/5.1 GB 36 MB/s 1m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 42% ▕██████ ▏ 2.1 GB/5.1 GB 36 MB/s 1m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 42% ▕██████ ▏ 2.2 GB/5.1 GB 36 MB/s 1m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 42% ▕██████ ▏ 2.2 GB/5.1 GB 36 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 42% ▕██████ ▏ 2.2 GB/5.1 GB 36 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 42% ▕██████ ▏ 2.2 GB/5.1 GB 36 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 42% ▕██████ ▏ 2.2 GB/5.1 GB 36 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 42% ▕██████ ▏ 2.2 GB/5.1 GB 36 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 42% ▕██████ ▏ 2.2 GB/5.1 GB 36 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 42% ▕██████ ▏ 2.2 GB/5.1 GB 37 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 43% ▕██████ ▏ 2.2 GB/5.1 GB 37 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 43% ▕██████ ▏ 2.2 GB/5.1 GB 37 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 43% ▕██████ ▏ 2.2 GB/5.1 GB 37 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 43% ▕██████ ▏ 2.2 GB/5.1 GB 37 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 43% ▕██████ ▏ 2.2 GB/5.1 GB 37 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 43% ▕██████ ▏ 2.2 GB/5.1 GB 37 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 43% ▕██████ ▏ 2.2 GB/5.1 GB 37 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 43% ▕██████ ▏ 2.2 GB/5.1 GB 37 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 43% ▕██████ ▏ 2.2 GB/5.1 GB 37 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 43% ▕██████ ▏ 2.2 GB/5.1 GB 38 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 44% ▕██████ ▏ 2.2 GB/5.1 GB 38 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 44% ▕██████ ▏ 2.2 GB/5.1 GB 38 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 44% ▕██████ ▏ 2.2 GB/5.1 GB 38 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 44% ▕██████ ▏ 2.2 GB/5.1 GB 38 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 44% ▕██████ ▏ 2.2 GB/5.1 GB 38 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 44% ▕███████ ▏ 2.2 GB/5.1 GB 38 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 44% ▕███████ ▏ 2.3 GB/5.1 GB 38 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 44% ▕███████ ▏ 2.3 GB/5.1 GB 38 MB/s 1m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 44% ▕███████ ▏ 2.3 GB/5.1 GB 38 MB/s 1m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 44% ▕███████ ▏ 2.3 GB/5.1 GB 40 MB/s 1m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 44% ▕███████ ▏ 2.3 GB/5.1 GB 40 MB/s 1m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 44% ▕███████ ▏ 2.3 GB/5.1 GB 40 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 45% ▕███████ ▏ 2.3 GB/5.1 GB 40 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 45% ▕███████ ▏ 2.3 GB/5.1 GB 40 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 45% ▕███████ ▏ 2.3 GB/5.1 GB 40 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 45% ▕███████ ▏ 2.3 GB/5.1 GB 40 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 45% ▕███████ ▏ 2.3 GB/5.1 GB 40 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 45% ▕███████ ▏ 2.3 GB/5.1 GB 40 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 45% ▕███████ ▏ 2.3 GB/5.1 GB 40 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 45% ▕███████ ▏ 2.3 GB/5.1 GB 40 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 45% ▕███████ ▏ 2.3 GB/5.1 GB 42 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 45% ▕███████ ▏ 2.3 GB/5.1 GB 42 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 45% ▕███████ ▏ 2.3 GB/5.1 GB 42 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 46% ▕███████ ▏ 2.3 GB/5.1 GB 42 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 46% ▕███████ ▏ 2.3 GB/5.1 GB 42 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 46% ▕███████ ▏ 2.3 GB/5.1 GB 42 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 46% ▕███████ ▏ 2.4 GB/5.1 GB 42 MB/s 1m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 46% ▕███████ ▏ 2.4 GB/5.1 GB 42 MB/s 1m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 46% ▕███████ ▏ 2.4 GB/5.1 GB 42 MB/s 1m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 46% ▕███████ ▏ 2.4 GB/5.1 GB 42 MB/s 1m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 46% ▕███████ ▏ 2.4 GB/5.1 GB 42 MB/s 1m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 46% ▕███████ ▏ 2.4 GB/5.1 GB 42 MB/s 1m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 46% ▕███████ ▏ 2.4 GB/5.1 GB 42 MB/s 1m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 47% ▕███████ ▏ 2.4 GB/5.1 GB 42 MB/s 1m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 47% ▕███████ ▏ 2.4 GB/5.1 GB 42 MB/s 1m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 47% ▕███████ ▏ 2.4 GB/5.1 GB 42 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 47% ▕███████ ▏ 2.4 GB/5.1 GB 42 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 47% ▕███████ ▏ 2.4 GB/5.1 GB 42 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 47% ▕███████ ▏ 2.4 GB/5.1 GB 42 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 47% ▕███████ ▏ 2.4 GB/5.1 GB 42 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 47% ▕███████ ▏ 2.4 GB/5.1 GB 44 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 47% ▕███████ ▏ 2.4 GB/5.1 GB 44 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 47% ▕███████ ▏ 2.4 GB/5.1 GB 44 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 47% ▕███████ ▏ 2.4 GB/5.1 GB 44 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 48% ▕███████ ▏ 2.4 GB/5.1 GB 44 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 48% ▕███████ ▏ 2.4 GB/5.1 GB 44 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 48% ▕███████ ▏ 2.4 GB/5.1 GB 44 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 48% ▕███████ ▏ 2.5 GB/5.1 GB 44 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 48% ▕███████ ▏ 2.5 GB/5.1 GB 44 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 48% ▕███████ ▏ 2.5 GB/5.1 GB 44 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 48% ▕███████ ▏ 2.5 GB/5.1 GB 43 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 48% ▕███████ ▏ 2.5 GB/5.1 GB 43 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 48% ▕███████ ▏ 2.5 GB/5.1 GB 43 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 48% ▕███████ ▏ 2.5 GB/5.1 GB 43 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 48% ▕███████ ▏ 2.5 GB/5.1 GB 43 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 48% ▕███████ ▏ 2.5 GB/5.1 GB 43 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 49% ▕███████ ▏ 2.5 GB/5.1 GB 43 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 49% ▕███████ ▏ 2.5 GB/5.1 GB 43 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 49% ▕███████ ▏ 2.5 GB/5.1 GB 43 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 49% ▕███████ ▏ 2.5 GB/5.1 GB 43 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 49% ▕███████ ▏ 2.5 GB/5.1 GB 43 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 49% ▕███████ ▏ 2.5 GB/5.1 GB 44 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 49% ▕███████ ▏ 2.5 GB/5.1 GB 44 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 49% ▕███████ ▏ 2.5 GB/5.1 GB 44 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 49% ▕███████ ▏ 2.5 GB/5.1 GB 44 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 49% ▕███████ ▏ 2.5 GB/5.1 GB 44 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 49% ▕███████ ▏ 2.5 GB/5.1 GB 44 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 49% ▕███████ ▏ 2.5 GB/5.1 GB 44 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 49% ▕███████ ▏ 2.5 GB/5.1 GB 44 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 50% ▕███████ ▏ 2.5 GB/5.1 GB 44 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 50% ▕███████ ▏ 2.5 GB/5.1 GB 44 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 50% ▕███████ ▏ 2.6 GB/5.1 GB 45 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 50% ▕███████ ▏ 2.6 GB/5.1 GB 45 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 50% ▕███████ ▏ 2.6 GB/5.1 GB 45 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 50% ▕███████ ▏ 2.6 GB/5.1 GB 45 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 50% ▕████████ ▏ 2.6 GB/5.1 GB 45 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 50% ▕████████ ▏ 2.6 GB/5.1 GB 45 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 50% ▕████████ ▏ 2.6 GB/5.1 GB 45 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 50% ▕████████ ▏ 2.6 GB/5.1 GB 45 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 50% ▕████████ ▏ 2.6 GB/5.1 GB 45 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 50% ▕████████ ▏ 2.6 GB/5.1 GB 45 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 50% ▕████████ ▏ 2.6 GB/5.1 GB 43 MB/s 59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 50% ▕████████ ▏ 2.6 GB/5.1 GB 43 MB/s 59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 50% ▕████████ ▏ 2.6 GB/5.1 GB 43 MB/s 59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 50% ▕████████ ▏ 2.6 GB/5.1 GB 43 MB/s 59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 50% ▕████████ ▏ 2.6 GB/5.1 GB 43 MB/s 59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 50% ▕████████ ▏ 2.6 GB/5.1 GB 43 MB/s 59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 50% ▕████████ ▏ 2.6 GB/5.1 GB 43 MB/s 59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 50% ▕████████ ▏ 2.6 GB/5.1 GB 43 MB/s 59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 50% ▕████████ ▏ 2.6 GB/5.1 GB 43 MB/s 59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 50% ▕████████ ▏ 2.6 GB/5.1 GB 43 MB/s 59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 50% ▕████████ ▏ 2.6 GB/5.1 GB 38 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 50% ▕████████ ▏ 2.6 GB/5.1 GB 38 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 50% ▕████████ ▏ 2.6 GB/5.1 GB 38 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 50% ▕████████ ▏ 2.6 GB/5.1 GB 38 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 50% ▕████████ ▏ 2.6 GB/5.1 GB 38 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 50% ▕████████ ▏ 2.6 GB/5.1 GB 38 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 50% ▕████████ ▏ 2.6 GB/5.1 GB 38 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 50% ▕████████ ▏ 2.6 GB/5.1 GB 38 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 50% ▕████████ ▏ 2.6 GB/5.1 GB 38 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 50% ▕████████ ▏ 2.6 GB/5.1 GB 38 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 50% ▕████████ ▏ 2.6 GB/5.1 GB 33 MB/s 1m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 50% ▕████████ ▏ 2.6 GB/5.1 GB 33 MB/s 1m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 50% ▕████████ ▏ 2.6 GB/5.1 GB 33 MB/s 1m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 51% ▕████████ ▏ 2.6 GB/5.1 GB 33 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 51% ▕████████ ▏ 2.6 GB/5.1 GB 33 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 51% ▕████████ ▏ 2.6 GB/5.1 GB 33 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 51% ▕████████ ▏ 2.6 GB/5.1 GB 33 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 51% ▕████████ ▏ 2.6 GB/5.1 GB 33 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 51% ▕████████ ▏ 2.6 GB/5.1 GB 33 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 51% ▕████████ ▏ 2.6 GB/5.1 GB 33 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 51% ▕████████ ▏ 2.6 GB/5.1 GB 33 MB/s 1m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 51% ▕████████ ▏ 2.6 GB/5.1 GB 33 MB/s 1m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 51% ▕████████ ▏ 2.6 GB/5.1 GB 33 MB/s 1m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 51% ▕████████ ▏ 2.6 GB/5.1 GB 33 MB/s 1m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 52% ▕████████ ▏ 2.6 GB/5.1 GB 33 MB/s 1m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 52% ▕████████ ▏ 2.6 GB/5.1 GB 33 MB/s 1m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 52% ▕████████ ▏ 2.6 GB/5.1 GB 33 MB/s 1m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 52% ▕████████ ▏ 2.7 GB/5.1 GB 33 MB/s 1m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 52% ▕████████ ▏ 2.7 GB/5.1 GB 33 MB/s 1m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 52% ▕████████ ▏ 2.7 GB/5.1 GB 33 MB/s 1m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 52% ▕████████ ▏ 2.7 GB/5.1 GB 33 MB/s 1m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 52% ▕████████ ▏ 2.7 GB/5.1 GB 33 MB/s 1m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 52% ▕████████ ▏ 2.7 GB/5.1 GB 33 MB/s 1m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 52% ▕████████ ▏ 2.7 GB/5.1 GB 33 MB/s 1m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 52% ▕████████ ▏ 2.7 GB/5.1 GB 33 MB/s 1m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 52% ▕████████ ▏ 2.7 GB/5.1 GB 33 MB/s 1m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 52% ▕████████ ▏ 2.7 GB/5.1 GB 33 MB/s 1m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 52% ▕████████ ▏ 2.7 GB/5.1 GB 33 MB/s 1m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 53% ▕████████ ▏ 2.7 GB/5.1 GB 33 MB/s 1m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 53% ▕████████ ▏ 2.7 GB/5.1 GB 33 MB/s 1m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 53% ▕████████ ▏ 2.7 GB/5.1 GB 33 MB/s 1m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 53% ▕████████ ▏ 2.7 GB/5.1 GB 31 MB/s 1m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 53% ▕████████ ▏ 2.7 GB/5.1 GB 31 MB/s 1m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 53% ▕████████ ▏ 2.7 GB/5.1 GB 31 MB/s 1m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 53% ▕████████ ▏ 2.7 GB/5.1 GB 31 MB/s 1m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 53% ▕████████ ▏ 2.7 GB/5.1 GB 31 MB/s 1m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 53% ▕████████ ▏ 2.7 GB/5.1 GB 31 MB/s 1m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 53% ▕████████ ▏ 2.7 GB/5.1 GB 31 MB/s 1m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 53% ▕████████ ▏ 2.7 GB/5.1 GB 31 MB/s 1m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 53% ▕████████ ▏ 2.7 GB/5.1 GB 31 MB/s 1m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 54% ▕████████ ▏ 2.7 GB/5.1 GB 31 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 54% ▕████████ ▏ 2.7 GB/5.1 GB 32 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 54% ▕████████ ▏ 2.8 GB/5.1 GB 32 MB/s 1m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 54% ▕████████ ▏ 2.8 GB/5.1 GB 32 MB/s 1m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 54% ▕████████ ▏ 2.8 GB/5.1 GB 32 MB/s 1m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 54% ▕████████ ▏ 2.8 GB/5.1 GB 32 MB/s 1m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 54% ▕████████ ▏ 2.8 GB/5.1 GB 32 MB/s 1m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 54% ▕████████ ▏ 2.8 GB/5.1 GB 32 MB/s 1m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 54% ▕████████ ▏ 2.8 GB/5.1 GB 32 MB/s 1m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 54% ▕████████ ▏ 2.8 GB/5.1 GB 32 MB/s 1m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 54% ▕████████ ▏ 2.8 GB/5.1 GB 32 MB/s 1m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 54% ▕████████ ▏ 2.8 GB/5.1 GB 32 MB/s 1m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 55% ▕████████ ▏ 2.8 GB/5.1 GB 32 MB/s 1m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 55% ▕████████ ▏ 2.8 GB/5.1 GB 32 MB/s 1m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 55% ▕████████ ▏ 2.8 GB/5.1 GB 32 MB/s 1m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 55% ▕████████ ▏ 2.8 GB/5.1 GB 32 MB/s 1m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 55% ▕████████ ▏ 2.8 GB/5.1 GB 32 MB/s 1m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 55% ▕████████ ▏ 2.8 GB/5.1 GB 32 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 55% ▕████████ ▏ 2.8 GB/5.1 GB 32 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 55% ▕████████ ▏ 2.8 GB/5.1 GB 32 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 55% ▕████████ ▏ 2.8 GB/5.1 GB 32 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 55% ▕████████ ▏ 2.8 GB/5.1 GB 32 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 55% ▕████████ ▏ 2.8 GB/5.1 GB 32 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 56% ▕████████ ▏ 2.8 GB/5.1 GB 32 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 56% ▕████████ ▏ 2.9 GB/5.1 GB 32 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 56% ▕████████ ▏ 2.9 GB/5.1 GB 32 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 56% ▕████████ ▏ 2.9 GB/5.1 GB 32 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 56% ▕████████ ▏ 2.9 GB/5.1 GB 32 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 56% ▕████████ ▏ 2.9 GB/5.1 GB 32 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 56% ▕████████ ▏ 2.9 GB/5.1 GB 32 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 56% ▕████████ ▏ 2.9 GB/5.1 GB 32 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 56% ▕████████ ▏ 2.9 GB/5.1 GB 32 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 56% ▕█████████ ▏ 2.9 GB/5.1 GB 35 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 56% ▕█████████ ▏ 2.9 GB/5.1 GB 35 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 56% ▕█████████ ▏ 2.9 GB/5.1 GB 35 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 57% ▕█████████ ▏ 2.9 GB/5.1 GB 35 MB/s 1m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 57% ▕█████████ ▏ 2.9 GB/5.1 GB 35 MB/s 1m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 57% ▕█████████ ▏ 2.9 GB/5.1 GB 35 MB/s 1m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 57% ▕█████████ ▏ 2.9 GB/5.1 GB 35 MB/s 1m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 57% ▕█████████ ▏ 2.9 GB/5.1 GB 35 MB/s 1m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 57% ▕█████████ ▏ 2.9 GB/5.1 GB 35 MB/s 1m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 57% ▕█████████ ▏ 2.9 GB/5.1 GB 35 MB/s 1m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 57% ▕█████████ ▏ 2.9 GB/5.1 GB 40 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 57% ▕█████████ ▏ 2.9 GB/5.1 GB 40 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 57% ▕█████████ ▏ 2.9 GB/5.1 GB 40 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 57% ▕█████████ ▏ 2.9 GB/5.1 GB 40 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 57% ▕█████████ ▏ 2.9 GB/5.1 GB 40 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 58% ▕█████████ ▏ 3.0 GB/5.1 GB 40 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 58% ▕█████████ ▏ 3.0 GB/5.1 GB 40 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 58% ▕█████████ ▏ 3.0 GB/5.1 GB 40 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 58% ▕█████████ ▏ 3.0 GB/5.1 GB 40 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 58% ▕█████████ ▏ 3.0 GB/5.1 GB 40 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 58% ▕█████████ ▏ 3.0 GB/5.1 GB 43 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 58% ▕█████████ ▏ 3.0 GB/5.1 GB 43 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 58% ▕█████████ ▏ 3.0 GB/5.1 GB 43 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 58% ▕█████████ ▏ 3.0 GB/5.1 GB 43 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 58% ▕█████████ ▏ 3.0 GB/5.1 GB 43 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 58% ▕█████████ ▏ 3.0 GB/5.1 GB 43 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 58% ▕█████████ ▏ 3.0 GB/5.1 GB 43 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 59% ▕█████████ ▏ 3.0 GB/5.1 GB 43 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 59% ▕█████████ ▏ 3.0 GB/5.1 GB 43 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 59% ▕█████████ ▏ 3.0 GB/5.1 GB 43 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 59% ▕█████████ ▏ 3.0 GB/5.1 GB 42 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 59% ▕█████████ ▏ 3.0 GB/5.1 GB 42 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 59% ▕█████████ ▏ 3.0 GB/5.1 GB 42 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 59% ▕█████████ ▏ 3.0 GB/5.1 GB 42 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 59% ▕█████████ ▏ 3.0 GB/5.1 GB 42 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 59% ▕█████████ ▏ 3.0 GB/5.1 GB 42 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 59% ▕█████████ ▏ 3.0 GB/5.1 GB 42 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 59% ▕█████████ ▏ 3.0 GB/5.1 GB 42 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 59% ▕█████████ ▏ 3.0 GB/5.1 GB 42 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 59% ▕█████████ ▏ 3.0 GB/5.1 GB 42 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 59% ▕█████████ ▏ 3.0 GB/5.1 GB 42 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 59% ▕█████████ ▏ 3.1 GB/5.1 GB 42 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 60% ▕█████████ ▏ 3.1 GB/5.1 GB 42 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 60% ▕█████████ ▏ 3.1 GB/5.1 GB 42 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 60% ▕█████████ ▏ 3.1 GB/5.1 GB 42 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 60% ▕█████████ ▏ 3.1 GB/5.1 GB 42 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 60% ▕█████████ ▏ 3.1 GB/5.1 GB 42 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 60% ▕█████████ ▏ 3.1 GB/5.1 GB 42 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 60% ▕█████████ ▏ 3.1 GB/5.1 GB 42 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 60% ▕█████████ ▏ 3.1 GB/5.1 GB 42 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 60% ▕█████████ ▏ 3.1 GB/5.1 GB 42 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 60% ▕█████████ ▏ 3.1 GB/5.1 GB 43 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 60% ▕█████████ ▏ 3.1 GB/5.1 GB 43 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 60% ▕█████████ ▏ 3.1 GB/5.1 GB 43 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 61% ▕█████████ ▏ 3.1 GB/5.1 GB 43 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 61% ▕█████████ ▏ 3.1 GB/5.1 GB 43 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 61% ▕█████████ ▏ 3.1 GB/5.1 GB 43 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 61% ▕█████████ ▏ 3.1 GB/5.1 GB 43 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 61% ▕█████████ ▏ 3.1 GB/5.1 GB 43 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 61% ▕█████████ ▏ 3.1 GB/5.1 GB 43 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 61% ▕█████████ ▏ 3.1 GB/5.1 GB 43 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 61% ▕█████████ ▏ 3.1 GB/5.1 GB 42 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 61% ▕█████████ ▏ 3.1 GB/5.1 GB 42 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 61% ▕█████████ ▏ 3.1 GB/5.1 GB 42 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 61% ▕█████████ ▏ 3.2 GB/5.1 GB 42 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 62% ▕█████████ ▏ 3.2 GB/5.1 GB 42 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 62% ▕█████████ ▏ 3.2 GB/5.1 GB 42 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 62% ▕█████████ ▏ 3.2 GB/5.1 GB 42 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 62% ▕█████████ ▏ 3.2 GB/5.1 GB 42 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 62% ▕█████████ ▏ 3.2 GB/5.1 GB 42 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 62% ▕█████████ ▏ 3.2 GB/5.1 GB 42 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 62% ▕█████████ ▏ 3.2 GB/5.1 GB 43 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 62% ▕█████████ ▏ 3.2 GB/5.1 GB 43 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 62% ▕█████████ ▏ 3.2 GB/5.1 GB 43 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 62% ▕█████████ ▏ 3.2 GB/5.1 GB 43 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 62% ▕█████████ ▏ 3.2 GB/5.1 GB 43 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 63% ▕██████████ ▏ 3.2 GB/5.1 GB 43 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 63% ▕██████████ ▏ 3.2 GB/5.1 GB 43 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 63% ▕██████████ ▏ 3.2 GB/5.1 GB 43 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 63% ▕██████████ ▏ 3.2 GB/5.1 GB 43 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 63% ▕██████████ ▏ 3.2 GB/5.1 GB 43 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 63% ▕██████████ ▏ 3.2 GB/5.1 GB 42 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 63% ▕██████████ ▏ 3.2 GB/5.1 GB 42 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 63% ▕██████████ ▏ 3.2 GB/5.1 GB 42 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 63% ▕██████████ ▏ 3.2 GB/5.1 GB 42 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 63% ▕██████████ ▏ 3.2 GB/5.1 GB 42 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 63% ▕██████████ ▏ 3.2 GB/5.1 GB 42 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 63% ▕██████████ ▏ 3.3 GB/5.1 GB 42 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 64% ▕██████████ ▏ 3.3 GB/5.1 GB 42 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 64% ▕██████████ ▏ 3.3 GB/5.1 GB 42 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 64% ▕██████████ ▏ 3.3 GB/5.1 GB 42 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 64% ▕██████████ ▏ 3.3 GB/5.1 GB 43 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 64% ▕██████████ ▏ 3.3 GB/5.1 GB 43 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 64% ▕██████████ ▏ 3.3 GB/5.1 GB 43 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 64% ▕██████████ ▏ 3.3 GB/5.1 GB 43 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 64% ▕██████████ ▏ 3.3 GB/5.1 GB 43 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 64% ▕██████████ ▏ 3.3 GB/5.1 GB 43 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 64% ▕██████████ ▏ 3.3 GB/5.1 GB 43 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 64% ▕██████████ ▏ 3.3 GB/5.1 GB 43 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 64% ▕██████████ ▏ 3.3 GB/5.1 GB 43 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 64% ▕██████████ ▏ 3.3 GB/5.1 GB 43 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 64% ▕██████████ ▏ 3.3 GB/5.1 GB 43 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 65% ▕██████████ ▏ 3.3 GB/5.1 GB 41 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 65% ▕██████████ ▏ 3.3 GB/5.1 GB 41 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 65% ▕██████████ ▏ 3.3 GB/5.1 GB 41 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 65% ▕██████████ ▏ 3.3 GB/5.1 GB 41 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 65% ▕██████████ ▏ 3.3 GB/5.1 GB 41 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 65% ▕██████████ ▏ 3.3 GB/5.1 GB 41 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 65% ▕██████████ ▏ 3.3 GB/5.1 GB 41 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 65% ▕██████████ ▏ 3.3 GB/5.1 GB 41 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 65% ▕██████████ ▏ 3.3 GB/5.1 GB 41 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 65% ▕██████████ ▏ 3.4 GB/5.1 GB 41 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 66% ▕██████████ ▏ 3.4 GB/5.1 GB 43 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 66% ▕██████████ ▏ 3.4 GB/5.1 GB 43 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 66% ▕██████████ ▏ 3.4 GB/5.1 GB 43 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 66% ▕██████████ ▏ 3.4 GB/5.1 GB 43 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 66% ▕██████████ ▏ 3.4 GB/5.1 GB 43 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 66% ▕██████████ ▏ 3.4 GB/5.1 GB 43 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 66% ▕██████████ ▏ 3.4 GB/5.1 GB 43 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 66% ▕██████████ ▏ 3.4 GB/5.1 GB 43 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 66% ▕██████████ ▏ 3.4 GB/5.1 GB 43 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 66% ▕██████████ ▏ 3.4 GB/5.1 GB 43 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 66% ▕██████████ ▏ 3.4 GB/5.1 GB 42 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 66% ▕██████████ ▏ 3.4 GB/5.1 GB 42 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 66% ▕██████████ ▏ 3.4 GB/5.1 GB 42 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 66% ▕██████████ ▏ 3.4 GB/5.1 GB 42 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 66% ▕██████████ ▏ 3.4 GB/5.1 GB 42 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 67% ▕██████████ ▏ 3.4 GB/5.1 GB 42 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 67% ▕██████████ ▏ 3.4 GB/5.1 GB 42 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 67% ▕██████████ ▏ 3.4 GB/5.1 GB 42 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 67% ▕██████████ ▏ 3.4 GB/5.1 GB 42 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 67% ▕██████████ ▏ 3.4 GB/5.1 GB 42 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 67% ▕██████████ ▏ 3.4 GB/5.1 GB 43 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 67% ▕██████████ ▏ 3.4 GB/5.1 GB 43 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 67% ▕██████████ ▏ 3.5 GB/5.1 GB 43 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 67% ▕██████████ ▏ 3.5 GB/5.1 GB 43 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 67% ▕██████████ ▏ 3.5 GB/5.1 GB 43 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 67% ▕██████████ ▏ 3.5 GB/5.1 GB 43 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 67% ▕██████████ ▏ 3.5 GB/5.1 GB 43 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 68% ▕██████████ ▏ 3.5 GB/5.1 GB 43 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 68% ▕██████████ ▏ 3.5 GB/5.1 GB 43 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 68% ▕██████████ ▏ 3.5 GB/5.1 GB 43 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 68% ▕██████████ ▏ 3.5 GB/5.1 GB 42 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 68% ▕██████████ ▏ 3.5 GB/5.1 GB 42 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 68% ▕██████████ ▏ 3.5 GB/5.1 GB 42 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 68% ▕██████████ ▏ 3.5 GB/5.1 GB 42 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 68% ▕██████████ ▏ 3.5 GB/5.1 GB 42 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 68% ▕██████████ ▏ 3.5 GB/5.1 GB 42 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 68% ▕██████████ ▏ 3.5 GB/5.1 GB 42 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 68% ▕██████████ ▏ 3.5 GB/5.1 GB 42 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 69% ▕██████████ ▏ 3.5 GB/5.1 GB 42 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 69% ▕██████████ ▏ 3.5 GB/5.1 GB 42 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 69% ▕██████████ ▏ 3.5 GB/5.1 GB 42 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 69% ▕███████████ ▏ 3.5 GB/5.1 GB 43 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 69% ▕███████████ ▏ 3.5 GB/5.1 GB 43 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 69% ▕███████████ ▏ 3.5 GB/5.1 GB 43 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 69% ▕███████████ ▏ 3.5 GB/5.1 GB 43 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 69% ▕███████████ ▏ 3.5 GB/5.1 GB 43 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 69% ▕███████████ ▏ 3.5 GB/5.1 GB 43 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 69% ▕███████████ ▏ 3.5 GB/5.1 GB 43 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 69% ▕███████████ ▏ 3.5 GB/5.1 GB 43 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 69% ▕███████████ ▏ 3.5 GB/5.1 GB 43 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 69% ▕███████████ ▏ 3.6 GB/5.1 GB 43 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 69% ▕███████████ ▏ 3.6 GB/5.1 GB 40 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 69% ▕███████████ ▏ 3.6 GB/5.1 GB 40 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 69% ▕███████████ ▏ 3.6 GB/5.1 GB 40 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 69% ▕███████████ ▏ 3.6 GB/5.1 GB 40 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 70% ▕███████████ ▏ 3.6 GB/5.1 GB 40 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 70% ▕███████████ ▏ 3.6 GB/5.1 GB 40 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 70% ▕███████████ ▏ 3.6 GB/5.1 GB 40 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 70% ▕███████████ ▏ 3.6 GB/5.1 GB 40 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 70% ▕███████████ ▏ 3.6 GB/5.1 GB 40 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 70% ▕███████████ ▏ 3.6 GB/5.1 GB 40 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 70% ▕███████████ ▏ 3.6 GB/5.1 GB 41 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 70% ▕███████████ ▏ 3.6 GB/5.1 GB 41 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 70% ▕███████████ ▏ 3.6 GB/5.1 GB 41 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 70% ▕███████████ ▏ 3.6 GB/5.1 GB 41 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 71% ▕███████████ ▏ 3.6 GB/5.1 GB 41 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 71% ▕███████████ ▏ 3.6 GB/5.1 GB 41 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 71% ▕███████████ ▏ 3.6 GB/5.1 GB 41 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 71% ▕███████████ ▏ 3.6 GB/5.1 GB 41 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 71% ▕███████████ ▏ 3.6 GB/5.1 GB 41 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 71% ▕███████████ ▏ 3.6 GB/5.1 GB 41 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 71% ▕███████████ ▏ 3.6 GB/5.1 GB 39 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 71% ▕███████████ ▏ 3.6 GB/5.1 GB 39 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 71% ▕███████████ ▏ 3.6 GB/5.1 GB 39 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 71% ▕███████████ ▏ 3.6 GB/5.1 GB 39 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 71% ▕███████████ ▏ 3.7 GB/5.1 GB 39 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 71% ▕███████████ ▏ 3.7 GB/5.1 GB 39 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 72% ▕███████████ ▏ 3.7 GB/5.1 GB 39 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 72% ▕███████████ ▏ 3.7 GB/5.1 GB 39 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 72% ▕███████████ ▏ 3.7 GB/5.1 GB 39 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 72% ▕███████████ ▏ 3.7 GB/5.1 GB 39 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 72% ▕███████████ ▏ 3.7 GB/5.1 GB 41 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 72% ▕███████████ ▏ 3.7 GB/5.1 GB 41 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 72% ▕███████████ ▏ 3.7 GB/5.1 GB 41 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 72% ▕███████████ ▏ 3.7 GB/5.1 GB 41 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 72% ▕███████████ ▏ 3.7 GB/5.1 GB 41 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 72% ▕███████████ ▏ 3.7 GB/5.1 GB 41 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 72% ▕███████████ ▏ 3.7 GB/5.1 GB 41 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 72% ▕███████████ ▏ 3.7 GB/5.1 GB 41 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 72% ▕███████████ ▏ 3.7 GB/5.1 GB 41 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 73% ▕███████████ ▏ 3.7 GB/5.1 GB 41 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 73% ▕███████████ ▏ 3.7 GB/5.1 GB 41 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 73% ▕███████████ ▏ 3.7 GB/5.1 GB 40 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 73% ▕███████████ ▏ 3.7 GB/5.1 GB 40 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 73% ▕███████████ ▏ 3.7 GB/5.1 GB 40 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 73% ▕███████████ ▏ 3.7 GB/5.1 GB 40 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 73% ▕███████████ ▏ 3.7 GB/5.1 GB 40 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 73% ▕███████████ ▏ 3.7 GB/5.1 GB 40 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 73% ▕███████████ ▏ 3.8 GB/5.1 GB 40 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 73% ▕███████████ ▏ 3.8 GB/5.1 GB 40 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 73% ▕███████████ ▏ 3.8 GB/5.1 GB 40 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 73% ▕███████████ ▏ 3.8 GB/5.1 GB 40 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 73% ▕███████████ ▏ 3.8 GB/5.1 GB 41 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 73% ▕███████████ ▏ 3.8 GB/5.1 GB 41 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 73% ▕███████████ ▏ 3.8 GB/5.1 GB 41 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 74% ▕███████████ ▏ 3.8 GB/5.1 GB 41 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 74% ▕███████████ ▏ 3.8 GB/5.1 GB 41 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 74% ▕███████████ ▏ 3.8 GB/5.1 GB 41 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 74% ▕███████████ ▏ 3.8 GB/5.1 GB 41 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 74% ▕███████████ ▏ 3.8 GB/5.1 GB 41 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 74% ▕███████████ ▏ 3.8 GB/5.1 GB 41 MB/s 31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 74% ▕███████████ ▏ 3.8 GB/5.1 GB 41 MB/s 31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 74% ▕███████████ ▏ 3.8 GB/5.1 GB 40 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 74% ▕███████████ ▏ 3.8 GB/5.1 GB 40 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 74% ▕███████████ ▏ 3.8 GB/5.1 GB 40 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 74% ▕███████████ ▏ 3.8 GB/5.1 GB 40 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 74% ▕███████████ ▏ 3.8 GB/5.1 GB 40 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 74% ▕███████████ ▏ 3.8 GB/5.1 GB 40 MB/s 31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 75% ▕███████████ ▏ 3.8 GB/5.1 GB 40 MB/s 31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 75% ▕███████████ ▏ 3.8 GB/5.1 GB 40 MB/s 31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 75% ▕███████████ ▏ 3.8 GB/5.1 GB 40 MB/s 31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 75% ▕████████████ ▏ 3.8 GB/5.1 GB 40 MB/s 31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 75% ▕████████████ ▏ 3.9 GB/5.1 GB 41 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 75% ▕████████████ ▏ 3.9 GB/5.1 GB 41 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 75% ▕████████████ ▏ 3.9 GB/5.1 GB 41 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 75% ▕████████████ ▏ 3.9 GB/5.1 GB 41 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 75% ▕████████████ ▏ 3.9 GB/5.1 GB 41 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 76% ▕████████████ ▏ 3.9 GB/5.1 GB 41 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 76% ▕████████████ ▏ 3.9 GB/5.1 GB 41 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 76% ▕████████████ ▏ 3.9 GB/5.1 GB 41 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 76% ▕████████████ ▏ 3.9 GB/5.1 GB 41 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 76% ▕████████████ ▏ 3.9 GB/5.1 GB 41 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 76% ▕████████████ ▏ 3.9 GB/5.1 GB 41 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 76% ▕████████████ ▏ 3.9 GB/5.1 GB 41 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 76% ▕████████████ ▏ 3.9 GB/5.1 GB 41 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 76% ▕████████████ ▏ 3.9 GB/5.1 GB 41 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 76% ▕████████████ ▏ 3.9 GB/5.1 GB 41 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 76% ▕████████████ ▏ 3.9 GB/5.1 GB 41 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 76% ▕████████████ ▏ 3.9 GB/5.1 GB 41 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 77% ▕████████████ ▏ 3.9 GB/5.1 GB 41 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 77% ▕████████████ ▏ 3.9 GB/5.1 GB 41 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 77% ▕████████████ ▏ 3.9 GB/5.1 GB 41 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 77% ▕████████████ ▏ 3.9 GB/5.1 GB 41 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 77% ▕████████████ ▏ 3.9 GB/5.1 GB 43 MB/s 27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 77% ▕████████████ ▏ 4.0 GB/5.1 GB 43 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 77% ▕████████████ ▏ 4.0 GB/5.1 GB 43 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 77% ▕████████████ ▏ 4.0 GB/5.1 GB 43 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 77% ▕████████████ ▏ 4.0 GB/5.1 GB 43 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 77% ▕████████████ ▏ 4.0 GB/5.1 GB 43 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 77% ▕████████████ ▏ 4.0 GB/5.1 GB 43 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 77% ▕████████████ ▏ 4.0 GB/5.1 GB 43 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 77% ▕████████████ ▏ 4.0 GB/5.1 GB 43 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 77% ▕████████████ ▏ 4.0 GB/5.1 GB 43 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 78% ▕████████████ ▏ 4.0 GB/5.1 GB 42 MB/s 27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 78% ▕████████████ ▏ 4.0 GB/5.1 GB 42 MB/s 27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 78% ▕████████████ ▏ 4.0 GB/5.1 GB 42 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 78% ▕████████████ ▏ 4.0 GB/5.1 GB 42 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 78% ▕████████████ ▏ 4.0 GB/5.1 GB 42 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 78% ▕████████████ ▏ 4.0 GB/5.1 GB 42 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 78% ▕████████████ ▏ 4.0 GB/5.1 GB 42 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 78% ▕████████████ ▏ 4.0 GB/5.1 GB 42 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 78% ▕████████████ ▏ 4.0 GB/5.1 GB 42 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 78% ▕████████████ ▏ 4.0 GB/5.1 GB 42 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 78% ▕████████████ ▏ 4.0 GB/5.1 GB 42 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 78% ▕████████████ ▏ 4.0 GB/5.1 GB 42 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 78% ▕████████████ ▏ 4.0 GB/5.1 GB 42 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 78% ▕████████████ ▏ 4.0 GB/5.1 GB 42 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 78% ▕████████████ ▏ 4.0 GB/5.1 GB 42 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 78% ▕████████████ ▏ 4.0 GB/5.1 GB 42 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 78% ▕████████████ ▏ 4.0 GB/5.1 GB 42 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 79% ▕████████████ ▏ 4.0 GB/5.1 GB 42 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 79% ▕████████████ ▏ 4.0 GB/5.1 GB 42 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 79% ▕████████████ ▏ 4.1 GB/5.1 GB 42 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 79% ▕████████████ ▏ 4.1 GB/5.1 GB 41 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 79% ▕████████████ ▏ 4.1 GB/5.1 GB 41 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 79% ▕████████████ ▏ 4.1 GB/5.1 GB 41 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 79% ▕████████████ ▏ 4.1 GB/5.1 GB 41 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 79% ▕████████████ ▏ 4.1 GB/5.1 GB 41 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 79% ▕████████████ ▏ 4.1 GB/5.1 GB 41 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 80% ▕████████████ ▏ 4.1 GB/5.1 GB 41 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 80% ▕████████████ ▏ 4.1 GB/5.1 GB 41 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 80% ▕████████████ ▏ 4.1 GB/5.1 GB 41 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 80% ▕████████████ ▏ 4.1 GB/5.1 GB 41 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 80% ▕████████████ ▏ 4.1 GB/5.1 GB 42 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 80% ▕████████████ ▏ 4.1 GB/5.1 GB 42 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 80% ▕████████████ ▏ 4.1 GB/5.1 GB 42 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 80% ▕████████████ ▏ 4.1 GB/5.1 GB 42 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 80% ▕████████████ ▏ 4.1 GB/5.1 GB 42 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 80% ▕████████████ ▏ 4.1 GB/5.1 GB 42 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 80% ▕████████████ ▏ 4.1 GB/5.1 GB 42 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 80% ▕████████████ ▏ 4.1 GB/5.1 GB 42 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 80% ▕████████████ ▏ 4.1 GB/5.1 GB 42 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 80% ▕████████████ ▏ 4.1 GB/5.1 GB 42 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 80% ▕████████████ ▏ 4.1 GB/5.1 GB 42 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 80% ▕████████████ ▏ 4.1 GB/5.1 GB 40 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 81% ▕████████████ ▏ 4.1 GB/5.1 GB 40 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 81% ▕████████████ ▏ 4.1 GB/5.1 GB 40 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 81% ▕████████████ ▏ 4.1 GB/5.1 GB 40 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 81% ▕████████████ ▏ 4.2 GB/5.1 GB 40 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 81% ▕████████████ ▏ 4.2 GB/5.1 GB 40 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 81% ▕████████████ ▏ 4.2 GB/5.1 GB 40 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 81% ▕████████████ ▏ 4.2 GB/5.1 GB 40 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 81% ▕████████████ ▏ 4.2 GB/5.1 GB 40 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 81% ▕█████████████ ▏ 4.2 GB/5.1 GB 40 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 81% ▕█████████████ ▏ 4.2 GB/5.1 GB 40 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 81% ▕█████████████ ▏ 4.2 GB/5.1 GB 40 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 81% ▕█████████████ ▏ 4.2 GB/5.1 GB 40 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 82% ▕█████████████ ▏ 4.2 GB/5.1 GB 40 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 82% ▕█████████████ ▏ 4.2 GB/5.1 GB 40 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 82% ▕█████████████ ▏ 4.2 GB/5.1 GB 40 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 82% ▕█████████████ ▏ 4.2 GB/5.1 GB 40 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 82% ▕█████████████ ▏ 4.2 GB/5.1 GB 40 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 82% ▕█████████████ ▏ 4.2 GB/5.1 GB 40 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 82% ▕█████████████ ▏ 4.2 GB/5.1 GB 40 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 82% ▕█████████████ ▏ 4.2 GB/5.1 GB 40 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 82% ▕█████████████ ▏ 4.2 GB/5.1 GB 40 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 82% ▕█████████████ ▏ 4.2 GB/5.1 GB 40 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 82% ▕█████████████ ▏ 4.2 GB/5.1 GB 40 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 83% ▕█████████████ ▏ 4.2 GB/5.1 GB 40 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 83% ▕█████████████ ▏ 4.2 GB/5.1 GB 40 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 83% ▕█████████████ ▏ 4.2 GB/5.1 GB 40 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 83% ▕█████████████ ▏ 4.2 GB/5.1 GB 40 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 83% ▕█████████████ ▏ 4.3 GB/5.1 GB 40 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 83% ▕█████████████ ▏ 4.3 GB/5.1 GB 40 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 83% ▕█████████████ ▏ 4.3 GB/5.1 GB 39 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 83% ▕█████████████ ▏ 4.3 GB/5.1 GB 39 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 83% ▕█████████████ ▏ 4.3 GB/5.1 GB 39 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 83% ▕█████████████ ▏ 4.3 GB/5.1 GB 39 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 83% ▕█████████████ ▏ 4.3 GB/5.1 GB 39 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 83% ▕█████████████ ▏ 4.3 GB/5.1 GB 39 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 83% ▕█████████████ ▏ 4.3 GB/5.1 GB 39 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 83% ▕█████████████ ▏ 4.3 GB/5.1 GB 39 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 84% ▕█████████████ ▏ 4.3 GB/5.1 GB 39 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 84% ▕█████████████ ▏ 4.3 GB/5.1 GB 39 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 84% ▕█████████████ ▏ 4.3 GB/5.1 GB 38 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 84% ▕█████████████ ▏ 4.3 GB/5.1 GB 38 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 84% ▕█████████████ ▏ 4.3 GB/5.1 GB 38 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 84% ▕█████████████ ▏ 4.3 GB/5.1 GB 38 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 84% ▕█████████████ ▏ 4.3 GB/5.1 GB 38 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 84% ▕█████████████ ▏ 4.3 GB/5.1 GB 38 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 84% ▕█████████████ ▏ 4.3 GB/5.1 GB 38 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 84% ▕█████████████ ▏ 4.3 GB/5.1 GB 38 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 84% ▕█████████████ ▏ 4.3 GB/5.1 GB 38 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 84% ▕█████████████ ▏ 4.3 GB/5.1 GB 38 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 84% ▕█████████████ ▏ 4.3 GB/5.1 GB 38 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 84% ▕█████████████ ▏ 4.3 GB/5.1 GB 38 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 85% ▕█████████████ ▏ 4.3 GB/5.1 GB 38 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 85% ▕█████████████ ▏ 4.3 GB/5.1 GB 38 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 85% ▕█████████████ ▏ 4.3 GB/5.1 GB 38 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 85% ▕█████████████ ▏ 4.4 GB/5.1 GB 38 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 85% ▕█████████████ ▏ 4.4 GB/5.1 GB 38 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 85% ▕█████████████ ▏ 4.4 GB/5.1 GB 38 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 85% ▕█████████████ ▏ 4.4 GB/5.1 GB 38 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 85% ▕█████████████ ▏ 4.4 GB/5.1 GB 38 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 85% ▕█████████████ ▏ 4.4 GB/5.1 GB 38 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 85% ▕█████████████ ▏ 4.4 GB/5.1 GB 39 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 85% ▕█████████████ ▏ 4.4 GB/5.1 GB 39 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 85% ▕█████████████ ▏ 4.4 GB/5.1 GB 39 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 85% ▕█████████████ ▏ 4.4 GB/5.1 GB 39 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 85% ▕█████████████ ▏ 4.4 GB/5.1 GB 39 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 86% ▕█████████████ ▏ 4.4 GB/5.1 GB 39 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 86% ▕█████████████ ▏ 4.4 GB/5.1 GB 39 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 86% ▕█████████████ ▏ 4.4 GB/5.1 GB 39 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 86% ▕█████████████ ▏ 4.4 GB/5.1 GB 39 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 86% ▕█████████████ ▏ 4.4 GB/5.1 GB 39 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 86% ▕█████████████ ▏ 4.4 GB/5.1 GB 39 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 86% ▕█████████████ ▏ 4.4 GB/5.1 GB 39 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 86% ▕█████████████ ▏ 4.4 GB/5.1 GB 39 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 86% ▕█████████████ ▏ 4.4 GB/5.1 GB 39 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 86% ▕█████████████ ▏ 4.4 GB/5.1 GB 39 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 86% ▕█████████████ ▏ 4.4 GB/5.1 GB 39 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 86% ▕█████████████ ▏ 4.4 GB/5.1 GB 39 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 86% ▕█████████████ ▏ 4.4 GB/5.1 GB 39 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 86% ▕█████████████ ▏ 4.4 GB/5.1 GB 39 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 87% ▕█████████████ ▏ 4.4 GB/5.1 GB 39 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 87% ▕█████████████ ▏ 4.5 GB/5.1 GB 39 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 87% ▕█████████████ ▏ 4.5 GB/5.1 GB 39 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 87% ▕█████████████ ▏ 4.5 GB/5.1 GB 39 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 87% ▕█████████████ ▏ 4.5 GB/5.1 GB 39 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 87% ▕█████████████ ▏ 4.5 GB/5.1 GB 39 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 87% ▕█████████████ ▏ 4.5 GB/5.1 GB 39 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 87% ▕█████████████ ▏ 4.5 GB/5.1 GB 39 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 87% ▕█████████████ ▏ 4.5 GB/5.1 GB 39 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 87% ▕█████████████ ▏ 4.5 GB/5.1 GB 39 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 88% ▕██████████████ ▏ 4.5 GB/5.1 GB 39 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 88% ▕██████████████ ▏ 4.5 GB/5.1 GB 41 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 88% ▕██████████████ ▏ 4.5 GB/5.1 GB 41 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 88% ▕██████████████ ▏ 4.5 GB/5.1 GB 41 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 88% ▕██████████████ ▏ 4.5 GB/5.1 GB 41 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 88% ▕██████████████ ▏ 4.5 GB/5.1 GB 41 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 88% ▕██████████████ ▏ 4.5 GB/5.1 GB 41 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 88% ▕██████████████ ▏ 4.5 GB/5.1 GB 41 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 88% ▕██████████████ ▏ 4.5 GB/5.1 GB 41 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 88% ▕██████████████ ▏ 4.5 GB/5.1 GB 41 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 88% ▕██████████████ ▏ 4.5 GB/5.1 GB 41 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 88% ▕██████████████ ▏ 4.5 GB/5.1 GB 41 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 89% ▕██████████████ ▏ 4.5 GB/5.1 GB 40 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 89% ▕██████████████ ▏ 4.5 GB/5.1 GB 40 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 89% ▕██████████████ ▏ 4.6 GB/5.1 GB 40 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 89% ▕██████████████ ▏ 4.6 GB/5.1 GB 40 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 89% ▕██████████████ ▏ 4.6 GB/5.1 GB 40 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 89% ▕██████████████ ▏ 4.6 GB/5.1 GB 40 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 89% ▕██████████████ ▏ 4.6 GB/5.1 GB 40 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 89% ▕██████████████ ▏ 4.6 GB/5.1 GB 40 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 89% ▕██████████████ ▏ 4.6 GB/5.1 GB 40 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 89% ▕██████████████ ▏ 4.6 GB/5.1 GB 40 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 89% ▕██████████████ ▏ 4.6 GB/5.1 GB 40 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 89% ▕██████████████ ▏ 4.6 GB/5.1 GB 40 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 90% ▕██████████████ ▏ 4.6 GB/5.1 GB 40 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 90% ▕██████████████ ▏ 4.6 GB/5.1 GB 40 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 90% ▕██████████████ ▏ 4.6 GB/5.1 GB 40 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 90% ▕██████████████ ▏ 4.6 GB/5.1 GB 40 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 90% ▕██████████████ ▏ 4.6 GB/5.1 GB 40 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 90% ▕██████████████ ▏ 4.6 GB/5.1 GB 40 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 90% ▕██████████████ ▏ 4.6 GB/5.1 GB 40 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 90% ▕██████████████ ▏ 4.6 GB/5.1 GB 40 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 90% ▕██████████████ ▏ 4.6 GB/5.1 GB 42 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 90% ▕██████████████ ▏ 4.6 GB/5.1 GB 42 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 90% ▕██████████████ ▏ 4.6 GB/5.1 GB 42 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 91% ▕██████████████ ▏ 4.6 GB/5.1 GB 42 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 91% ▕██████████████ ▏ 4.6 GB/5.1 GB 42 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 91% ▕██████████████ ▏ 4.7 GB/5.1 GB 42 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 91% ▕██████████████ ▏ 4.7 GB/5.1 GB 42 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 91% ▕██████████████ ▏ 4.7 GB/5.1 GB 42 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 91% ▕██████████████ ▏ 4.7 GB/5.1 GB 42 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 91% ▕██████████████ ▏ 4.7 GB/5.1 GB 42 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 91% ▕██████████████ ▏ 4.7 GB/5.1 GB 42 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 91% ▕██████████████ ▏ 4.7 GB/5.1 GB 42 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 91% ▕██████████████ ▏ 4.7 GB/5.1 GB 42 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 91% ▕██████████████ ▏ 4.7 GB/5.1 GB 42 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 91% ▕██████████████ ▏ 4.7 GB/5.1 GB 42 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 91% ▕██████████████ ▏ 4.7 GB/5.1 GB 42 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 92% ▕██████████████ ▏ 4.7 GB/5.1 GB 42 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 92% ▕██████████████ ▏ 4.7 GB/5.1 GB 42 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 92% ▕██████████████ ▏ 4.7 GB/5.1 GB 42 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 92% ▕██████████████ ▏ 4.7 GB/5.1 GB 42 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 92% ▕██████████████ ▏ 4.7 GB/5.1 GB 42 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 92% ▕██████████████ ▏ 4.7 GB/5.1 GB 42 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 92% ▕██████████████ ▏ 4.7 GB/5.1 GB 42 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 92% ▕██████████████ ▏ 4.7 GB/5.1 GB 42 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 92% ▕██████████████ ▏ 4.7 GB/5.1 GB 42 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 92% ▕██████████████ ▏ 4.7 GB/5.1 GB 42 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 92% ▕██████████████ ▏ 4.7 GB/5.1 GB 42 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 92% ▕██████████████ ▏ 4.7 GB/5.1 GB 42 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 92% ▕██████████████ ▏ 4.7 GB/5.1 GB 42 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 93% ▕██████████████ ▏ 4.8 GB/5.1 GB 42 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 93% ▕██████████████ ▏ 4.8 GB/5.1 GB 42 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 93% ▕██████████████ ▏ 4.8 GB/5.1 GB 42 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 93% ▕██████████████ ▏ 4.8 GB/5.1 GB 42 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 93% ▕██████████████ ▏ 4.8 GB/5.1 GB 42 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 93% ▕██████████████ ▏ 4.8 GB/5.1 GB 42 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 93% ▕██████████████ ▏ 4.8 GB/5.1 GB 42 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 93% ▕██████████████ ▏ 4.8 GB/5.1 GB 42 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 93% ▕██████████████ ▏ 4.8 GB/5.1 GB 42 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 93% ▕██████████████ ▏ 4.8 GB/5.1 GB 42 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 93% ▕██████████████ ▏ 4.8 GB/5.1 GB 42 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 93% ▕██████████████ ▏ 4.8 GB/5.1 GB 42 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 93% ▕██████████████ ▏ 4.8 GB/5.1 GB 41 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 94% ▕██████████████ ▏ 4.8 GB/5.1 GB 41 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 94% ▕██████████████ ▏ 4.8 GB/5.1 GB 41 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 94% ▕██████████████ ▏ 4.8 GB/5.1 GB 41 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 94% ▕███████████████ ▏ 4.8 GB/5.1 GB 41 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 94% ▕███████████████ ▏ 4.8 GB/5.1 GB 41 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 94% ▕███████████████ ▏ 4.8 GB/5.1 GB 41 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 94% ▕███████████████ ▏ 4.8 GB/5.1 GB 41 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 94% ▕███████████████ ▏ 4.8 GB/5.1 GB 41 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 94% ▕███████████████ ▏ 4.8 GB/5.1 GB 41 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 94% ▕███████████████ ▏ 4.8 GB/5.1 GB 41 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 94% ▕███████████████ ▏ 4.8 GB/5.1 GB 41 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 94% ▕███████████████ ▏ 4.8 GB/5.1 GB 41 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 95% ▕███████████████ ▏ 4.9 GB/5.1 GB 41 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 95% ▕███████████████ ▏ 4.9 GB/5.1 GB 41 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 95% ▕███████████████ ▏ 4.9 GB/5.1 GB 41 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 95% ▕███████████████ ▏ 4.9 GB/5.1 GB 41 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 95% ▕███████████████ ▏ 4.9 GB/5.1 GB 41 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 95% ▕███████████████ ▏ 4.9 GB/5.1 GB 41 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 95% ▕███████████████ ▏ 4.9 GB/5.1 GB 41 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 95% ▕███████████████ ▏ 4.9 GB/5.1 GB 42 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 95% ▕███████████████ ▏ 4.9 GB/5.1 GB 42 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 95% ▕███████████████ ▏ 4.9 GB/5.1 GB 42 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 95% ▕███████████████ ▏ 4.9 GB/5.1 GB 42 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 95% ▕███████████████ ▏ 4.9 GB/5.1 GB 42 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 95% ▕███████████████ ▏ 4.9 GB/5.1 GB 42 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 96% ▕███████████████ ▏ 4.9 GB/5.1 GB 42 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 96% ▕███████████████ ▏ 4.9 GB/5.1 GB 42 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 96% ▕███████████████ ▏ 4.9 GB/5.1 GB 42 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 96% ▕███████████████ ▏ 4.9 GB/5.1 GB 42 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 96% ▕███████████████ ▏ 4.9 GB/5.1 GB 41 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 96% ▕███████████████ ▏ 4.9 GB/5.1 GB 41 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 96% ▕███████████████ ▏ 4.9 GB/5.1 GB 41 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 96% ▕███████████████ ▏ 4.9 GB/5.1 GB 41 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 96% ▕███████████████ ▏ 4.9 GB/5.1 GB 41 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 96% ▕███████████████ ▏ 4.9 GB/5.1 GB 41 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 96% ▕███████████████ ▏ 4.9 GB/5.1 GB 41 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 96% ▕███████████████ ▏ 4.9 GB/5.1 GB 41 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 96% ▕███████████████ ▏ 4.9 GB/5.1 GB 41 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 96% ▕███████████████ ▏ 4.9 GB/5.1 GB 41 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 96% ▕███████████████ ▏ 4.9 GB/5.1 GB 41 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 96% ▕███████████████ ▏ 4.9 GB/5.1 GB 38 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 96% ▕███████████████ ▏ 4.9 GB/5.1 GB 38 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 96% ▕███████████████ ▏ 4.9 GB/5.1 GB 38 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 96% ▕███████████████ ▏ 4.9 GB/5.1 GB 38 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 96% ▕███████████████ ▏ 4.9 GB/5.1 GB 38 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 96% ▕███████████████ ▏ 4.9 GB/5.1 GB 38 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 96% ▕███████████████ ▏ 4.9 GB/5.1 GB 38 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 96% ▕███████████████ ▏ 4.9 GB/5.1 GB 38 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 96% ▕███████████████ ▏ 4.9 GB/5.1 GB 38 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 96% ▕███████████████ ▏ 5.0 GB/5.1 GB 38 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 96% ▕███████████████ ▏ 5.0 GB/5.1 GB 35 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 96% ▕███████████████ ▏ 5.0 GB/5.1 GB 35 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 96% ▕███████████████ ▏ 5.0 GB/5.1 GB 35 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 97% ▕███████████████ ▏ 5.0 GB/5.1 GB 35 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 97% ▕███████████████ ▏ 5.0 GB/5.1 GB 35 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 97% ▕███████████████ ▏ 5.0 GB/5.1 GB 35 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 97% ▕███████████████ ▏ 5.0 GB/5.1 GB 35 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 97% ▕███████████████ ▏ 5.0 GB/5.1 GB 35 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 97% ▕███████████████ ▏ 5.0 GB/5.1 GB 35 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 97% ▕███████████████ ▏ 5.0 GB/5.1 GB 35 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 97% ▕███████████████ ▏ 5.0 GB/5.1 GB 33 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 97% ▕███████████████ ▏ 5.0 GB/5.1 GB 33 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 97% ▕███████████████ ▏ 5.0 GB/5.1 GB 33 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 97% ▕███████████████ ▏ 5.0 GB/5.1 GB 33 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 97% ▕███████████████ ▏ 5.0 GB/5.1 GB 33 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 97% ▕███████████████ ▏ 5.0 GB/5.1 GB 33 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 97% ▕███████████████ ▏ 5.0 GB/5.1 GB 33 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 97% ▕███████████████ ▏ 5.0 GB/5.1 GB 33 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 97% ▕███████████████ ▏ 5.0 GB/5.1 GB 33 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 97% ▕███████████████ ▏ 5.0 GB/5.1 GB 33 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 98% ▕███████████████ ▏ 5.0 GB/5.1 GB 32 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 98% ▕███████████████ ▏ 5.0 GB/5.1 GB 32 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 98% ▕███████████████ ▏ 5.0 GB/5.1 GB 32 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 98% ▕███████████████ ▏ 5.0 GB/5.1 GB 32 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 98% ▕███████████████ ▏ 5.0 GB/5.1 GB 32 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 98% ▕███████████████ ▏ 5.0 GB/5.1 GB 32 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 98% ▕███████████████ ▏ 5.0 GB/5.1 GB 32 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 98% ▕███████████████ ▏ 5.0 GB/5.1 GB 32 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 98% ▕███████████████ ▏ 5.0 GB/5.1 GB 32 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 98% ▕███████████████ ▏ 5.0 GB/5.1 GB 32 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 98% ▕███████████████ ▏ 5.0 GB/5.1 GB 30 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 98% ▕███████████████ ▏ 5.0 GB/5.1 GB 30 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 98% ▕███████████████ ▏ 5.0 GB/5.1 GB 30 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 98% ▕███████████████ ▏ 5.0 GB/5.1 GB 30 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 98% ▕███████████████ ▏ 5.0 GB/5.1 GB 30 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 98% ▕███████████████ ▏ 5.0 GB/5.1 GB 30 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 98% ▕███████████████ ▏ 5.1 GB/5.1 GB 30 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 99% ▕███████████████ ▏ 5.1 GB/5.1 GB 30 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 99% ▕███████████████ ▏ 5.1 GB/5.1 GB 30 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 99% ▕███████████████ ▏ 5.1 GB/5.1 GB 30 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 99% ▕███████████████ ▏ 5.1 GB/5.1 GB 30 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 99% ▕███████████████ ▏ 5.1 GB/5.1 GB 30 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 99% ▕███████████████ ▏ 5.1 GB/5.1 GB 30 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 99% ▕███████████████ ▏ 5.1 GB/5.1 GB 30 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 99% ▕███████████████ ▏ 5.1 GB/5.1 GB 30 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 99% ▕███████████████ ▏ 5.1 GB/5.1 GB 30 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 99% ▕███████████████ ▏ 5.1 GB/5.1 GB 30 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 99% ▕███████████████ ▏ 5.1 GB/5.1 GB 30 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 99% ▕███████████████ ▏ 5.1 GB/5.1 GB 30 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 99% ▕███████████████ ▏ 5.1 GB/5.1 GB 30 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 99% ▕███████████████ ▏ 5.1 GB/5.1 GB 30 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 99% ▕███████████████ ▏ 5.1 GB/5.1 GB 28 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 99% ▕███████████████ ▏ 5.1 GB/5.1 GB 28 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 99% ▕███████████████ ▏ 5.1 GB/5.1 GB 28 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 99% ▕███████████████ ▏ 5.1 GB/5.1 GB 28 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 99% ▕███████████████ ▏ 5.1 GB/5.1 GB 28 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 99% ▕███████████████ ▏ 5.1 GB/5.1 GB 28 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕███████████████ ▏ 5.1 GB/5.1 GB 28 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕███████████████ ▏ 5.1 GB/5.1 GB 28 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕███████████████ ▏ 5.1 GB/5.1 GB 28 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕███████████████ ▏ 5.1 GB/5.1 GB 28 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕███████████████ ▏ 5.1 GB/5.1 GB 25 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕███████████████ ▏ 5.1 GB/5.1 GB 25 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕███████████████ ▏ 5.1 GB/5.1 GB 25 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕███████████████ ▏ 5.1 GB/5.1 GB 25 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕███████████████ ▏ 5.1 GB/5.1 GB 25 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕███████████████ ▏ 5.1 GB/5.1 GB 25 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕███████████████ ▏ 5.1 GB/5.1 GB 25 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕███████████████ ▏ 5.1 GB/5.1 GB 25 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 5b214f27624b... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 5b214f27624b... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 5b214f27624b... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 5b214f27624b... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 5b214f27624b... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 5b214f27624b... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 5b214f27624b... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 5b214f27624b... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 5b214f27624b... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 5b214f27624b... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 5b214f27624b... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 5b214f27624b... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 5b214f27624b... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 5b214f27624b... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 5b214f27624b... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 5b214f27624b... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 5b214f27624b... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 5b214f27624b... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 5b214f27624b... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 5b214f27624b... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 5b214f27624b... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 5b214f27624b... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 5b214f27624b... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 5b214f27624b... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 5b214f27624b... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 5b214f27624b... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 5b214f27624b... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 5b214f27624b... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 5b214f27624b... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 5b214f27624b... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 5b214f27624b... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 5b214f27624b... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 5b214f27624b... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 5b214f27624b... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 5b214f27624b... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 5b214f27624b... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 5b214f27624b... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 5b214f27624b... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 5b214f27624b... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 5b214f27624b... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 5b214f27624b... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 5b214f27624b... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 5b214f27624b... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 5b214f27624b... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 5b214f27624b... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 5b214f27624b... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 5b214f27624b... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 5b214f27624b... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 5b214f27624b... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 5b214f27624b... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 5b214f27624b... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 5b214f27624b... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 5b214f27624b... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 5b214f27624b... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 5b214f27624b... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 5b214f27624b... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 5b214f27624b... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 5b214f27624b... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 5b214f27624b... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 5b214f27624b... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 5b214f27624b... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing fd95302bb542... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 5b214f27624b... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing fd95302bb542... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 5b214f27624b... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing fd95302bb542... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 5b214f27624b... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing fd95302bb542... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 5b214f27624b... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing fd95302bb542... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 5b214f27624b... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing fd95302bb542... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 5b214f27624b... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing fd95302bb542... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 5b214f27624b... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing fd95302bb542... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 5b214f27624b... 100% ▕████████████████▏ 457 B \u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing fd95302bb542... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 5b214f27624b... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing fd95302bb542... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 5b214f27624b... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing fd95302bb542... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 5b214f27624b... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing fd95302bb542... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 5b214f27624b... 100% ▕████████████████▏ 457 B \n", + "pushing manifest \n", + "success \u001b[?25h\n", + "\u001b[?25ltransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer \n", + "creating template layer \n", + "creating system layer \n", + "creating parameters layer \n", + "creating config layer \n", + "using already created layer sha256:c87b37e2ad795b89ea397124fa51526b0fa98739031b56e2e28d43e0b14c18ab \n", + "using already created layer sha256:04de533bb8fd4eb327158f79cdc0de736558e45d198db9275ef536f470281f1f \n", + "using already created layer sha256:af41c51c14924c73d476c474dd0617253462cdb32f1256d8b3d3d9fc00371199 \n", + "using already created layer sha256:3559b403e83a9669ecd8d347a509c20b870674a9838218f8b812c93c419fec88 \n", + "writing layer sha256:50ec6ead1314050316be80425a81e8346b9dd5068e0faa45c04e53fe90a65985 \n", + "writing manifest \n", + "success \u001b[?25h\n", + "copied 'notus:q5_K_S' to 'argilla/notus:q5_K_S'\n", + "\u001b[?25lretrieving manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 0% ▕ ▏ 1.9 MB/539 MB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 0% ▕ ▏ 2.1 MB/539 MB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 0% ▕ ▏ 2.1 MB/539 MB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 0% ▕ ▏ 2.1 MB/539 MB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 1% ▕ ▏ 3.0 MB/539 MB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 1% ▕ ▏ 3.7 MB/539 MB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 1% ▕ ▏ 3.7 MB/539 MB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 1% ▕ ▏ 3.7 MB/539 MB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 0% ▕ ▏ 835 KB/539 MB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 1% ▕ ▏ 4.5 MB/539 MB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 2% ▕ ▏ 8.5 MB/539 MB 5.5 MB/s 1m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 2% ▕ ▏ 12 MB/539 MB 5.5 MB/s 1m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 3% ▕ ▏ 16 MB/539 MB 5.5 MB/s 1m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 4% ▕ ▏ 18 MB/539 MB 5.5 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 4% ▕ ▏ 22 MB/539 MB 5.5 MB/s 1m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 5% ▕ ▏ 26 MB/539 MB 5.5 MB/s 1m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 5% ▕ ▏ 26 MB/539 MB 5.5 MB/s 1m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 6% ▕ ▏ 29 MB/539 MB 5.5 MB/s 1m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 6% ▕ ▏ 33 MB/539 MB 5.5 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 7% ▕█ ▏ 36 MB/539 MB 5.5 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 8% ▕█ ▏ 41 MB/539 MB 20 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 9% ▕█ ▏ 46 MB/539 MB 20 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 10% ▕█ ▏ 54 MB/539 MB 20 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 10% ▕█ ▏ 55 MB/539 MB 20 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 12% ▕█ ▏ 62 MB/539 MB 20 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 12% ▕█ ▏ 67 MB/539 MB 20 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 13% ▕██ ▏ 67 MB/539 MB 20 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 12% ▕█ ▏ 64 MB/539 MB 20 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 13% ▕██ ▏ 71 MB/539 MB 20 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 13% ▕██ ▏ 71 MB/539 MB 20 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 14% ▕██ ▏ 77 MB/539 MB 25 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 15% ▕██ ▏ 81 MB/539 MB 25 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 15% ▕██ ▏ 82 MB/539 MB 25 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 17% ▕██ ▏ 89 MB/539 MB 25 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 17% ▕██ ▏ 93 MB/539 MB 25 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 18% ▕██ ▏ 94 MB/539 MB 25 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 18% ▕██ ▏ 99 MB/539 MB 25 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 19% ▕███ ▏ 104 MB/539 MB 25 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 19% ▕███ ▏ 101 MB/539 MB 25 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 19% ▕███ ▏ 102 MB/539 MB 25 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 21% ▕███ ▏ 111 MB/539 MB 27 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 21% ▕███ ▏ 115 MB/539 MB 27 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 22% ▕███ ▏ 116 MB/539 MB 27 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 23% ▕███ ▏ 121 MB/539 MB 27 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 23% ▕███ ▏ 123 MB/539 MB 27 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 23% ▕███ ▏ 123 MB/539 MB 27 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 24% ▕███ ▏ 127 MB/539 MB 27 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 24% ▕███ ▏ 128 MB/539 MB 27 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 25% ▕████ ▏ 137 MB/539 MB 27 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 26% ▕████ ▏ 142 MB/539 MB 27 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 26% ▕████ ▏ 142 MB/539 MB 27 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 26% ▕████ ▏ 142 MB/539 MB 28 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 27% ▕████ ▏ 142 MB/539 MB 28 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 27% ▕████ ▏ 144 MB/539 MB 28 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 29% ▕████ ▏ 155 MB/539 MB 28 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 29% ▕████ ▏ 157 MB/539 MB 28 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 29% ▕████ ▏ 158 MB/539 MB 28 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 30% ▕████ ▏ 159 MB/539 MB 28 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 30% ▕████ ▏ 162 MB/539 MB 28 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 30% ▕████ ▏ 163 MB/539 MB 28 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 32% ▕█████ ▏ 172 MB/539 MB 28 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 32% ▕█████ ▏ 173 MB/539 MB 28 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 32% ▕█████ ▏ 173 MB/539 MB 28 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 32% ▕█████ ▏ 173 MB/539 MB 28 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 32% ▕█████ ▏ 173 MB/539 MB 28 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 32% ▕█████ ▏ 173 MB/539 MB 28 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 34% ▕█████ ▏ 182 MB/539 MB 28 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 35% ▕█████ ▏ 191 MB/539 MB 28 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 36% ▕█████ ▏ 192 MB/539 MB 28 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 36% ▕█████ ▏ 192 MB/539 MB 28 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 36% ▕█████ ▏ 192 MB/539 MB 28 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 37% ▕█████ ▏ 198 MB/539 MB 28 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 38% ▕██████ ▏ 205 MB/539 MB 28 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 39% ▕██████ ▏ 208 MB/539 MB 28 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 39% ▕██████ ▏ 208 MB/539 MB 28 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 39% ▕██████ ▏ 210 MB/539 MB 28 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 39% ▕██████ ▏ 211 MB/539 MB 28 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 39% ▕██████ ▏ 211 MB/539 MB 28 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 40% ▕██████ ▏ 217 MB/539 MB 28 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 42% ▕██████ ▏ 223 MB/539 MB 28 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 42% ▕██████ ▏ 224 MB/539 MB 28 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 42% ▕██████ ▏ 224 MB/539 MB 28 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 42% ▕██████ ▏ 225 MB/539 MB 28 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 43% ▕██████ ▏ 230 MB/539 MB 28 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 43% ▕██████ ▏ 232 MB/539 MB 28 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 44% ▕██████ ▏ 234 MB/539 MB 28 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 44% ▕██████ ▏ 235 MB/539 MB 28 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 45% ▕███████ ▏ 244 MB/539 MB 28 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 46% ▕███████ ▏ 248 MB/539 MB 28 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 46% ▕███████ ▏ 248 MB/539 MB 28 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 46% ▕███████ ▏ 248 MB/539 MB 28 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 47% ▕███████ ▏ 250 MB/539 MB 27 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 47% ▕███████ ▏ 253 MB/539 MB 27 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 48% ▕███████ ▏ 256 MB/539 MB 27 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 48% ▕███████ ▏ 259 MB/539 MB 27 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 49% ▕███████ ▏ 264 MB/539 MB 27 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 50% ▕███████ ▏ 268 MB/539 MB 27 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 50% ▕████████ ▏ 269 MB/539 MB 27 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 50% ▕████████ ▏ 269 MB/539 MB 27 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 51% ▕████████ ▏ 273 MB/539 MB 27 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 51% ▕████████ ▏ 277 MB/539 MB 27 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 52% ▕████████ ▏ 279 MB/539 MB 27 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 53% ▕████████ ▏ 284 MB/539 MB 30 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 53% ▕████████ ▏ 287 MB/539 MB 30 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 53% ▕████████ ▏ 288 MB/539 MB 30 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 54% ▕████████ ▏ 290 MB/539 MB 30 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 55% ▕████████ ▏ 295 MB/539 MB 30 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 55% ▕████████ ▏ 295 MB/539 MB 30 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 55% ▕████████ ▏ 295 MB/539 MB 30 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 56% ▕█████████ ▏ 303 MB/539 MB 30 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 57% ▕█████████ ▏ 306 MB/539 MB 30 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 57% ▕█████████ ▏ 308 MB/539 MB 30 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 58% ▕█████████ ▏ 313 MB/539 MB 29 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 58% ▕█████████ ▏ 315 MB/539 MB 29 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 59% ▕█████████ ▏ 316 MB/539 MB 29 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 60% ▕█████████ ▏ 322 MB/539 MB 29 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 60% ▕█████████ ▏ 324 MB/539 MB 29 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 61% ▕█████████ ▏ 327 MB/539 MB 29 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 62% ▕█████████ ▏ 332 MB/539 MB 29 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 62% ▕█████████ ▏ 335 MB/539 MB 29 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 62% ▕█████████ ▏ 335 MB/539 MB 29 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 63% ▕██████████ ▏ 340 MB/539 MB 29 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 64% ▕██████████ ▏ 343 MB/539 MB 29 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 64% ▕██████████ ▏ 347 MB/539 MB 29 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 65% ▕██████████ ▏ 350 MB/539 MB 29 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 65% ▕██████████ ▏ 351 MB/539 MB 29 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 65% ▕██████████ ▏ 353 MB/539 MB 29 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 66% ▕██████████ ▏ 357 MB/539 MB 29 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 67% ▕██████████ ▏ 361 MB/539 MB 29 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 68% ▕██████████ ▏ 365 MB/539 MB 29 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 68% ▕██████████ ▏ 367 MB/539 MB 29 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 68% ▕██████████ ▏ 367 MB/539 MB 29 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 69% ▕███████████ ▏ 374 MB/539 MB 29 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 70% ▕███████████ ▏ 378 MB/539 MB 29 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 71% ▕███████████ ▏ 380 MB/539 MB 29 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 71% ▕███████████ ▏ 380 MB/539 MB 29 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 72% ▕███████████ ▏ 386 MB/539 MB 29 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 72% ▕███████████ ▏ 389 MB/539 MB 29 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 73% ▕███████████ ▏ 391 MB/539 MB 29 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 73% ▕███████████ ▏ 396 MB/539 MB 29 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 74% ▕███████████ ▏ 398 MB/539 MB 29 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 74% ▕███████████ ▏ 401 MB/539 MB 29 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 75% ▕███████████ ▏ 404 MB/539 MB 29 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 76% ▕████████████ ▏ 407 MB/539 MB 29 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 76% ▕████████████ ▏ 410 MB/539 MB 29 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 77% ▕████████████ ▏ 414 MB/539 MB 29 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 77% ▕████████████ ▏ 416 MB/539 MB 29 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 78% ▕████████████ ▏ 419 MB/539 MB 29 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 78% ▕████████████ ▏ 422 MB/539 MB 29 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 78% ▕████████████ ▏ 422 MB/539 MB 29 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 79% ▕████████████ ▏ 428 MB/539 MB 29 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 80% ▕████████████ ▏ 431 MB/539 MB 29 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 81% ▕████████████ ▏ 434 MB/539 MB 29 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 81% ▕████████████ ▏ 438 MB/539 MB 29 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 82% ▕█████████████ ▏ 441 MB/539 MB 29 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 82% ▕█████████████ ▏ 443 MB/539 MB 29 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 83% ▕█████████████ ▏ 445 MB/539 MB 29 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 83% ▕█████████████ ▏ 448 MB/539 MB 29 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 83% ▕█████████████ ▏ 449 MB/539 MB 29 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 84% ▕█████████████ ▏ 454 MB/539 MB 29 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 85% ▕█████████████ ▏ 457 MB/539 MB 29 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 85% ▕█████████████ ▏ 458 MB/539 MB 29 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 86% ▕█████████████ ▏ 461 MB/539 MB 29 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 86% ▕█████████████ ▏ 465 MB/539 MB 29 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 86% ▕█████████████ ▏ 466 MB/539 MB 29 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 87% ▕█████████████ ▏ 471 MB/539 MB 29 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 88% ▕██████████████ ▏ 473 MB/539 MB 29 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 88% ▕██████████████ ▏ 475 MB/539 MB 29 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 89% ▕██████████████ ▏ 479 MB/539 MB 29 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 90% ▕██████████████ ▏ 483 MB/539 MB 29 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 90% ▕██████████████ ▏ 484 MB/539 MB 29 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 91% ▕██████████████ ▏ 488 MB/539 MB 29 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 91% ▕██████████████ ▏ 492 MB/539 MB 29 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 92% ▕██████████████ ▏ 494 MB/539 MB 29 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 92% ▕██████████████ ▏ 497 MB/539 MB 29 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 93% ▕██████████████ ▏ 500 MB/539 MB 29 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 93% ▕██████████████ ▏ 502 MB/539 MB 29 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 94% ▕███████████████ ▏ 506 MB/539 MB 29 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 95% ▕███████████████ ▏ 510 MB/539 MB 29 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 95% ▕███████████████ ▏ 513 MB/539 MB 29 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 95% ▕███████████████ ▏ 514 MB/539 MB 29 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 96% ▕███████████████ ▏ 517 MB/539 MB 29 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 96% ▕███████████████ ▏ 518 MB/539 MB 29 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 97% ▕███████████████ ▏ 522 MB/539 MB 30 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 97% ▕███████████████ ▏ 525 MB/539 MB 30 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 98% ▕███████████████ ▏ 528 MB/539 MB 30 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 99% ▕███████████████ ▏ 531 MB/539 MB 30 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 99% ▕███████████████ ▏ 534 MB/539 MB 30 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 99% ▕███████████████ ▏ 535 MB/539 MB 30 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕███████████████ ▏ 538 MB/539 MB 30 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing fd95302bb542... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing fd95302bb542... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing fd95302bb542... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing fd95302bb542... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing fd95302bb542... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing fd95302bb542... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing fd95302bb542... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing fd95302bb542... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing fd95302bb542... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing fd95302bb542... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing fd95302bb542... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 50ec6ead1314... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 50ec6ead1314... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 50ec6ead1314... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 50ec6ead1314... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 50ec6ead1314... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 50ec6ead1314... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 50ec6ead1314... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 50ec6ead1314... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 50ec6ead1314... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 50ec6ead1314... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 50ec6ead1314... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 50ec6ead1314... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 50ec6ead1314... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 50ec6ead1314... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 50ec6ead1314... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 50ec6ead1314... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 50ec6ead1314... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 50ec6ead1314... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 50ec6ead1314... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 50ec6ead1314... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 50ec6ead1314... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 50ec6ead1314... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 50ec6ead1314... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 50ec6ead1314... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 50ec6ead1314... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 50ec6ead1314... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 50ec6ead1314... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 50ec6ead1314... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 50ec6ead1314... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 50ec6ead1314... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 50ec6ead1314... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 50ec6ead1314... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 50ec6ead1314... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 50ec6ead1314... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 50ec6ead1314... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 50ec6ead1314... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 50ec6ead1314... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 50ec6ead1314... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 50ec6ead1314... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 50ec6ead1314... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 50ec6ead1314... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 50ec6ead1314... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 50ec6ead1314... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 50ec6ead1314... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 50ec6ead1314... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 50ec6ead1314... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 50ec6ead1314... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 50ec6ead1314... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 50ec6ead1314... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing fd95302bb542... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 50ec6ead1314... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing fd95302bb542... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 50ec6ead1314... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing fd95302bb542... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 50ec6ead1314... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing fd95302bb542... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 50ec6ead1314... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing fd95302bb542... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 50ec6ead1314... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing fd95302bb542... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 50ec6ead1314... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing fd95302bb542... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 50ec6ead1314... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing fd95302bb542... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 50ec6ead1314... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing fd95302bb542... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 50ec6ead1314... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing fd95302bb542... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 50ec6ead1314... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing fd95302bb542... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 50ec6ead1314... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing fd95302bb542... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 50ec6ead1314... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing fd95302bb542... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 50ec6ead1314... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing fd95302bb542... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 50ec6ead1314... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing fd95302bb542... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 50ec6ead1314... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing fd95302bb542... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 50ec6ead1314... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing fd95302bb542... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 50ec6ead1314... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing fd95302bb542... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 50ec6ead1314... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing fd95302bb542... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 50ec6ead1314... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing fd95302bb542... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 50ec6ead1314... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing fd95302bb542... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 50ec6ead1314... 100% ▕████████████████▏ 457 B \n", + "pushing manifest \n", + "success \u001b[?25h\n", + "\u001b[?25ltransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer \n", + "creating template layer \n", + "creating system layer \n", + "creating parameters layer \n", + "creating config layer \n", + "using already created layer sha256:75cd1014412ffa1c939c660e54afd83835d8ab09d15452f5a4618171016ac169 \n", + "using already created layer sha256:04de533bb8fd4eb327158f79cdc0de736558e45d198db9275ef536f470281f1f \n", + "using already created layer sha256:af41c51c14924c73d476c474dd0617253462cdb32f1256d8b3d3d9fc00371199 \n", + "using already created layer sha256:3559b403e83a9669ecd8d347a509c20b870674a9838218f8b812c93c419fec88 \n", + "writing layer sha256:ee4c5f5e2b432dd50766af4b7b875b93b2a5ffdf4e6aaf0e0622f59722c69905 \n", + "writing manifest \n", + "success \u001b[?25h\n", + "copied 'notus:q6_K' to 'argilla/notus:q6_K'\n", + "\u001b[?25lretrieving manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 0% ▕ ▏ 1.4 MB/5.9 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 0% ▕ ▏ 1.7 MB/5.9 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 0% ▕ ▏ 1.9 MB/5.9 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 0% ▕ ▏ 2.1 MB/5.9 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 0% ▕ ▏ 2.1 MB/5.9 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 0% ▕ ▏ 2.1 MB/5.9 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 0% ▕ ▏ 3.0 MB/5.9 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 0% ▕ ▏ 0 B/5.9 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 0% ▕ ▏ 3.6 MB/5.9 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 0% ▕ ▏ 6.2 MB/5.9 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 0% ▕ ▏ 11 MB/5.9 GB 10 MB/s 9m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 0% ▕ ▏ 14 MB/5.9 GB 10 MB/s 9m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 0% ▕ ▏ 17 MB/5.9 GB 10 MB/s 9m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 0% ▕ ▏ 18 MB/5.9 GB 10 MB/s 9m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 0% ▕ ▏ 21 MB/5.9 GB 10 MB/s 9m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 0% ▕ ▏ 21 MB/5.9 GB 10 MB/s 9m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 0% ▕ ▏ 24 MB/5.9 GB 10 MB/s 9m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 0% ▕ ▏ 28 MB/5.9 GB 10 MB/s 9m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 1% ▕ ▏ 32 MB/5.9 GB 10 MB/s 9m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 1% ▕ ▏ 33 MB/5.9 GB 10 MB/s 9m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 1% ▕ ▏ 37 MB/5.9 GB 18 MB/s 5m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 1% ▕ ▏ 41 MB/5.9 GB 18 MB/s 5m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 1% ▕ ▏ 43 MB/5.9 GB 18 MB/s 5m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 1% ▕ ▏ 48 MB/5.9 GB 18 MB/s 5m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 1% ▕ ▏ 55 MB/5.9 GB 18 MB/s 5m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 1% ▕ ▏ 57 MB/5.9 GB 18 MB/s 5m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 1% ▕ ▏ 57 MB/5.9 GB 18 MB/s 5m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 1% ▕ ▏ 61 MB/5.9 GB 18 MB/s 5m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 1% ▕ ▏ 63 MB/5.9 GB 18 MB/s 5m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 1% ▕ ▏ 66 MB/5.9 GB 18 MB/s 5m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 1% ▕ ▏ 66 MB/5.9 GB 21 MB/s 4m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 1% ▕ ▏ 66 MB/5.9 GB 21 MB/s 4m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 1% ▕ ▏ 75 MB/5.9 GB 21 MB/s 4m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 1% ▕ ▏ 76 MB/5.9 GB 21 MB/s 4m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 1% ▕ ▏ 82 MB/5.9 GB 21 MB/s 4m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 1% ▕ ▏ 85 MB/5.9 GB 21 MB/s 4m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 1% ▕ ▏ 88 MB/5.9 GB 21 MB/s 4m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 2% ▕ ▏ 91 MB/5.9 GB 21 MB/s 4m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 2% ▕ ▏ 92 MB/5.9 GB 21 MB/s 4m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 2% ▕ ▏ 99 MB/5.9 GB 21 MB/s 4m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 2% ▕ ▏ 100 MB/5.9 GB 21 MB/s 4m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 2% ▕ ▏ 101 MB/5.9 GB 24 MB/s 3m55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 2% ▕ ▏ 103 MB/5.9 GB 24 MB/s 3m54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 2% ▕ ▏ 106 MB/5.9 GB 24 MB/s 3m54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 2% ▕ ▏ 111 MB/5.9 GB 24 MB/s 3m54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 2% ▕ ▏ 112 MB/5.9 GB 24 MB/s 3m54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 2% ▕ ▏ 112 MB/5.9 GB 24 MB/s 3m54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 2% ▕ ▏ 121 MB/5.9 GB 24 MB/s 3m54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 2% ▕ ▏ 124 MB/5.9 GB 24 MB/s 3m54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 2% ▕ ▏ 126 MB/5.9 GB 24 MB/s 3m54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 2% ▕ ▏ 128 MB/5.9 GB 24 MB/s 3m53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 2% ▕ ▏ 130 MB/5.9 GB 25 MB/s 3m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 2% ▕ ▏ 130 MB/5.9 GB 25 MB/s 3m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 2% ▕ ▏ 135 MB/5.9 GB 25 MB/s 3m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 2% ▕ ▏ 142 MB/5.9 GB 25 MB/s 3m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 2% ▕ ▏ 143 MB/5.9 GB 25 MB/s 3m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 2% ▕ ▏ 143 MB/5.9 GB 25 MB/s 3m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 2% ▕ ▏ 143 MB/5.9 GB 25 MB/s 3m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 2% ▕ ▏ 145 MB/5.9 GB 25 MB/s 3m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 2% ▕ ▏ 146 MB/5.9 GB 25 MB/s 3m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 3% ▕ ▏ 155 MB/5.9 GB 25 MB/s 3m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 3% ▕ ▏ 160 MB/5.9 GB 26 MB/s 3m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 3% ▕ ▏ 166 MB/5.9 GB 26 MB/s 3m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 3% ▕ ▏ 170 MB/5.9 GB 26 MB/s 3m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 3% ▕ ▏ 171 MB/5.9 GB 26 MB/s 3m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 3% ▕ ▏ 172 MB/5.9 GB 26 MB/s 3m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 3% ▕ ▏ 175 MB/5.9 GB 26 MB/s 3m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 3% ▕ ▏ 178 MB/5.9 GB 26 MB/s 3m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 3% ▕ ▏ 186 MB/5.9 GB 26 MB/s 3m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 3% ▕ ▏ 187 MB/5.9 GB 26 MB/s 3m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 3% ▕ ▏ 188 MB/5.9 GB 26 MB/s 3m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 3% ▕ ▏ 188 MB/5.9 GB 26 MB/s 3m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 3% ▕ ▏ 190 MB/5.9 GB 26 MB/s 3m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 3% ▕ ▏ 190 MB/5.9 GB 26 MB/s 3m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 3% ▕ ▏ 193 MB/5.9 GB 26 MB/s 3m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 3% ▕ ▏ 206 MB/5.9 GB 26 MB/s 3m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 4% ▕ ▏ 207 MB/5.9 GB 26 MB/s 3m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 4% ▕ ▏ 212 MB/5.9 GB 26 MB/s 3m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 4% ▕ ▏ 213 MB/5.9 GB 26 MB/s 3m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 4% ▕ ▏ 213 MB/5.9 GB 26 MB/s 3m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 4% ▕ ▏ 213 MB/5.9 GB 26 MB/s 3m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 4% ▕ ▏ 211 MB/5.9 GB 26 MB/s 3m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 4% ▕ ▏ 215 MB/5.9 GB 26 MB/s 3m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 4% ▕ ▏ 222 MB/5.9 GB 26 MB/s 3m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 4% ▕ ▏ 227 MB/5.9 GB 26 MB/s 3m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 4% ▕ ▏ 228 MB/5.9 GB 26 MB/s 3m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 4% ▕ ▏ 230 MB/5.9 GB 26 MB/s 3m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 4% ▕ ▏ 234 MB/5.9 GB 26 MB/s 3m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 4% ▕ ▏ 236 MB/5.9 GB 26 MB/s 3m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 4% ▕ ▏ 237 MB/5.9 GB 26 MB/s 3m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 4% ▕ ▏ 238 MB/5.9 GB 26 MB/s 3m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 4% ▕ ▏ 239 MB/5.9 GB 26 MB/s 3m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 4% ▕ ▏ 250 MB/5.9 GB 27 MB/s 3m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 4% ▕ ▏ 254 MB/5.9 GB 27 MB/s 3m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 4% ▕ ▏ 254 MB/5.9 GB 27 MB/s 3m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 4% ▕ ▏ 254 MB/5.9 GB 27 MB/s 3m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 4% ▕ ▏ 255 MB/5.9 GB 27 MB/s 3m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 4% ▕ ▏ 263 MB/5.9 GB 27 MB/s 3m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 4% ▕ ▏ 264 MB/5.9 GB 27 MB/s 3m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 4% ▕ ▏ 261 MB/5.9 GB 27 MB/s 3m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 4% ▕ ▏ 265 MB/5.9 GB 27 MB/s 3m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 5% ▕ ▏ 270 MB/5.9 GB 27 MB/s 3m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 5% ▕ ▏ 271 MB/5.9 GB 28 MB/s 3m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 5% ▕ ▏ 273 MB/5.9 GB 28 MB/s 3m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 5% ▕ ▏ 281 MB/5.9 GB 28 MB/s 3m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 5% ▕ ▏ 285 MB/5.9 GB 28 MB/s 3m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 5% ▕ ▏ 286 MB/5.9 GB 28 MB/s 3m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 5% ▕ ▏ 286 MB/5.9 GB 28 MB/s 3m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 5% ▕ ▏ 289 MB/5.9 GB 28 MB/s 3m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 5% ▕ ▏ 290 MB/5.9 GB 28 MB/s 3m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 5% ▕ ▏ 301 MB/5.9 GB 28 MB/s 3m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 5% ▕ ▏ 301 MB/5.9 GB 28 MB/s 3m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 5% ▕ ▏ 301 MB/5.9 GB 29 MB/s 3m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 5% ▕ ▏ 301 MB/5.9 GB 29 MB/s 3m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 5% ▕ ▏ 303 MB/5.9 GB 29 MB/s 3m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 5% ▕ ▏ 304 MB/5.9 GB 29 MB/s 3m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 5% ▕ ▏ 307 MB/5.9 GB 29 MB/s 3m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 5% ▕ ▏ 313 MB/5.9 GB 29 MB/s 3m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 5% ▕ ▏ 316 MB/5.9 GB 29 MB/s 3m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 5% ▕ ▏ 319 MB/5.9 GB 29 MB/s 3m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 5% ▕ ▏ 322 MB/5.9 GB 29 MB/s 3m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 5% ▕ ▏ 324 MB/5.9 GB 29 MB/s 3m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 6% ▕ ▏ 327 MB/5.9 GB 29 MB/s 3m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 6% ▕ ▏ 328 MB/5.9 GB 29 MB/s 3m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 6% ▕ ▏ 333 MB/5.9 GB 29 MB/s 3m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 6% ▕ ▏ 334 MB/5.9 GB 29 MB/s 3m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 6% ▕ ▏ 339 MB/5.9 GB 29 MB/s 3m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 6% ▕ ▏ 341 MB/5.9 GB 29 MB/s 3m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 6% ▕ ▏ 346 MB/5.9 GB 29 MB/s 3m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 6% ▕ ▏ 348 MB/5.9 GB 29 MB/s 3m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 6% ▕ ▏ 348 MB/5.9 GB 29 MB/s 3m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 6% ▕ ▏ 353 MB/5.9 GB 29 MB/s 3m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 6% ▕ ▏ 358 MB/5.9 GB 28 MB/s 3m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 6% ▕ ▏ 359 MB/5.9 GB 28 MB/s 3m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 6% ▕ ▏ 360 MB/5.9 GB 28 MB/s 3m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 6% ▕ ▏ 365 MB/5.9 GB 28 MB/s 3m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 6% ▕ ▏ 367 MB/5.9 GB 28 MB/s 3m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 6% ▕ ▏ 368 MB/5.9 GB 28 MB/s 3m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 6% ▕ ▏ 369 MB/5.9 GB 28 MB/s 3m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 6% ▕█ ▏ 372 MB/5.9 GB 28 MB/s 3m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 6% ▕█ ▏ 381 MB/5.9 GB 28 MB/s 3m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 6% ▕█ ▏ 382 MB/5.9 GB 28 MB/s 3m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 6% ▕█ ▏ 382 MB/5.9 GB 28 MB/s 3m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 6% ▕█ ▏ 384 MB/5.9 GB 28 MB/s 3m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 7% ▕█ ▏ 388 MB/5.9 GB 28 MB/s 3m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 7% ▕█ ▏ 388 MB/5.9 GB 28 MB/s 3m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 7% ▕█ ▏ 389 MB/5.9 GB 28 MB/s 3m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 7% ▕█ ▏ 394 MB/5.9 GB 28 MB/s 3m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 7% ▕█ ▏ 395 MB/5.9 GB 28 MB/s 3m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 7% ▕█ ▏ 400 MB/5.9 GB 28 MB/s 3m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 7% ▕█ ▏ 404 MB/5.9 GB 28 MB/s 3m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 7% ▕█ ▏ 405 MB/5.9 GB 28 MB/s 3m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 7% ▕█ ▏ 409 MB/5.9 GB 28 MB/s 3m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 7% ▕█ ▏ 411 MB/5.9 GB 27 MB/s 3m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 7% ▕█ ▏ 414 MB/5.9 GB 27 MB/s 3m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 7% ▕█ ▏ 421 MB/5.9 GB 27 MB/s 3m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 7% ▕█ ▏ 422 MB/5.9 GB 27 MB/s 3m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 7% ▕█ ▏ 422 MB/5.9 GB 27 MB/s 3m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 7% ▕█ ▏ 422 MB/5.9 GB 27 MB/s 3m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 7% ▕█ ▏ 425 MB/5.9 GB 27 MB/s 3m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 7% ▕█ ▏ 429 MB/5.9 GB 27 MB/s 3m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 7% ▕█ ▏ 433 MB/5.9 GB 27 MB/s 3m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 7% ▕█ ▏ 437 MB/5.9 GB 27 MB/s 3m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 7% ▕█ ▏ 438 MB/5.9 GB 27 MB/s 3m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 7% ▕█ ▏ 442 MB/5.9 GB 27 MB/s 3m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 7% ▕█ ▏ 445 MB/5.9 GB 27 MB/s 3m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 7% ▕█ ▏ 445 MB/5.9 GB 27 MB/s 3m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 8% ▕█ ▏ 450 MB/5.9 GB 27 MB/s 3m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 8% ▕█ ▏ 454 MB/5.9 GB 27 MB/s 3m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 8% ▕█ ▏ 456 MB/5.9 GB 27 MB/s 3m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 8% ▕█ ▏ 456 MB/5.9 GB 27 MB/s 3m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 8% ▕█ ▏ 464 MB/5.9 GB 27 MB/s 3m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 8% ▕█ ▏ 465 MB/5.9 GB 27 MB/s 3m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 8% ▕█ ▏ 465 MB/5.9 GB 28 MB/s 3m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 8% ▕█ ▏ 469 MB/5.9 GB 28 MB/s 3m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 8% ▕█ ▏ 470 MB/5.9 GB 28 MB/s 3m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 8% ▕█ ▏ 473 MB/5.9 GB 28 MB/s 3m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 8% ▕█ ▏ 477 MB/5.9 GB 28 MB/s 3m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 8% ▕█ ▏ 478 MB/5.9 GB 28 MB/s 3m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 8% ▕█ ▏ 482 MB/5.9 GB 28 MB/s 3m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 8% ▕█ ▏ 484 MB/5.9 GB 28 MB/s 3m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 8% ▕█ ▏ 488 MB/5.9 GB 28 MB/s 3m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 8% ▕█ ▏ 492 MB/5.9 GB 28 MB/s 3m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 8% ▕█ ▏ 498 MB/5.9 GB 28 MB/s 3m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 8% ▕█ ▏ 499 MB/5.9 GB 28 MB/s 3m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 8% ▕█ ▏ 503 MB/5.9 GB 28 MB/s 3m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 9% ▕█ ▏ 508 MB/5.9 GB 28 MB/s 3m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 9% ▕█ ▏ 509 MB/5.9 GB 28 MB/s 3m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 9% ▕█ ▏ 511 MB/5.9 GB 28 MB/s 3m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 9% ▕█ ▏ 514 MB/5.9 GB 28 MB/s 3m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 9% ▕█ ▏ 514 MB/5.9 GB 28 MB/s 3m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 9% ▕█ ▏ 516 MB/5.9 GB 28 MB/s 3m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 9% ▕█ ▏ 518 MB/5.9 GB 28 MB/s 3m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 9% ▕█ ▏ 521 MB/5.9 GB 28 MB/s 3m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 9% ▕█ ▏ 525 MB/5.9 GB 28 MB/s 3m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 9% ▕█ ▏ 526 MB/5.9 GB 28 MB/s 3m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 9% ▕█ ▏ 527 MB/5.9 GB 28 MB/s 3m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 9% ▕█ ▏ 531 MB/5.9 GB 28 MB/s 3m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 9% ▕█ ▏ 534 MB/5.9 GB 28 MB/s 3m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 9% ▕█ ▏ 535 MB/5.9 GB 28 MB/s 3m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 9% ▕█ ▏ 538 MB/5.9 GB 28 MB/s 3m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 9% ▕█ ▏ 543 MB/5.9 GB 28 MB/s 3m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 9% ▕█ ▏ 544 MB/5.9 GB 28 MB/s 3m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 9% ▕█ ▏ 550 MB/5.9 GB 28 MB/s 3m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 9% ▕█ ▏ 552 MB/5.9 GB 27 MB/s 3m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 9% ▕█ ▏ 555 MB/5.9 GB 27 MB/s 3m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 9% ▕█ ▏ 556 MB/5.9 GB 27 MB/s 3m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 9% ▕█ ▏ 557 MB/5.9 GB 27 MB/s 3m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 9% ▕█ ▏ 559 MB/5.9 GB 27 MB/s 3m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 10% ▕█ ▏ 566 MB/5.9 GB 27 MB/s 3m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 10% ▕█ ▏ 566 MB/5.9 GB 27 MB/s 3m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 10% ▕█ ▏ 567 MB/5.9 GB 27 MB/s 3m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 10% ▕█ ▏ 573 MB/5.9 GB 27 MB/s 3m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 10% ▕█ ▏ 580 MB/5.9 GB 27 MB/s 3m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 10% ▕█ ▏ 581 MB/5.9 GB 28 MB/s 3m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 10% ▕█ ▏ 581 MB/5.9 GB 28 MB/s 3m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 10% ▕█ ▏ 582 MB/5.9 GB 28 MB/s 3m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 10% ▕█ ▏ 585 MB/5.9 GB 28 MB/s 3m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 10% ▕█ ▏ 590 MB/5.9 GB 28 MB/s 3m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 10% ▕█ ▏ 591 MB/5.9 GB 28 MB/s 3m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 10% ▕█ ▏ 591 MB/5.9 GB 28 MB/s 3m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 10% ▕█ ▏ 596 MB/5.9 GB 28 MB/s 3m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 10% ▕█ ▏ 602 MB/5.9 GB 28 MB/s 3m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 10% ▕█ ▏ 606 MB/5.9 GB 28 MB/s 3m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 10% ▕█ ▏ 606 MB/5.9 GB 27 MB/s 3m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 10% ▕█ ▏ 606 MB/5.9 GB 27 MB/s 3m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 10% ▕█ ▏ 611 MB/5.9 GB 27 MB/s 3m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 10% ▕█ ▏ 613 MB/5.9 GB 27 MB/s 3m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 10% ▕█ ▏ 617 MB/5.9 GB 27 MB/s 3m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 10% ▕█ ▏ 620 MB/5.9 GB 27 MB/s 3m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 10% ▕█ ▏ 621 MB/5.9 GB 27 MB/s 3m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 10% ▕█ ▏ 621 MB/5.9 GB 27 MB/s 3m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 10% ▕█ ▏ 621 MB/5.9 GB 27 MB/s 3m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 11% ▕█ ▏ 629 MB/5.9 GB 27 MB/s 3m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 11% ▕█ ▏ 633 MB/5.9 GB 27 MB/s 3m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 11% ▕█ ▏ 633 MB/5.9 GB 27 MB/s 3m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 11% ▕█ ▏ 635 MB/5.9 GB 27 MB/s 3m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 11% ▕█ ▏ 643 MB/5.9 GB 27 MB/s 3m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 11% ▕█ ▏ 645 MB/5.9 GB 27 MB/s 3m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 11% ▕█ ▏ 646 MB/5.9 GB 27 MB/s 3m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 11% ▕█ ▏ 646 MB/5.9 GB 27 MB/s 3m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 11% ▕█ ▏ 647 MB/5.9 GB 27 MB/s 3m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 11% ▕█ ▏ 651 MB/5.9 GB 27 MB/s 3m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 11% ▕█ ▏ 654 MB/5.9 GB 27 MB/s 3m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 11% ▕█ ▏ 659 MB/5.9 GB 27 MB/s 3m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 11% ▕█ ▏ 661 MB/5.9 GB 27 MB/s 3m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 11% ▕█ ▏ 666 MB/5.9 GB 27 MB/s 3m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 11% ▕█ ▏ 668 MB/5.9 GB 27 MB/s 3m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 11% ▕█ ▏ 674 MB/5.9 GB 27 MB/s 3m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 11% ▕█ ▏ 676 MB/5.9 GB 27 MB/s 3m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 11% ▕█ ▏ 677 MB/5.9 GB 27 MB/s 3m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 11% ▕█ ▏ 678 MB/5.9 GB 27 MB/s 3m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 11% ▕█ ▏ 680 MB/5.9 GB 27 MB/s 3m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 12% ▕█ ▏ 686 MB/5.9 GB 27 MB/s 3m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 12% ▕█ ▏ 689 MB/5.9 GB 27 MB/s 3m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 12% ▕█ ▏ 693 MB/5.9 GB 28 MB/s 3m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 12% ▕█ ▏ 697 MB/5.9 GB 28 MB/s 3m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 12% ▕█ ▏ 698 MB/5.9 GB 28 MB/s 3m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 12% ▕█ ▏ 702 MB/5.9 GB 28 MB/s 3m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 12% ▕█ ▏ 703 MB/5.9 GB 28 MB/s 3m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 12% ▕█ ▏ 705 MB/5.9 GB 28 MB/s 3m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 12% ▕█ ▏ 706 MB/5.9 GB 28 MB/s 3m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 12% ▕█ ▏ 708 MB/5.9 GB 28 MB/s 3m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 12% ▕█ ▏ 717 MB/5.9 GB 28 MB/s 3m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 12% ▕█ ▏ 718 MB/5.9 GB 28 MB/s 3m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 12% ▕█ ▏ 719 MB/5.9 GB 28 MB/s 3m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 12% ▕█ ▏ 724 MB/5.9 GB 28 MB/s 3m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 12% ▕█ ▏ 724 MB/5.9 GB 28 MB/s 3m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 12% ▕█ ▏ 725 MB/5.9 GB 28 MB/s 3m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 12% ▕█ ▏ 727 MB/5.9 GB 28 MB/s 3m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 12% ▕█ ▏ 735 MB/5.9 GB 28 MB/s 3m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 12% ▕█ ▏ 738 MB/5.9 GB 28 MB/s 3m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 12% ▕█ ▏ 742 MB/5.9 GB 28 MB/s 3m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 12% ▕█ ▏ 742 MB/5.9 GB 28 MB/s 3m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 13% ▕██ ▏ 745 MB/5.9 GB 28 MB/s 3m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 13% ▕██ ▏ 747 MB/5.9 GB 27 MB/s 3m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 13% ▕██ ▏ 752 MB/5.9 GB 27 MB/s 3m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 13% ▕██ ▏ 758 MB/5.9 GB 27 MB/s 3m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 13% ▕██ ▏ 761 MB/5.9 GB 27 MB/s 3m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 13% ▕██ ▏ 761 MB/5.9 GB 27 MB/s 3m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 13% ▕██ ▏ 761 MB/5.9 GB 27 MB/s 3m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 13% ▕██ ▏ 767 MB/5.9 GB 27 MB/s 3m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 13% ▕██ ▏ 771 MB/5.9 GB 27 MB/s 3m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 13% ▕██ ▏ 772 MB/5.9 GB 27 MB/s 3m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 13% ▕██ ▏ 773 MB/5.9 GB 27 MB/s 3m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 13% ▕██ ▏ 781 MB/5.9 GB 28 MB/s 3m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 13% ▕██ ▏ 782 MB/5.9 GB 28 MB/s 3m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 13% ▕██ ▏ 782 MB/5.9 GB 28 MB/s 3m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 13% ▕██ ▏ 786 MB/5.9 GB 28 MB/s 3m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 13% ▕██ ▏ 788 MB/5.9 GB 28 MB/s 3m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 13% ▕██ ▏ 789 MB/5.9 GB 28 MB/s 3m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 13% ▕██ ▏ 794 MB/5.9 GB 28 MB/s 3m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 13% ▕██ ▏ 799 MB/5.9 GB 28 MB/s 3m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 13% ▕██ ▏ 801 MB/5.9 GB 28 MB/s 3m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 14% ▕██ ▏ 802 MB/5.9 GB 28 MB/s 3m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 14% ▕██ ▏ 806 MB/5.9 GB 28 MB/s 3m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 14% ▕██ ▏ 811 MB/5.9 GB 28 MB/s 2m58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 14% ▕██ ▏ 812 MB/5.9 GB 28 MB/s 2m58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 14% ▕██ ▏ 814 MB/5.9 GB 28 MB/s 2m58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 14% ▕██ ▏ 817 MB/5.9 GB 28 MB/s 2m58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 14% ▕██ ▏ 819 MB/5.9 GB 28 MB/s 2m58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 14% ▕██ ▏ 820 MB/5.9 GB 28 MB/s 2m58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 14% ▕██ ▏ 822 MB/5.9 GB 28 MB/s 2m57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 14% ▕██ ▏ 826 MB/5.9 GB 28 MB/s 2m57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 14% ▕██ ▏ 828 MB/5.9 GB 28 MB/s 2m57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 14% ▕██ ▏ 832 MB/5.9 GB 28 MB/s 2m57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 14% ▕██ ▏ 837 MB/5.9 GB 28 MB/s 3m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 14% ▕██ ▏ 839 MB/5.9 GB 28 MB/s 3m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 14% ▕██ ▏ 844 MB/5.9 GB 28 MB/s 3m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 14% ▕██ ▏ 847 MB/5.9 GB 28 MB/s 3m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 14% ▕██ ▏ 848 MB/5.9 GB 28 MB/s 3m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 14% ▕██ ▏ 849 MB/5.9 GB 28 MB/s 3m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 14% ▕██ ▏ 852 MB/5.9 GB 28 MB/s 3m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 14% ▕██ ▏ 853 MB/5.9 GB 28 MB/s 3m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 14% ▕██ ▏ 860 MB/5.9 GB 28 MB/s 2m59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 15% ▕██ ▏ 863 MB/5.9 GB 28 MB/s 2m59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 15% ▕██ ▏ 864 MB/5.9 GB 28 MB/s 2m56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 15% ▕██ ▏ 868 MB/5.9 GB 28 MB/s 2m56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 15% ▕██ ▏ 871 MB/5.9 GB 28 MB/s 2m56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 15% ▕██ ▏ 875 MB/5.9 GB 28 MB/s 2m56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 15% ▕██ ▏ 882 MB/5.9 GB 28 MB/s 2m56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 15% ▕██ ▏ 884 MB/5.9 GB 28 MB/s 2m56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 15% ▕██ ▏ 884 MB/5.9 GB 28 MB/s 2m56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 15% ▕██ ▏ 884 MB/5.9 GB 28 MB/s 2m56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 15% ▕██ ▏ 891 MB/5.9 GB 28 MB/s 2m55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 15% ▕██ ▏ 893 MB/5.9 GB 28 MB/s 2m55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 15% ▕██ ▏ 893 MB/5.9 GB 28 MB/s 2m54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 15% ▕██ ▏ 896 MB/5.9 GB 28 MB/s 2m54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 15% ▕██ ▏ 901 MB/5.9 GB 28 MB/s 2m54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 15% ▕██ ▏ 901 MB/5.9 GB 28 MB/s 2m54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 15% ▕██ ▏ 902 MB/5.9 GB 28 MB/s 2m54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 15% ▕██ ▏ 906 MB/5.9 GB 28 MB/s 2m53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 15% ▕██ ▏ 912 MB/5.9 GB 28 MB/s 2m53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 15% ▕██ ▏ 912 MB/5.9 GB 28 MB/s 2m53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 15% ▕██ ▏ 913 MB/5.9 GB 28 MB/s 2m53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 16% ▕██ ▏ 921 MB/5.9 GB 28 MB/s 2m53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 16% ▕██ ▏ 922 MB/5.9 GB 29 MB/s 2m52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 15% ▕██ ▏ 920 MB/5.9 GB 29 MB/s 2m52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 16% ▕██ ▏ 925 MB/5.9 GB 29 MB/s 2m52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 16% ▕██ ▏ 926 MB/5.9 GB 29 MB/s 2m52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 16% ▕██ ▏ 928 MB/5.9 GB 29 MB/s 2m52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 16% ▕██ ▏ 935 MB/5.9 GB 29 MB/s 2m52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 16% ▕██ ▏ 938 MB/5.9 GB 29 MB/s 2m52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 16% ▕██ ▏ 940 MB/5.9 GB 29 MB/s 2m52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 16% ▕██ ▏ 947 MB/5.9 GB 29 MB/s 2m52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 16% ▕██ ▏ 949 MB/5.9 GB 29 MB/s 2m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 16% ▕██ ▏ 951 MB/5.9 GB 29 MB/s 2m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 16% ▕██ ▏ 953 MB/5.9 GB 29 MB/s 2m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 16% ▕██ ▏ 957 MB/5.9 GB 29 MB/s 2m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 16% ▕██ ▏ 960 MB/5.9 GB 29 MB/s 2m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 16% ▕██ ▏ 964 MB/5.9 GB 29 MB/s 2m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 16% ▕██ ▏ 967 MB/5.9 GB 29 MB/s 2m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 16% ▕██ ▏ 967 MB/5.9 GB 29 MB/s 2m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 16% ▕██ ▏ 967 MB/5.9 GB 29 MB/s 2m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 16% ▕██ ▏ 972 MB/5.9 GB 29 MB/s 2m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 16% ▕██ ▏ 974 MB/5.9 GB 29 MB/s 2m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 16% ▕██ ▏ 977 MB/5.9 GB 29 MB/s 2m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 17% ▕██ ▏ 984 MB/5.9 GB 29 MB/s 2m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 17% ▕██ ▏ 985 MB/5.9 GB 29 MB/s 2m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 17% ▕██ ▏ 988 MB/5.9 GB 29 MB/s 2m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 17% ▕██ ▏ 989 MB/5.9 GB 29 MB/s 2m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 17% ▕██ ▏ 991 MB/5.9 GB 29 MB/s 2m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 17% ▕██ ▏ 992 MB/5.9 GB 29 MB/s 2m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 17% ▕██ ▏ 996 MB/5.9 GB 29 MB/s 2m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 17% ▕██ ▏ 1.0 GB/5.9 GB 29 MB/s 2m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 17% ▕██ ▏ 1.0 GB/5.9 GB 29 MB/s 2m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 17% ▕██ ▏ 1.0 GB/5.9 GB 29 MB/s 2m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 17% ▕██ ▏ 1.0 GB/5.9 GB 29 MB/s 2m48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 17% ▕██ ▏ 1.0 GB/5.9 GB 29 MB/s 2m48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 17% ▕██ ▏ 1.0 GB/5.9 GB 29 MB/s 2m48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 17% ▕██ ▏ 1.0 GB/5.9 GB 29 MB/s 2m48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 17% ▕██ ▏ 1.0 GB/5.9 GB 29 MB/s 2m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 17% ▕██ ▏ 1.0 GB/5.9 GB 29 MB/s 2m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 17% ▕██ ▏ 1.0 GB/5.9 GB 29 MB/s 2m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 17% ▕██ ▏ 1.0 GB/5.9 GB 29 MB/s 2m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 17% ▕██ ▏ 1.0 GB/5.9 GB 29 MB/s 2m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 17% ▕██ ▏ 1.0 GB/5.9 GB 29 MB/s 2m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 17% ▕██ ▏ 1.0 GB/5.9 GB 27 MB/s 2m55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 17% ▕██ ▏ 1.0 GB/5.9 GB 27 MB/s 2m55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 18% ▕██ ▏ 1.0 GB/5.9 GB 27 MB/s 2m54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 18% ▕██ ▏ 1.0 GB/5.9 GB 27 MB/s 2m54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 18% ▕██ ▏ 1.1 GB/5.9 GB 27 MB/s 2m54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 18% ▕██ ▏ 1.1 GB/5.9 GB 27 MB/s 2m54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 18% ▕██ ▏ 1.1 GB/5.9 GB 27 MB/s 2m54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 18% ▕██ ▏ 1.1 GB/5.9 GB 27 MB/s 2m54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 18% ▕██ ▏ 1.1 GB/5.9 GB 27 MB/s 2m54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 18% ▕██ ▏ 1.1 GB/5.9 GB 27 MB/s 2m54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 18% ▕██ ▏ 1.1 GB/5.9 GB 28 MB/s 2m52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 18% ▕██ ▏ 1.1 GB/5.9 GB 28 MB/s 2m52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 18% ▕██ ▏ 1.1 GB/5.9 GB 28 MB/s 2m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 18% ▕██ ▏ 1.1 GB/5.9 GB 28 MB/s 2m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 18% ▕██ ▏ 1.1 GB/5.9 GB 28 MB/s 2m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 18% ▕██ ▏ 1.1 GB/5.9 GB 28 MB/s 2m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 18% ▕██ ▏ 1.1 GB/5.9 GB 28 MB/s 2m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 18% ▕██ ▏ 1.1 GB/5.9 GB 28 MB/s 2m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 18% ▕██ ▏ 1.1 GB/5.9 GB 28 MB/s 2m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 18% ▕██ ▏ 1.1 GB/5.9 GB 28 MB/s 2m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 18% ▕██ ▏ 1.1 GB/5.9 GB 28 MB/s 2m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 18% ▕██ ▏ 1.1 GB/5.9 GB 28 MB/s 2m48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 19% ▕██ ▏ 1.1 GB/5.9 GB 28 MB/s 2m48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 19% ▕██ ▏ 1.1 GB/5.9 GB 28 MB/s 2m48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 19% ▕██ ▏ 1.1 GB/5.9 GB 28 MB/s 2m48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 19% ▕██ ▏ 1.1 GB/5.9 GB 28 MB/s 2m48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 19% ▕██ ▏ 1.1 GB/5.9 GB 28 MB/s 2m48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 19% ▕███ ▏ 1.1 GB/5.9 GB 28 MB/s 2m48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 19% ▕███ ▏ 1.1 GB/5.9 GB 28 MB/s 2m48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 19% ▕███ ▏ 1.1 GB/5.9 GB 28 MB/s 2m48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 19% ▕███ ▏ 1.1 GB/5.9 GB 28 MB/s 2m48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 19% ▕███ ▏ 1.1 GB/5.9 GB 28 MB/s 2m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 19% ▕███ ▏ 1.1 GB/5.9 GB 28 MB/s 2m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 19% ▕███ ▏ 1.1 GB/5.9 GB 28 MB/s 2m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 19% ▕███ ▏ 1.1 GB/5.9 GB 28 MB/s 2m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 19% ▕███ ▏ 1.1 GB/5.9 GB 28 MB/s 2m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 19% ▕███ ▏ 1.1 GB/5.9 GB 28 MB/s 2m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 19% ▕███ ▏ 1.1 GB/5.9 GB 28 MB/s 2m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 19% ▕███ ▏ 1.1 GB/5.9 GB 28 MB/s 2m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 19% ▕███ ▏ 1.1 GB/5.9 GB 28 MB/s 2m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 19% ▕███ ▏ 1.2 GB/5.9 GB 28 MB/s 2m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 19% ▕███ ▏ 1.2 GB/5.9 GB 29 MB/s 2m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 19% ▕███ ▏ 1.2 GB/5.9 GB 29 MB/s 2m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 19% ▕███ ▏ 1.2 GB/5.9 GB 29 MB/s 2m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 20% ▕███ ▏ 1.2 GB/5.9 GB 29 MB/s 2m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 20% ▕███ ▏ 1.2 GB/5.9 GB 29 MB/s 2m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 20% ▕███ ▏ 1.2 GB/5.9 GB 29 MB/s 2m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 20% ▕███ ▏ 1.2 GB/5.9 GB 29 MB/s 2m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 20% ▕███ ▏ 1.2 GB/5.9 GB 29 MB/s 2m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 20% ▕███ ▏ 1.2 GB/5.9 GB 29 MB/s 2m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 20% ▕███ ▏ 1.2 GB/5.9 GB 29 MB/s 2m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 20% ▕███ ▏ 1.2 GB/5.9 GB 29 MB/s 2m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 20% ▕███ ▏ 1.2 GB/5.9 GB 29 MB/s 2m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 20% ▕███ ▏ 1.2 GB/5.9 GB 29 MB/s 2m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 20% ▕███ ▏ 1.2 GB/5.9 GB 29 MB/s 2m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 20% ▕███ ▏ 1.2 GB/5.9 GB 29 MB/s 2m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 20% ▕███ ▏ 1.2 GB/5.9 GB 29 MB/s 2m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 20% ▕███ ▏ 1.2 GB/5.9 GB 29 MB/s 2m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 20% ▕███ ▏ 1.2 GB/5.9 GB 29 MB/s 2m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 20% ▕███ ▏ 1.2 GB/5.9 GB 29 MB/s 2m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 20% ▕███ ▏ 1.2 GB/5.9 GB 29 MB/s 2m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 20% ▕███ ▏ 1.2 GB/5.9 GB 28 MB/s 2m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 20% ▕███ ▏ 1.2 GB/5.9 GB 28 MB/s 2m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 20% ▕███ ▏ 1.2 GB/5.9 GB 28 MB/s 2m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 21% ▕███ ▏ 1.2 GB/5.9 GB 28 MB/s 2m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 21% ▕███ ▏ 1.2 GB/5.9 GB 28 MB/s 2m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 21% ▕███ ▏ 1.2 GB/5.9 GB 28 MB/s 2m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 21% ▕███ ▏ 1.2 GB/5.9 GB 28 MB/s 2m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 21% ▕███ ▏ 1.2 GB/5.9 GB 28 MB/s 2m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 21% ▕███ ▏ 1.2 GB/5.9 GB 28 MB/s 2m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 21% ▕███ ▏ 1.2 GB/5.9 GB 28 MB/s 2m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 21% ▕███ ▏ 1.2 GB/5.9 GB 28 MB/s 2m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 21% ▕███ ▏ 1.2 GB/5.9 GB 28 MB/s 2m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 21% ▕███ ▏ 1.2 GB/5.9 GB 28 MB/s 2m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 21% ▕███ ▏ 1.3 GB/5.9 GB 28 MB/s 2m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 21% ▕███ ▏ 1.3 GB/5.9 GB 28 MB/s 2m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 21% ▕███ ▏ 1.3 GB/5.9 GB 28 MB/s 2m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 21% ▕███ ▏ 1.3 GB/5.9 GB 28 MB/s 2m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 21% ▕███ ▏ 1.3 GB/5.9 GB 28 MB/s 2m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 21% ▕███ ▏ 1.3 GB/5.9 GB 28 MB/s 2m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 21% ▕███ ▏ 1.3 GB/5.9 GB 28 MB/s 2m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 21% ▕███ ▏ 1.3 GB/5.9 GB 28 MB/s 2m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 21% ▕███ ▏ 1.3 GB/5.9 GB 28 MB/s 2m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 21% ▕███ ▏ 1.3 GB/5.9 GB 28 MB/s 2m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 21% ▕███ ▏ 1.3 GB/5.9 GB 28 MB/s 2m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 22% ▕███ ▏ 1.3 GB/5.9 GB 28 MB/s 2m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 22% ▕███ ▏ 1.3 GB/5.9 GB 28 MB/s 2m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 22% ▕███ ▏ 1.3 GB/5.9 GB 28 MB/s 2m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 22% ▕███ ▏ 1.3 GB/5.9 GB 28 MB/s 2m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 22% ▕███ ▏ 1.3 GB/5.9 GB 28 MB/s 2m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 22% ▕███ ▏ 1.3 GB/5.9 GB 28 MB/s 2m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 22% ▕███ ▏ 1.3 GB/5.9 GB 28 MB/s 2m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 22% ▕███ ▏ 1.3 GB/5.9 GB 29 MB/s 2m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 22% ▕███ ▏ 1.3 GB/5.9 GB 29 MB/s 2m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 22% ▕███ ▏ 1.3 GB/5.9 GB 29 MB/s 2m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 22% ▕███ ▏ 1.3 GB/5.9 GB 29 MB/s 2m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 22% ▕███ ▏ 1.3 GB/5.9 GB 29 MB/s 2m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 22% ▕███ ▏ 1.3 GB/5.9 GB 29 MB/s 2m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 22% ▕███ ▏ 1.3 GB/5.9 GB 29 MB/s 2m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 22% ▕███ ▏ 1.3 GB/5.9 GB 29 MB/s 2m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 22% ▕███ ▏ 1.3 GB/5.9 GB 29 MB/s 2m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 22% ▕███ ▏ 1.3 GB/5.9 GB 29 MB/s 2m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 22% ▕███ ▏ 1.3 GB/5.9 GB 29 MB/s 2m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 22% ▕███ ▏ 1.3 GB/5.9 GB 29 MB/s 2m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 22% ▕███ ▏ 1.3 GB/5.9 GB 29 MB/s 2m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 22% ▕███ ▏ 1.3 GB/5.9 GB 29 MB/s 2m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 22% ▕███ ▏ 1.3 GB/5.9 GB 29 MB/s 2m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 23% ▕███ ▏ 1.3 GB/5.9 GB 29 MB/s 2m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 23% ▕███ ▏ 1.3 GB/5.9 GB 29 MB/s 2m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 23% ▕███ ▏ 1.3 GB/5.9 GB 29 MB/s 2m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 23% ▕███ ▏ 1.3 GB/5.9 GB 29 MB/s 2m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 23% ▕███ ▏ 1.3 GB/5.9 GB 29 MB/s 2m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 23% ▕███ ▏ 1.4 GB/5.9 GB 28 MB/s 2m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 23% ▕███ ▏ 1.4 GB/5.9 GB 28 MB/s 2m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 23% ▕███ ▏ 1.4 GB/5.9 GB 28 MB/s 2m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 23% ▕███ ▏ 1.4 GB/5.9 GB 28 MB/s 2m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 23% ▕███ ▏ 1.4 GB/5.9 GB 28 MB/s 2m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 23% ▕███ ▏ 1.4 GB/5.9 GB 28 MB/s 2m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 23% ▕███ ▏ 1.4 GB/5.9 GB 28 MB/s 2m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 23% ▕███ ▏ 1.4 GB/5.9 GB 28 MB/s 2m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 23% ▕███ ▏ 1.4 GB/5.9 GB 28 MB/s 2m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 23% ▕███ ▏ 1.4 GB/5.9 GB 28 MB/s 2m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 23% ▕███ ▏ 1.4 GB/5.9 GB 28 MB/s 2m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 23% ▕███ ▏ 1.4 GB/5.9 GB 28 MB/s 2m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 23% ▕███ ▏ 1.4 GB/5.9 GB 28 MB/s 2m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 23% ▕███ ▏ 1.4 GB/5.9 GB 28 MB/s 2m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 23% ▕███ ▏ 1.4 GB/5.9 GB 28 MB/s 2m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 24% ▕███ ▏ 1.4 GB/5.9 GB 28 MB/s 2m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 24% ▕███ ▏ 1.4 GB/5.9 GB 28 MB/s 2m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 24% ▕███ ▏ 1.4 GB/5.9 GB 28 MB/s 2m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 24% ▕███ ▏ 1.4 GB/5.9 GB 28 MB/s 2m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 24% ▕███ ▏ 1.4 GB/5.9 GB 28 MB/s 2m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 24% ▕███ ▏ 1.4 GB/5.9 GB 28 MB/s 2m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 24% ▕███ ▏ 1.4 GB/5.9 GB 28 MB/s 2m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 24% ▕███ ▏ 1.4 GB/5.9 GB 28 MB/s 2m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 24% ▕███ ▏ 1.4 GB/5.9 GB 28 MB/s 2m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 24% ▕███ ▏ 1.4 GB/5.9 GB 28 MB/s 2m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 24% ▕███ ▏ 1.4 GB/5.9 GB 28 MB/s 2m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 24% ▕███ ▏ 1.4 GB/5.9 GB 28 MB/s 2m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 24% ▕███ ▏ 1.4 GB/5.9 GB 28 MB/s 2m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 24% ▕███ ▏ 1.4 GB/5.9 GB 28 MB/s 2m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 24% ▕███ ▏ 1.4 GB/5.9 GB 28 MB/s 2m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 24% ▕███ ▏ 1.4 GB/5.9 GB 28 MB/s 2m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 24% ▕███ ▏ 1.4 GB/5.9 GB 28 MB/s 2m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 24% ▕███ ▏ 1.4 GB/5.9 GB 28 MB/s 2m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 24% ▕███ ▏ 1.4 GB/5.9 GB 28 MB/s 2m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 24% ▕███ ▏ 1.5 GB/5.9 GB 28 MB/s 2m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 24% ▕███ ▏ 1.5 GB/5.9 GB 28 MB/s 2m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 25% ▕███ ▏ 1.5 GB/5.9 GB 28 MB/s 2m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 25% ▕███ ▏ 1.5 GB/5.9 GB 28 MB/s 2m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 25% ▕███ ▏ 1.5 GB/5.9 GB 28 MB/s 2m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 25% ▕███ ▏ 1.5 GB/5.9 GB 28 MB/s 2m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 25% ▕███ ▏ 1.5 GB/5.9 GB 28 MB/s 2m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 25% ▕███ ▏ 1.5 GB/5.9 GB 29 MB/s 2m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 25% ▕███ ▏ 1.5 GB/5.9 GB 29 MB/s 2m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 25% ▕███ ▏ 1.5 GB/5.9 GB 29 MB/s 2m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 25% ▕███ ▏ 1.5 GB/5.9 GB 29 MB/s 2m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 25% ▕████ ▏ 1.5 GB/5.9 GB 29 MB/s 2m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 25% ▕████ ▏ 1.5 GB/5.9 GB 29 MB/s 2m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 25% ▕████ ▏ 1.5 GB/5.9 GB 29 MB/s 2m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 25% ▕████ ▏ 1.5 GB/5.9 GB 29 MB/s 2m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 25% ▕████ ▏ 1.5 GB/5.9 GB 29 MB/s 2m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 25% ▕████ ▏ 1.5 GB/5.9 GB 29 MB/s 2m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 25% ▕████ ▏ 1.5 GB/5.9 GB 28 MB/s 2m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 25% ▕████ ▏ 1.5 GB/5.9 GB 28 MB/s 2m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 25% ▕████ ▏ 1.5 GB/5.9 GB 28 MB/s 2m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 25% ▕████ ▏ 1.5 GB/5.9 GB 28 MB/s 2m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 25% ▕████ ▏ 1.5 GB/5.9 GB 28 MB/s 2m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 25% ▕████ ▏ 1.5 GB/5.9 GB 28 MB/s 2m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 26% ▕████ ▏ 1.5 GB/5.9 GB 28 MB/s 2m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 26% ▕████ ▏ 1.5 GB/5.9 GB 28 MB/s 2m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 26% ▕████ ▏ 1.5 GB/5.9 GB 28 MB/s 2m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 26% ▕████ ▏ 1.5 GB/5.9 GB 28 MB/s 2m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 26% ▕████ ▏ 1.5 GB/5.9 GB 28 MB/s 2m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 26% ▕████ ▏ 1.5 GB/5.9 GB 28 MB/s 2m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 26% ▕████ ▏ 1.5 GB/5.9 GB 28 MB/s 2m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 26% ▕████ ▏ 1.5 GB/5.9 GB 28 MB/s 2m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 26% ▕████ ▏ 1.5 GB/5.9 GB 28 MB/s 2m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 26% ▕████ ▏ 1.5 GB/5.9 GB 28 MB/s 2m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 26% ▕████ ▏ 1.5 GB/5.9 GB 28 MB/s 2m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 26% ▕████ ▏ 1.5 GB/5.9 GB 28 MB/s 2m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 26% ▕████ ▏ 1.6 GB/5.9 GB 28 MB/s 2m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 26% ▕████ ▏ 1.6 GB/5.9 GB 28 MB/s 2m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 26% ▕████ ▏ 1.6 GB/5.9 GB 28 MB/s 2m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 26% ▕████ ▏ 1.6 GB/5.9 GB 28 MB/s 2m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 26% ▕████ ▏ 1.6 GB/5.9 GB 28 MB/s 2m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 26% ▕████ ▏ 1.6 GB/5.9 GB 28 MB/s 2m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 26% ▕████ ▏ 1.6 GB/5.9 GB 28 MB/s 2m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 26% ▕████ ▏ 1.6 GB/5.9 GB 28 MB/s 2m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 27% ▕████ ▏ 1.6 GB/5.9 GB 28 MB/s 2m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 27% ▕████ ▏ 1.6 GB/5.9 GB 28 MB/s 2m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 27% ▕████ ▏ 1.6 GB/5.9 GB 28 MB/s 2m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 27% ▕████ ▏ 1.6 GB/5.9 GB 28 MB/s 2m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 27% ▕████ ▏ 1.6 GB/5.9 GB 28 MB/s 2m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 27% ▕████ ▏ 1.6 GB/5.9 GB 29 MB/s 2m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 27% ▕████ ▏ 1.6 GB/5.9 GB 29 MB/s 2m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 27% ▕████ ▏ 1.6 GB/5.9 GB 29 MB/s 2m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 27% ▕████ ▏ 1.6 GB/5.9 GB 29 MB/s 2m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 27% ▕████ ▏ 1.6 GB/5.9 GB 29 MB/s 2m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 27% ▕████ ▏ 1.6 GB/5.9 GB 29 MB/s 2m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 27% ▕████ ▏ 1.6 GB/5.9 GB 29 MB/s 2m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 27% ▕████ ▏ 1.6 GB/5.9 GB 29 MB/s 2m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 27% ▕████ ▏ 1.6 GB/5.9 GB 29 MB/s 2m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 27% ▕████ ▏ 1.6 GB/5.9 GB 29 MB/s 2m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 27% ▕████ ▏ 1.6 GB/5.9 GB 29 MB/s 2m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 27% ▕████ ▏ 1.6 GB/5.9 GB 29 MB/s 2m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 27% ▕████ ▏ 1.6 GB/5.9 GB 29 MB/s 2m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 27% ▕████ ▏ 1.6 GB/5.9 GB 29 MB/s 2m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 27% ▕████ ▏ 1.6 GB/5.9 GB 29 MB/s 2m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 27% ▕████ ▏ 1.6 GB/5.9 GB 29 MB/s 2m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 28% ▕████ ▏ 1.6 GB/5.9 GB 29 MB/s 2m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 28% ▕████ ▏ 1.6 GB/5.9 GB 29 MB/s 2m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 28% ▕████ ▏ 1.6 GB/5.9 GB 29 MB/s 2m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 28% ▕████ ▏ 1.6 GB/5.9 GB 29 MB/s 2m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 28% ▕████ ▏ 1.6 GB/5.9 GB 29 MB/s 2m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 28% ▕████ ▏ 1.6 GB/5.9 GB 29 MB/s 2m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 28% ▕████ ▏ 1.7 GB/5.9 GB 29 MB/s 2m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 28% ▕████ ▏ 1.7 GB/5.9 GB 29 MB/s 2m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 28% ▕████ ▏ 1.7 GB/5.9 GB 29 MB/s 2m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 28% ▕████ ▏ 1.7 GB/5.9 GB 29 MB/s 2m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 28% ▕████ ▏ 1.7 GB/5.9 GB 29 MB/s 2m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 28% ▕████ ▏ 1.7 GB/5.9 GB 29 MB/s 2m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 28% ▕████ ▏ 1.7 GB/5.9 GB 29 MB/s 2m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 28% ▕████ ▏ 1.7 GB/5.9 GB 29 MB/s 2m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 28% ▕████ ▏ 1.7 GB/5.9 GB 29 MB/s 2m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 28% ▕████ ▏ 1.7 GB/5.9 GB 29 MB/s 2m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 28% ▕████ ▏ 1.7 GB/5.9 GB 29 MB/s 2m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 28% ▕████ ▏ 1.7 GB/5.9 GB 29 MB/s 2m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 28% ▕████ ▏ 1.7 GB/5.9 GB 29 MB/s 2m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 28% ▕████ ▏ 1.7 GB/5.9 GB 29 MB/s 2m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 28% ▕████ ▏ 1.7 GB/5.9 GB 29 MB/s 2m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 29% ▕████ ▏ 1.7 GB/5.9 GB 29 MB/s 2m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 29% ▕████ ▏ 1.7 GB/5.9 GB 29 MB/s 2m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 29% ▕████ ▏ 1.7 GB/5.9 GB 29 MB/s 2m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 29% ▕████ ▏ 1.7 GB/5.9 GB 29 MB/s 2m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 29% ▕████ ▏ 1.7 GB/5.9 GB 29 MB/s 2m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 29% ▕████ ▏ 1.7 GB/5.9 GB 29 MB/s 2m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 29% ▕████ ▏ 1.7 GB/5.9 GB 29 MB/s 2m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 29% ▕████ ▏ 1.7 GB/5.9 GB 29 MB/s 2m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 29% ▕████ ▏ 1.7 GB/5.9 GB 29 MB/s 2m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 29% ▕████ ▏ 1.7 GB/5.9 GB 29 MB/s 2m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 29% ▕████ ▏ 1.7 GB/5.9 GB 29 MB/s 2m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 29% ▕████ ▏ 1.7 GB/5.9 GB 29 MB/s 2m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 29% ▕████ ▏ 1.7 GB/5.9 GB 29 MB/s 2m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 29% ▕████ ▏ 1.7 GB/5.9 GB 29 MB/s 2m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 29% ▕████ ▏ 1.7 GB/5.9 GB 29 MB/s 2m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 29% ▕████ ▏ 1.7 GB/5.9 GB 29 MB/s 2m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 29% ▕████ ▏ 1.7 GB/5.9 GB 29 MB/s 2m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 29% ▕████ ▏ 1.8 GB/5.9 GB 29 MB/s 2m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 30% ▕████ ▏ 1.8 GB/5.9 GB 29 MB/s 2m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 30% ▕████ ▏ 1.8 GB/5.9 GB 29 MB/s 2m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 30% ▕████ ▏ 1.8 GB/5.9 GB 29 MB/s 2m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 30% ▕████ ▏ 1.8 GB/5.9 GB 29 MB/s 2m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 30% ▕████ ▏ 1.8 GB/5.9 GB 29 MB/s 2m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 30% ▕████ ▏ 1.8 GB/5.9 GB 29 MB/s 2m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 30% ▕████ ▏ 1.8 GB/5.9 GB 29 MB/s 2m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 30% ▕████ ▏ 1.8 GB/5.9 GB 29 MB/s 2m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 30% ▕████ ▏ 1.8 GB/5.9 GB 29 MB/s 2m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 30% ▕████ ▏ 1.8 GB/5.9 GB 29 MB/s 2m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 30% ▕████ ▏ 1.8 GB/5.9 GB 29 MB/s 2m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 30% ▕████ ▏ 1.8 GB/5.9 GB 29 MB/s 2m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 30% ▕████ ▏ 1.8 GB/5.9 GB 29 MB/s 2m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 30% ▕████ ▏ 1.8 GB/5.9 GB 29 MB/s 2m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 30% ▕████ ▏ 1.8 GB/5.9 GB 29 MB/s 2m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 30% ▕████ ▏ 1.8 GB/5.9 GB 29 MB/s 2m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 30% ▕████ ▏ 1.8 GB/5.9 GB 30 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 30% ▕████ ▏ 1.8 GB/5.9 GB 30 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 30% ▕████ ▏ 1.8 GB/5.9 GB 30 MB/s 2m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 30% ▕████ ▏ 1.8 GB/5.9 GB 30 MB/s 2m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 30% ▕████ ▏ 1.8 GB/5.9 GB 30 MB/s 2m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 31% ▕████ ▏ 1.8 GB/5.9 GB 30 MB/s 2m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 31% ▕████ ▏ 1.8 GB/5.9 GB 30 MB/s 2m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 31% ▕████ ▏ 1.8 GB/5.9 GB 30 MB/s 2m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 31% ▕████ ▏ 1.8 GB/5.9 GB 30 MB/s 2m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 31% ▕████ ▏ 1.8 GB/5.9 GB 30 MB/s 2m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 31% ▕████ ▏ 1.8 GB/5.9 GB 30 MB/s 2m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 31% ▕████ ▏ 1.8 GB/5.9 GB 29 MB/s 2m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 31% ▕████ ▏ 1.8 GB/5.9 GB 29 MB/s 2m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 31% ▕████ ▏ 1.8 GB/5.9 GB 29 MB/s 2m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 31% ▕████ ▏ 1.8 GB/5.9 GB 29 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 31% ▕████ ▏ 1.8 GB/5.9 GB 29 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 31% ▕████ ▏ 1.8 GB/5.9 GB 29 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 31% ▕████ ▏ 1.9 GB/5.9 GB 29 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 31% ▕█████ ▏ 1.9 GB/5.9 GB 29 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 31% ▕█████ ▏ 1.9 GB/5.9 GB 29 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 31% ▕█████ ▏ 1.9 GB/5.9 GB 29 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 31% ▕█████ ▏ 1.9 GB/5.9 GB 30 MB/s 2m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 31% ▕█████ ▏ 1.9 GB/5.9 GB 30 MB/s 2m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 31% ▕█████ ▏ 1.9 GB/5.9 GB 30 MB/s 2m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 31% ▕█████ ▏ 1.9 GB/5.9 GB 30 MB/s 2m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 31% ▕█████ ▏ 1.9 GB/5.9 GB 30 MB/s 2m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 31% ▕█████ ▏ 1.9 GB/5.9 GB 30 MB/s 2m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 32% ▕█████ ▏ 1.9 GB/5.9 GB 30 MB/s 2m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 32% ▕█████ ▏ 1.9 GB/5.9 GB 30 MB/s 2m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 32% ▕█████ ▏ 1.9 GB/5.9 GB 30 MB/s 2m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 32% ▕█████ ▏ 1.9 GB/5.9 GB 30 MB/s 2m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 32% ▕█████ ▏ 1.9 GB/5.9 GB 29 MB/s 2m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 32% ▕█████ ▏ 1.9 GB/5.9 GB 29 MB/s 2m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 32% ▕█████ ▏ 1.9 GB/5.9 GB 29 MB/s 2m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 32% ▕█████ ▏ 1.9 GB/5.9 GB 29 MB/s 2m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 32% ▕█████ ▏ 1.9 GB/5.9 GB 29 MB/s 2m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 32% ▕█████ ▏ 1.9 GB/5.9 GB 29 MB/s 2m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 32% ▕█████ ▏ 1.9 GB/5.9 GB 29 MB/s 2m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 32% ▕█████ ▏ 1.9 GB/5.9 GB 29 MB/s 2m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 32% ▕█████ ▏ 1.9 GB/5.9 GB 29 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 32% ▕█████ ▏ 1.9 GB/5.9 GB 29 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 32% ▕█████ ▏ 1.9 GB/5.9 GB 29 MB/s 2m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 32% ▕█████ ▏ 1.9 GB/5.9 GB 29 MB/s 2m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 32% ▕█████ ▏ 1.9 GB/5.9 GB 29 MB/s 2m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 32% ▕█████ ▏ 1.9 GB/5.9 GB 29 MB/s 2m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 32% ▕█████ ▏ 1.9 GB/5.9 GB 29 MB/s 2m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 32% ▕█████ ▏ 1.9 GB/5.9 GB 29 MB/s 2m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 32% ▕█████ ▏ 1.9 GB/5.9 GB 29 MB/s 2m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 33% ▕█████ ▏ 1.9 GB/5.9 GB 29 MB/s 2m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 33% ▕█████ ▏ 1.9 GB/5.9 GB 29 MB/s 2m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 33% ▕█████ ▏ 1.9 GB/5.9 GB 29 MB/s 2m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 33% ▕█████ ▏ 1.9 GB/5.9 GB 30 MB/s 2m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 33% ▕█████ ▏ 2.0 GB/5.9 GB 30 MB/s 2m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 33% ▕█████ ▏ 2.0 GB/5.9 GB 30 MB/s 2m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 33% ▕█████ ▏ 2.0 GB/5.9 GB 30 MB/s 2m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 33% ▕█████ ▏ 2.0 GB/5.9 GB 30 MB/s 2m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 33% ▕█████ ▏ 2.0 GB/5.9 GB 30 MB/s 2m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 33% ▕█████ ▏ 2.0 GB/5.9 GB 30 MB/s 2m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 33% ▕█████ ▏ 2.0 GB/5.9 GB 30 MB/s 2m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 33% ▕█████ ▏ 2.0 GB/5.9 GB 30 MB/s 2m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 33% ▕█████ ▏ 2.0 GB/5.9 GB 30 MB/s 2m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 33% ▕█████ ▏ 2.0 GB/5.9 GB 30 MB/s 2m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 33% ▕█████ ▏ 2.0 GB/5.9 GB 30 MB/s 2m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 33% ▕█████ ▏ 2.0 GB/5.9 GB 30 MB/s 2m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 33% ▕█████ ▏ 2.0 GB/5.9 GB 30 MB/s 2m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 33% ▕█████ ▏ 2.0 GB/5.9 GB 30 MB/s 2m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 34% ▕█████ ▏ 2.0 GB/5.9 GB 30 MB/s 2m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 34% ▕█████ ▏ 2.0 GB/5.9 GB 30 MB/s 2m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 34% ▕█████ ▏ 2.0 GB/5.9 GB 30 MB/s 2m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 34% ▕█████ ▏ 2.0 GB/5.9 GB 30 MB/s 2m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 34% ▕█████ ▏ 2.0 GB/5.9 GB 30 MB/s 2m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 34% ▕█████ ▏ 2.0 GB/5.9 GB 30 MB/s 2m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 34% ▕█████ ▏ 2.0 GB/5.9 GB 30 MB/s 2m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 34% ▕█████ ▏ 2.0 GB/5.9 GB 30 MB/s 2m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 34% ▕█████ ▏ 2.0 GB/5.9 GB 30 MB/s 2m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 34% ▕█████ ▏ 2.0 GB/5.9 GB 30 MB/s 2m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 34% ▕█████ ▏ 2.0 GB/5.9 GB 30 MB/s 2m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 34% ▕█████ ▏ 2.0 GB/5.9 GB 30 MB/s 2m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 34% ▕█████ ▏ 2.0 GB/5.9 GB 30 MB/s 2m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 34% ▕█████ ▏ 2.0 GB/5.9 GB 30 MB/s 2m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 34% ▕█████ ▏ 2.0 GB/5.9 GB 30 MB/s 2m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 34% ▕█████ ▏ 2.0 GB/5.9 GB 30 MB/s 2m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 34% ▕█████ ▏ 2.0 GB/5.9 GB 30 MB/s 2m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 34% ▕█████ ▏ 2.0 GB/5.9 GB 30 MB/s 2m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 34% ▕█████ ▏ 2.0 GB/5.9 GB 30 MB/s 2m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 35% ▕█████ ▏ 2.1 GB/5.9 GB 30 MB/s 2m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 35% ▕█████ ▏ 2.1 GB/5.9 GB 30 MB/s 2m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 35% ▕█████ ▏ 2.1 GB/5.9 GB 30 MB/s 2m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 35% ▕█████ ▏ 2.1 GB/5.9 GB 30 MB/s 2m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 35% ▕█████ ▏ 2.1 GB/5.9 GB 30 MB/s 2m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 35% ▕█████ ▏ 2.1 GB/5.9 GB 30 MB/s 2m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 35% ▕█████ ▏ 2.1 GB/5.9 GB 30 MB/s 2m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 35% ▕█████ ▏ 2.1 GB/5.9 GB 29 MB/s 2m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 35% ▕█████ ▏ 2.1 GB/5.9 GB 29 MB/s 2m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 35% ▕█████ ▏ 2.1 GB/5.9 GB 29 MB/s 2m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 35% ▕█████ ▏ 2.1 GB/5.9 GB 29 MB/s 2m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 35% ▕█████ ▏ 2.1 GB/5.9 GB 29 MB/s 2m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 35% ▕█████ ▏ 2.1 GB/5.9 GB 29 MB/s 2m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 35% ▕█████ ▏ 2.1 GB/5.9 GB 29 MB/s 2m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 35% ▕█████ ▏ 2.1 GB/5.9 GB 29 MB/s 2m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 35% ▕█████ ▏ 2.1 GB/5.9 GB 29 MB/s 2m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 35% ▕█████ ▏ 2.1 GB/5.9 GB 29 MB/s 2m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 35% ▕█████ ▏ 2.1 GB/5.9 GB 30 MB/s 2m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 35% ▕█████ ▏ 2.1 GB/5.9 GB 30 MB/s 2m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 35% ▕█████ ▏ 2.1 GB/5.9 GB 30 MB/s 2m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 35% ▕█████ ▏ 2.1 GB/5.9 GB 30 MB/s 2m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 36% ▕█████ ▏ 2.1 GB/5.9 GB 30 MB/s 2m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 36% ▕█████ ▏ 2.1 GB/5.9 GB 30 MB/s 2m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 36% ▕█████ ▏ 2.1 GB/5.9 GB 30 MB/s 2m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 36% ▕█████ ▏ 2.1 GB/5.9 GB 30 MB/s 2m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 36% ▕█████ ▏ 2.1 GB/5.9 GB 30 MB/s 2m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 36% ▕█████ ▏ 2.1 GB/5.9 GB 30 MB/s 2m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 36% ▕█████ ▏ 2.1 GB/5.9 GB 30 MB/s 2m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 36% ▕█████ ▏ 2.1 GB/5.9 GB 29 MB/s 2m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 36% ▕█████ ▏ 2.1 GB/5.9 GB 29 MB/s 2m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 36% ▕█████ ▏ 2.1 GB/5.9 GB 29 MB/s 2m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 36% ▕█████ ▏ 2.1 GB/5.9 GB 29 MB/s 2m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 36% ▕█████ ▏ 2.1 GB/5.9 GB 29 MB/s 2m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 36% ▕█████ ▏ 2.1 GB/5.9 GB 29 MB/s 2m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 36% ▕█████ ▏ 2.2 GB/5.9 GB 29 MB/s 2m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 36% ▕█████ ▏ 2.2 GB/5.9 GB 29 MB/s 2m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 36% ▕█████ ▏ 2.2 GB/5.9 GB 29 MB/s 2m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 36% ▕█████ ▏ 2.2 GB/5.9 GB 29 MB/s 2m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 36% ▕█████ ▏ 2.2 GB/5.9 GB 31 MB/s 1m59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 37% ▕█████ ▏ 2.2 GB/5.9 GB 31 MB/s 1m59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 37% ▕█████ ▏ 2.2 GB/5.9 GB 31 MB/s 1m58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 37% ▕█████ ▏ 2.2 GB/5.9 GB 31 MB/s 1m58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 37% ▕█████ ▏ 2.2 GB/5.9 GB 31 MB/s 1m58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 37% ▕█████ ▏ 2.2 GB/5.9 GB 31 MB/s 1m58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 37% ▕█████ ▏ 2.2 GB/5.9 GB 31 MB/s 1m58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 37% ▕█████ ▏ 2.2 GB/5.9 GB 31 MB/s 1m58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 37% ▕█████ ▏ 2.2 GB/5.9 GB 31 MB/s 1m58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 37% ▕█████ ▏ 2.2 GB/5.9 GB 31 MB/s 1m58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 37% ▕█████ ▏ 2.2 GB/5.9 GB 30 MB/s 2m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 37% ▕█████ ▏ 2.2 GB/5.9 GB 30 MB/s 2m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 37% ▕█████ ▏ 2.2 GB/5.9 GB 30 MB/s 2m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 37% ▕█████ ▏ 2.2 GB/5.9 GB 30 MB/s 2m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 37% ▕█████ ▏ 2.2 GB/5.9 GB 30 MB/s 2m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 37% ▕█████ ▏ 2.2 GB/5.9 GB 30 MB/s 2m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 37% ▕█████ ▏ 2.2 GB/5.9 GB 30 MB/s 2m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 37% ▕█████ ▏ 2.2 GB/5.9 GB 30 MB/s 2m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 37% ▕█████ ▏ 2.2 GB/5.9 GB 30 MB/s 2m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 37% ▕█████ ▏ 2.2 GB/5.9 GB 30 MB/s 2m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 38% ▕██████ ▏ 2.2 GB/5.9 GB 31 MB/s 1m58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 38% ▕██████ ▏ 2.2 GB/5.9 GB 31 MB/s 1m58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 38% ▕██████ ▏ 2.2 GB/5.9 GB 31 MB/s 1m58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 38% ▕██████ ▏ 2.2 GB/5.9 GB 31 MB/s 1m58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 38% ▕██████ ▏ 2.2 GB/5.9 GB 31 MB/s 1m58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 38% ▕██████ ▏ 2.2 GB/5.9 GB 31 MB/s 1m57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 38% ▕██████ ▏ 2.3 GB/5.9 GB 31 MB/s 1m57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 38% ▕██████ ▏ 2.3 GB/5.9 GB 31 MB/s 1m57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 38% ▕██████ ▏ 2.3 GB/5.9 GB 31 MB/s 1m57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 38% ▕██████ ▏ 2.3 GB/5.9 GB 31 MB/s 1m57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 38% ▕██████ ▏ 2.3 GB/5.9 GB 30 MB/s 2m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 38% ▕██████ ▏ 2.3 GB/5.9 GB 30 MB/s 2m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 38% ▕██████ ▏ 2.3 GB/5.9 GB 30 MB/s 2m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 38% ▕██████ ▏ 2.3 GB/5.9 GB 30 MB/s 1m59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 38% ▕██████ ▏ 2.3 GB/5.9 GB 30 MB/s 1m59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 38% ▕██████ ▏ 2.3 GB/5.9 GB 30 MB/s 1m59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 38% ▕██████ ▏ 2.3 GB/5.9 GB 30 MB/s 1m59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 38% ▕██████ ▏ 2.3 GB/5.9 GB 30 MB/s 1m59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 38% ▕██████ ▏ 2.3 GB/5.9 GB 30 MB/s 1m59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 38% ▕██████ ▏ 2.3 GB/5.9 GB 30 MB/s 1m59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 38% ▕██████ ▏ 2.3 GB/5.9 GB 30 MB/s 1m59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 38% ▕██████ ▏ 2.3 GB/5.9 GB 29 MB/s 2m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 38% ▕██████ ▏ 2.3 GB/5.9 GB 29 MB/s 2m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 39% ▕██████ ▏ 2.3 GB/5.9 GB 29 MB/s 2m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 39% ▕██████ ▏ 2.3 GB/5.9 GB 29 MB/s 2m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 39% ▕██████ ▏ 2.3 GB/5.9 GB 29 MB/s 2m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 39% ▕██████ ▏ 2.3 GB/5.9 GB 29 MB/s 2m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 39% ▕██████ ▏ 2.3 GB/5.9 GB 29 MB/s 2m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 39% ▕██████ ▏ 2.3 GB/5.9 GB 29 MB/s 2m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 39% ▕██████ ▏ 2.3 GB/5.9 GB 29 MB/s 2m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 39% ▕██████ ▏ 2.3 GB/5.9 GB 29 MB/s 2m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 39% ▕██████ ▏ 2.3 GB/5.9 GB 29 MB/s 2m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 39% ▕██████ ▏ 2.3 GB/5.9 GB 29 MB/s 2m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 39% ▕██████ ▏ 2.3 GB/5.9 GB 29 MB/s 2m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 39% ▕██████ ▏ 2.3 GB/5.9 GB 29 MB/s 2m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 39% ▕██████ ▏ 2.3 GB/5.9 GB 29 MB/s 2m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 39% ▕██████ ▏ 2.3 GB/5.9 GB 29 MB/s 2m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 39% ▕██████ ▏ 2.3 GB/5.9 GB 29 MB/s 2m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 39% ▕██████ ▏ 2.3 GB/5.9 GB 29 MB/s 2m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 39% ▕██████ ▏ 2.3 GB/5.9 GB 29 MB/s 2m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 39% ▕██████ ▏ 2.3 GB/5.9 GB 29 MB/s 2m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 39% ▕██████ ▏ 2.3 GB/5.9 GB 30 MB/s 1m56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 39% ▕██████ ▏ 2.3 GB/5.9 GB 30 MB/s 1m56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 40% ▕██████ ▏ 2.4 GB/5.9 GB 30 MB/s 1m55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 40% ▕██████ ▏ 2.4 GB/5.9 GB 30 MB/s 1m55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 40% ▕██████ ▏ 2.4 GB/5.9 GB 30 MB/s 1m55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 40% ▕██████ ▏ 2.4 GB/5.9 GB 30 MB/s 1m55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 40% ▕██████ ▏ 2.4 GB/5.9 GB 30 MB/s 1m55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 40% ▕██████ ▏ 2.4 GB/5.9 GB 30 MB/s 1m55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 40% ▕██████ ▏ 2.4 GB/5.9 GB 30 MB/s 1m55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 40% ▕██████ ▏ 2.4 GB/5.9 GB 30 MB/s 1m55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 40% ▕██████ ▏ 2.4 GB/5.9 GB 30 MB/s 1m58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 40% ▕██████ ▏ 2.4 GB/5.9 GB 30 MB/s 1m58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 40% ▕██████ ▏ 2.4 GB/5.9 GB 30 MB/s 1m58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 40% ▕██████ ▏ 2.4 GB/5.9 GB 30 MB/s 1m58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 40% ▕██████ ▏ 2.4 GB/5.9 GB 30 MB/s 1m58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 40% ▕██████ ▏ 2.4 GB/5.9 GB 30 MB/s 1m58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 40% ▕██████ ▏ 2.4 GB/5.9 GB 30 MB/s 1m57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 40% ▕██████ ▏ 2.4 GB/5.9 GB 30 MB/s 1m57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 40% ▕██████ ▏ 2.4 GB/5.9 GB 30 MB/s 1m57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 40% ▕██████ ▏ 2.4 GB/5.9 GB 30 MB/s 1m57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 40% ▕██████ ▏ 2.4 GB/5.9 GB 30 MB/s 1m55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 40% ▕██████ ▏ 2.4 GB/5.9 GB 30 MB/s 1m55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 40% ▕██████ ▏ 2.4 GB/5.9 GB 30 MB/s 1m55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 41% ▕██████ ▏ 2.4 GB/5.9 GB 30 MB/s 1m55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 41% ▕██████ ▏ 2.4 GB/5.9 GB 30 MB/s 1m55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 41% ▕██████ ▏ 2.4 GB/5.9 GB 30 MB/s 1m55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 41% ▕██████ ▏ 2.4 GB/5.9 GB 30 MB/s 1m55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 41% ▕██████ ▏ 2.4 GB/5.9 GB 30 MB/s 1m54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 41% ▕██████ ▏ 2.4 GB/5.9 GB 30 MB/s 1m54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 41% ▕██████ ▏ 2.4 GB/5.9 GB 30 MB/s 1m54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 41% ▕██████ ▏ 2.4 GB/5.9 GB 30 MB/s 1m54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 41% ▕██████ ▏ 2.4 GB/5.9 GB 30 MB/s 1m56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 41% ▕██████ ▏ 2.4 GB/5.9 GB 30 MB/s 1m56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 41% ▕██████ ▏ 2.4 GB/5.9 GB 30 MB/s 1m56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 41% ▕██████ ▏ 2.4 GB/5.9 GB 30 MB/s 1m56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 41% ▕██████ ▏ 2.4 GB/5.9 GB 30 MB/s 1m56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 41% ▕██████ ▏ 2.4 GB/5.9 GB 30 MB/s 1m56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 41% ▕██████ ▏ 2.5 GB/5.9 GB 30 MB/s 1m56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 41% ▕██████ ▏ 2.5 GB/5.9 GB 30 MB/s 1m55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 41% ▕██████ ▏ 2.5 GB/5.9 GB 30 MB/s 1m55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 41% ▕██████ ▏ 2.5 GB/5.9 GB 30 MB/s 1m55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 42% ▕██████ ▏ 2.5 GB/5.9 GB 30 MB/s 1m52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 42% ▕██████ ▏ 2.5 GB/5.9 GB 30 MB/s 1m52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 42% ▕██████ ▏ 2.5 GB/5.9 GB 30 MB/s 1m52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 42% ▕██████ ▏ 2.5 GB/5.9 GB 30 MB/s 1m52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 42% ▕██████ ▏ 2.5 GB/5.9 GB 30 MB/s 1m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 42% ▕██████ ▏ 2.5 GB/5.9 GB 30 MB/s 1m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 42% ▕██████ ▏ 2.5 GB/5.9 GB 30 MB/s 1m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 42% ▕██████ ▏ 2.5 GB/5.9 GB 30 MB/s 1m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 42% ▕██████ ▏ 2.5 GB/5.9 GB 30 MB/s 1m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 42% ▕██████ ▏ 2.5 GB/5.9 GB 30 MB/s 1m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 42% ▕██████ ▏ 2.5 GB/5.9 GB 31 MB/s 1m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 42% ▕██████ ▏ 2.5 GB/5.9 GB 31 MB/s 1m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 42% ▕██████ ▏ 2.5 GB/5.9 GB 31 MB/s 1m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 42% ▕██████ ▏ 2.5 GB/5.9 GB 31 MB/s 1m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 42% ▕██████ ▏ 2.5 GB/5.9 GB 31 MB/s 1m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 42% ▕██████ ▏ 2.5 GB/5.9 GB 31 MB/s 1m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 42% ▕██████ ▏ 2.5 GB/5.9 GB 31 MB/s 1m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 42% ▕██████ ▏ 2.5 GB/5.9 GB 31 MB/s 1m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 43% ▕██████ ▏ 2.5 GB/5.9 GB 31 MB/s 1m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 43% ▕██████ ▏ 2.5 GB/5.9 GB 31 MB/s 1m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 43% ▕██████ ▏ 2.5 GB/5.9 GB 30 MB/s 1m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 43% ▕██████ ▏ 2.5 GB/5.9 GB 30 MB/s 1m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 43% ▕██████ ▏ 2.5 GB/5.9 GB 30 MB/s 1m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 43% ▕██████ ▏ 2.5 GB/5.9 GB 30 MB/s 1m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 43% ▕██████ ▏ 2.5 GB/5.9 GB 30 MB/s 1m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 43% ▕██████ ▏ 2.6 GB/5.9 GB 30 MB/s 1m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 43% ▕██████ ▏ 2.6 GB/5.9 GB 30 MB/s 1m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 43% ▕██████ ▏ 2.6 GB/5.9 GB 30 MB/s 1m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 43% ▕██████ ▏ 2.6 GB/5.9 GB 30 MB/s 1m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 43% ▕██████ ▏ 2.6 GB/5.9 GB 30 MB/s 1m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 43% ▕██████ ▏ 2.6 GB/5.9 GB 31 MB/s 1m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 43% ▕██████ ▏ 2.6 GB/5.9 GB 31 MB/s 1m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 43% ▕██████ ▏ 2.6 GB/5.9 GB 31 MB/s 1m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 43% ▕██████ ▏ 2.6 GB/5.9 GB 31 MB/s 1m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 43% ▕██████ ▏ 2.6 GB/5.9 GB 31 MB/s 1m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 43% ▕██████ ▏ 2.6 GB/5.9 GB 31 MB/s 1m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 43% ▕██████ ▏ 2.6 GB/5.9 GB 31 MB/s 1m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 44% ▕██████ ▏ 2.6 GB/5.9 GB 31 MB/s 1m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 44% ▕██████ ▏ 2.6 GB/5.9 GB 31 MB/s 1m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 44% ▕██████ ▏ 2.6 GB/5.9 GB 31 MB/s 1m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 44% ▕██████ ▏ 2.6 GB/5.9 GB 31 MB/s 1m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 44% ▕██████ ▏ 2.6 GB/5.9 GB 31 MB/s 1m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 44% ▕███████ ▏ 2.6 GB/5.9 GB 31 MB/s 1m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 44% ▕███████ ▏ 2.6 GB/5.9 GB 31 MB/s 1m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 44% ▕███████ ▏ 2.6 GB/5.9 GB 31 MB/s 1m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 44% ▕███████ ▏ 2.6 GB/5.9 GB 31 MB/s 1m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 44% ▕███████ ▏ 2.6 GB/5.9 GB 31 MB/s 1m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 44% ▕███████ ▏ 2.6 GB/5.9 GB 31 MB/s 1m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 44% ▕███████ ▏ 2.6 GB/5.9 GB 31 MB/s 1m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 44% ▕███████ ▏ 2.6 GB/5.9 GB 31 MB/s 1m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 44% ▕███████ ▏ 2.6 GB/5.9 GB 31 MB/s 1m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 44% ▕███████ ▏ 2.6 GB/5.9 GB 31 MB/s 1m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 44% ▕███████ ▏ 2.6 GB/5.9 GB 31 MB/s 1m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 44% ▕███████ ▏ 2.6 GB/5.9 GB 31 MB/s 1m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 44% ▕███████ ▏ 2.6 GB/5.9 GB 31 MB/s 1m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 44% ▕███████ ▏ 2.6 GB/5.9 GB 31 MB/s 1m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 45% ▕███████ ▏ 2.6 GB/5.9 GB 31 MB/s 1m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 45% ▕███████ ▏ 2.7 GB/5.9 GB 31 MB/s 1m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 45% ▕███████ ▏ 2.7 GB/5.9 GB 31 MB/s 1m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 45% ▕███████ ▏ 2.7 GB/5.9 GB 31 MB/s 1m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 45% ▕███████ ▏ 2.7 GB/5.9 GB 31 MB/s 1m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 45% ▕███████ ▏ 2.7 GB/5.9 GB 31 MB/s 1m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 45% ▕███████ ▏ 2.7 GB/5.9 GB 31 MB/s 1m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 45% ▕███████ ▏ 2.7 GB/5.9 GB 31 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 45% ▕███████ ▏ 2.7 GB/5.9 GB 31 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 45% ▕███████ ▏ 2.7 GB/5.9 GB 31 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 45% ▕███████ ▏ 2.7 GB/5.9 GB 31 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 45% ▕███████ ▏ 2.7 GB/5.9 GB 31 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 45% ▕███████ ▏ 2.7 GB/5.9 GB 31 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 45% ▕███████ ▏ 2.7 GB/5.9 GB 31 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 45% ▕███████ ▏ 2.7 GB/5.9 GB 31 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 45% ▕███████ ▏ 2.7 GB/5.9 GB 31 MB/s 1m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 45% ▕███████ ▏ 2.7 GB/5.9 GB 31 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 45% ▕███████ ▏ 2.7 GB/5.9 GB 31 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 45% ▕███████ ▏ 2.7 GB/5.9 GB 31 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 46% ▕███████ ▏ 2.7 GB/5.9 GB 31 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 46% ▕███████ ▏ 2.7 GB/5.9 GB 31 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 46% ▕███████ ▏ 2.7 GB/5.9 GB 31 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 46% ▕███████ ▏ 2.7 GB/5.9 GB 31 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 46% ▕███████ ▏ 2.7 GB/5.9 GB 31 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 46% ▕███████ ▏ 2.7 GB/5.9 GB 31 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 46% ▕███████ ▏ 2.7 GB/5.9 GB 32 MB/s 1m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 46% ▕███████ ▏ 2.7 GB/5.9 GB 32 MB/s 1m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 46% ▕███████ ▏ 2.7 GB/5.9 GB 32 MB/s 1m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 46% ▕███████ ▏ 2.7 GB/5.9 GB 32 MB/s 1m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 46% ▕███████ ▏ 2.7 GB/5.9 GB 32 MB/s 1m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 46% ▕███████ ▏ 2.7 GB/5.9 GB 32 MB/s 1m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 46% ▕███████ ▏ 2.8 GB/5.9 GB 32 MB/s 1m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 46% ▕███████ ▏ 2.8 GB/5.9 GB 32 MB/s 1m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 46% ▕███████ ▏ 2.8 GB/5.9 GB 32 MB/s 1m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 46% ▕███████ ▏ 2.8 GB/5.9 GB 32 MB/s 1m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 47% ▕███████ ▏ 2.8 GB/5.9 GB 32 MB/s 1m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 47% ▕███████ ▏ 2.8 GB/5.9 GB 32 MB/s 1m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 47% ▕███████ ▏ 2.8 GB/5.9 GB 32 MB/s 1m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 47% ▕███████ ▏ 2.8 GB/5.9 GB 32 MB/s 1m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 47% ▕███████ ▏ 2.8 GB/5.9 GB 32 MB/s 1m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 47% ▕███████ ▏ 2.8 GB/5.9 GB 32 MB/s 1m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 47% ▕███████ ▏ 2.8 GB/5.9 GB 32 MB/s 1m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 47% ▕███████ ▏ 2.8 GB/5.9 GB 32 MB/s 1m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 47% ▕███████ ▏ 2.8 GB/5.9 GB 32 MB/s 1m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 47% ▕███████ ▏ 2.8 GB/5.9 GB 32 MB/s 1m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 47% ▕███████ ▏ 2.8 GB/5.9 GB 32 MB/s 1m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 47% ▕███████ ▏ 2.8 GB/5.9 GB 30 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 47% ▕███████ ▏ 2.8 GB/5.9 GB 30 MB/s 1m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 47% ▕███████ ▏ 2.8 GB/5.9 GB 30 MB/s 1m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 47% ▕███████ ▏ 2.8 GB/5.9 GB 30 MB/s 1m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 47% ▕███████ ▏ 2.8 GB/5.9 GB 30 MB/s 1m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 47% ▕███████ ▏ 2.8 GB/5.9 GB 30 MB/s 1m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 47% ▕███████ ▏ 2.8 GB/5.9 GB 30 MB/s 1m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 47% ▕███████ ▏ 2.8 GB/5.9 GB 30 MB/s 1m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 47% ▕███████ ▏ 2.8 GB/5.9 GB 30 MB/s 1m40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 47% ▕███████ ▏ 2.8 GB/5.9 GB 30 MB/s 1m40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 47% ▕███████ ▏ 2.8 GB/5.9 GB 31 MB/s 1m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 47% ▕███████ ▏ 2.8 GB/5.9 GB 31 MB/s 1m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 47% ▕███████ ▏ 2.8 GB/5.9 GB 31 MB/s 1m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 48% ▕███████ ▏ 2.8 GB/5.9 GB 31 MB/s 1m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 48% ▕███████ ▏ 2.8 GB/5.9 GB 31 MB/s 1m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 48% ▕███████ ▏ 2.8 GB/5.9 GB 31 MB/s 1m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 48% ▕███████ ▏ 2.8 GB/5.9 GB 31 MB/s 1m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 48% ▕███████ ▏ 2.8 GB/5.9 GB 31 MB/s 1m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 48% ▕███████ ▏ 2.8 GB/5.9 GB 31 MB/s 1m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 48% ▕███████ ▏ 2.8 GB/5.9 GB 31 MB/s 1m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 48% ▕███████ ▏ 2.9 GB/5.9 GB 32 MB/s 1m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 48% ▕███████ ▏ 2.9 GB/5.9 GB 32 MB/s 1m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 48% ▕███████ ▏ 2.9 GB/5.9 GB 32 MB/s 1m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 48% ▕███████ ▏ 2.9 GB/5.9 GB 32 MB/s 1m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 48% ▕███████ ▏ 2.9 GB/5.9 GB 32 MB/s 1m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 48% ▕███████ ▏ 2.9 GB/5.9 GB 32 MB/s 1m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 48% ▕███████ ▏ 2.9 GB/5.9 GB 32 MB/s 1m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 48% ▕███████ ▏ 2.9 GB/5.9 GB 32 MB/s 1m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 48% ▕███████ ▏ 2.9 GB/5.9 GB 32 MB/s 1m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 49% ▕███████ ▏ 2.9 GB/5.9 GB 32 MB/s 1m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 49% ▕███████ ▏ 2.9 GB/5.9 GB 32 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 49% ▕███████ ▏ 2.9 GB/5.9 GB 32 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 49% ▕███████ ▏ 2.9 GB/5.9 GB 32 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 49% ▕███████ ▏ 2.9 GB/5.9 GB 32 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 49% ▕███████ ▏ 2.9 GB/5.9 GB 32 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 49% ▕███████ ▏ 2.9 GB/5.9 GB 32 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 49% ▕███████ ▏ 2.9 GB/5.9 GB 32 MB/s 1m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 49% ▕███████ ▏ 2.9 GB/5.9 GB 32 MB/s 1m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 49% ▕███████ ▏ 2.9 GB/5.9 GB 32 MB/s 1m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 49% ▕███████ ▏ 2.9 GB/5.9 GB 32 MB/s 1m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 49% ▕███████ ▏ 2.9 GB/5.9 GB 32 MB/s 1m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 49% ▕███████ ▏ 2.9 GB/5.9 GB 32 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 49% ▕███████ ▏ 2.9 GB/5.9 GB 32 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 49% ▕███████ ▏ 2.9 GB/5.9 GB 32 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 49% ▕███████ ▏ 2.9 GB/5.9 GB 32 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 49% ▕███████ ▏ 2.9 GB/5.9 GB 32 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 49% ▕███████ ▏ 2.9 GB/5.9 GB 32 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 49% ▕███████ ▏ 2.9 GB/5.9 GB 32 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 49% ▕███████ ▏ 2.9 GB/5.9 GB 32 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 49% ▕███████ ▏ 2.9 GB/5.9 GB 32 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 49% ▕███████ ▏ 2.9 GB/5.9 GB 32 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 49% ▕███████ ▏ 2.9 GB/5.9 GB 30 MB/s 1m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 49% ▕███████ ▏ 2.9 GB/5.9 GB 30 MB/s 1m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 50% ▕███████ ▏ 2.9 GB/5.9 GB 30 MB/s 1m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 50% ▕███████ ▏ 3.0 GB/5.9 GB 30 MB/s 1m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 50% ▕███████ ▏ 3.0 GB/5.9 GB 30 MB/s 1m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 50% ▕███████ ▏ 3.0 GB/5.9 GB 30 MB/s 1m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 50% ▕███████ ▏ 3.0 GB/5.9 GB 30 MB/s 1m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 50% ▕████████ ▏ 3.0 GB/5.9 GB 30 MB/s 1m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 50% ▕████████ ▏ 3.0 GB/5.9 GB 30 MB/s 1m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 50% ▕████████ ▏ 3.0 GB/5.9 GB 30 MB/s 1m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 50% ▕████████ ▏ 3.0 GB/5.9 GB 31 MB/s 1m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 50% ▕████████ ▏ 3.0 GB/5.9 GB 31 MB/s 1m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 50% ▕████████ ▏ 3.0 GB/5.9 GB 31 MB/s 1m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 50% ▕████████ ▏ 3.0 GB/5.9 GB 31 MB/s 1m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 50% ▕████████ ▏ 3.0 GB/5.9 GB 31 MB/s 1m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 50% ▕████████ ▏ 3.0 GB/5.9 GB 31 MB/s 1m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 50% ▕████████ ▏ 3.0 GB/5.9 GB 31 MB/s 1m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 50% ▕████████ ▏ 3.0 GB/5.9 GB 31 MB/s 1m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 50% ▕████████ ▏ 3.0 GB/5.9 GB 31 MB/s 1m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 50% ▕████████ ▏ 3.0 GB/5.9 GB 31 MB/s 1m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 51% ▕████████ ▏ 3.0 GB/5.9 GB 30 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 51% ▕████████ ▏ 3.0 GB/5.9 GB 30 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 51% ▕████████ ▏ 3.0 GB/5.9 GB 30 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 51% ▕████████ ▏ 3.0 GB/5.9 GB 30 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 51% ▕████████ ▏ 3.0 GB/5.9 GB 30 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 51% ▕████████ ▏ 3.0 GB/5.9 GB 30 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 51% ▕████████ ▏ 3.0 GB/5.9 GB 30 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 51% ▕████████ ▏ 3.0 GB/5.9 GB 30 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 51% ▕████████ ▏ 3.0 GB/5.9 GB 30 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 51% ▕████████ ▏ 3.0 GB/5.9 GB 30 MB/s 1m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 51% ▕████████ ▏ 3.0 GB/5.9 GB 30 MB/s 1m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 51% ▕████████ ▏ 3.0 GB/5.9 GB 30 MB/s 1m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 51% ▕████████ ▏ 3.0 GB/5.9 GB 30 MB/s 1m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 51% ▕████████ ▏ 3.0 GB/5.9 GB 30 MB/s 1m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 51% ▕████████ ▏ 3.0 GB/5.9 GB 30 MB/s 1m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 51% ▕████████ ▏ 3.1 GB/5.9 GB 30 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 51% ▕████████ ▏ 3.1 GB/5.9 GB 30 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 51% ▕████████ ▏ 3.1 GB/5.9 GB 30 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 52% ▕████████ ▏ 3.1 GB/5.9 GB 30 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 52% ▕████████ ▏ 3.1 GB/5.9 GB 30 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 52% ▕████████ ▏ 3.1 GB/5.9 GB 30 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 52% ▕████████ ▏ 3.1 GB/5.9 GB 32 MB/s 1m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 52% ▕████████ ▏ 3.1 GB/5.9 GB 32 MB/s 1m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 52% ▕████████ ▏ 3.1 GB/5.9 GB 32 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 52% ▕████████ ▏ 3.1 GB/5.9 GB 32 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 52% ▕████████ ▏ 3.1 GB/5.9 GB 32 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 52% ▕████████ ▏ 3.1 GB/5.9 GB 32 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 52% ▕████████ ▏ 3.1 GB/5.9 GB 32 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 52% ▕████████ ▏ 3.1 GB/5.9 GB 32 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 52% ▕████████ ▏ 3.1 GB/5.9 GB 32 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 52% ▕████████ ▏ 3.1 GB/5.9 GB 32 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 53% ▕████████ ▏ 3.1 GB/5.9 GB 33 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 53% ▕████████ ▏ 3.1 GB/5.9 GB 33 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 53% ▕████████ ▏ 3.1 GB/5.9 GB 33 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 53% ▕████████ ▏ 3.1 GB/5.9 GB 33 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 53% ▕████████ ▏ 3.1 GB/5.9 GB 33 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 53% ▕████████ ▏ 3.1 GB/5.9 GB 33 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 53% ▕████████ ▏ 3.1 GB/5.9 GB 33 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 53% ▕████████ ▏ 3.1 GB/5.9 GB 33 MB/s 1m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 53% ▕████████ ▏ 3.2 GB/5.9 GB 33 MB/s 1m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 53% ▕████████ ▏ 3.2 GB/5.9 GB 33 MB/s 1m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 53% ▕████████ ▏ 3.2 GB/5.9 GB 34 MB/s 1m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 53% ▕████████ ▏ 3.2 GB/5.9 GB 34 MB/s 1m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 53% ▕████████ ▏ 3.2 GB/5.9 GB 34 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 53% ▕████████ ▏ 3.2 GB/5.9 GB 34 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 54% ▕████████ ▏ 3.2 GB/5.9 GB 34 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 54% ▕████████ ▏ 3.2 GB/5.9 GB 34 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 54% ▕████████ ▏ 3.2 GB/5.9 GB 34 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 54% ▕████████ ▏ 3.2 GB/5.9 GB 34 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 54% ▕████████ ▏ 3.2 GB/5.9 GB 34 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 54% ▕████████ ▏ 3.2 GB/5.9 GB 34 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 54% ▕████████ ▏ 3.2 GB/5.9 GB 35 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 54% ▕████████ ▏ 3.2 GB/5.9 GB 35 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 54% ▕████████ ▏ 3.2 GB/5.9 GB 35 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 54% ▕████████ ▏ 3.2 GB/5.9 GB 35 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 54% ▕████████ ▏ 3.2 GB/5.9 GB 35 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 54% ▕████████ ▏ 3.2 GB/5.9 GB 35 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 54% ▕████████ ▏ 3.2 GB/5.9 GB 35 MB/s 1m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 54% ▕████████ ▏ 3.2 GB/5.9 GB 35 MB/s 1m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 54% ▕████████ ▏ 3.2 GB/5.9 GB 35 MB/s 1m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 54% ▕████████ ▏ 3.2 GB/5.9 GB 35 MB/s 1m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 55% ▕████████ ▏ 3.2 GB/5.9 GB 35 MB/s 1m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 55% ▕████████ ▏ 3.2 GB/5.9 GB 35 MB/s 1m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 55% ▕████████ ▏ 3.3 GB/5.9 GB 35 MB/s 1m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 55% ▕████████ ▏ 3.3 GB/5.9 GB 35 MB/s 1m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 55% ▕████████ ▏ 3.3 GB/5.9 GB 35 MB/s 1m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 55% ▕████████ ▏ 3.3 GB/5.9 GB 35 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 55% ▕████████ ▏ 3.3 GB/5.9 GB 35 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 55% ▕████████ ▏ 3.3 GB/5.9 GB 35 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 55% ▕████████ ▏ 3.3 GB/5.9 GB 35 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 55% ▕████████ ▏ 3.3 GB/5.9 GB 35 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 55% ▕████████ ▏ 3.3 GB/5.9 GB 35 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 55% ▕████████ ▏ 3.3 GB/5.9 GB 39 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 55% ▕████████ ▏ 3.3 GB/5.9 GB 39 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 55% ▕████████ ▏ 3.3 GB/5.9 GB 39 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 55% ▕████████ ▏ 3.3 GB/5.9 GB 39 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 55% ▕████████ ▏ 3.3 GB/5.9 GB 39 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 55% ▕████████ ▏ 3.3 GB/5.9 GB 39 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 55% ▕████████ ▏ 3.3 GB/5.9 GB 39 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 55% ▕████████ ▏ 3.3 GB/5.9 GB 39 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 56% ▕████████ ▏ 3.3 GB/5.9 GB 39 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 56% ▕████████ ▏ 3.3 GB/5.9 GB 39 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 56% ▕████████ ▏ 3.3 GB/5.9 GB 38 MB/s 1m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 56% ▕████████ ▏ 3.3 GB/5.9 GB 38 MB/s 1m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 56% ▕████████ ▏ 3.3 GB/5.9 GB 38 MB/s 1m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 56% ▕████████ ▏ 3.3 GB/5.9 GB 38 MB/s 1m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 56% ▕████████ ▏ 3.3 GB/5.9 GB 38 MB/s 1m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 56% ▕█████████ ▏ 3.3 GB/5.9 GB 38 MB/s 1m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 56% ▕█████████ ▏ 3.3 GB/5.9 GB 38 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 56% ▕█████████ ▏ 3.4 GB/5.9 GB 38 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 57% ▕█████████ ▏ 3.4 GB/5.9 GB 38 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 57% ▕█████████ ▏ 3.4 GB/5.9 GB 38 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 57% ▕█████████ ▏ 3.4 GB/5.9 GB 40 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 57% ▕█████████ ▏ 3.4 GB/5.9 GB 40 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 57% ▕█████████ ▏ 3.4 GB/5.9 GB 40 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 57% ▕█████████ ▏ 3.4 GB/5.9 GB 40 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 57% ▕█████████ ▏ 3.4 GB/5.9 GB 40 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 57% ▕█████████ ▏ 3.4 GB/5.9 GB 40 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 57% ▕█████████ ▏ 3.4 GB/5.9 GB 40 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 57% ▕█████████ ▏ 3.4 GB/5.9 GB 40 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 57% ▕█████████ ▏ 3.4 GB/5.9 GB 40 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 57% ▕█████████ ▏ 3.4 GB/5.9 GB 40 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 57% ▕█████████ ▏ 3.4 GB/5.9 GB 40 MB/s 1m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 57% ▕█████████ ▏ 3.4 GB/5.9 GB 40 MB/s 1m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 57% ▕█████████ ▏ 3.4 GB/5.9 GB 40 MB/s 1m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 57% ▕█████████ ▏ 3.4 GB/5.9 GB 40 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 58% ▕█████████ ▏ 3.4 GB/5.9 GB 40 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 58% ▕█████████ ▏ 3.4 GB/5.9 GB 40 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 58% ▕█████████ ▏ 3.4 GB/5.9 GB 40 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 58% ▕█████████ ▏ 3.4 GB/5.9 GB 40 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 58% ▕█████████ ▏ 3.4 GB/5.9 GB 40 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 58% ▕█████████ ▏ 3.4 GB/5.9 GB 40 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 58% ▕█████████ ▏ 3.4 GB/5.9 GB 40 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 58% ▕█████████ ▏ 3.4 GB/5.9 GB 40 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 58% ▕█████████ ▏ 3.5 GB/5.9 GB 40 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 58% ▕█████████ ▏ 3.5 GB/5.9 GB 40 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 58% ▕█████████ ▏ 3.5 GB/5.9 GB 40 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 58% ▕█████████ ▏ 3.5 GB/5.9 GB 40 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 58% ▕█████████ ▏ 3.5 GB/5.9 GB 40 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 58% ▕█████████ ▏ 3.5 GB/5.9 GB 40 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 58% ▕█████████ ▏ 3.5 GB/5.9 GB 40 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 58% ▕█████████ ▏ 3.5 GB/5.9 GB 40 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 59% ▕█████████ ▏ 3.5 GB/5.9 GB 40 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 59% ▕█████████ ▏ 3.5 GB/5.9 GB 39 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 59% ▕█████████ ▏ 3.5 GB/5.9 GB 39 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 59% ▕█████████ ▏ 3.5 GB/5.9 GB 39 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 59% ▕█████████ ▏ 3.5 GB/5.9 GB 39 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 59% ▕█████████ ▏ 3.5 GB/5.9 GB 39 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 59% ▕█████████ ▏ 3.5 GB/5.9 GB 39 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 59% ▕█████████ ▏ 3.5 GB/5.9 GB 39 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 59% ▕█████████ ▏ 3.5 GB/5.9 GB 39 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 59% ▕█████████ ▏ 3.5 GB/5.9 GB 39 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 59% ▕█████████ ▏ 3.5 GB/5.9 GB 39 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 59% ▕█████████ ▏ 3.5 GB/5.9 GB 41 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 60% ▕█████████ ▏ 3.5 GB/5.9 GB 41 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 60% ▕█████████ ▏ 3.5 GB/5.9 GB 41 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 60% ▕█████████ ▏ 3.5 GB/5.9 GB 41 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 60% ▕█████████ ▏ 3.5 GB/5.9 GB 41 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 60% ▕█████████ ▏ 3.6 GB/5.9 GB 41 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 60% ▕█████████ ▏ 3.6 GB/5.9 GB 41 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 60% ▕█████████ ▏ 3.6 GB/5.9 GB 41 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 60% ▕█████████ ▏ 3.6 GB/5.9 GB 41 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 60% ▕█████████ ▏ 3.6 GB/5.9 GB 41 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 60% ▕█████████ ▏ 3.6 GB/5.9 GB 41 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 60% ▕█████████ ▏ 3.6 GB/5.9 GB 41 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 60% ▕█████████ ▏ 3.6 GB/5.9 GB 41 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 60% ▕█████████ ▏ 3.6 GB/5.9 GB 41 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 60% ▕█████████ ▏ 3.6 GB/5.9 GB 41 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 61% ▕█████████ ▏ 3.6 GB/5.9 GB 41 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 61% ▕█████████ ▏ 3.6 GB/5.9 GB 41 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 61% ▕█████████ ▏ 3.6 GB/5.9 GB 41 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 61% ▕█████████ ▏ 3.6 GB/5.9 GB 41 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 61% ▕█████████ ▏ 3.6 GB/5.9 GB 41 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 61% ▕█████████ ▏ 3.6 GB/5.9 GB 41 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 61% ▕█████████ ▏ 3.6 GB/5.9 GB 41 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 61% ▕█████████ ▏ 3.6 GB/5.9 GB 41 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 61% ▕█████████ ▏ 3.6 GB/5.9 GB 41 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 61% ▕█████████ ▏ 3.6 GB/5.9 GB 41 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 61% ▕█████████ ▏ 3.6 GB/5.9 GB 41 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 61% ▕█████████ ▏ 3.6 GB/5.9 GB 41 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 61% ▕█████████ ▏ 3.6 GB/5.9 GB 41 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 61% ▕█████████ ▏ 3.6 GB/5.9 GB 41 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 61% ▕█████████ ▏ 3.7 GB/5.9 GB 41 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 62% ▕█████████ ▏ 3.7 GB/5.9 GB 41 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 62% ▕█████████ ▏ 3.7 GB/5.9 GB 41 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 62% ▕█████████ ▏ 3.7 GB/5.9 GB 41 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 62% ▕█████████ ▏ 3.7 GB/5.9 GB 41 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 62% ▕█████████ ▏ 3.7 GB/5.9 GB 41 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 62% ▕█████████ ▏ 3.7 GB/5.9 GB 41 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 62% ▕█████████ ▏ 3.7 GB/5.9 GB 41 MB/s 54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 62% ▕█████████ ▏ 3.7 GB/5.9 GB 41 MB/s 54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 62% ▕█████████ ▏ 3.7 GB/5.9 GB 41 MB/s 54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 62% ▕█████████ ▏ 3.7 GB/5.9 GB 41 MB/s 54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 62% ▕█████████ ▏ 3.7 GB/5.9 GB 41 MB/s 54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 62% ▕█████████ ▏ 3.7 GB/5.9 GB 42 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 63% ▕██████████ ▏ 3.7 GB/5.9 GB 42 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 63% ▕██████████ ▏ 3.7 GB/5.9 GB 42 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 63% ▕██████████ ▏ 3.7 GB/5.9 GB 42 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 63% ▕██████████ ▏ 3.7 GB/5.9 GB 42 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 63% ▕██████████ ▏ 3.7 GB/5.9 GB 42 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 63% ▕██████████ ▏ 3.7 GB/5.9 GB 42 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 63% ▕██████████ ▏ 3.7 GB/5.9 GB 42 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 63% ▕██████████ ▏ 3.7 GB/5.9 GB 42 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 63% ▕██████████ ▏ 3.7 GB/5.9 GB 42 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 63% ▕██████████ ▏ 3.8 GB/5.9 GB 42 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 63% ▕██████████ ▏ 3.8 GB/5.9 GB 42 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 63% ▕██████████ ▏ 3.8 GB/5.9 GB 42 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 63% ▕██████████ ▏ 3.8 GB/5.9 GB 42 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 63% ▕██████████ ▏ 3.8 GB/5.9 GB 42 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 64% ▕██████████ ▏ 3.8 GB/5.9 GB 42 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 64% ▕██████████ ▏ 3.8 GB/5.9 GB 42 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 64% ▕██████████ ▏ 3.8 GB/5.9 GB 42 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 64% ▕██████████ ▏ 3.8 GB/5.9 GB 42 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 64% ▕██████████ ▏ 3.8 GB/5.9 GB 42 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 64% ▕██████████ ▏ 3.8 GB/5.9 GB 42 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 64% ▕██████████ ▏ 3.8 GB/5.9 GB 42 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 64% ▕██████████ ▏ 3.8 GB/5.9 GB 42 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 64% ▕██████████ ▏ 3.8 GB/5.9 GB 42 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 64% ▕██████████ ▏ 3.8 GB/5.9 GB 42 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 64% ▕██████████ ▏ 3.8 GB/5.9 GB 42 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 64% ▕██████████ ▏ 3.8 GB/5.9 GB 42 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 64% ▕██████████ ▏ 3.8 GB/5.9 GB 42 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 64% ▕██████████ ▏ 3.8 GB/5.9 GB 42 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 64% ▕██████████ ▏ 3.8 GB/5.9 GB 42 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 64% ▕██████████ ▏ 3.8 GB/5.9 GB 42 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 64% ▕██████████ ▏ 3.8 GB/5.9 GB 42 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 65% ▕██████████ ▏ 3.8 GB/5.9 GB 42 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 65% ▕██████████ ▏ 3.8 GB/5.9 GB 42 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 65% ▕██████████ ▏ 3.8 GB/5.9 GB 42 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 65% ▕██████████ ▏ 3.8 GB/5.9 GB 42 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 65% ▕██████████ ▏ 3.8 GB/5.9 GB 42 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 65% ▕██████████ ▏ 3.9 GB/5.9 GB 42 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 65% ▕██████████ ▏ 3.9 GB/5.9 GB 42 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 65% ▕██████████ ▏ 3.9 GB/5.9 GB 42 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 65% ▕██████████ ▏ 3.9 GB/5.9 GB 42 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 65% ▕██████████ ▏ 3.9 GB/5.9 GB 42 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 65% ▕██████████ ▏ 3.9 GB/5.9 GB 42 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 65% ▕██████████ ▏ 3.9 GB/5.9 GB 42 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 65% ▕██████████ ▏ 3.9 GB/5.9 GB 42 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 65% ▕██████████ ▏ 3.9 GB/5.9 GB 42 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 65% ▕██████████ ▏ 3.9 GB/5.9 GB 42 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 65% ▕██████████ ▏ 3.9 GB/5.9 GB 42 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 65% ▕██████████ ▏ 3.9 GB/5.9 GB 42 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 66% ▕██████████ ▏ 3.9 GB/5.9 GB 42 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 66% ▕██████████ ▏ 3.9 GB/5.9 GB 42 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 66% ▕██████████ ▏ 3.9 GB/5.9 GB 40 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 66% ▕██████████ ▏ 3.9 GB/5.9 GB 40 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 66% ▕██████████ ▏ 3.9 GB/5.9 GB 40 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 66% ▕██████████ ▏ 3.9 GB/5.9 GB 40 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 66% ▕██████████ ▏ 3.9 GB/5.9 GB 40 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 66% ▕██████████ ▏ 3.9 GB/5.9 GB 40 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 66% ▕██████████ ▏ 3.9 GB/5.9 GB 40 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 66% ▕██████████ ▏ 3.9 GB/5.9 GB 40 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 66% ▕██████████ ▏ 3.9 GB/5.9 GB 40 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 66% ▕██████████ ▏ 3.9 GB/5.9 GB 40 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 67% ▕██████████ ▏ 4.0 GB/5.9 GB 41 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 67% ▕██████████ ▏ 4.0 GB/5.9 GB 41 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 67% ▕██████████ ▏ 4.0 GB/5.9 GB 41 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 67% ▕██████████ ▏ 4.0 GB/5.9 GB 41 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 67% ▕██████████ ▏ 4.0 GB/5.9 GB 41 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 67% ▕██████████ ▏ 4.0 GB/5.9 GB 41 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 67% ▕██████████ ▏ 4.0 GB/5.9 GB 41 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 67% ▕██████████ ▏ 4.0 GB/5.9 GB 41 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 67% ▕██████████ ▏ 4.0 GB/5.9 GB 41 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 67% ▕██████████ ▏ 4.0 GB/5.9 GB 41 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 67% ▕██████████ ▏ 4.0 GB/5.9 GB 40 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 67% ▕██████████ ▏ 4.0 GB/5.9 GB 40 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 67% ▕██████████ ▏ 4.0 GB/5.9 GB 40 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 67% ▕██████████ ▏ 4.0 GB/5.9 GB 40 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 67% ▕██████████ ▏ 4.0 GB/5.9 GB 40 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 67% ▕██████████ ▏ 4.0 GB/5.9 GB 40 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 68% ▕██████████ ▏ 4.0 GB/5.9 GB 40 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 68% ▕██████████ ▏ 4.0 GB/5.9 GB 40 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 68% ▕██████████ ▏ 4.0 GB/5.9 GB 40 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 68% ▕██████████ ▏ 4.0 GB/5.9 GB 40 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 68% ▕██████████ ▏ 4.0 GB/5.9 GB 41 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 68% ▕██████████ ▏ 4.0 GB/5.9 GB 41 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 68% ▕██████████ ▏ 4.0 GB/5.9 GB 41 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 68% ▕██████████ ▏ 4.0 GB/5.9 GB 41 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 68% ▕██████████ ▏ 4.0 GB/5.9 GB 41 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 68% ▕██████████ ▏ 4.0 GB/5.9 GB 41 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 68% ▕██████████ ▏ 4.1 GB/5.9 GB 41 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 68% ▕██████████ ▏ 4.1 GB/5.9 GB 41 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 68% ▕██████████ ▏ 4.1 GB/5.9 GB 41 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 68% ▕██████████ ▏ 4.1 GB/5.9 GB 41 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 68% ▕██████████ ▏ 4.1 GB/5.9 GB 40 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 68% ▕██████████ ▏ 4.1 GB/5.9 GB 40 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 69% ▕██████████ ▏ 4.1 GB/5.9 GB 40 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 69% ▕███████████ ▏ 4.1 GB/5.9 GB 40 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 69% ▕███████████ ▏ 4.1 GB/5.9 GB 40 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 69% ▕███████████ ▏ 4.1 GB/5.9 GB 40 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 69% ▕███████████ ▏ 4.1 GB/5.9 GB 40 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 69% ▕███████████ ▏ 4.1 GB/5.9 GB 40 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 69% ▕███████████ ▏ 4.1 GB/5.9 GB 40 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 69% ▕███████████ ▏ 4.1 GB/5.9 GB 40 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 69% ▕███████████ ▏ 4.1 GB/5.9 GB 40 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 69% ▕███████████ ▏ 4.1 GB/5.9 GB 39 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 69% ▕███████████ ▏ 4.1 GB/5.9 GB 39 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 69% ▕███████████ ▏ 4.1 GB/5.9 GB 39 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 69% ▕███████████ ▏ 4.1 GB/5.9 GB 39 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 70% ▕███████████ ▏ 4.1 GB/5.9 GB 39 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 70% ▕███████████ ▏ 4.1 GB/5.9 GB 39 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 70% ▕███████████ ▏ 4.1 GB/5.9 GB 39 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 70% ▕███████████ ▏ 4.1 GB/5.9 GB 39 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 70% ▕███████████ ▏ 4.2 GB/5.9 GB 39 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 70% ▕███████████ ▏ 4.2 GB/5.9 GB 39 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 70% ▕███████████ ▏ 4.2 GB/5.9 GB 40 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 70% ▕███████████ ▏ 4.2 GB/5.9 GB 40 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 70% ▕███████████ ▏ 4.2 GB/5.9 GB 40 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 70% ▕███████████ ▏ 4.2 GB/5.9 GB 40 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 70% ▕███████████ ▏ 4.2 GB/5.9 GB 40 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 70% ▕███████████ ▏ 4.2 GB/5.9 GB 40 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 70% ▕███████████ ▏ 4.2 GB/5.9 GB 40 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 71% ▕███████████ ▏ 4.2 GB/5.9 GB 40 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 71% ▕███████████ ▏ 4.2 GB/5.9 GB 40 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 71% ▕███████████ ▏ 4.2 GB/5.9 GB 40 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 71% ▕███████████ ▏ 4.2 GB/5.9 GB 41 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 71% ▕███████████ ▏ 4.2 GB/5.9 GB 41 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 71% ▕███████████ ▏ 4.2 GB/5.9 GB 41 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 71% ▕███████████ ▏ 4.2 GB/5.9 GB 41 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 71% ▕███████████ ▏ 4.2 GB/5.9 GB 41 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 71% ▕███████████ ▏ 4.2 GB/5.9 GB 41 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 71% ▕███████████ ▏ 4.2 GB/5.9 GB 41 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 71% ▕███████████ ▏ 4.2 GB/5.9 GB 41 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 72% ▕███████████ ▏ 4.2 GB/5.9 GB 41 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 72% ▕███████████ ▏ 4.3 GB/5.9 GB 41 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 72% ▕███████████ ▏ 4.3 GB/5.9 GB 44 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 72% ▕███████████ ▏ 4.3 GB/5.9 GB 44 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 72% ▕███████████ ▏ 4.3 GB/5.9 GB 44 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 72% ▕███████████ ▏ 4.3 GB/5.9 GB 44 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 72% ▕███████████ ▏ 4.3 GB/5.9 GB 44 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 72% ▕███████████ ▏ 4.3 GB/5.9 GB 44 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 72% ▕███████████ ▏ 4.3 GB/5.9 GB 44 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 72% ▕███████████ ▏ 4.3 GB/5.9 GB 44 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 72% ▕███████████ ▏ 4.3 GB/5.9 GB 44 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 72% ▕███████████ ▏ 4.3 GB/5.9 GB 44 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 72% ▕███████████ ▏ 4.3 GB/5.9 GB 42 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 72% ▕███████████ ▏ 4.3 GB/5.9 GB 42 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 72% ▕███████████ ▏ 4.3 GB/5.9 GB 42 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 72% ▕███████████ ▏ 4.3 GB/5.9 GB 42 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 72% ▕███████████ ▏ 4.3 GB/5.9 GB 42 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 72% ▕███████████ ▏ 4.3 GB/5.9 GB 42 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 72% ▕███████████ ▏ 4.3 GB/5.9 GB 42 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 73% ▕███████████ ▏ 4.3 GB/5.9 GB 42 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 73% ▕███████████ ▏ 4.3 GB/5.9 GB 42 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 73% ▕███████████ ▏ 4.3 GB/5.9 GB 42 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 73% ▕███████████ ▏ 4.3 GB/5.9 GB 42 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 73% ▕███████████ ▏ 4.3 GB/5.9 GB 42 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 73% ▕███████████ ▏ 4.3 GB/5.9 GB 42 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 73% ▕███████████ ▏ 4.3 GB/5.9 GB 42 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 73% ▕███████████ ▏ 4.4 GB/5.9 GB 42 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 73% ▕███████████ ▏ 4.4 GB/5.9 GB 42 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 73% ▕███████████ ▏ 4.4 GB/5.9 GB 42 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 74% ▕███████████ ▏ 4.4 GB/5.9 GB 42 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 74% ▕███████████ ▏ 4.4 GB/5.9 GB 42 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 74% ▕███████████ ▏ 4.4 GB/5.9 GB 42 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 74% ▕███████████ ▏ 4.4 GB/5.9 GB 42 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 74% ▕███████████ ▏ 4.4 GB/5.9 GB 44 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 74% ▕███████████ ▏ 4.4 GB/5.9 GB 44 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 74% ▕███████████ ▏ 4.4 GB/5.9 GB 44 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 74% ▕███████████ ▏ 4.4 GB/5.9 GB 44 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 74% ▕███████████ ▏ 4.4 GB/5.9 GB 44 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 74% ▕███████████ ▏ 4.4 GB/5.9 GB 44 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 74% ▕███████████ ▏ 4.4 GB/5.9 GB 44 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 74% ▕███████████ ▏ 4.4 GB/5.9 GB 44 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 74% ▕███████████ ▏ 4.4 GB/5.9 GB 44 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 74% ▕███████████ ▏ 4.4 GB/5.9 GB 44 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 75% ▕███████████ ▏ 4.4 GB/5.9 GB 44 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 75% ▕███████████ ▏ 4.4 GB/5.9 GB 44 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 75% ▕███████████ ▏ 4.4 GB/5.9 GB 44 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 75% ▕███████████ ▏ 4.4 GB/5.9 GB 44 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 75% ▕███████████ ▏ 4.4 GB/5.9 GB 44 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 75% ▕███████████ ▏ 4.4 GB/5.9 GB 44 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 75% ▕███████████ ▏ 4.4 GB/5.9 GB 44 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 75% ▕███████████ ▏ 4.4 GB/5.9 GB 44 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 75% ▕███████████ ▏ 4.4 GB/5.9 GB 44 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 75% ▕███████████ ▏ 4.5 GB/5.9 GB 44 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 75% ▕███████████ ▏ 4.5 GB/5.9 GB 42 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 75% ▕████████████ ▏ 4.5 GB/5.9 GB 42 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 75% ▕████████████ ▏ 4.5 GB/5.9 GB 42 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 75% ▕████████████ ▏ 4.5 GB/5.9 GB 42 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 75% ▕████████████ ▏ 4.5 GB/5.9 GB 42 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 75% ▕████████████ ▏ 4.5 GB/5.9 GB 42 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 75% ▕████████████ ▏ 4.5 GB/5.9 GB 42 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 75% ▕████████████ ▏ 4.5 GB/5.9 GB 42 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 76% ▕████████████ ▏ 4.5 GB/5.9 GB 42 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 76% ▕████████████ ▏ 4.5 GB/5.9 GB 42 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 76% ▕████████████ ▏ 4.5 GB/5.9 GB 45 MB/s 31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 76% ▕████████████ ▏ 4.5 GB/5.9 GB 45 MB/s 31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 76% ▕████████████ ▏ 4.5 GB/5.9 GB 45 MB/s 31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 76% ▕████████████ ▏ 4.5 GB/5.9 GB 45 MB/s 31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 76% ▕████████████ ▏ 4.5 GB/5.9 GB 45 MB/s 31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 76% ▕████████████ ▏ 4.5 GB/5.9 GB 45 MB/s 31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 76% ▕████████████ ▏ 4.5 GB/5.9 GB 45 MB/s 31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 76% ▕████████████ ▏ 4.5 GB/5.9 GB 45 MB/s 31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 76% ▕████████████ ▏ 4.5 GB/5.9 GB 45 MB/s 31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 76% ▕████████████ ▏ 4.5 GB/5.9 GB 45 MB/s 31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 76% ▕████████████ ▏ 4.5 GB/5.9 GB 45 MB/s 31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 77% ▕████████████ ▏ 4.6 GB/5.9 GB 43 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 77% ▕████████████ ▏ 4.6 GB/5.9 GB 43 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 77% ▕████████████ ▏ 4.6 GB/5.9 GB 43 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 77% ▕████████████ ▏ 4.6 GB/5.9 GB 43 MB/s 31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 77% ▕████████████ ▏ 4.6 GB/5.9 GB 43 MB/s 31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 77% ▕████████████ ▏ 4.6 GB/5.9 GB 43 MB/s 31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 77% ▕████████████ ▏ 4.6 GB/5.9 GB 43 MB/s 31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 77% ▕████████████ ▏ 4.6 GB/5.9 GB 43 MB/s 31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 77% ▕████████████ ▏ 4.6 GB/5.9 GB 43 MB/s 31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 77% ▕████████████ ▏ 4.6 GB/5.9 GB 43 MB/s 31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 77% ▕████████████ ▏ 4.6 GB/5.9 GB 40 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 77% ▕████████████ ▏ 4.6 GB/5.9 GB 40 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 77% ▕████████████ ▏ 4.6 GB/5.9 GB 40 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 77% ▕████████████ ▏ 4.6 GB/5.9 GB 40 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 77% ▕████████████ ▏ 4.6 GB/5.9 GB 40 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 77% ▕████████████ ▏ 4.6 GB/5.9 GB 40 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 78% ▕████████████ ▏ 4.6 GB/5.9 GB 40 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 78% ▕████████████ ▏ 4.6 GB/5.9 GB 40 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 78% ▕████████████ ▏ 4.6 GB/5.9 GB 40 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 78% ▕████████████ ▏ 4.6 GB/5.9 GB 40 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 78% ▕████████████ ▏ 4.6 GB/5.9 GB 39 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 78% ▕████████████ ▏ 4.6 GB/5.9 GB 39 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 78% ▕████████████ ▏ 4.6 GB/5.9 GB 39 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 78% ▕████████████ ▏ 4.6 GB/5.9 GB 39 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 78% ▕████████████ ▏ 4.6 GB/5.9 GB 39 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 78% ▕████████████ ▏ 4.6 GB/5.9 GB 39 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 78% ▕████████████ ▏ 4.6 GB/5.9 GB 39 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 78% ▕████████████ ▏ 4.6 GB/5.9 GB 39 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 78% ▕████████████ ▏ 4.7 GB/5.9 GB 39 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 78% ▕████████████ ▏ 4.7 GB/5.9 GB 39 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 78% ▕████████████ ▏ 4.7 GB/5.9 GB 40 MB/s 31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 78% ▕████████████ ▏ 4.7 GB/5.9 GB 40 MB/s 31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 78% ▕████████████ ▏ 4.7 GB/5.9 GB 40 MB/s 31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 78% ▕████████████ ▏ 4.7 GB/5.9 GB 40 MB/s 31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 79% ▕████████████ ▏ 4.7 GB/5.9 GB 40 MB/s 31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 79% ▕████████████ ▏ 4.7 GB/5.9 GB 40 MB/s 31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 79% ▕████████████ ▏ 4.7 GB/5.9 GB 40 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 79% ▕████████████ ▏ 4.7 GB/5.9 GB 40 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 79% ▕████████████ ▏ 4.7 GB/5.9 GB 40 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 79% ▕████████████ ▏ 4.7 GB/5.9 GB 40 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 79% ▕████████████ ▏ 4.7 GB/5.9 GB 40 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 79% ▕████████████ ▏ 4.7 GB/5.9 GB 40 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 79% ▕████████████ ▏ 4.7 GB/5.9 GB 40 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 79% ▕████████████ ▏ 4.7 GB/5.9 GB 40 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 79% ▕████████████ ▏ 4.7 GB/5.9 GB 40 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 79% ▕████████████ ▏ 4.7 GB/5.9 GB 40 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 80% ▕████████████ ▏ 4.7 GB/5.9 GB 40 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 80% ▕████████████ ▏ 4.7 GB/5.9 GB 40 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 80% ▕████████████ ▏ 4.7 GB/5.9 GB 40 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 80% ▕████████████ ▏ 4.7 GB/5.9 GB 40 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 80% ▕████████████ ▏ 4.7 GB/5.9 GB 40 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 80% ▕████████████ ▏ 4.7 GB/5.9 GB 40 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 80% ▕████████████ ▏ 4.7 GB/5.9 GB 40 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 80% ▕████████████ ▏ 4.8 GB/5.9 GB 40 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 80% ▕████████████ ▏ 4.8 GB/5.9 GB 40 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 80% ▕████████████ ▏ 4.8 GB/5.9 GB 40 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 80% ▕████████████ ▏ 4.8 GB/5.9 GB 40 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 80% ▕████████████ ▏ 4.8 GB/5.9 GB 40 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 80% ▕████████████ ▏ 4.8 GB/5.9 GB 40 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 80% ▕████████████ ▏ 4.8 GB/5.9 GB 40 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 80% ▕████████████ ▏ 4.8 GB/5.9 GB 40 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 81% ▕████████████ ▏ 4.8 GB/5.9 GB 39 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 81% ▕████████████ ▏ 4.8 GB/5.9 GB 39 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 81% ▕████████████ ▏ 4.8 GB/5.9 GB 39 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 81% ▕████████████ ▏ 4.8 GB/5.9 GB 39 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 81% ▕████████████ ▏ 4.8 GB/5.9 GB 39 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 81% ▕████████████ ▏ 4.8 GB/5.9 GB 39 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 81% ▕████████████ ▏ 4.8 GB/5.9 GB 39 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 81% ▕████████████ ▏ 4.8 GB/5.9 GB 39 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 81% ▕████████████ ▏ 4.8 GB/5.9 GB 39 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 81% ▕████████████ ▏ 4.8 GB/5.9 GB 39 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 81% ▕████████████ ▏ 4.8 GB/5.9 GB 41 MB/s 27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 81% ▕█████████████ ▏ 4.8 GB/5.9 GB 41 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 81% ▕█████████████ ▏ 4.8 GB/5.9 GB 41 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 81% ▕█████████████ ▏ 4.8 GB/5.9 GB 41 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 82% ▕█████████████ ▏ 4.8 GB/5.9 GB 41 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 82% ▕█████████████ ▏ 4.9 GB/5.9 GB 41 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 82% ▕█████████████ ▏ 4.9 GB/5.9 GB 41 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 82% ▕█████████████ ▏ 4.9 GB/5.9 GB 41 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 82% ▕█████████████ ▏ 4.9 GB/5.9 GB 41 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 82% ▕█████████████ ▏ 4.9 GB/5.9 GB 41 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 82% ▕█████████████ ▏ 4.9 GB/5.9 GB 39 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 82% ▕█████████████ ▏ 4.9 GB/5.9 GB 39 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 82% ▕█████████████ ▏ 4.9 GB/5.9 GB 39 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 82% ▕█████████████ ▏ 4.9 GB/5.9 GB 39 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 82% ▕█████████████ ▏ 4.9 GB/5.9 GB 39 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 82% ▕█████████████ ▏ 4.9 GB/5.9 GB 39 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 82% ▕█████████████ ▏ 4.9 GB/5.9 GB 39 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 82% ▕█████████████ ▏ 4.9 GB/5.9 GB 39 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 83% ▕█████████████ ▏ 4.9 GB/5.9 GB 39 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 83% ▕█████████████ ▏ 4.9 GB/5.9 GB 39 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 83% ▕█████████████ ▏ 4.9 GB/5.9 GB 40 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 83% ▕█████████████ ▏ 4.9 GB/5.9 GB 40 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 83% ▕█████████████ ▏ 4.9 GB/5.9 GB 40 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 83% ▕█████████████ ▏ 4.9 GB/5.9 GB 40 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 83% ▕█████████████ ▏ 4.9 GB/5.9 GB 40 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 83% ▕█████████████ ▏ 4.9 GB/5.9 GB 40 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 83% ▕█████████████ ▏ 4.9 GB/5.9 GB 40 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 83% ▕█████████████ ▏ 4.9 GB/5.9 GB 40 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 83% ▕█████████████ ▏ 5.0 GB/5.9 GB 40 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 83% ▕█████████████ ▏ 5.0 GB/5.9 GB 40 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 83% ▕█████████████ ▏ 5.0 GB/5.9 GB 40 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 84% ▕█████████████ ▏ 5.0 GB/5.9 GB 43 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 84% ▕█████████████ ▏ 5.0 GB/5.9 GB 43 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 84% ▕█████████████ ▏ 5.0 GB/5.9 GB 43 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 84% ▕█████████████ ▏ 5.0 GB/5.9 GB 43 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 84% ▕█████████████ ▏ 5.0 GB/5.9 GB 43 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 84% ▕█████████████ ▏ 5.0 GB/5.9 GB 43 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 84% ▕█████████████ ▏ 5.0 GB/5.9 GB 43 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 84% ▕█████████████ ▏ 5.0 GB/5.9 GB 43 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 84% ▕█████████████ ▏ 5.0 GB/5.9 GB 43 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 84% ▕█████████████ ▏ 5.0 GB/5.9 GB 43 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 84% ▕█████████████ ▏ 5.0 GB/5.9 GB 42 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 84% ▕█████████████ ▏ 5.0 GB/5.9 GB 42 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 84% ▕█████████████ ▏ 5.0 GB/5.9 GB 42 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 84% ▕█████████████ ▏ 5.0 GB/5.9 GB 42 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 84% ▕█████████████ ▏ 5.0 GB/5.9 GB 42 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 84% ▕█████████████ ▏ 5.0 GB/5.9 GB 42 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 85% ▕█████████████ ▏ 5.0 GB/5.9 GB 42 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 85% ▕█████████████ ▏ 5.0 GB/5.9 GB 42 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 85% ▕█████████████ ▏ 5.0 GB/5.9 GB 42 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 85% ▕█████████████ ▏ 5.0 GB/5.9 GB 42 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 85% ▕█████████████ ▏ 5.0 GB/5.9 GB 42 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 85% ▕█████████████ ▏ 5.0 GB/5.9 GB 42 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 85% ▕█████████████ ▏ 5.0 GB/5.9 GB 42 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 85% ▕█████████████ ▏ 5.1 GB/5.9 GB 42 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 85% ▕█████████████ ▏ 5.1 GB/5.9 GB 42 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 85% ▕█████████████ ▏ 5.1 GB/5.9 GB 42 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 85% ▕█████████████ ▏ 5.1 GB/5.9 GB 42 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 85% ▕█████████████ ▏ 5.1 GB/5.9 GB 42 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 85% ▕█████████████ ▏ 5.1 GB/5.9 GB 42 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 85% ▕█████████████ ▏ 5.1 GB/5.9 GB 42 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 86% ▕█████████████ ▏ 5.1 GB/5.9 GB 43 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 86% ▕█████████████ ▏ 5.1 GB/5.9 GB 43 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 86% ▕█████████████ ▏ 5.1 GB/5.9 GB 43 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 86% ▕█████████████ ▏ 5.1 GB/5.9 GB 43 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 86% ▕█████████████ ▏ 5.1 GB/5.9 GB 43 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 86% ▕█████████████ ▏ 5.1 GB/5.9 GB 43 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 86% ▕█████████████ ▏ 5.1 GB/5.9 GB 43 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 86% ▕█████████████ ▏ 5.1 GB/5.9 GB 43 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 86% ▕█████████████ ▏ 5.1 GB/5.9 GB 43 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 86% ▕█████████████ ▏ 5.1 GB/5.9 GB 43 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 86% ▕█████████████ ▏ 5.1 GB/5.9 GB 41 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 86% ▕█████████████ ▏ 5.1 GB/5.9 GB 41 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 86% ▕█████████████ ▏ 5.1 GB/5.9 GB 41 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 86% ▕█████████████ ▏ 5.1 GB/5.9 GB 41 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 86% ▕█████████████ ▏ 5.1 GB/5.9 GB 41 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 86% ▕█████████████ ▏ 5.1 GB/5.9 GB 41 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 86% ▕█████████████ ▏ 5.1 GB/5.9 GB 41 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 86% ▕█████████████ ▏ 5.1 GB/5.9 GB 41 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 87% ▕█████████████ ▏ 5.1 GB/5.9 GB 41 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 87% ▕█████████████ ▏ 5.1 GB/5.9 GB 41 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 87% ▕█████████████ ▏ 5.1 GB/5.9 GB 41 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 87% ▕█████████████ ▏ 5.2 GB/5.9 GB 40 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 87% ▕█████████████ ▏ 5.2 GB/5.9 GB 40 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 87% ▕█████████████ ▏ 5.2 GB/5.9 GB 40 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 87% ▕█████████████ ▏ 5.2 GB/5.9 GB 40 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 87% ▕█████████████ ▏ 5.2 GB/5.9 GB 40 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 87% ▕█████████████ ▏ 5.2 GB/5.9 GB 40 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 87% ▕█████████████ ▏ 5.2 GB/5.9 GB 40 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 87% ▕█████████████ ▏ 5.2 GB/5.9 GB 40 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 87% ▕█████████████ ▏ 5.2 GB/5.9 GB 40 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 87% ▕█████████████ ▏ 5.2 GB/5.9 GB 40 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 87% ▕█████████████ ▏ 5.2 GB/5.9 GB 40 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 87% ▕█████████████ ▏ 5.2 GB/5.9 GB 40 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 87% ▕█████████████ ▏ 5.2 GB/5.9 GB 40 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 87% ▕█████████████ ▏ 5.2 GB/5.9 GB 40 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 87% ▕█████████████ ▏ 5.2 GB/5.9 GB 40 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 87% ▕█████████████ ▏ 5.2 GB/5.9 GB 40 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 88% ▕██████████████ ▏ 5.2 GB/5.9 GB 40 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 88% ▕██████████████ ▏ 5.2 GB/5.9 GB 40 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 88% ▕██████████████ ▏ 5.2 GB/5.9 GB 40 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 88% ▕██████████████ ▏ 5.2 GB/5.9 GB 40 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 88% ▕██████████████ ▏ 5.2 GB/5.9 GB 39 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 88% ▕██████████████ ▏ 5.2 GB/5.9 GB 39 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 88% ▕██████████████ ▏ 5.2 GB/5.9 GB 39 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 88% ▕██████████████ ▏ 5.2 GB/5.9 GB 39 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 88% ▕██████████████ ▏ 5.2 GB/5.9 GB 39 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 88% ▕██████████████ ▏ 5.2 GB/5.9 GB 39 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 88% ▕██████████████ ▏ 5.2 GB/5.9 GB 39 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 88% ▕██████████████ ▏ 5.3 GB/5.9 GB 39 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 88% ▕██████████████ ▏ 5.3 GB/5.9 GB 39 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 89% ▕██████████████ ▏ 5.3 GB/5.9 GB 39 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 89% ▕██████████████ ▏ 5.3 GB/5.9 GB 39 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 89% ▕██████████████ ▏ 5.3 GB/5.9 GB 39 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 89% ▕██████████████ ▏ 5.3 GB/5.9 GB 39 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 89% ▕██████████████ ▏ 5.3 GB/5.9 GB 39 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 89% ▕██████████████ ▏ 5.3 GB/5.9 GB 39 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 89% ▕██████████████ ▏ 5.3 GB/5.9 GB 39 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 89% ▕██████████████ ▏ 5.3 GB/5.9 GB 39 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 89% ▕██████████████ ▏ 5.3 GB/5.9 GB 39 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 89% ▕██████████████ ▏ 5.3 GB/5.9 GB 39 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 89% ▕██████████████ ▏ 5.3 GB/5.9 GB 39 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 89% ▕██████████████ ▏ 5.3 GB/5.9 GB 38 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 89% ▕██████████████ ▏ 5.3 GB/5.9 GB 38 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 89% ▕██████████████ ▏ 5.3 GB/5.9 GB 38 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 90% ▕██████████████ ▏ 5.3 GB/5.9 GB 38 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 90% ▕██████████████ ▏ 5.3 GB/5.9 GB 38 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 90% ▕██████████████ ▏ 5.3 GB/5.9 GB 38 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 90% ▕██████████████ ▏ 5.3 GB/5.9 GB 38 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 90% ▕██████████████ ▏ 5.3 GB/5.9 GB 38 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 90% ▕██████████████ ▏ 5.3 GB/5.9 GB 38 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 90% ▕██████████████ ▏ 5.3 GB/5.9 GB 38 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 90% ▕██████████████ ▏ 5.3 GB/5.9 GB 38 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 90% ▕██████████████ ▏ 5.3 GB/5.9 GB 38 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 90% ▕██████████████ ▏ 5.3 GB/5.9 GB 38 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 90% ▕██████████████ ▏ 5.4 GB/5.9 GB 38 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 90% ▕██████████████ ▏ 5.4 GB/5.9 GB 38 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 90% ▕██████████████ ▏ 5.4 GB/5.9 GB 38 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 90% ▕██████████████ ▏ 5.4 GB/5.9 GB 38 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 90% ▕██████████████ ▏ 5.4 GB/5.9 GB 38 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 91% ▕██████████████ ▏ 5.4 GB/5.9 GB 38 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 91% ▕██████████████ ▏ 5.4 GB/5.9 GB 38 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 91% ▕██████████████ ▏ 5.4 GB/5.9 GB 38 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 91% ▕██████████████ ▏ 5.4 GB/5.9 GB 39 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 91% ▕██████████████ ▏ 5.4 GB/5.9 GB 39 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 91% ▕██████████████ ▏ 5.4 GB/5.9 GB 39 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 91% ▕██████████████ ▏ 5.4 GB/5.9 GB 39 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 91% ▕██████████████ ▏ 5.4 GB/5.9 GB 39 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 91% ▕██████████████ ▏ 5.4 GB/5.9 GB 39 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 91% ▕██████████████ ▏ 5.4 GB/5.9 GB 39 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 91% ▕██████████████ ▏ 5.4 GB/5.9 GB 39 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 91% ▕██████████████ ▏ 5.4 GB/5.9 GB 39 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 91% ▕██████████████ ▏ 5.4 GB/5.9 GB 39 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 91% ▕██████████████ ▏ 5.4 GB/5.9 GB 38 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 91% ▕██████████████ ▏ 5.4 GB/5.9 GB 38 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 92% ▕██████████████ ▏ 5.4 GB/5.9 GB 38 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 92% ▕██████████████ ▏ 5.4 GB/5.9 GB 38 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 92% ▕██████████████ ▏ 5.4 GB/5.9 GB 38 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 92% ▕██████████████ ▏ 5.5 GB/5.9 GB 38 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 92% ▕██████████████ ▏ 5.5 GB/5.9 GB 38 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 92% ▕██████████████ ▏ 5.5 GB/5.9 GB 38 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 92% ▕██████████████ ▏ 5.5 GB/5.9 GB 38 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 92% ▕██████████████ ▏ 5.5 GB/5.9 GB 38 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 92% ▕██████████████ ▏ 5.5 GB/5.9 GB 41 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 92% ▕██████████████ ▏ 5.5 GB/5.9 GB 41 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 92% ▕██████████████ ▏ 5.5 GB/5.9 GB 41 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 92% ▕██████████████ ▏ 5.5 GB/5.9 GB 41 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 92% ▕██████████████ ▏ 5.5 GB/5.9 GB 41 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 92% ▕██████████████ ▏ 5.5 GB/5.9 GB 41 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 92% ▕██████████████ ▏ 5.5 GB/5.9 GB 41 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 92% ▕██████████████ ▏ 5.5 GB/5.9 GB 41 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 92% ▕██████████████ ▏ 5.5 GB/5.9 GB 41 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 93% ▕██████████████ ▏ 5.5 GB/5.9 GB 41 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 93% ▕██████████████ ▏ 5.5 GB/5.9 GB 39 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 93% ▕██████████████ ▏ 5.5 GB/5.9 GB 39 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 93% ▕██████████████ ▏ 5.5 GB/5.9 GB 39 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 93% ▕██████████████ ▏ 5.5 GB/5.9 GB 39 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 93% ▕██████████████ ▏ 5.5 GB/5.9 GB 39 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 93% ▕██████████████ ▏ 5.5 GB/5.9 GB 39 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 93% ▕██████████████ ▏ 5.5 GB/5.9 GB 39 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 93% ▕██████████████ ▏ 5.5 GB/5.9 GB 39 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 93% ▕██████████████ ▏ 5.5 GB/5.9 GB 39 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 93% ▕██████████████ ▏ 5.5 GB/5.9 GB 39 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 93% ▕██████████████ ▏ 5.5 GB/5.9 GB 39 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 93% ▕██████████████ ▏ 5.6 GB/5.9 GB 40 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 94% ▕██████████████ ▏ 5.6 GB/5.9 GB 40 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 94% ▕██████████████ ▏ 5.6 GB/5.9 GB 40 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 94% ▕██████████████ ▏ 5.6 GB/5.9 GB 40 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 94% ▕██████████████ ▏ 5.6 GB/5.9 GB 40 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 94% ▕██████████████ ▏ 5.6 GB/5.9 GB 40 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 94% ▕██████████████ ▏ 5.6 GB/5.9 GB 40 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 94% ▕███████████████ ▏ 5.6 GB/5.9 GB 40 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 94% ▕███████████████ ▏ 5.6 GB/5.9 GB 40 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 94% ▕███████████████ ▏ 5.6 GB/5.9 GB 40 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 94% ▕███████████████ ▏ 5.6 GB/5.9 GB 40 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 94% ▕███████████████ ▏ 5.6 GB/5.9 GB 40 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 94% ▕███████████████ ▏ 5.6 GB/5.9 GB 40 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 94% ▕███████████████ ▏ 5.6 GB/5.9 GB 40 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 94% ▕███████████████ ▏ 5.6 GB/5.9 GB 40 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 94% ▕███████████████ ▏ 5.6 GB/5.9 GB 40 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 94% ▕███████████████ ▏ 5.6 GB/5.9 GB 40 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 95% ▕███████████████ ▏ 5.6 GB/5.9 GB 40 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 95% ▕███████████████ ▏ 5.6 GB/5.9 GB 40 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 95% ▕███████████████ ▏ 5.6 GB/5.9 GB 40 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 95% ▕███████████████ ▏ 5.6 GB/5.9 GB 40 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 95% ▕███████████████ ▏ 5.6 GB/5.9 GB 40 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 95% ▕███████████████ ▏ 5.6 GB/5.9 GB 40 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 95% ▕███████████████ ▏ 5.6 GB/5.9 GB 40 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 95% ▕███████████████ ▏ 5.6 GB/5.9 GB 40 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 95% ▕███████████████ ▏ 5.7 GB/5.9 GB 40 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 95% ▕███████████████ ▏ 5.7 GB/5.9 GB 40 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 95% ▕███████████████ ▏ 5.7 GB/5.9 GB 40 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 95% ▕███████████████ ▏ 5.7 GB/5.9 GB 40 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 95% ▕███████████████ ▏ 5.7 GB/5.9 GB 40 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 95% ▕███████████████ ▏ 5.7 GB/5.9 GB 40 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 95% ▕███████████████ ▏ 5.7 GB/5.9 GB 40 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 96% ▕███████████████ ▏ 5.7 GB/5.9 GB 40 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 96% ▕███████████████ ▏ 5.7 GB/5.9 GB 40 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 96% ▕███████████████ ▏ 5.7 GB/5.9 GB 40 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 96% ▕███████████████ ▏ 5.7 GB/5.9 GB 40 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 96% ▕███████████████ ▏ 5.7 GB/5.9 GB 40 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 96% ▕███████████████ ▏ 5.7 GB/5.9 GB 40 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 96% ▕███████████████ ▏ 5.7 GB/5.9 GB 40 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 96% ▕███████████████ ▏ 5.7 GB/5.9 GB 40 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 96% ▕███████████████ ▏ 5.7 GB/5.9 GB 41 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 96% ▕███████████████ ▏ 5.7 GB/5.9 GB 41 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 96% ▕███████████████ ▏ 5.7 GB/5.9 GB 41 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 96% ▕███████████████ ▏ 5.7 GB/5.9 GB 41 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 96% ▕███████████████ ▏ 5.7 GB/5.9 GB 41 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 97% ▕███████████████ ▏ 5.7 GB/5.9 GB 41 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 97% ▕███████████████ ▏ 5.7 GB/5.9 GB 41 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 97% ▕███████████████ ▏ 5.7 GB/5.9 GB 41 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 97% ▕███████████████ ▏ 5.7 GB/5.9 GB 41 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 97% ▕███████████████ ▏ 5.8 GB/5.9 GB 41 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 97% ▕███████████████ ▏ 5.8 GB/5.9 GB 41 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 97% ▕███████████████ ▏ 5.8 GB/5.9 GB 40 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 97% ▕███████████████ ▏ 5.8 GB/5.9 GB 40 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 97% ▕███████████████ ▏ 5.8 GB/5.9 GB 40 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 97% ▕███████████████ ▏ 5.8 GB/5.9 GB 40 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 97% ▕███████████████ ▏ 5.8 GB/5.9 GB 40 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 97% ▕███████████████ ▏ 5.8 GB/5.9 GB 40 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 97% ▕███████████████ ▏ 5.8 GB/5.9 GB 40 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 97% ▕███████████████ ▏ 5.8 GB/5.9 GB 40 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 97% ▕███████████████ ▏ 5.8 GB/5.9 GB 40 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 97% ▕███████████████ ▏ 5.8 GB/5.9 GB 40 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 98% ▕███████████████ ▏ 5.8 GB/5.9 GB 40 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 98% ▕███████████████ ▏ 5.8 GB/5.9 GB 40 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 98% ▕███████████████ ▏ 5.8 GB/5.9 GB 40 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 98% ▕███████████████ ▏ 5.8 GB/5.9 GB 40 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 98% ▕███████████████ ▏ 5.8 GB/5.9 GB 40 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 98% ▕███████████████ ▏ 5.8 GB/5.9 GB 40 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 98% ▕███████████████ ▏ 5.8 GB/5.9 GB 40 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 98% ▕███████████████ ▏ 5.8 GB/5.9 GB 40 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 98% ▕███████████████ ▏ 5.8 GB/5.9 GB 40 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 98% ▕███████████████ ▏ 5.8 GB/5.9 GB 40 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 98% ▕███████████████ ▏ 5.8 GB/5.9 GB 39 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 98% ▕███████████████ ▏ 5.8 GB/5.9 GB 39 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 98% ▕███████████████ ▏ 5.8 GB/5.9 GB 39 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 98% ▕███████████████ ▏ 5.8 GB/5.9 GB 39 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 98% ▕███████████████ ▏ 5.9 GB/5.9 GB 39 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 99% ▕███████████████ ▏ 5.9 GB/5.9 GB 39 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 99% ▕███████████████ ▏ 5.9 GB/5.9 GB 39 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 99% ▕███████████████ ▏ 5.9 GB/5.9 GB 39 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 99% ▕███████████████ ▏ 5.9 GB/5.9 GB 39 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 99% ▕███████████████ ▏ 5.9 GB/5.9 GB 39 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 99% ▕███████████████ ▏ 5.9 GB/5.9 GB 40 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 99% ▕███████████████ ▏ 5.9 GB/5.9 GB 40 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 99% ▕███████████████ ▏ 5.9 GB/5.9 GB 40 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 99% ▕███████████████ ▏ 5.9 GB/5.9 GB 40 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 99% ▕███████████████ ▏ 5.9 GB/5.9 GB 40 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 99% ▕███████████████ ▏ 5.9 GB/5.9 GB 40 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 99% ▕███████████████ ▏ 5.9 GB/5.9 GB 40 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 99% ▕███████████████ ▏ 5.9 GB/5.9 GB 40 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 99% ▕███████████████ ▏ 5.9 GB/5.9 GB 40 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 99% ▕███████████████ ▏ 5.9 GB/5.9 GB 40 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 99% ▕███████████████ ▏ 5.9 GB/5.9 GB 40 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕███████████████ ▏ 5.9 GB/5.9 GB 40 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕███████████████ ▏ 5.9 GB/5.9 GB 40 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕███████████████ ▏ 5.9 GB/5.9 GB 40 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕███████████████ ▏ 5.9 GB/5.9 GB 40 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕███████████████ ▏ 5.9 GB/5.9 GB 40 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕███████████████ ▏ 5.9 GB/5.9 GB 40 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕███████████████ ▏ 5.9 GB/5.9 GB 40 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕███████████████ ▏ 5.9 GB/5.9 GB 40 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕███████████████ ▏ 5.9 GB/5.9 GB 40 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕███████████████ ▏ 5.9 GB/5.9 GB 40 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing fd95302bb542... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing fd95302bb542... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing fd95302bb542... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing fd95302bb542... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing fd95302bb542... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing fd95302bb542... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing fd95302bb542... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing fd95302bb542... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing fd95302bb542... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing fd95302bb542... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing fd95302bb542... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing fd95302bb542... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing fd95302bb542... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing fd95302bb542... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing fd95302bb542... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing fd95302bb542... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing fd95302bb542... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing fd95302bb542... 100% ▕████████████████▏ 457 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ee4c5f5e2b43... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ee4c5f5e2b43... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ee4c5f5e2b43... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ee4c5f5e2b43... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ee4c5f5e2b43... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ee4c5f5e2b43... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ee4c5f5e2b43... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ee4c5f5e2b43... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ee4c5f5e2b43... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ee4c5f5e2b43... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ee4c5f5e2b43... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ee4c5f5e2b43... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ee4c5f5e2b43... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ee4c5f5e2b43... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ee4c5f5e2b43... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ee4c5f5e2b43... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ee4c5f5e2b43... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ee4c5f5e2b43... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ee4c5f5e2b43... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ee4c5f5e2b43... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ee4c5f5e2b43... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ee4c5f5e2b43... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ee4c5f5e2b43... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ee4c5f5e2b43... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ee4c5f5e2b43... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ee4c5f5e2b43... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ee4c5f5e2b43... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ee4c5f5e2b43... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ee4c5f5e2b43... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ee4c5f5e2b43... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ee4c5f5e2b43... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ee4c5f5e2b43... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ee4c5f5e2b43... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ee4c5f5e2b43... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ee4c5f5e2b43... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ee4c5f5e2b43... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ee4c5f5e2b43... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ee4c5f5e2b43... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ee4c5f5e2b43... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ee4c5f5e2b43... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ee4c5f5e2b43... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ee4c5f5e2b43... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ee4c5f5e2b43... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ee4c5f5e2b43... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ee4c5f5e2b43... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ee4c5f5e2b43... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ee4c5f5e2b43... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ee4c5f5e2b43... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ee4c5f5e2b43... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ee4c5f5e2b43... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ee4c5f5e2b43... 100% ▕████████████████▏ 455 B \n", "pushing manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing fd95302bb542... 100% ▕████████████████▏ 457 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ee4c5f5e2b43... 100% ▕████████████████▏ 455 B \n", "pushing manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing fd95302bb542... 100% ▕████████████████▏ 457 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ee4c5f5e2b43... 100% ▕████████████████▏ 455 B \n", "pushing manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing fd95302bb542... 100% ▕████████████████▏ 457 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ee4c5f5e2b43... 100% ▕████████████████▏ 455 B \n", "pushing manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing fd95302bb542... 100% ▕████████████████▏ 457 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ee4c5f5e2b43... 100% ▕████████████████▏ 455 B \n", "pushing manifest ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing fd95302bb542... 100% ▕████████████████▏ 457 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ee4c5f5e2b43... 100% ▕████████████████▏ 455 B \n", "pushing manifest ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing fd95302bb542... 100% ▕████████████████▏ 457 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ee4c5f5e2b43... 100% ▕████████████████▏ 455 B \n", "pushing manifest ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing fd95302bb542... 100% ▕████████████████▏ 457 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ee4c5f5e2b43... 100% ▕████████████████▏ 455 B \n", "pushing manifest ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing fd95302bb542... 100% ▕████████████████▏ 457 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ee4c5f5e2b43... 100% ▕████████████████▏ 455 B \n", "pushing manifest ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing fd95302bb542... 100% ▕████████████████▏ 457 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ee4c5f5e2b43... 100% ▕████████████████▏ 455 B \n", "pushing manifest ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing fd95302bb542... 100% ▕████████████████▏ 457 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ee4c5f5e2b43... 100% ▕████████████████▏ 455 B \n", "pushing manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing fd95302bb542... 100% ▕████████████████▏ 457 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ee4c5f5e2b43... 100% ▕████████████████▏ 455 B \n", "pushing manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing fd95302bb542... 100% ▕████████████████▏ 457 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ee4c5f5e2b43... 100% ▕████████████████▏ 455 B \n", "pushing manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing fd95302bb542... 100% ▕████████████████▏ 457 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ee4c5f5e2b43... 100% ▕████████████████▏ 455 B \n", "pushing manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing fd95302bb542... 100% ▕████████████████▏ 457 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ee4c5f5e2b43... 100% ▕████████████████▏ 455 B \n", "pushing manifest ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing fd95302bb542... 100% ▕████████████████▏ 457 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ee4c5f5e2b43... 100% ▕████████████████▏ 455 B \n", "pushing manifest ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing fd95302bb542... 100% ▕████████████████▏ 457 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ee4c5f5e2b43... 100% ▕████████████████▏ 455 B \n", "pushing manifest ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing fd95302bb542... 100% ▕████████████████▏ 457 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ee4c5f5e2b43... 100% ▕████████████████▏ 455 B \n", "pushing manifest ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing fd95302bb542... 100% ▕████████████████▏ 457 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ee4c5f5e2b43... 100% ▕████████████████▏ 455 B \n", "pushing manifest ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing fd95302bb542... 100% ▕████████████████▏ 457 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ee4c5f5e2b43... 100% ▕████████████████▏ 455 B \n", "pushing manifest ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing fd95302bb542... 100% ▕████████████████▏ 457 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ee4c5f5e2b43... 100% ▕████████████████▏ 455 B \n", "pushing manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing fd95302bb542... 100% ▕████████████████▏ 457 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ee4c5f5e2b43... 100% ▕████████████████▏ 455 B \n", "pushing manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing fd95302bb542... 100% ▕████████████████▏ 457 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ee4c5f5e2b43... 100% ▕████████████████▏ 455 B \n", "pushing manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing fd95302bb542... 100% ▕████████████████▏ 457 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ee4c5f5e2b43... 100% ▕████████████████▏ 455 B \n", "pushing manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing fd95302bb542... 100% ▕████████████████▏ 457 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ee4c5f5e2b43... 100% ▕████████████████▏ 455 B \n", "pushing manifest ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing fd95302bb542... 100% ▕████████████████▏ 457 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ee4c5f5e2b43... 100% ▕████████████████▏ 455 B \n", "pushing manifest ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing fd95302bb542... 100% ▕████████████████▏ 457 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ee4c5f5e2b43... 100% ▕████████████████▏ 455 B \n", "pushing manifest ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing fd95302bb542... 100% ▕████████████████▏ 457 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ee4c5f5e2b43... 100% ▕████████████████▏ 455 B \n", "pushing manifest ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing fd95302bb542... 100% ▕████████████████▏ 457 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ee4c5f5e2b43... 100% ▕████████████████▏ 455 B \n", "pushing manifest ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing fd95302bb542... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing fd95302bb542... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing fd95302bb542... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing fd95302bb542... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing fd95302bb542... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing fd95302bb542... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing fd95302bb542... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing fd95302bb542... 100% ▕████████████████▏ 457 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ee4c5f5e2b43... 100% ▕████████████████▏ 455 B \n", "pushing manifest \n", "success \u001b[?25h\n", - "\u001b[?25ltransferring model data ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data \n", + "\u001b[?25ltransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", "creating model layer ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", "creating model layer ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", "creating model layer ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", @@ -4672,3737 +20342,2973 @@ "creating model layer ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", "creating model layer ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", "creating model layer ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", "creating model layer \n", "creating template layer \n", "creating system layer \n", "creating parameters layer \n", "creating config layer \n", - "using already created layer sha256:3b452f408f0220bb930dcd4585be4c9766d191525d0a4b7b24ddb9c2b92125de \n", + "using already created layer sha256:2b234e4a9ad4a8802340f91eb7f1b9da6d949c3447637a1d3f2fdf4b04223be6 \n", + "using already created layer sha256:04de533bb8fd4eb327158f79cdc0de736558e45d198db9275ef536f470281f1f \n", + "using already created layer sha256:af41c51c14924c73d476c474dd0617253462cdb32f1256d8b3d3d9fc00371199 \n", + "using already created layer sha256:3559b403e83a9669ecd8d347a509c20b870674a9838218f8b812c93c419fec88 \n", + "writing layer sha256:ddace7f76294d4d8c824702da6ad36ac6ca1cfb45e7c990fb2c1bee2d818e3f9 \n", + "writing manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer \n", + "creating template layer \n", + "creating system layer \n", + "creating parameters layer \n", + "creating config layer \n", + "using already created layer sha256:2b234e4a9ad4a8802340f91eb7f1b9da6d949c3447637a1d3f2fdf4b04223be6 \n", "using already created layer sha256:04de533bb8fd4eb327158f79cdc0de736558e45d198db9275ef536f470281f1f \n", - "using already created layer sha256:093c79b06599174755ae0ffd0a0700fc1e03daa55b1755e242836c329fcf9811 \n", - "using already created layer sha256:d8ba2f9a17b3bbdeb5690efaa409b3fcb0b56296a777c7a69c78aa33bbddf182 \n", - "writing layer sha256:f5ab84b2a910d6a5332ed487f38ec618411f1b68e46f37ae3d856bda4d4e8290 \n", + "using already created layer sha256:af41c51c14924c73d476c474dd0617253462cdb32f1256d8b3d3d9fc00371199 \n", + "using already created layer sha256:3559b403e83a9669ecd8d347a509c20b870674a9838218f8b812c93c419fec88 \n", + "writing layer sha256:ddace7f76294d4d8c824702da6ad36ac6ca1cfb45e7c990fb2c1bee2d818e3f9 \n", "writing manifest \n", "success \u001b[?25h\n", - "copied 'notus:q3_K_S' to 'davidberenstein1957/notus:q3_K_S'\n", - "\u001b[?25lretrieving manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 0% ▕ ▏ 1.8 MB/3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 0% ▕ ▏ 1.8 MB/3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 0% ▕ ▏ 2.1 MB/3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 0% ▕ ▏ 2.1 MB/3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 0% ▕ ▏ 2.1 MB/3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 0% ▕ ▏ 2.1 MB/3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 0% ▕ ▏ 3.2 MB/3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 0% ▕ ▏ 3.2 MB/3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 0% ▕ ▏ 3.2 MB/3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 0% ▕ ▏ 3.2 MB/3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 0% ▕ ▏ 1.9 MB/3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 0% ▕ ▏ 3.4 MB/3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 0% ▕ ▏ 6.9 MB/3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 0% ▕ ▏ 11 MB/3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 0% ▕ ▏ 13 MB/3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 0% ▕ ▏ 15 MB/3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 1% ▕ ▏ 17 MB/3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 1% ▕ ▏ 20 MB/3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 1% ▕ ▏ 25 MB/3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 1% ▕ ▏ 26 MB/3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 1% ▕ ▏ 30 MB/3.2 GB 14 MB/s 3m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 1% ▕ ▏ 32 MB/3.2 GB 14 MB/s 3m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 1% ▕ ▏ 32 MB/3.2 GB 14 MB/s 3m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 1% ▕ ▏ 33 MB/3.2 GB 14 MB/s 3m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 1% ▕ ▏ 37 MB/3.2 GB 14 MB/s 3m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 1% ▕ ▏ 40 MB/3.2 GB 14 MB/s 3m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 1% ▕ ▏ 44 MB/3.2 GB 14 MB/s 3m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 2% ▕ ▏ 48 MB/3.2 GB 14 MB/s 3m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 2% ▕ ▏ 49 MB/3.2 GB 14 MB/s 3m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 2% ▕ ▏ 53 MB/3.2 GB 14 MB/s 3m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 2% ▕ ▏ 59 MB/3.2 GB 19 MB/s 2m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 2% ▕ ▏ 64 MB/3.2 GB 19 MB/s 2m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 2% ▕ ▏ 67 MB/3.2 GB 19 MB/s 2m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 2% ▕ ▏ 67 MB/3.2 GB 19 MB/s 2m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 2% ▕ ▏ 75 MB/3.2 GB 19 MB/s 2m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 2% ▕ ▏ 77 MB/3.2 GB 19 MB/s 2m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 2% ▕ ▏ 75 MB/3.2 GB 19 MB/s 2m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 2% ▕ ▏ 75 MB/3.2 GB 19 MB/s 2m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 3% ▕ ▏ 79 MB/3.2 GB 19 MB/s 2m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 3% ▕ ▏ 82 MB/3.2 GB 19 MB/s 2m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 3% ▕ ▏ 85 MB/3.2 GB 21 MB/s 2m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 3% ▕ ▏ 85 MB/3.2 GB 21 MB/s 2m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 3% ▕ ▏ 92 MB/3.2 GB 21 MB/s 2m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 3% ▕ ▏ 96 MB/3.2 GB 21 MB/s 2m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 3% ▕ ▏ 98 MB/3.2 GB 21 MB/s 2m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 3% ▕ ▏ 99 MB/3.2 GB 21 MB/s 2m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 3% ▕ ▏ 100 MB/3.2 GB 21 MB/s 2m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 3% ▕ ▏ 103 MB/3.2 GB 21 MB/s 2m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 3% ▕ ▏ 106 MB/3.2 GB 21 MB/s 2m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 4% ▕ ▏ 111 MB/3.2 GB 21 MB/s 2m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 4% ▕ ▏ 111 MB/3.2 GB 21 MB/s 2m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 4% ▕ ▏ 111 MB/3.2 GB 22 MB/s 2m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 3% ▕ ▏ 108 MB/3.2 GB 22 MB/s 2m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 4% ▕ ▏ 114 MB/3.2 GB 22 MB/s 2m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 4% ▕ ▏ 115 MB/3.2 GB 22 MB/s 2m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 4% ▕ ▏ 116 MB/3.2 GB 22 MB/s 2m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 4% ▕ ▏ 116 MB/3.2 GB 22 MB/s 2m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 4% ▕ ▏ 121 MB/3.2 GB 22 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 4% ▕ ▏ 123 MB/3.2 GB 22 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 4% ▕ ▏ 124 MB/3.2 GB 22 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 4% ▕ ▏ 129 MB/3.2 GB 22 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 4% ▕ ▏ 131 MB/3.2 GB 21 MB/s 2m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 4% ▕ ▏ 134 MB/3.2 GB 21 MB/s 2m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 4% ▕ ▏ 136 MB/3.2 GB 21 MB/s 2m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 4% ▕ ▏ 136 MB/3.2 GB 21 MB/s 2m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 4% ▕ ▏ 134 MB/3.2 GB 21 MB/s 2m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 4% ▕ ▏ 141 MB/3.2 GB 21 MB/s 2m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 4% ▕ ▏ 142 MB/3.2 GB 21 MB/s 2m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 4% ▕ ▏ 142 MB/3.2 GB 21 MB/s 2m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 5% ▕ ▏ 143 MB/3.2 GB 21 MB/s 2m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 5% ▕ ▏ 146 MB/3.2 GB 21 MB/s 2m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 5% ▕ ▏ 149 MB/3.2 GB 21 MB/s 2m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 5% ▕ ▏ 153 MB/3.2 GB 21 MB/s 2m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 5% ▕ ▏ 154 MB/3.2 GB 21 MB/s 2m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 5% ▕ ▏ 154 MB/3.2 GB 21 MB/s 2m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 5% ▕ ▏ 162 MB/3.2 GB 21 MB/s 2m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 5% ▕ ▏ 167 MB/3.2 GB 21 MB/s 2m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 5% ▕ ▏ 168 MB/3.2 GB 21 MB/s 2m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 5% ▕ ▏ 164 MB/3.2 GB 21 MB/s 2m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 5% ▕ ▏ 171 MB/3.2 GB 21 MB/s 2m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 5% ▕ ▏ 172 MB/3.2 GB 21 MB/s 2m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 5% ▕ ▏ 172 MB/3.2 GB 21 MB/s 2m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 6% ▕ ▏ 180 MB/3.2 GB 21 MB/s 2m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 6% ▕ ▏ 181 MB/3.2 GB 21 MB/s 2m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 6% ▕ ▏ 182 MB/3.2 GB 21 MB/s 2m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 6% ▕ ▏ 186 MB/3.2 GB 21 MB/s 2m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 6% ▕ ▏ 188 MB/3.2 GB 21 MB/s 2m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 6% ▕ ▏ 193 MB/3.2 GB 21 MB/s 2m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 6% ▕█ ▏ 198 MB/3.2 GB 21 MB/s 2m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 6% ▕█ ▏ 199 MB/3.2 GB 21 MB/s 2m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 6% ▕█ ▏ 199 MB/3.2 GB 21 MB/s 2m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 6% ▕█ ▏ 205 MB/3.2 GB 22 MB/s 2m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 7% ▕█ ▏ 206 MB/3.2 GB 22 MB/s 2m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 6% ▕█ ▏ 202 MB/3.2 GB 22 MB/s 2m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 6% ▕█ ▏ 205 MB/3.2 GB 22 MB/s 2m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 7% ▕█ ▏ 206 MB/3.2 GB 22 MB/s 2m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 7% ▕█ ▏ 206 MB/3.2 GB 22 MB/s 2m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 7% ▕█ ▏ 212 MB/3.2 GB 22 MB/s 2m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 7% ▕█ ▏ 215 MB/3.2 GB 22 MB/s 2m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 7% ▕█ ▏ 217 MB/3.2 GB 22 MB/s 2m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 7% ▕█ ▏ 218 MB/3.2 GB 22 MB/s 2m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 7% ▕█ ▏ 218 MB/3.2 GB 22 MB/s 2m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 7% ▕█ ▏ 220 MB/3.2 GB 24 MB/s 2m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 7% ▕█ ▏ 222 MB/3.2 GB 24 MB/s 2m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 7% ▕█ ▏ 225 MB/3.2 GB 24 MB/s 2m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 7% ▕█ ▏ 231 MB/3.2 GB 24 MB/s 2m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 7% ▕█ ▏ 233 MB/3.2 GB 24 MB/s 2m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 7% ▕█ ▏ 233 MB/3.2 GB 24 MB/s 2m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 7% ▕█ ▏ 232 MB/3.2 GB 24 MB/s 2m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 7% ▕█ ▏ 235 MB/3.2 GB 24 MB/s 2m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 8% ▕█ ▏ 238 MB/3.2 GB 24 MB/s 2m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 8% ▕█ ▏ 243 MB/3.2 GB 24 MB/s 2m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 8% ▕█ ▏ 244 MB/3.2 GB 23 MB/s 2m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 8% ▕█ ▏ 246 MB/3.2 GB 23 MB/s 2m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 8% ▕█ ▏ 249 MB/3.2 GB 23 MB/s 2m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 8% ▕█ ▏ 252 MB/3.2 GB 23 MB/s 2m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 8% ▕█ ▏ 254 MB/3.2 GB 23 MB/s 2m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 8% ▕█ ▏ 257 MB/3.2 GB 23 MB/s 2m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 8% ▕█ ▏ 260 MB/3.2 GB 23 MB/s 2m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 8% ▕█ ▏ 264 MB/3.2 GB 23 MB/s 2m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 8% ▕█ ▏ 267 MB/3.2 GB 23 MB/s 2m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 9% ▕█ ▏ 270 MB/3.2 GB 23 MB/s 2m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 9% ▕█ ▏ 272 MB/3.2 GB 23 MB/s 2m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 9% ▕█ ▏ 277 MB/3.2 GB 23 MB/s 2m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 9% ▕█ ▏ 280 MB/3.2 GB 23 MB/s 2m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 9% ▕█ ▏ 280 MB/3.2 GB 23 MB/s 2m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 9% ▕█ ▏ 280 MB/3.2 GB 23 MB/s 2m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 9% ▕█ ▏ 287 MB/3.2 GB 23 MB/s 2m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 9% ▕█ ▏ 290 MB/3.2 GB 23 MB/s 2m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 9% ▕█ ▏ 295 MB/3.2 GB 23 MB/s 2m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 9% ▕█ ▏ 299 MB/3.2 GB 23 MB/s 2m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 9% ▕█ ▏ 299 MB/3.2 GB 23 MB/s 2m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 9% ▕█ ▏ 299 MB/3.2 GB 23 MB/s 2m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 10% ▕█ ▏ 302 MB/3.2 GB 23 MB/s 2m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 10% ▕█ ▏ 309 MB/3.2 GB 23 MB/s 2m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 10% ▕█ ▏ 312 MB/3.2 GB 23 MB/s 2m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 10% ▕█ ▏ 313 MB/3.2 GB 23 MB/s 2m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 10% ▕█ ▏ 313 MB/3.2 GB 23 MB/s 2m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 10% ▕█ ▏ 312 MB/3.2 GB 23 MB/s 2m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 10% ▕█ ▏ 317 MB/3.2 GB 23 MB/s 1m59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 10% ▕█ ▏ 318 MB/3.2 GB 23 MB/s 1m59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 10% ▕█ ▏ 325 MB/3.2 GB 23 MB/s 1m59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 10% ▕█ ▏ 330 MB/3.2 GB 24 MB/s 1m56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 10% ▕█ ▏ 330 MB/3.2 GB 24 MB/s 1m56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 10% ▕█ ▏ 331 MB/3.2 GB 24 MB/s 1m56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 11% ▕█ ▏ 336 MB/3.2 GB 24 MB/s 1m56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 11% ▕█ ▏ 336 MB/3.2 GB 24 MB/s 1m56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 11% ▕█ ▏ 339 MB/3.2 GB 24 MB/s 1m56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 11% ▕█ ▏ 344 MB/3.2 GB 24 MB/s 1m56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 11% ▕█ ▏ 344 MB/3.2 GB 24 MB/s 1m56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 11% ▕█ ▏ 350 MB/3.2 GB 24 MB/s 1m55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 11% ▕█ ▏ 356 MB/3.2 GB 24 MB/s 1m55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 11% ▕█ ▏ 357 MB/3.2 GB 24 MB/s 1m55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 11% ▕█ ▏ 359 MB/3.2 GB 25 MB/s 1m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 11% ▕█ ▏ 357 MB/3.2 GB 25 MB/s 1m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 11% ▕█ ▏ 358 MB/3.2 GB 25 MB/s 1m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 11% ▕█ ▏ 363 MB/3.2 GB 25 MB/s 1m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 12% ▕█ ▏ 368 MB/3.2 GB 25 MB/s 1m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 12% ▕█ ▏ 369 MB/3.2 GB 25 MB/s 1m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 12% ▕█ ▏ 372 MB/3.2 GB 25 MB/s 1m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 12% ▕█ ▏ 376 MB/3.2 GB 25 MB/s 1m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 12% ▕█ ▏ 380 MB/3.2 GB 25 MB/s 1m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 12% ▕█ ▏ 383 MB/3.2 GB 25 MB/s 1m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 12% ▕█ ▏ 384 MB/3.2 GB 26 MB/s 1m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 12% ▕█ ▏ 385 MB/3.2 GB 26 MB/s 1m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 12% ▕█ ▏ 387 MB/3.2 GB 26 MB/s 1m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 12% ▕█ ▏ 390 MB/3.2 GB 26 MB/s 1m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 13% ▕██ ▏ 395 MB/3.2 GB 26 MB/s 1m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 13% ▕██ ▏ 398 MB/3.2 GB 26 MB/s 1m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 13% ▕██ ▏ 401 MB/3.2 GB 26 MB/s 1m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 13% ▕██ ▏ 403 MB/3.2 GB 26 MB/s 1m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 13% ▕██ ▏ 407 MB/3.2 GB 26 MB/s 1m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 13% ▕██ ▏ 410 MB/3.2 GB 26 MB/s 1m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 13% ▕██ ▏ 413 MB/3.2 GB 26 MB/s 1m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 13% ▕██ ▏ 418 MB/3.2 GB 26 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 13% ▕██ ▏ 420 MB/3.2 GB 26 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 13% ▕██ ▏ 420 MB/3.2 GB 26 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 13% ▕██ ▏ 424 MB/3.2 GB 26 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 14% ▕██ ▏ 429 MB/3.2 GB 26 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 14% ▕██ ▏ 431 MB/3.2 GB 26 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 14% ▕██ ▏ 437 MB/3.2 GB 26 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 14% ▕██ ▏ 439 MB/3.2 GB 26 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 14% ▕██ ▏ 439 MB/3.2 GB 26 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 14% ▕██ ▏ 441 MB/3.2 GB 26 MB/s 1m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 14% ▕██ ▏ 443 MB/3.2 GB 26 MB/s 1m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 14% ▕██ ▏ 447 MB/3.2 GB 26 MB/s 1m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 15% ▕██ ▏ 459 MB/3.2 GB 26 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 15% ▕██ ▏ 461 MB/3.2 GB 26 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 15% ▕██ ▏ 463 MB/3.2 GB 26 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 15% ▕██ ▏ 465 MB/3.2 GB 26 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 15% ▕██ ▏ 466 MB/3.2 GB 26 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 15% ▕██ ▏ 468 MB/3.2 GB 26 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 15% ▕██ ▏ 473 MB/3.2 GB 26 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 15% ▕██ ▏ 475 MB/3.2 GB 28 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 15% ▕██ ▏ 476 MB/3.2 GB 28 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 15% ▕██ ▏ 479 MB/3.2 GB 28 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 15% ▕██ ▏ 480 MB/3.2 GB 28 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 15% ▕██ ▏ 484 MB/3.2 GB 28 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 15% ▕██ ▏ 487 MB/3.2 GB 28 MB/s 1m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 16% ▕██ ▏ 495 MB/3.2 GB 28 MB/s 1m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 16% ▕██ ▏ 497 MB/3.2 GB 28 MB/s 1m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 16% ▕██ ▏ 501 MB/3.2 GB 28 MB/s 1m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 16% ▕██ ▏ 504 MB/3.2 GB 28 MB/s 1m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 16% ▕██ ▏ 508 MB/3.2 GB 28 MB/s 1m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 16% ▕██ ▏ 513 MB/3.2 GB 29 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 16% ▕██ ▏ 515 MB/3.2 GB 29 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 16% ▕██ ▏ 515 MB/3.2 GB 29 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 16% ▕██ ▏ 516 MB/3.2 GB 29 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 16% ▕██ ▏ 518 MB/3.2 GB 29 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 16% ▕██ ▏ 518 MB/3.2 GB 29 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 17% ▕██ ▏ 522 MB/3.2 GB 29 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 17% ▕██ ▏ 526 MB/3.2 GB 29 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 17% ▕██ ▏ 528 MB/3.2 GB 29 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 17% ▕██ ▏ 534 MB/3.2 GB 29 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 17% ▕██ ▏ 535 MB/3.2 GB 29 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 17% ▕██ ▏ 535 MB/3.2 GB 29 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 17% ▕██ ▏ 537 MB/3.2 GB 29 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 17% ▕██ ▏ 542 MB/3.2 GB 29 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 17% ▕██ ▏ 543 MB/3.2 GB 29 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 17% ▕██ ▏ 544 MB/3.2 GB 29 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 17% ▕██ ▏ 549 MB/3.2 GB 29 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 17% ▕██ ▏ 552 MB/3.2 GB 29 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 18% ▕██ ▏ 557 MB/3.2 GB 29 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 18% ▕██ ▏ 560 MB/3.2 GB 29 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 18% ▕██ ▏ 562 MB/3.2 GB 29 MB/s 1m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 18% ▕██ ▏ 566 MB/3.2 GB 29 MB/s 1m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 18% ▕██ ▏ 567 MB/3.2 GB 29 MB/s 1m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 18% ▕██ ▏ 567 MB/3.2 GB 29 MB/s 1m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 18% ▕██ ▏ 566 MB/3.2 GB 29 MB/s 1m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 18% ▕██ ▏ 575 MB/3.2 GB 29 MB/s 1m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 18% ▕██ ▏ 578 MB/3.2 GB 29 MB/s 1m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 18% ▕██ ▏ 579 MB/3.2 GB 29 MB/s 1m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 18% ▕██ ▏ 582 MB/3.2 GB 29 MB/s 1m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 19% ▕██ ▏ 588 MB/3.2 GB 29 MB/s 1m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 19% ▕██ ▏ 589 MB/3.2 GB 28 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 19% ▕██ ▏ 589 MB/3.2 GB 28 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 19% ▕██ ▏ 590 MB/3.2 GB 28 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 19% ▕██ ▏ 590 MB/3.2 GB 28 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 19% ▕██ ▏ 590 MB/3.2 GB 28 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 19% ▕███ ▏ 596 MB/3.2 GB 28 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 19% ▕███ ▏ 602 MB/3.2 GB 28 MB/s 1m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 19% ▕███ ▏ 605 MB/3.2 GB 28 MB/s 1m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 19% ▕███ ▏ 607 MB/3.2 GB 28 MB/s 1m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 19% ▕███ ▏ 610 MB/3.2 GB 28 MB/s 1m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 19% ▕███ ▏ 613 MB/3.2 GB 28 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 19% ▕███ ▏ 613 MB/3.2 GB 28 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 20% ▕███ ▏ 617 MB/3.2 GB 28 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 20% ▕███ ▏ 621 MB/3.2 GB 28 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 20% ▕███ ▏ 622 MB/3.2 GB 28 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 20% ▕███ ▏ 624 MB/3.2 GB 28 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 20% ▕███ ▏ 628 MB/3.2 GB 28 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 20% ▕███ ▏ 629 MB/3.2 GB 28 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 20% ▕███ ▏ 634 MB/3.2 GB 28 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 20% ▕███ ▏ 637 MB/3.2 GB 28 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 20% ▕███ ▏ 638 MB/3.2 GB 28 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 20% ▕███ ▏ 643 MB/3.2 GB 28 MB/s 1m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 20% ▕███ ▏ 645 MB/3.2 GB 28 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 20% ▕███ ▏ 646 MB/3.2 GB 28 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 21% ▕███ ▏ 651 MB/3.2 GB 28 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 21% ▕███ ▏ 655 MB/3.2 GB 28 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 21% ▕███ ▏ 657 MB/3.2 GB 28 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 21% ▕███ ▏ 660 MB/3.2 GB 28 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 21% ▕███ ▏ 663 MB/3.2 GB 28 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 21% ▕███ ▏ 663 MB/3.2 GB 28 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 21% ▕███ ▏ 666 MB/3.2 GB 28 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 21% ▕███ ▏ 669 MB/3.2 GB 28 MB/s 1m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 21% ▕███ ▏ 676 MB/3.2 GB 28 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 21% ▕███ ▏ 679 MB/3.2 GB 28 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 22% ▕███ ▏ 682 MB/3.2 GB 28 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 22% ▕███ ▏ 682 MB/3.2 GB 28 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 22% ▕███ ▏ 683 MB/3.2 GB 28 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 22% ▕███ ▏ 684 MB/3.2 GB 28 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 22% ▕███ ▏ 685 MB/3.2 GB 28 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 22% ▕███ ▏ 688 MB/3.2 GB 28 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 22% ▕███ ▏ 696 MB/3.2 GB 28 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 22% ▕███ ▏ 698 MB/3.2 GB 28 MB/s 1m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 22% ▕███ ▏ 703 MB/3.2 GB 28 MB/s 1m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 22% ▕███ ▏ 704 MB/3.2 GB 28 MB/s 1m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 22% ▕███ ▏ 705 MB/3.2 GB 28 MB/s 1m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 22% ▕███ ▏ 706 MB/3.2 GB 28 MB/s 1m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 22% ▕███ ▏ 709 MB/3.2 GB 28 MB/s 1m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 23% ▕███ ▏ 713 MB/3.2 GB 28 MB/s 1m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 23% ▕███ ▏ 716 MB/3.2 GB 28 MB/s 1m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 23% ▕███ ▏ 718 MB/3.2 GB 28 MB/s 1m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 23% ▕███ ▏ 718 MB/3.2 GB 28 MB/s 1m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 23% ▕███ ▏ 720 MB/3.2 GB 27 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 23% ▕███ ▏ 726 MB/3.2 GB 27 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 23% ▕███ ▏ 727 MB/3.2 GB 27 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 23% ▕███ ▏ 735 MB/3.2 GB 27 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 23% ▕███ ▏ 738 MB/3.2 GB 27 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 23% ▕███ ▏ 740 MB/3.2 GB 27 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 24% ▕███ ▏ 745 MB/3.2 GB 27 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 24% ▕███ ▏ 747 MB/3.2 GB 27 MB/s 1m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 24% ▕███ ▏ 748 MB/3.2 GB 27 MB/s 1m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 24% ▕███ ▏ 750 MB/3.2 GB 27 MB/s 1m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 24% ▕███ ▏ 754 MB/3.2 GB 27 MB/s 1m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 24% ▕███ ▏ 756 MB/3.2 GB 27 MB/s 1m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 24% ▕███ ▏ 761 MB/3.2 GB 27 MB/s 1m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 24% ▕███ ▏ 763 MB/3.2 GB 27 MB/s 1m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 24% ▕███ ▏ 765 MB/3.2 GB 27 MB/s 1m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 24% ▕███ ▏ 766 MB/3.2 GB 27 MB/s 1m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 24% ▕███ ▏ 769 MB/3.2 GB 27 MB/s 1m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 24% ▕███ ▏ 770 MB/3.2 GB 27 MB/s 1m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 24% ▕███ ▏ 772 MB/3.2 GB 27 MB/s 1m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 25% ▕███ ▏ 781 MB/3.2 GB 27 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 25% ▕███ ▏ 782 MB/3.2 GB 27 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 25% ▕███ ▏ 788 MB/3.2 GB 27 MB/s 1m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 25% ▕███ ▏ 788 MB/3.2 GB 27 MB/s 1m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 25% ▕███ ▏ 788 MB/3.2 GB 27 MB/s 1m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 25% ▕███ ▏ 789 MB/3.2 GB 27 MB/s 1m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 25% ▕████ ▏ 792 MB/3.2 GB 27 MB/s 1m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 25% ▕████ ▏ 793 MB/3.2 GB 27 MB/s 1m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 25% ▕████ ▏ 798 MB/3.2 GB 27 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 25% ▕████ ▏ 806 MB/3.2 GB 27 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 26% ▕████ ▏ 807 MB/3.2 GB 27 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 25% ▕████ ▏ 806 MB/3.2 GB 27 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 25% ▕████ ▏ 806 MB/3.2 GB 27 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 26% ▕████ ▏ 809 MB/3.2 GB 27 MB/s 1m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 26% ▕████ ▏ 813 MB/3.2 GB 27 MB/s 1m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 26% ▕████ ▏ 825 MB/3.2 GB 27 MB/s 1m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 26% ▕████ ▏ 826 MB/3.2 GB 27 MB/s 1m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 26% ▕████ ▏ 828 MB/3.2 GB 27 MB/s 1m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 26% ▕████ ▏ 831 MB/3.2 GB 27 MB/s 1m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 26% ▕████ ▏ 834 MB/3.2 GB 27 MB/s 1m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 27% ▕████ ▏ 841 MB/3.2 GB 27 MB/s 1m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 27% ▕████ ▏ 846 MB/3.2 GB 27 MB/s 1m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 27% ▕████ ▏ 846 MB/3.2 GB 28 MB/s 1m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 27% ▕████ ▏ 848 MB/3.2 GB 28 MB/s 1m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 27% ▕████ ▏ 848 MB/3.2 GB 28 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 27% ▕████ ▏ 850 MB/3.2 GB 28 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 27% ▕████ ▏ 852 MB/3.2 GB 28 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 27% ▕████ ▏ 858 MB/3.2 GB 28 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 27% ▕████ ▏ 860 MB/3.2 GB 28 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 27% ▕████ ▏ 864 MB/3.2 GB 28 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 27% ▕████ ▏ 865 MB/3.2 GB 28 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 27% ▕████ ▏ 869 MB/3.2 GB 28 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 28% ▕████ ▏ 876 MB/3.2 GB 29 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 28% ▕████ ▏ 876 MB/3.2 GB 29 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 28% ▕████ ▏ 876 MB/3.2 GB 29 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 28% ▕████ ▏ 876 MB/3.2 GB 29 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 28% ▕████ ▏ 876 MB/3.2 GB 29 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 28% ▕████ ▏ 883 MB/3.2 GB 29 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 28% ▕████ ▏ 890 MB/3.2 GB 29 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 28% ▕████ ▏ 899 MB/3.2 GB 29 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 28% ▕████ ▏ 900 MB/3.2 GB 29 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 29% ▕████ ▏ 901 MB/3.2 GB 29 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 29% ▕████ ▏ 902 MB/3.2 GB 29 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 29% ▕████ ▏ 902 MB/3.2 GB 29 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 29% ▕████ ▏ 906 MB/3.2 GB 29 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 29% ▕████ ▏ 913 MB/3.2 GB 29 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 29% ▕████ ▏ 914 MB/3.2 GB 29 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 29% ▕████ ▏ 917 MB/3.2 GB 29 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 29% ▕████ ▏ 919 MB/3.2 GB 29 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 29% ▕████ ▏ 919 MB/3.2 GB 29 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 29% ▕████ ▏ 922 MB/3.2 GB 29 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 29% ▕████ ▏ 925 MB/3.2 GB 29 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 29% ▕████ ▏ 927 MB/3.2 GB 29 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 29% ▕████ ▏ 929 MB/3.2 GB 28 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 29% ▕████ ▏ 931 MB/3.2 GB 28 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 29% ▕████ ▏ 932 MB/3.2 GB 28 MB/s 1m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 30% ▕████ ▏ 935 MB/3.2 GB 28 MB/s 1m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 30% ▕████ ▏ 937 MB/3.2 GB 28 MB/s 1m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 30% ▕████ ▏ 940 MB/3.2 GB 28 MB/s 1m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 30% ▕████ ▏ 948 MB/3.2 GB 28 MB/s 1m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 30% ▕████ ▏ 950 MB/3.2 GB 28 MB/s 1m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 30% ▕████ ▏ 952 MB/3.2 GB 28 MB/s 1m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 30% ▕████ ▏ 954 MB/3.2 GB 28 MB/s 1m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 30% ▕████ ▏ 959 MB/3.2 GB 28 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 30% ▕████ ▏ 960 MB/3.2 GB 28 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 30% ▕████ ▏ 963 MB/3.2 GB 28 MB/s 1m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 31% ▕████ ▏ 971 MB/3.2 GB 28 MB/s 1m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 31% ▕████ ▏ 972 MB/3.2 GB 28 MB/s 1m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 31% ▕████ ▏ 973 MB/3.2 GB 28 MB/s 1m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 31% ▕████ ▏ 978 MB/3.2 GB 28 MB/s 1m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 31% ▕████ ▏ 980 MB/3.2 GB 28 MB/s 1m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 31% ▕████ ▏ 985 MB/3.2 GB 28 MB/s 1m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 31% ▕█████ ▏ 989 MB/3.2 GB 28 MB/s 1m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 31% ▕█████ ▏ 991 MB/3.2 GB 30 MB/s 1m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 31% ▕█████ ▏ 994 MB/3.2 GB 30 MB/s 1m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 32% ▕█████ ▏ 1.0 GB/3.2 GB 30 MB/s 1m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 32% ▕█████ ▏ 1.0 GB/3.2 GB 30 MB/s 1m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 32% ▕█████ ▏ 1.0 GB/3.2 GB 30 MB/s 1m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 32% ▕█████ ▏ 1.0 GB/3.2 GB 30 MB/s 1m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 32% ▕█████ ▏ 1.0 GB/3.2 GB 30 MB/s 1m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 32% ▕█████ ▏ 1.0 GB/3.2 GB 30 MB/s 1m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 32% ▕█████ ▏ 1.0 GB/3.2 GB 30 MB/s 1m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 32% ▕█████ ▏ 1.0 GB/3.2 GB 30 MB/s 1m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 32% ▕█████ ▏ 1.0 GB/3.2 GB 30 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 32% ▕█████ ▏ 1.0 GB/3.2 GB 30 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 33% ▕█████ ▏ 1.0 GB/3.2 GB 30 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 33% ▕█████ ▏ 1.0 GB/3.2 GB 30 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 33% ▕█████ ▏ 1.0 GB/3.2 GB 30 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 33% ▕█████ ▏ 1.0 GB/3.2 GB 30 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 33% ▕█████ ▏ 1.0 GB/3.2 GB 30 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 33% ▕█████ ▏ 1.0 GB/3.2 GB 30 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 33% ▕█████ ▏ 1.1 GB/3.2 GB 30 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 33% ▕█████ ▏ 1.1 GB/3.2 GB 30 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 34% ▕█████ ▏ 1.1 GB/3.2 GB 30 MB/s 1m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 34% ▕█████ ▏ 1.1 GB/3.2 GB 30 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 34% ▕█████ ▏ 1.1 GB/3.2 GB 30 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 34% ▕█████ ▏ 1.1 GB/3.2 GB 30 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 34% ▕█████ ▏ 1.1 GB/3.2 GB 30 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 34% ▕█████ ▏ 1.1 GB/3.2 GB 30 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 34% ▕█████ ▏ 1.1 GB/3.2 GB 30 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 34% ▕█████ ▏ 1.1 GB/3.2 GB 30 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 34% ▕█████ ▏ 1.1 GB/3.2 GB 30 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 34% ▕█████ ▏ 1.1 GB/3.2 GB 30 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 35% ▕█████ ▏ 1.1 GB/3.2 GB 30 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 35% ▕█████ ▏ 1.1 GB/3.2 GB 32 MB/s 1m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 35% ▕█████ ▏ 1.1 GB/3.2 GB 32 MB/s 1m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 35% ▕█████ ▏ 1.1 GB/3.2 GB 32 MB/s 1m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 35% ▕█████ ▏ 1.1 GB/3.2 GB 32 MB/s 1m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 35% ▕█████ ▏ 1.1 GB/3.2 GB 32 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 35% ▕█████ ▏ 1.1 GB/3.2 GB 32 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 35% ▕█████ ▏ 1.1 GB/3.2 GB 32 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 36% ▕█████ ▏ 1.1 GB/3.2 GB 32 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 36% ▕█████ ▏ 1.1 GB/3.2 GB 32 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 36% ▕█████ ▏ 1.1 GB/3.2 GB 32 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 36% ▕█████ ▏ 1.1 GB/3.2 GB 31 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 36% ▕█████ ▏ 1.1 GB/3.2 GB 31 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 36% ▕█████ ▏ 1.1 GB/3.2 GB 31 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 36% ▕█████ ▏ 1.1 GB/3.2 GB 31 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 36% ▕█████ ▏ 1.1 GB/3.2 GB 31 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 37% ▕█████ ▏ 1.2 GB/3.2 GB 31 MB/s 1m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 37% ▕█████ ▏ 1.2 GB/3.2 GB 31 MB/s 1m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 37% ▕█████ ▏ 1.2 GB/3.2 GB 31 MB/s 1m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 37% ▕█████ ▏ 1.2 GB/3.2 GB 31 MB/s 1m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 37% ▕█████ ▏ 1.2 GB/3.2 GB 31 MB/s 1m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 37% ▕█████ ▏ 1.2 GB/3.2 GB 33 MB/s 59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 37% ▕█████ ▏ 1.2 GB/3.2 GB 33 MB/s 59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 37% ▕█████ ▏ 1.2 GB/3.2 GB 33 MB/s 59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 37% ▕█████ ▏ 1.2 GB/3.2 GB 33 MB/s 59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 38% ▕██████ ▏ 1.2 GB/3.2 GB 33 MB/s 59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 38% ▕██████ ▏ 1.2 GB/3.2 GB 33 MB/s 59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 38% ▕██████ ▏ 1.2 GB/3.2 GB 33 MB/s 59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 38% ▕██████ ▏ 1.2 GB/3.2 GB 33 MB/s 59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 38% ▕██████ ▏ 1.2 GB/3.2 GB 33 MB/s 59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 38% ▕██████ ▏ 1.2 GB/3.2 GB 33 MB/s 59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 38% ▕██████ ▏ 1.2 GB/3.2 GB 33 MB/s 59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 38% ▕██████ ▏ 1.2 GB/3.2 GB 33 MB/s 59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 38% ▕██████ ▏ 1.2 GB/3.2 GB 33 MB/s 59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 38% ▕██████ ▏ 1.2 GB/3.2 GB 33 MB/s 59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 38% ▕██████ ▏ 1.2 GB/3.2 GB 33 MB/s 59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 38% ▕██████ ▏ 1.2 GB/3.2 GB 33 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 38% ▕██████ ▏ 1.2 GB/3.2 GB 33 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 39% ▕██████ ▏ 1.2 GB/3.2 GB 33 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 39% ▕██████ ▏ 1.2 GB/3.2 GB 33 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 39% ▕██████ ▏ 1.2 GB/3.2 GB 33 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 39% ▕██████ ▏ 1.2 GB/3.2 GB 35 MB/s 54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 39% ▕██████ ▏ 1.2 GB/3.2 GB 35 MB/s 54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 39% ▕██████ ▏ 1.2 GB/3.2 GB 35 MB/s 54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 40% ▕██████ ▏ 1.3 GB/3.2 GB 35 MB/s 54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 40% ▕██████ ▏ 1.3 GB/3.2 GB 35 MB/s 54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 40% ▕██████ ▏ 1.3 GB/3.2 GB 35 MB/s 54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 40% ▕██████ ▏ 1.3 GB/3.2 GB 35 MB/s 54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 40% ▕██████ ▏ 1.3 GB/3.2 GB 35 MB/s 54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 40% ▕██████ ▏ 1.3 GB/3.2 GB 35 MB/s 54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 40% ▕██████ ▏ 1.3 GB/3.2 GB 35 MB/s 54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 40% ▕██████ ▏ 1.3 GB/3.2 GB 35 MB/s 54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 40% ▕██████ ▏ 1.3 GB/3.2 GB 33 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 40% ▕██████ ▏ 1.3 GB/3.2 GB 33 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 40% ▕██████ ▏ 1.3 GB/3.2 GB 33 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 40% ▕██████ ▏ 1.3 GB/3.2 GB 33 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 40% ▕██████ ▏ 1.3 GB/3.2 GB 33 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 40% ▕██████ ▏ 1.3 GB/3.2 GB 33 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 40% ▕██████ ▏ 1.3 GB/3.2 GB 33 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 40% ▕██████ ▏ 1.3 GB/3.2 GB 33 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 40% ▕██████ ▏ 1.3 GB/3.2 GB 33 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 40% ▕██████ ▏ 1.3 GB/3.2 GB 33 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 40% ▕██████ ▏ 1.3 GB/3.2 GB 31 MB/s 59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 40% ▕██████ ▏ 1.3 GB/3.2 GB 31 MB/s 59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 41% ▕██████ ▏ 1.3 GB/3.2 GB 31 MB/s 59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 41% ▕██████ ▏ 1.3 GB/3.2 GB 31 MB/s 59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 41% ▕██████ ▏ 1.3 GB/3.2 GB 31 MB/s 59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 41% ▕██████ ▏ 1.3 GB/3.2 GB 31 MB/s 59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 41% ▕██████ ▏ 1.3 GB/3.2 GB 31 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 41% ▕██████ ▏ 1.3 GB/3.2 GB 31 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 41% ▕██████ ▏ 1.3 GB/3.2 GB 31 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 41% ▕██████ ▏ 1.3 GB/3.2 GB 31 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 41% ▕██████ ▏ 1.3 GB/3.2 GB 30 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 41% ▕██████ ▏ 1.3 GB/3.2 GB 30 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 41% ▕██████ ▏ 1.3 GB/3.2 GB 30 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 41% ▕██████ ▏ 1.3 GB/3.2 GB 30 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 41% ▕██████ ▏ 1.3 GB/3.2 GB 30 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 42% ▕██████ ▏ 1.3 GB/3.2 GB 30 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 42% ▕██████ ▏ 1.3 GB/3.2 GB 30 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 42% ▕██████ ▏ 1.3 GB/3.2 GB 30 MB/s 59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 42% ▕██████ ▏ 1.3 GB/3.2 GB 30 MB/s 59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 42% ▕██████ ▏ 1.3 GB/3.2 GB 30 MB/s 59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 42% ▕██████ ▏ 1.3 GB/3.2 GB 30 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 42% ▕██████ ▏ 1.3 GB/3.2 GB 30 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 42% ▕██████ ▏ 1.3 GB/3.2 GB 30 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 43% ▕██████ ▏ 1.3 GB/3.2 GB 30 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 43% ▕██████ ▏ 1.3 GB/3.2 GB 30 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 43% ▕██████ ▏ 1.3 GB/3.2 GB 30 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 43% ▕██████ ▏ 1.4 GB/3.2 GB 30 MB/s 59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 43% ▕██████ ▏ 1.4 GB/3.2 GB 30 MB/s 59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 43% ▕██████ ▏ 1.4 GB/3.2 GB 30 MB/s 59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 43% ▕██████ ▏ 1.4 GB/3.2 GB 30 MB/s 59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 43% ▕██████ ▏ 1.4 GB/3.2 GB 30 MB/s 59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 43% ▕██████ ▏ 1.4 GB/3.2 GB 30 MB/s 59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 43% ▕██████ ▏ 1.4 GB/3.2 GB 30 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 43% ▕██████ ▏ 1.4 GB/3.2 GB 30 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 43% ▕██████ ▏ 1.4 GB/3.2 GB 30 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 44% ▕██████ ▏ 1.4 GB/3.2 GB 30 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 44% ▕██████ ▏ 1.4 GB/3.2 GB 30 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 44% ▕██████ ▏ 1.4 GB/3.2 GB 30 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 44% ▕███████ ▏ 1.4 GB/3.2 GB 30 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 44% ▕███████ ▏ 1.4 GB/3.2 GB 30 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 44% ▕███████ ▏ 1.4 GB/3.2 GB 30 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 44% ▕███████ ▏ 1.4 GB/3.2 GB 29 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 44% ▕███████ ▏ 1.4 GB/3.2 GB 29 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 44% ▕███████ ▏ 1.4 GB/3.2 GB 29 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 44% ▕███████ ▏ 1.4 GB/3.2 GB 29 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 44% ▕███████ ▏ 1.4 GB/3.2 GB 29 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 45% ▕███████ ▏ 1.4 GB/3.2 GB 29 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 45% ▕███████ ▏ 1.4 GB/3.2 GB 29 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 45% ▕███████ ▏ 1.4 GB/3.2 GB 29 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 45% ▕███████ ▏ 1.4 GB/3.2 GB 29 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 45% ▕███████ ▏ 1.4 GB/3.2 GB 29 MB/s 59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 45% ▕███████ ▏ 1.4 GB/3.2 GB 28 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 45% ▕███████ ▏ 1.4 GB/3.2 GB 28 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 45% ▕███████ ▏ 1.4 GB/3.2 GB 28 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 45% ▕███████ ▏ 1.4 GB/3.2 GB 28 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 45% ▕███████ ▏ 1.4 GB/3.2 GB 28 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 45% ▕███████ ▏ 1.4 GB/3.2 GB 28 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 45% ▕███████ ▏ 1.4 GB/3.2 GB 28 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 46% ▕███████ ▏ 1.4 GB/3.2 GB 28 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 46% ▕███████ ▏ 1.4 GB/3.2 GB 28 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 46% ▕███████ ▏ 1.5 GB/3.2 GB 28 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 46% ▕███████ ▏ 1.5 GB/3.2 GB 28 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 46% ▕███████ ▏ 1.5 GB/3.2 GB 28 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 46% ▕███████ ▏ 1.5 GB/3.2 GB 28 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 46% ▕███████ ▏ 1.5 GB/3.2 GB 28 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 46% ▕███████ ▏ 1.5 GB/3.2 GB 28 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 46% ▕███████ ▏ 1.5 GB/3.2 GB 28 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 46% ▕███████ ▏ 1.5 GB/3.2 GB 28 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 46% ▕███████ ▏ 1.5 GB/3.2 GB 28 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 46% ▕███████ ▏ 1.5 GB/3.2 GB 28 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 46% ▕███████ ▏ 1.5 GB/3.2 GB 28 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 47% ▕███████ ▏ 1.5 GB/3.2 GB 25 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 47% ▕███████ ▏ 1.5 GB/3.2 GB 25 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 47% ▕███████ ▏ 1.5 GB/3.2 GB 25 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 47% ▕███████ ▏ 1.5 GB/3.2 GB 25 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 47% ▕███████ ▏ 1.5 GB/3.2 GB 25 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 47% ▕███████ ▏ 1.5 GB/3.2 GB 25 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 47% ▕███████ ▏ 1.5 GB/3.2 GB 25 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 47% ▕███████ ▏ 1.5 GB/3.2 GB 25 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 47% ▕███████ ▏ 1.5 GB/3.2 GB 25 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 47% ▕███████ ▏ 1.5 GB/3.2 GB 25 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 47% ▕███████ ▏ 1.5 GB/3.2 GB 27 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 48% ▕███████ ▏ 1.5 GB/3.2 GB 27 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 48% ▕███████ ▏ 1.5 GB/3.2 GB 27 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 48% ▕███████ ▏ 1.5 GB/3.2 GB 27 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 48% ▕███████ ▏ 1.5 GB/3.2 GB 27 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 48% ▕███████ ▏ 1.5 GB/3.2 GB 27 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 48% ▕███████ ▏ 1.5 GB/3.2 GB 27 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 48% ▕███████ ▏ 1.5 GB/3.2 GB 27 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 48% ▕███████ ▏ 1.5 GB/3.2 GB 27 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 48% ▕███████ ▏ 1.5 GB/3.2 GB 27 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 48% ▕███████ ▏ 1.5 GB/3.2 GB 27 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 48% ▕███████ ▏ 1.5 GB/3.2 GB 27 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 48% ▕███████ ▏ 1.5 GB/3.2 GB 27 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 48% ▕███████ ▏ 1.5 GB/3.2 GB 27 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 49% ▕███████ ▏ 1.5 GB/3.2 GB 27 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 49% ▕███████ ▏ 1.5 GB/3.2 GB 27 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 49% ▕███████ ▏ 1.5 GB/3.2 GB 27 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 49% ▕███████ ▏ 1.6 GB/3.2 GB 27 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 49% ▕███████ ▏ 1.6 GB/3.2 GB 27 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 49% ▕███████ ▏ 1.6 GB/3.2 GB 27 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 49% ▕███████ ▏ 1.6 GB/3.2 GB 27 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 49% ▕███████ ▏ 1.6 GB/3.2 GB 27 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 49% ▕███████ ▏ 1.6 GB/3.2 GB 27 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 49% ▕███████ ▏ 1.6 GB/3.2 GB 27 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 49% ▕███████ ▏ 1.6 GB/3.2 GB 27 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 50% ▕███████ ▏ 1.6 GB/3.2 GB 27 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 50% ▕███████ ▏ 1.6 GB/3.2 GB 27 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 50% ▕███████ ▏ 1.6 GB/3.2 GB 27 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 50% ▕███████ ▏ 1.6 GB/3.2 GB 27 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 50% ▕███████ ▏ 1.6 GB/3.2 GB 27 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 50% ▕███████ ▏ 1.6 GB/3.2 GB 27 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 50% ▕████████ ▏ 1.6 GB/3.2 GB 27 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 50% ▕████████ ▏ 1.6 GB/3.2 GB 27 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 50% ▕████████ ▏ 1.6 GB/3.2 GB 27 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 50% ▕████████ ▏ 1.6 GB/3.2 GB 27 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 50% ▕████████ ▏ 1.6 GB/3.2 GB 27 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 51% ▕████████ ▏ 1.6 GB/3.2 GB 27 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 51% ▕████████ ▏ 1.6 GB/3.2 GB 27 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 51% ▕████████ ▏ 1.6 GB/3.2 GB 27 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 51% ▕████████ ▏ 1.6 GB/3.2 GB 27 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 51% ▕████████ ▏ 1.6 GB/3.2 GB 27 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 51% ▕████████ ▏ 1.6 GB/3.2 GB 27 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 51% ▕████████ ▏ 1.6 GB/3.2 GB 27 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 51% ▕████████ ▏ 1.6 GB/3.2 GB 27 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 51% ▕████████ ▏ 1.6 GB/3.2 GB 27 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 51% ▕████████ ▏ 1.6 GB/3.2 GB 27 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 51% ▕████████ ▏ 1.6 GB/3.2 GB 27 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 51% ▕████████ ▏ 1.6 GB/3.2 GB 27 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 51% ▕████████ ▏ 1.6 GB/3.2 GB 27 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 52% ▕████████ ▏ 1.6 GB/3.2 GB 27 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 52% ▕████████ ▏ 1.6 GB/3.2 GB 27 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 52% ▕████████ ▏ 1.6 GB/3.2 GB 27 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 52% ▕████████ ▏ 1.6 GB/3.2 GB 27 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 52% ▕████████ ▏ 1.7 GB/3.2 GB 27 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 52% ▕████████ ▏ 1.7 GB/3.2 GB 27 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 52% ▕████████ ▏ 1.7 GB/3.2 GB 27 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 52% ▕████████ ▏ 1.7 GB/3.2 GB 27 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 52% ▕████████ ▏ 1.7 GB/3.2 GB 27 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 52% ▕████████ ▏ 1.7 GB/3.2 GB 27 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 53% ▕████████ ▏ 1.7 GB/3.2 GB 27 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 53% ▕████████ ▏ 1.7 GB/3.2 GB 27 MB/s 54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 53% ▕████████ ▏ 1.7 GB/3.2 GB 27 MB/s 54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 53% ▕████████ ▏ 1.7 GB/3.2 GB 26 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 53% ▕████████ ▏ 1.7 GB/3.2 GB 26 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 53% ▕████████ ▏ 1.7 GB/3.2 GB 26 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 53% ▕████████ ▏ 1.7 GB/3.2 GB 26 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 53% ▕████████ ▏ 1.7 GB/3.2 GB 26 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 53% ▕████████ ▏ 1.7 GB/3.2 GB 26 MB/s 54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 53% ▕████████ ▏ 1.7 GB/3.2 GB 26 MB/s 54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 54% ▕████████ ▏ 1.7 GB/3.2 GB 26 MB/s 54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 54% ▕████████ ▏ 1.7 GB/3.2 GB 26 MB/s 54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 54% ▕████████ ▏ 1.7 GB/3.2 GB 26 MB/s 54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 54% ▕████████ ▏ 1.7 GB/3.2 GB 26 MB/s 54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 54% ▕████████ ▏ 1.7 GB/3.2 GB 26 MB/s 54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 54% ▕████████ ▏ 1.7 GB/3.2 GB 26 MB/s 54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 54% ▕████████ ▏ 1.7 GB/3.2 GB 26 MB/s 54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 54% ▕████████ ▏ 1.7 GB/3.2 GB 26 MB/s 54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 54% ▕████████ ▏ 1.7 GB/3.2 GB 26 MB/s 54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 54% ▕████████ ▏ 1.7 GB/3.2 GB 26 MB/s 54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 54% ▕████████ ▏ 1.7 GB/3.2 GB 26 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 55% ▕████████ ▏ 1.7 GB/3.2 GB 26 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 55% ▕████████ ▏ 1.7 GB/3.2 GB 26 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 55% ▕████████ ▏ 1.7 GB/3.2 GB 28 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 55% ▕████████ ▏ 1.7 GB/3.2 GB 28 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 55% ▕████████ ▏ 1.7 GB/3.2 GB 28 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 55% ▕████████ ▏ 1.7 GB/3.2 GB 28 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 55% ▕████████ ▏ 1.7 GB/3.2 GB 28 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 55% ▕████████ ▏ 1.7 GB/3.2 GB 28 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 55% ▕████████ ▏ 1.7 GB/3.2 GB 28 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 55% ▕████████ ▏ 1.7 GB/3.2 GB 28 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 55% ▕████████ ▏ 1.8 GB/3.2 GB 28 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 55% ▕████████ ▏ 1.8 GB/3.2 GB 28 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 55% ▕████████ ▏ 1.8 GB/3.2 GB 28 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 56% ▕████████ ▏ 1.8 GB/3.2 GB 28 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 56% ▕████████ ▏ 1.8 GB/3.2 GB 28 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 56% ▕████████ ▏ 1.8 GB/3.2 GB 28 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 56% ▕████████ ▏ 1.8 GB/3.2 GB 28 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 56% ▕████████ ▏ 1.8 GB/3.2 GB 28 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 56% ▕████████ ▏ 1.8 GB/3.2 GB 28 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 56% ▕█████████ ▏ 1.8 GB/3.2 GB 28 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 56% ▕█████████ ▏ 1.8 GB/3.2 GB 28 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 57% ▕█████████ ▏ 1.8 GB/3.2 GB 28 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 57% ▕█████████ ▏ 1.8 GB/3.2 GB 29 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 57% ▕█████████ ▏ 1.8 GB/3.2 GB 29 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 57% ▕█████████ ▏ 1.8 GB/3.2 GB 29 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 57% ▕█████████ ▏ 1.8 GB/3.2 GB 29 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 57% ▕█████████ ▏ 1.8 GB/3.2 GB 29 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 57% ▕█████████ ▏ 1.8 GB/3.2 GB 29 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 57% ▕█████████ ▏ 1.8 GB/3.2 GB 29 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 57% ▕█████████ ▏ 1.8 GB/3.2 GB 29 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 57% ▕█████████ ▏ 1.8 GB/3.2 GB 29 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 58% ▕█████████ ▏ 1.8 GB/3.2 GB 29 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 58% ▕█████████ ▏ 1.8 GB/3.2 GB 29 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 58% ▕█████████ ▏ 1.8 GB/3.2 GB 30 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 58% ▕█████████ ▏ 1.8 GB/3.2 GB 30 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 58% ▕█████████ ▏ 1.8 GB/3.2 GB 30 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 58% ▕█████████ ▏ 1.8 GB/3.2 GB 30 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 58% ▕█████████ ▏ 1.8 GB/3.2 GB 30 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 58% ▕█████████ ▏ 1.8 GB/3.2 GB 30 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 58% ▕█████████ ▏ 1.8 GB/3.2 GB 30 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 58% ▕█████████ ▏ 1.8 GB/3.2 GB 30 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 58% ▕█████████ ▏ 1.8 GB/3.2 GB 30 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 58% ▕█████████ ▏ 1.8 GB/3.2 GB 30 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 59% ▕█████████ ▏ 1.9 GB/3.2 GB 29 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 59% ▕█████████ ▏ 1.9 GB/3.2 GB 29 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 59% ▕█████████ ▏ 1.9 GB/3.2 GB 29 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 59% ▕█████████ ▏ 1.9 GB/3.2 GB 29 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 59% ▕█████████ ▏ 1.9 GB/3.2 GB 29 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 59% ▕█████████ ▏ 1.9 GB/3.2 GB 29 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 59% ▕█████████ ▏ 1.9 GB/3.2 GB 29 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 59% ▕█████████ ▏ 1.9 GB/3.2 GB 29 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 59% ▕█████████ ▏ 1.9 GB/3.2 GB 29 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 59% ▕█████████ ▏ 1.9 GB/3.2 GB 29 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 59% ▕█████████ ▏ 1.9 GB/3.2 GB 29 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 60% ▕█████████ ▏ 1.9 GB/3.2 GB 29 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 60% ▕█████████ ▏ 1.9 GB/3.2 GB 29 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 60% ▕█████████ ▏ 1.9 GB/3.2 GB 29 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 60% ▕█████████ ▏ 1.9 GB/3.2 GB 29 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 60% ▕█████████ ▏ 1.9 GB/3.2 GB 29 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 60% ▕█████████ ▏ 1.9 GB/3.2 GB 29 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 60% ▕█████████ ▏ 1.9 GB/3.2 GB 29 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 60% ▕█████████ ▏ 1.9 GB/3.2 GB 29 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 60% ▕█████████ ▏ 1.9 GB/3.2 GB 29 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 60% ▕█████████ ▏ 1.9 GB/3.2 GB 29 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 60% ▕█████████ ▏ 1.9 GB/3.2 GB 29 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 60% ▕█████████ ▏ 1.9 GB/3.2 GB 29 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 60% ▕█████████ ▏ 1.9 GB/3.2 GB 29 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 61% ▕█████████ ▏ 1.9 GB/3.2 GB 29 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 61% ▕█████████ ▏ 1.9 GB/3.2 GB 29 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 61% ▕█████████ ▏ 1.9 GB/3.2 GB 29 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 61% ▕█████████ ▏ 1.9 GB/3.2 GB 29 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 61% ▕█████████ ▏ 1.9 GB/3.2 GB 29 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 61% ▕█████████ ▏ 1.9 GB/3.2 GB 29 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 61% ▕█████████ ▏ 1.9 GB/3.2 GB 28 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 61% ▕█████████ ▏ 1.9 GB/3.2 GB 28 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 61% ▕█████████ ▏ 1.9 GB/3.2 GB 28 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 61% ▕█████████ ▏ 1.9 GB/3.2 GB 28 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 61% ▕█████████ ▏ 1.9 GB/3.2 GB 28 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 61% ▕█████████ ▏ 1.9 GB/3.2 GB 28 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 62% ▕█████████ ▏ 1.9 GB/3.2 GB 28 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 62% ▕█████████ ▏ 1.9 GB/3.2 GB 28 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 62% ▕█████████ ▏ 2.0 GB/3.2 GB 28 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 62% ▕█████████ ▏ 2.0 GB/3.2 GB 28 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 62% ▕█████████ ▏ 2.0 GB/3.2 GB 28 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 62% ▕█████████ ▏ 2.0 GB/3.2 GB 28 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 62% ▕█████████ ▏ 2.0 GB/3.2 GB 28 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 62% ▕█████████ ▏ 2.0 GB/3.2 GB 28 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 62% ▕█████████ ▏ 2.0 GB/3.2 GB 28 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 62% ▕█████████ ▏ 2.0 GB/3.2 GB 28 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 62% ▕█████████ ▏ 2.0 GB/3.2 GB 28 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 62% ▕█████████ ▏ 2.0 GB/3.2 GB 28 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 63% ▕██████████ ▏ 2.0 GB/3.2 GB 28 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 63% ▕██████████ ▏ 2.0 GB/3.2 GB 28 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 63% ▕██████████ ▏ 2.0 GB/3.2 GB 28 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 63% ▕██████████ ▏ 2.0 GB/3.2 GB 27 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 63% ▕██████████ ▏ 2.0 GB/3.2 GB 27 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 63% ▕██████████ ▏ 2.0 GB/3.2 GB 27 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 63% ▕██████████ ▏ 2.0 GB/3.2 GB 27 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 63% ▕██████████ ▏ 2.0 GB/3.2 GB 27 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 63% ▕██████████ ▏ 2.0 GB/3.2 GB 27 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 63% ▕██████████ ▏ 2.0 GB/3.2 GB 27 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 63% ▕██████████ ▏ 2.0 GB/3.2 GB 27 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 63% ▕██████████ ▏ 2.0 GB/3.2 GB 27 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 64% ▕██████████ ▏ 2.0 GB/3.2 GB 27 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 64% ▕██████████ ▏ 2.0 GB/3.2 GB 29 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 64% ▕██████████ ▏ 2.0 GB/3.2 GB 29 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 64% ▕██████████ ▏ 2.0 GB/3.2 GB 29 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 64% ▕██████████ ▏ 2.0 GB/3.2 GB 29 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 64% ▕██████████ ▏ 2.0 GB/3.2 GB 29 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 64% ▕██████████ ▏ 2.0 GB/3.2 GB 29 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 64% ▕██████████ ▏ 2.0 GB/3.2 GB 29 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 64% ▕██████████ ▏ 2.0 GB/3.2 GB 29 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 64% ▕██████████ ▏ 2.0 GB/3.2 GB 29 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 64% ▕██████████ ▏ 2.0 GB/3.2 GB 29 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 65% ▕██████████ ▏ 2.0 GB/3.2 GB 27 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 65% ▕██████████ ▏ 2.0 GB/3.2 GB 27 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 65% ▕██████████ ▏ 2.0 GB/3.2 GB 27 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 65% ▕██████████ ▏ 2.1 GB/3.2 GB 27 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 65% ▕██████████ ▏ 2.1 GB/3.2 GB 27 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 65% ▕██████████ ▏ 2.1 GB/3.2 GB 27 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 65% ▕██████████ ▏ 2.1 GB/3.2 GB 27 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 65% ▕██████████ ▏ 2.1 GB/3.2 GB 27 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 65% ▕██████████ ▏ 2.1 GB/3.2 GB 27 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 65% ▕██████████ ▏ 2.1 GB/3.2 GB 27 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 65% ▕██████████ ▏ 2.1 GB/3.2 GB 26 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 65% ▕██████████ ▏ 2.1 GB/3.2 GB 26 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 66% ▕██████████ ▏ 2.1 GB/3.2 GB 26 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 66% ▕██████████ ▏ 2.1 GB/3.2 GB 26 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 66% ▕██████████ ▏ 2.1 GB/3.2 GB 26 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 66% ▕██████████ ▏ 2.1 GB/3.2 GB 26 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 66% ▕██████████ ▏ 2.1 GB/3.2 GB 26 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 66% ▕██████████ ▏ 2.1 GB/3.2 GB 26 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 66% ▕██████████ ▏ 2.1 GB/3.2 GB 26 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 66% ▕██████████ ▏ 2.1 GB/3.2 GB 26 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 66% ▕██████████ ▏ 2.1 GB/3.2 GB 26 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 66% ▕██████████ ▏ 2.1 GB/3.2 GB 26 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 66% ▕██████████ ▏ 2.1 GB/3.2 GB 26 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 66% ▕██████████ ▏ 2.1 GB/3.2 GB 26 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 66% ▕██████████ ▏ 2.1 GB/3.2 GB 26 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 67% ▕██████████ ▏ 2.1 GB/3.2 GB 26 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 67% ▕██████████ ▏ 2.1 GB/3.2 GB 26 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 67% ▕██████████ ▏ 2.1 GB/3.2 GB 26 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 67% ▕██████████ ▏ 2.1 GB/3.2 GB 26 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 67% ▕██████████ ▏ 2.1 GB/3.2 GB 26 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 67% ▕██████████ ▏ 2.1 GB/3.2 GB 26 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 67% ▕██████████ ▏ 2.1 GB/3.2 GB 27 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 67% ▕██████████ ▏ 2.1 GB/3.2 GB 27 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 67% ▕██████████ ▏ 2.1 GB/3.2 GB 27 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 67% ▕██████████ ▏ 2.1 GB/3.2 GB 27 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 67% ▕██████████ ▏ 2.1 GB/3.2 GB 27 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 68% ▕██████████ ▏ 2.1 GB/3.2 GB 27 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 68% ▕██████████ ▏ 2.1 GB/3.2 GB 27 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 68% ▕██████████ ▏ 2.1 GB/3.2 GB 27 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 68% ▕██████████ ▏ 2.1 GB/3.2 GB 27 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 68% ▕██████████ ▏ 2.1 GB/3.2 GB 27 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 68% ▕██████████ ▏ 2.1 GB/3.2 GB 26 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 68% ▕██████████ ▏ 2.1 GB/3.2 GB 26 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 68% ▕██████████ ▏ 2.2 GB/3.2 GB 26 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 68% ▕██████████ ▏ 2.2 GB/3.2 GB 26 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 68% ▕██████████ ▏ 2.2 GB/3.2 GB 26 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 68% ▕██████████ ▏ 2.2 GB/3.2 GB 26 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 68% ▕██████████ ▏ 2.2 GB/3.2 GB 26 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 68% ▕██████████ ▏ 2.2 GB/3.2 GB 26 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 69% ▕██████████ ▏ 2.2 GB/3.2 GB 26 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 69% ▕██████████ ▏ 2.2 GB/3.2 GB 26 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 69% ▕███████████ ▏ 2.2 GB/3.2 GB 27 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 69% ▕███████████ ▏ 2.2 GB/3.2 GB 27 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 69% ▕███████████ ▏ 2.2 GB/3.2 GB 27 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 69% ▕███████████ ▏ 2.2 GB/3.2 GB 27 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 69% ▕███████████ ▏ 2.2 GB/3.2 GB 27 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 69% ▕███████████ ▏ 2.2 GB/3.2 GB 27 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 69% ▕███████████ ▏ 2.2 GB/3.2 GB 27 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 69% ▕███████████ ▏ 2.2 GB/3.2 GB 27 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 69% ▕███████████ ▏ 2.2 GB/3.2 GB 27 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 70% ▕███████████ ▏ 2.2 GB/3.2 GB 27 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 70% ▕███████████ ▏ 2.2 GB/3.2 GB 27 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 70% ▕███████████ ▏ 2.2 GB/3.2 GB 27 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 70% ▕███████████ ▏ 2.2 GB/3.2 GB 27 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 70% ▕███████████ ▏ 2.2 GB/3.2 GB 27 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 70% ▕███████████ ▏ 2.2 GB/3.2 GB 27 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 70% ▕███████████ ▏ 2.2 GB/3.2 GB 27 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 70% ▕███████████ ▏ 2.2 GB/3.2 GB 27 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 70% ▕███████████ ▏ 2.2 GB/3.2 GB 27 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 70% ▕███████████ ▏ 2.2 GB/3.2 GB 27 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 71% ▕███████████ ▏ 2.2 GB/3.2 GB 27 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 71% ▕███████████ ▏ 2.2 GB/3.2 GB 27 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 71% ▕███████████ ▏ 2.2 GB/3.2 GB 28 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 71% ▕███████████ ▏ 2.2 GB/3.2 GB 28 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 71% ▕███████████ ▏ 2.2 GB/3.2 GB 28 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 71% ▕███████████ ▏ 2.3 GB/3.2 GB 28 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 71% ▕███████████ ▏ 2.3 GB/3.2 GB 28 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 71% ▕███████████ ▏ 2.3 GB/3.2 GB 28 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 71% ▕███████████ ▏ 2.3 GB/3.2 GB 28 MB/s 31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 72% ▕███████████ ▏ 2.3 GB/3.2 GB 28 MB/s 31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 72% ▕███████████ ▏ 2.3 GB/3.2 GB 28 MB/s 31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 72% ▕███████████ ▏ 2.3 GB/3.2 GB 28 MB/s 31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 72% ▕███████████ ▏ 2.3 GB/3.2 GB 28 MB/s 31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 72% ▕███████████ ▏ 2.3 GB/3.2 GB 28 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 72% ▕███████████ ▏ 2.3 GB/3.2 GB 28 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 72% ▕███████████ ▏ 2.3 GB/3.2 GB 28 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 72% ▕███████████ ▏ 2.3 GB/3.2 GB 28 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 72% ▕███████████ ▏ 2.3 GB/3.2 GB 28 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 72% ▕███████████ ▏ 2.3 GB/3.2 GB 28 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 72% ▕███████████ ▏ 2.3 GB/3.2 GB 28 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 73% ▕███████████ ▏ 2.3 GB/3.2 GB 28 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 73% ▕███████████ ▏ 2.3 GB/3.2 GB 28 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 73% ▕███████████ ▏ 2.3 GB/3.2 GB 28 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 73% ▕███████████ ▏ 2.3 GB/3.2 GB 28 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 73% ▕███████████ ▏ 2.3 GB/3.2 GB 28 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 73% ▕███████████ ▏ 2.3 GB/3.2 GB 28 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 73% ▕███████████ ▏ 2.3 GB/3.2 GB 28 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 73% ▕███████████ ▏ 2.3 GB/3.2 GB 28 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 73% ▕███████████ ▏ 2.3 GB/3.2 GB 28 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 73% ▕███████████ ▏ 2.3 GB/3.2 GB 28 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 73% ▕███████████ ▏ 2.3 GB/3.2 GB 28 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 73% ▕███████████ ▏ 2.3 GB/3.2 GB 28 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 74% ▕███████████ ▏ 2.3 GB/3.2 GB 29 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 74% ▕███████████ ▏ 2.3 GB/3.2 GB 29 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 74% ▕███████████ ▏ 2.3 GB/3.2 GB 29 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 74% ▕███████████ ▏ 2.3 GB/3.2 GB 29 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 74% ▕███████████ ▏ 2.3 GB/3.2 GB 29 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 74% ▕███████████ ▏ 2.3 GB/3.2 GB 29 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 74% ▕███████████ ▏ 2.3 GB/3.2 GB 29 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 74% ▕███████████ ▏ 2.3 GB/3.2 GB 29 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 74% ▕███████████ ▏ 2.3 GB/3.2 GB 29 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 74% ▕███████████ ▏ 2.4 GB/3.2 GB 29 MB/s 27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 74% ▕███████████ ▏ 2.4 GB/3.2 GB 29 MB/s 27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 74% ▕███████████ ▏ 2.4 GB/3.2 GB 29 MB/s 27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 74% ▕███████████ ▏ 2.4 GB/3.2 GB 29 MB/s 27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 75% ▕███████████ ▏ 2.4 GB/3.2 GB 29 MB/s 27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 75% ▕███████████ ▏ 2.4 GB/3.2 GB 29 MB/s 27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 75% ▕███████████ ▏ 2.4 GB/3.2 GB 29 MB/s 27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 75% ▕███████████ ▏ 2.4 GB/3.2 GB 29 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 75% ▕████████████ ▏ 2.4 GB/3.2 GB 29 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 75% ▕████████████ ▏ 2.4 GB/3.2 GB 29 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 75% ▕████████████ ▏ 2.4 GB/3.2 GB 29 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 75% ▕████████████ ▏ 2.4 GB/3.2 GB 29 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 75% ▕████████████ ▏ 2.4 GB/3.2 GB 28 MB/s 27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 75% ▕████████████ ▏ 2.4 GB/3.2 GB 28 MB/s 27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 76% ▕████████████ ▏ 2.4 GB/3.2 GB 28 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 76% ▕████████████ ▏ 2.4 GB/3.2 GB 28 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 76% ▕████████████ ▏ 2.4 GB/3.2 GB 28 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 76% ▕████████████ ▏ 2.4 GB/3.2 GB 28 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 76% ▕████████████ ▏ 2.4 GB/3.2 GB 28 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 76% ▕████████████ ▏ 2.4 GB/3.2 GB 28 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 76% ▕████████████ ▏ 2.4 GB/3.2 GB 28 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 76% ▕████████████ ▏ 2.4 GB/3.2 GB 28 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 76% ▕████████████ ▏ 2.4 GB/3.2 GB 28 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 76% ▕████████████ ▏ 2.4 GB/3.2 GB 28 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 76% ▕████████████ ▏ 2.4 GB/3.2 GB 28 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 76% ▕████████████ ▏ 2.4 GB/3.2 GB 28 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 76% ▕████████████ ▏ 2.4 GB/3.2 GB 28 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 76% ▕████████████ ▏ 2.4 GB/3.2 GB 28 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 77% ▕████████████ ▏ 2.4 GB/3.2 GB 28 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 77% ▕████████████ ▏ 2.4 GB/3.2 GB 28 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 77% ▕████████████ ▏ 2.4 GB/3.2 GB 28 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 77% ▕████████████ ▏ 2.4 GB/3.2 GB 28 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 77% ▕████████████ ▏ 2.4 GB/3.2 GB 29 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 77% ▕████████████ ▏ 2.4 GB/3.2 GB 29 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 77% ▕████████████ ▏ 2.4 GB/3.2 GB 29 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 77% ▕████████████ ▏ 2.4 GB/3.2 GB 29 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 77% ▕████████████ ▏ 2.5 GB/3.2 GB 29 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 78% ▕████████████ ▏ 2.5 GB/3.2 GB 29 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 78% ▕████████████ ▏ 2.5 GB/3.2 GB 29 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 78% ▕████████████ ▏ 2.5 GB/3.2 GB 29 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 78% ▕████████████ ▏ 2.5 GB/3.2 GB 29 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 78% ▕████████████ ▏ 2.5 GB/3.2 GB 29 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 78% ▕████████████ ▏ 2.5 GB/3.2 GB 27 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 78% ▕████████████ ▏ 2.5 GB/3.2 GB 27 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 78% ▕████████████ ▏ 2.5 GB/3.2 GB 27 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 78% ▕████████████ ▏ 2.5 GB/3.2 GB 27 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 78% ▕████████████ ▏ 2.5 GB/3.2 GB 27 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 78% ▕████████████ ▏ 2.5 GB/3.2 GB 27 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 78% ▕████████████ ▏ 2.5 GB/3.2 GB 27 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 78% ▕████████████ ▏ 2.5 GB/3.2 GB 27 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 79% ▕████████████ ▏ 2.5 GB/3.2 GB 27 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 79% ▕████████████ ▏ 2.5 GB/3.2 GB 27 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 79% ▕████████████ ▏ 2.5 GB/3.2 GB 28 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 79% ▕████████████ ▏ 2.5 GB/3.2 GB 28 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 79% ▕████████████ ▏ 2.5 GB/3.2 GB 28 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 79% ▕████████████ ▏ 2.5 GB/3.2 GB 28 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 79% ▕████████████ ▏ 2.5 GB/3.2 GB 28 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 79% ▕████████████ ▏ 2.5 GB/3.2 GB 28 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 79% ▕████████████ ▏ 2.5 GB/3.2 GB 28 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 79% ▕████████████ ▏ 2.5 GB/3.2 GB 28 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 79% ▕████████████ ▏ 2.5 GB/3.2 GB 28 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 79% ▕████████████ ▏ 2.5 GB/3.2 GB 28 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 79% ▕████████████ ▏ 2.5 GB/3.2 GB 28 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 80% ▕████████████ ▏ 2.5 GB/3.2 GB 27 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 80% ▕████████████ ▏ 2.5 GB/3.2 GB 27 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 80% ▕████████████ ▏ 2.5 GB/3.2 GB 27 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 80% ▕████████████ ▏ 2.5 GB/3.2 GB 27 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 80% ▕████████████ ▏ 2.5 GB/3.2 GB 27 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 80% ▕████████████ ▏ 2.5 GB/3.2 GB 27 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 80% ▕████████████ ▏ 2.5 GB/3.2 GB 27 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 80% ▕████████████ ▏ 2.5 GB/3.2 GB 27 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 80% ▕████████████ ▏ 2.5 GB/3.2 GB 27 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 80% ▕████████████ ▏ 2.5 GB/3.2 GB 27 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 80% ▕████████████ ▏ 2.5 GB/3.2 GB 26 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 81% ▕████████████ ▏ 2.5 GB/3.2 GB 26 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 81% ▕████████████ ▏ 2.6 GB/3.2 GB 26 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 81% ▕████████████ ▏ 2.6 GB/3.2 GB 26 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 81% ▕████████████ ▏ 2.6 GB/3.2 GB 26 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 81% ▕████████████ ▏ 2.6 GB/3.2 GB 26 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 81% ▕████████████ ▏ 2.6 GB/3.2 GB 26 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 81% ▕████████████ ▏ 2.6 GB/3.2 GB 26 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 81% ▕████████████ ▏ 2.6 GB/3.2 GB 26 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 81% ▕█████████████ ▏ 2.6 GB/3.2 GB 26 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 81% ▕█████████████ ▏ 2.6 GB/3.2 GB 27 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 81% ▕█████████████ ▏ 2.6 GB/3.2 GB 27 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 81% ▕█████████████ ▏ 2.6 GB/3.2 GB 27 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 81% ▕█████████████ ▏ 2.6 GB/3.2 GB 27 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 82% ▕█████████████ ▏ 2.6 GB/3.2 GB 27 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 82% ▕█████████████ ▏ 2.6 GB/3.2 GB 27 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 82% ▕█████████████ ▏ 2.6 GB/3.2 GB 27 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 82% ▕█████████████ ▏ 2.6 GB/3.2 GB 27 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 82% ▕█████████████ ▏ 2.6 GB/3.2 GB 27 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 82% ▕█████████████ ▏ 2.6 GB/3.2 GB 27 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 82% ▕█████████████ ▏ 2.6 GB/3.2 GB 27 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 82% ▕█████████████ ▏ 2.6 GB/3.2 GB 27 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 82% ▕█████████████ ▏ 2.6 GB/3.2 GB 27 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 82% ▕█████████████ ▏ 2.6 GB/3.2 GB 27 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 82% ▕█████████████ ▏ 2.6 GB/3.2 GB 27 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 83% ▕█████████████ ▏ 2.6 GB/3.2 GB 27 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 83% ▕█████████████ ▏ 2.6 GB/3.2 GB 27 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 83% ▕█████████████ ▏ 2.6 GB/3.2 GB 27 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 83% ▕█████████████ ▏ 2.6 GB/3.2 GB 27 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 83% ▕█████████████ ▏ 2.6 GB/3.2 GB 27 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 83% ▕█████████████ ▏ 2.6 GB/3.2 GB 26 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 83% ▕█████████████ ▏ 2.6 GB/3.2 GB 26 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 83% ▕█████████████ ▏ 2.6 GB/3.2 GB 26 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 83% ▕█████████████ ▏ 2.6 GB/3.2 GB 26 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 83% ▕█████████████ ▏ 2.6 GB/3.2 GB 26 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 83% ▕█████████████ ▏ 2.6 GB/3.2 GB 26 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 83% ▕█████████████ ▏ 2.6 GB/3.2 GB 26 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 84% ▕█████████████ ▏ 2.6 GB/3.2 GB 26 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 84% ▕█████████████ ▏ 2.6 GB/3.2 GB 26 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 84% ▕█████████████ ▏ 2.6 GB/3.2 GB 26 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 84% ▕█████████████ ▏ 2.6 GB/3.2 GB 26 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 84% ▕█████████████ ▏ 2.7 GB/3.2 GB 26 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 84% ▕█████████████ ▏ 2.7 GB/3.2 GB 26 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 84% ▕█████████████ ▏ 2.7 GB/3.2 GB 26 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 84% ▕█████████████ ▏ 2.7 GB/3.2 GB 26 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 84% ▕█████████████ ▏ 2.7 GB/3.2 GB 26 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 84% ▕█████████████ ▏ 2.7 GB/3.2 GB 26 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 84% ▕█████████████ ▏ 2.7 GB/3.2 GB 26 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 84% ▕█████████████ ▏ 2.7 GB/3.2 GB 26 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 85% ▕█████████████ ▏ 2.7 GB/3.2 GB 26 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 85% ▕█████████████ ▏ 2.7 GB/3.2 GB 26 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 85% ▕█████████████ ▏ 2.7 GB/3.2 GB 26 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 85% ▕█████████████ ▏ 2.7 GB/3.2 GB 26 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 85% ▕█████████████ ▏ 2.7 GB/3.2 GB 26 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 85% ▕█████████████ ▏ 2.7 GB/3.2 GB 26 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 85% ▕█████████████ ▏ 2.7 GB/3.2 GB 26 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 85% ▕█████████████ ▏ 2.7 GB/3.2 GB 26 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 85% ▕█████████████ ▏ 2.7 GB/3.2 GB 26 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 85% ▕█████████████ ▏ 2.7 GB/3.2 GB 26 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 85% ▕█████████████ ▏ 2.7 GB/3.2 GB 26 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 86% ▕█████████████ ▏ 2.7 GB/3.2 GB 26 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 86% ▕█████████████ ▏ 2.7 GB/3.2 GB 28 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 86% ▕█████████████ ▏ 2.7 GB/3.2 GB 28 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 86% ▕█████████████ ▏ 2.7 GB/3.2 GB 28 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 86% ▕█████████████ ▏ 2.7 GB/3.2 GB 28 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 86% ▕█████████████ ▏ 2.7 GB/3.2 GB 28 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 86% ▕█████████████ ▏ 2.7 GB/3.2 GB 28 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 86% ▕█████████████ ▏ 2.7 GB/3.2 GB 28 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 86% ▕█████████████ ▏ 2.7 GB/3.2 GB 28 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 86% ▕█████████████ ▏ 2.7 GB/3.2 GB 28 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 86% ▕█████████████ ▏ 2.7 GB/3.2 GB 28 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 86% ▕█████████████ ▏ 2.7 GB/3.2 GB 27 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 87% ▕█████████████ ▏ 2.7 GB/3.2 GB 27 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 87% ▕█████████████ ▏ 2.7 GB/3.2 GB 27 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 87% ▕█████████████ ▏ 2.7 GB/3.2 GB 27 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 87% ▕█████████████ ▏ 2.7 GB/3.2 GB 27 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 87% ▕█████████████ ▏ 2.7 GB/3.2 GB 27 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 87% ▕█████████████ ▏ 2.8 GB/3.2 GB 27 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 87% ▕█████████████ ▏ 2.8 GB/3.2 GB 27 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 87% ▕█████████████ ▏ 2.8 GB/3.2 GB 27 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 87% ▕█████████████ ▏ 2.8 GB/3.2 GB 27 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 87% ▕█████████████ ▏ 2.8 GB/3.2 GB 27 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 87% ▕█████████████ ▏ 2.8 GB/3.2 GB 27 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 87% ▕█████████████ ▏ 2.8 GB/3.2 GB 27 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 88% ▕██████████████ ▏ 2.8 GB/3.2 GB 27 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 88% ▕██████████████ ▏ 2.8 GB/3.2 GB 27 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 88% ▕██████████████ ▏ 2.8 GB/3.2 GB 27 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 88% ▕██████████████ ▏ 2.8 GB/3.2 GB 27 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 88% ▕██████████████ ▏ 2.8 GB/3.2 GB 27 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 88% ▕██████████████ ▏ 2.8 GB/3.2 GB 27 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 88% ▕██████████████ ▏ 2.8 GB/3.2 GB 27 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 88% ▕██████████████ ▏ 2.8 GB/3.2 GB 27 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 88% ▕██████████████ ▏ 2.8 GB/3.2 GB 26 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 88% ▕██████████████ ▏ 2.8 GB/3.2 GB 26 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 88% ▕██████████████ ▏ 2.8 GB/3.2 GB 26 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 88% ▕██████████████ ▏ 2.8 GB/3.2 GB 26 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 88% ▕██████████████ ▏ 2.8 GB/3.2 GB 26 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 89% ▕██████████████ ▏ 2.8 GB/3.2 GB 26 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 89% ▕██████████████ ▏ 2.8 GB/3.2 GB 26 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 89% ▕██████████████ ▏ 2.8 GB/3.2 GB 26 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 89% ▕██████████████ ▏ 2.8 GB/3.2 GB 26 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 89% ▕██████████████ ▏ 2.8 GB/3.2 GB 26 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 89% ▕██████████████ ▏ 2.8 GB/3.2 GB 26 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 89% ▕██████████████ ▏ 2.8 GB/3.2 GB 26 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 89% ▕██████████████ ▏ 2.8 GB/3.2 GB 26 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 89% ▕██████████████ ▏ 2.8 GB/3.2 GB 26 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 89% ▕██████████████ ▏ 2.8 GB/3.2 GB 26 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 89% ▕██████████████ ▏ 2.8 GB/3.2 GB 26 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 90% ▕██████████████ ▏ 2.8 GB/3.2 GB 26 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 90% ▕██████████████ ▏ 2.8 GB/3.2 GB 26 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 90% ▕██████████████ ▏ 2.8 GB/3.2 GB 26 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 90% ▕██████████████ ▏ 2.8 GB/3.2 GB 26 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 90% ▕██████████████ ▏ 2.8 GB/3.2 GB 26 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 90% ▕██████████████ ▏ 2.8 GB/3.2 GB 26 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 90% ▕██████████████ ▏ 2.9 GB/3.2 GB 26 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 90% ▕██████████████ ▏ 2.9 GB/3.2 GB 26 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 90% ▕██████████████ ▏ 2.9 GB/3.2 GB 26 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 90% ▕██████████████ ▏ 2.9 GB/3.2 GB 26 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 90% ▕██████████████ ▏ 2.9 GB/3.2 GB 26 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 91% ▕██████████████ ▏ 2.9 GB/3.2 GB 26 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 91% ▕██████████████ ▏ 2.9 GB/3.2 GB 26 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 91% ▕██████████████ ▏ 2.9 GB/3.2 GB 26 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 91% ▕██████████████ ▏ 2.9 GB/3.2 GB 27 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 91% ▕██████████████ ▏ 2.9 GB/3.2 GB 27 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 91% ▕██████████████ ▏ 2.9 GB/3.2 GB 27 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 91% ▕██████████████ ▏ 2.9 GB/3.2 GB 27 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 91% ▕██████████████ ▏ 2.9 GB/3.2 GB 27 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 91% ▕██████████████ ▏ 2.9 GB/3.2 GB 27 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 91% ▕██████████████ ▏ 2.9 GB/3.2 GB 27 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 91% ▕██████████████ ▏ 2.9 GB/3.2 GB 27 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 91% ▕██████████████ ▏ 2.9 GB/3.2 GB 27 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 91% ▕██████████████ ▏ 2.9 GB/3.2 GB 27 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 91% ▕██████████████ ▏ 2.9 GB/3.2 GB 27 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 92% ▕██████████████ ▏ 2.9 GB/3.2 GB 27 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 92% ▕██████████████ ▏ 2.9 GB/3.2 GB 27 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 92% ▕██████████████ ▏ 2.9 GB/3.2 GB 27 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 92% ▕██████████████ ▏ 2.9 GB/3.2 GB 27 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 92% ▕██████████████ ▏ 2.9 GB/3.2 GB 27 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 92% ▕██████████████ ▏ 2.9 GB/3.2 GB 27 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 92% ▕██████████████ ▏ 2.9 GB/3.2 GB 27 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 92% ▕██████████████ ▏ 2.9 GB/3.2 GB 27 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 92% ▕██████████████ ▏ 2.9 GB/3.2 GB 27 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 92% ▕██████████████ ▏ 2.9 GB/3.2 GB 27 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 92% ▕██████████████ ▏ 2.9 GB/3.2 GB 25 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 92% ▕██████████████ ▏ 2.9 GB/3.2 GB 25 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 92% ▕██████████████ ▏ 2.9 GB/3.2 GB 25 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 92% ▕██████████████ ▏ 2.9 GB/3.2 GB 25 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 93% ▕██████████████ ▏ 2.9 GB/3.2 GB 25 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 93% ▕██████████████ ▏ 2.9 GB/3.2 GB 25 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 93% ▕██████████████ ▏ 2.9 GB/3.2 GB 25 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 93% ▕██████████████ ▏ 2.9 GB/3.2 GB 25 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 93% ▕██████████████ ▏ 2.9 GB/3.2 GB 25 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 93% ▕██████████████ ▏ 2.9 GB/3.2 GB 25 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 93% ▕██████████████ ▏ 2.9 GB/3.2 GB 25 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 93% ▕██████████████ ▏ 2.9 GB/3.2 GB 25 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 93% ▕██████████████ ▏ 2.9 GB/3.2 GB 25 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 93% ▕██████████████ ▏ 3.0 GB/3.2 GB 25 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 93% ▕██████████████ ▏ 3.0 GB/3.2 GB 25 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 93% ▕██████████████ ▏ 3.0 GB/3.2 GB 25 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 94% ▕██████████████ ▏ 3.0 GB/3.2 GB 25 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 94% ▕██████████████ ▏ 3.0 GB/3.2 GB 25 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 94% ▕███████████████ ▏ 3.0 GB/3.2 GB 25 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 94% ▕███████████████ ▏ 3.0 GB/3.2 GB 25 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 94% ▕███████████████ ▏ 3.0 GB/3.2 GB 26 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 94% ▕███████████████ ▏ 3.0 GB/3.2 GB 26 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 94% ▕███████████████ ▏ 3.0 GB/3.2 GB 26 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 94% ▕███████████████ ▏ 3.0 GB/3.2 GB 26 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 94% ▕███████████████ ▏ 3.0 GB/3.2 GB 26 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 94% ▕███████████████ ▏ 3.0 GB/3.2 GB 26 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 94% ▕███████████████ ▏ 3.0 GB/3.2 GB 26 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 94% ▕███████████████ ▏ 3.0 GB/3.2 GB 26 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 95% ▕███████████████ ▏ 3.0 GB/3.2 GB 26 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 95% ▕███████████████ ▏ 3.0 GB/3.2 GB 26 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 95% ▕███████████████ ▏ 3.0 GB/3.2 GB 26 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 95% ▕███████████████ ▏ 3.0 GB/3.2 GB 26 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 95% ▕███████████████ ▏ 3.0 GB/3.2 GB 26 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 95% ▕███████████████ ▏ 3.0 GB/3.2 GB 26 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 95% ▕███████████████ ▏ 3.0 GB/3.2 GB 26 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 95% ▕███████████████ ▏ 3.0 GB/3.2 GB 26 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 95% ▕███████████████ ▏ 3.0 GB/3.2 GB 26 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 95% ▕███████████████ ▏ 3.0 GB/3.2 GB 26 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 95% ▕███████████████ ▏ 3.0 GB/3.2 GB 26 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 96% ▕███████████████ ▏ 3.0 GB/3.2 GB 26 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 96% ▕███████████████ ▏ 3.0 GB/3.2 GB 26 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 96% ▕███████████████ ▏ 3.0 GB/3.2 GB 26 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 96% ▕███████████████ ▏ 3.0 GB/3.2 GB 26 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 96% ▕███████████████ ▏ 3.0 GB/3.2 GB 26 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 96% ▕███████████████ ▏ 3.0 GB/3.2 GB 26 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 96% ▕███████████████ ▏ 3.0 GB/3.2 GB 26 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 96% ▕███████████████ ▏ 3.0 GB/3.2 GB 26 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 96% ▕███████████████ ▏ 3.0 GB/3.2 GB 26 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 96% ▕███████████████ ▏ 3.0 GB/3.2 GB 26 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 96% ▕███████████████ ▏ 3.0 GB/3.2 GB 26 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 96% ▕███████████████ ▏ 3.0 GB/3.2 GB 26 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 97% ▕███████████████ ▏ 3.1 GB/3.2 GB 26 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 97% ▕███████████████ ▏ 3.1 GB/3.2 GB 26 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 97% ▕███████████████ ▏ 3.1 GB/3.2 GB 26 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 97% ▕███████████████ ▏ 3.1 GB/3.2 GB 26 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 97% ▕███████████████ ▏ 3.1 GB/3.2 GB 26 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 97% ▕███████████████ ▏ 3.1 GB/3.2 GB 26 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 97% ▕███████████████ ▏ 3.1 GB/3.2 GB 26 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 97% ▕███████████████ ▏ 3.1 GB/3.2 GB 26 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 97% ▕███████████████ ▏ 3.1 GB/3.2 GB 26 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 97% ▕███████████████ ▏ 3.1 GB/3.2 GB 26 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 97% ▕███████████████ ▏ 3.1 GB/3.2 GB 26 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 97% ▕███████████████ ▏ 3.1 GB/3.2 GB 26 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 98% ▕███████████████ ▏ 3.1 GB/3.2 GB 26 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 98% ▕███████████████ ▏ 3.1 GB/3.2 GB 26 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 98% ▕███████████████ ▏ 3.1 GB/3.2 GB 26 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 98% ▕███████████████ ▏ 3.1 GB/3.2 GB 26 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 98% ▕███████████████ ▏ 3.1 GB/3.2 GB 26 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 98% ▕███████████████ ▏ 3.1 GB/3.2 GB 26 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 98% ▕███████████████ ▏ 3.1 GB/3.2 GB 26 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 98% ▕███████████████ ▏ 3.1 GB/3.2 GB 26 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 98% ▕███████████████ ▏ 3.1 GB/3.2 GB 26 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 98% ▕███████████████ ▏ 3.1 GB/3.2 GB 26 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 98% ▕███████████████ ▏ 3.1 GB/3.2 GB 26 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 98% ▕███████████████ ▏ 3.1 GB/3.2 GB 26 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 98% ▕███████████████ ▏ 3.1 GB/3.2 GB 26 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 99% ▕███████████████ ▏ 3.1 GB/3.2 GB 26 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 99% ▕███████████████ ▏ 3.1 GB/3.2 GB 26 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 99% ▕███████████████ ▏ 3.1 GB/3.2 GB 26 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 99% ▕███████████████ ▏ 3.1 GB/3.2 GB 26 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 99% ▕███████████████ ▏ 3.1 GB/3.2 GB 26 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 99% ▕███████████████ ▏ 3.1 GB/3.2 GB 26 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 99% ▕███████████████ ▏ 3.1 GB/3.2 GB 26 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 99% ▕███████████████ ▏ 3.1 GB/3.2 GB 26 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 99% ▕███████████████ ▏ 3.1 GB/3.2 GB 26 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 99% ▕███████████████ ▏ 3.1 GB/3.2 GB 26 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 99% ▕███████████████ ▏ 3.1 GB/3.2 GB 26 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕███████████████ ▏ 3.1 GB/3.2 GB 26 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕███████████████ ▏ 3.2 GB/3.2 GB 26 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕███████████████ ▏ 3.2 GB/3.2 GB 26 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕███████████████ ▏ 3.2 GB/3.2 GB 26 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕███████████████ ▏ 3.2 GB/3.2 GB 27 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕███████████████ ▏ 3.2 GB/3.2 GB 27 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕███████████████ ▏ 3.2 GB/3.2 GB 27 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "copied 'notus:q8_0' to 'argilla/notus:q8_0'\n", + "\u001b[?25lretrieving manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 0% ▕ ▏ 720 KB/7.7 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 0% ▕ ▏ 2.1 MB/7.7 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 0% ▕ ▏ 2.1 MB/7.7 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 0% ▕ ▏ 2.1 MB/7.7 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 0% ▕ ▏ 2.1 MB/7.7 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 0% ▕ ▏ 2.1 MB/7.7 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 0% ▕ ▏ 3.2 MB/7.7 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 0% ▕ ▏ 3.7 MB/7.7 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 0% ▕ ▏ 3.7 MB/7.7 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 0% ▕ ▏ 16 KB/7.7 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 0% ▕ ▏ 2.4 MB/7.7 GB 1.7 MB/s 1h17m\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 0% ▕ ▏ 3.2 MB/7.7 GB 1.7 MB/s 1h17m\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 0% ▕ ▏ 6.4 MB/7.7 GB 1.7 MB/s 1h17m\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 0% ▕ ▏ 11 MB/7.7 GB 1.7 MB/s 1h17m\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 0% ▕ ▏ 15 MB/7.7 GB 1.7 MB/s 1h17m\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 0% ▕ ▏ 19 MB/7.7 GB 1.7 MB/s 1h17m\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 0% ▕ ▏ 25 MB/7.7 GB 1.7 MB/s 1h17m\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 0% ▕ ▏ 27 MB/7.7 GB 1.7 MB/s 1h17m\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 0% ▕ ▏ 32 MB/7.7 GB 1.7 MB/s 1h17m\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 1% ▕ ▏ 39 MB/7.7 GB 1.7 MB/s 1h17m\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 0% ▕ ▏ 36 MB/7.7 GB 1.7 MB/s 1h17m\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 1% ▕ ▏ 41 MB/7.7 GB 18 MB/s 6m53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 1% ▕ ▏ 47 MB/7.7 GB 18 MB/s 6m53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 1% ▕ ▏ 50 MB/7.7 GB 18 MB/s 6m52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 1% ▕ ▏ 54 MB/7.7 GB 18 MB/s 6m52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 1% ▕ ▏ 61 MB/7.7 GB 18 MB/s 6m52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 1% ▕ ▏ 64 MB/7.7 GB 18 MB/s 6m52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 1% ▕ ▏ 71 MB/7.7 GB 18 MB/s 6m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 1% ▕ ▏ 76 MB/7.7 GB 18 MB/s 6m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 1% ▕ ▏ 77 MB/7.7 GB 18 MB/s 6m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 1% ▕ ▏ 81 MB/7.7 GB 18 MB/s 6m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 1% ▕ ▏ 85 MB/7.7 GB 27 MB/s 4m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 1% ▕ ▏ 87 MB/7.7 GB 27 MB/s 4m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 1% ▕ ▏ 90 MB/7.7 GB 27 MB/s 4m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 1% ▕ ▏ 98 MB/7.7 GB 27 MB/s 4m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 1% ▕ ▏ 101 MB/7.7 GB 27 MB/s 4m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 1% ▕ ▏ 106 MB/7.7 GB 27 MB/s 4m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 1% ▕ ▏ 108 MB/7.7 GB 27 MB/s 4m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 1% ▕ ▏ 108 MB/7.7 GB 27 MB/s 4m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 2% ▕ ▏ 120 MB/7.7 GB 27 MB/s 4m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 2% ▕ ▏ 124 MB/7.7 GB 27 MB/s 4m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 2% ▕ ▏ 127 MB/7.7 GB 31 MB/s 3m59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 2% ▕ ▏ 128 MB/7.7 GB 31 MB/s 3m59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 2% ▕ ▏ 134 MB/7.7 GB 31 MB/s 3m59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 2% ▕ ▏ 137 MB/7.7 GB 31 MB/s 3m59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 2% ▕ ▏ 144 MB/7.7 GB 31 MB/s 3m59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 2% ▕ ▏ 145 MB/7.7 GB 31 MB/s 3m59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 2% ▕ ▏ 145 MB/7.7 GB 31 MB/s 3m59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 2% ▕ ▏ 145 MB/7.7 GB 31 MB/s 3m59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 2% ▕ ▏ 158 MB/7.7 GB 31 MB/s 3m58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 2% ▕ ▏ 160 MB/7.7 GB 31 MB/s 3m58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 2% ▕ ▏ 165 MB/7.7 GB 33 MB/s 3m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 2% ▕ ▏ 168 MB/7.7 GB 33 MB/s 3m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 2% ▕ ▏ 172 MB/7.7 GB 33 MB/s 3m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 2% ▕ ▏ 179 MB/7.7 GB 33 MB/s 3m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 2% ▕ ▏ 181 MB/7.7 GB 33 MB/s 3m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 2% ▕ ▏ 182 MB/7.7 GB 33 MB/s 3m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 2% ▕ ▏ 184 MB/7.7 GB 33 MB/s 3m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 3% ▕ ▏ 192 MB/7.7 GB 33 MB/s 3m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 3% ▕ ▏ 197 MB/7.7 GB 33 MB/s 3m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 3% ▕ ▏ 200 MB/7.7 GB 33 MB/s 3m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 3% ▕ ▏ 203 MB/7.7 GB 33 MB/s 3m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 3% ▕ ▏ 205 MB/7.7 GB 33 MB/s 3m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 3% ▕ ▏ 208 MB/7.7 GB 33 MB/s 3m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 3% ▕ ▏ 215 MB/7.7 GB 33 MB/s 3m40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 3% ▕ ▏ 217 MB/7.7 GB 33 MB/s 3m40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 3% ▕ ▏ 217 MB/7.7 GB 33 MB/s 3m40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 3% ▕ ▏ 221 MB/7.7 GB 33 MB/s 3m40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 3% ▕ ▏ 228 MB/7.7 GB 33 MB/s 3m40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 3% ▕ ▏ 238 MB/7.7 GB 33 MB/s 3m40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 3% ▕ ▏ 239 MB/7.7 GB 33 MB/s 3m40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 3% ▕ ▏ 239 MB/7.7 GB 33 MB/s 3m40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 3% ▕ ▏ 241 MB/7.7 GB 34 MB/s 3m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 3% ▕ ▏ 246 MB/7.7 GB 34 MB/s 3m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 3% ▕ ▏ 254 MB/7.7 GB 34 MB/s 3m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 3% ▕ ▏ 262 MB/7.7 GB 34 MB/s 3m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 3% ▕ ▏ 268 MB/7.7 GB 34 MB/s 3m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 3% ▕ ▏ 269 MB/7.7 GB 34 MB/s 3m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 4% ▕ ▏ 270 MB/7.7 GB 34 MB/s 3m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 4% ▕ ▏ 274 MB/7.7 GB 34 MB/s 3m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 4% ▕ ▏ 276 MB/7.7 GB 34 MB/s 3m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 4% ▕ ▏ 285 MB/7.7 GB 34 MB/s 3m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 4% ▕ ▏ 285 MB/7.7 GB 35 MB/s 3m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 4% ▕ ▏ 285 MB/7.7 GB 35 MB/s 3m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 4% ▕ ▏ 299 MB/7.7 GB 35 MB/s 3m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 4% ▕ ▏ 303 MB/7.7 GB 35 MB/s 3m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 4% ▕ ▏ 305 MB/7.7 GB 35 MB/s 3m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 4% ▕ ▏ 307 MB/7.7 GB 35 MB/s 3m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 4% ▕ ▏ 308 MB/7.7 GB 35 MB/s 3m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 4% ▕ ▏ 311 MB/7.7 GB 35 MB/s 3m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 4% ▕ ▏ 318 MB/7.7 GB 35 MB/s 3m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 4% ▕ ▏ 324 MB/7.7 GB 35 MB/s 3m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 4% ▕ ▏ 333 MB/7.7 GB 36 MB/s 3m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 4% ▕ ▏ 337 MB/7.7 GB 36 MB/s 3m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 4% ▕ ▏ 338 MB/7.7 GB 36 MB/s 3m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 4% ▕ ▏ 339 MB/7.7 GB 36 MB/s 3m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 4% ▕ ▏ 340 MB/7.7 GB 36 MB/s 3m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 4% ▕ ▏ 344 MB/7.7 GB 36 MB/s 3m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 4% ▕ ▏ 344 MB/7.7 GB 36 MB/s 3m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 5% ▕ ▏ 354 MB/7.7 GB 36 MB/s 3m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 5% ▕ ▏ 360 MB/7.7 GB 36 MB/s 3m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 5% ▕ ▏ 363 MB/7.7 GB 36 MB/s 3m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 5% ▕ ▏ 363 MB/7.7 GB 40 MB/s 3m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 5% ▕ ▏ 366 MB/7.7 GB 40 MB/s 3m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 5% ▕ ▏ 370 MB/7.7 GB 40 MB/s 3m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 5% ▕ ▏ 383 MB/7.7 GB 40 MB/s 3m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 5% ▕ ▏ 387 MB/7.7 GB 40 MB/s 3m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 5% ▕ ▏ 387 MB/7.7 GB 40 MB/s 3m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 5% ▕ ▏ 388 MB/7.7 GB 40 MB/s 3m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 5% ▕ ▏ 391 MB/7.7 GB 40 MB/s 3m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 5% ▕ ▏ 392 MB/7.7 GB 40 MB/s 3m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 5% ▕ ▏ 407 MB/7.7 GB 40 MB/s 3m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 5% ▕ ▏ 407 MB/7.7 GB 41 MB/s 2m57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 5% ▕ ▏ 409 MB/7.7 GB 41 MB/s 2m57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 5% ▕ ▏ 414 MB/7.7 GB 41 MB/s 2m57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 6% ▕ ▏ 424 MB/7.7 GB 41 MB/s 2m56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 6% ▕ ▏ 428 MB/7.7 GB 41 MB/s 2m56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 6% ▕ ▏ 429 MB/7.7 GB 41 MB/s 2m56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 6% ▕ ▏ 433 MB/7.7 GB 41 MB/s 2m56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 6% ▕ ▏ 436 MB/7.7 GB 41 MB/s 2m56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 6% ▕ ▏ 438 MB/7.7 GB 41 MB/s 2m56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 6% ▕ ▏ 448 MB/7.7 GB 41 MB/s 2m56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 6% ▕ ▏ 451 MB/7.7 GB 41 MB/s 2m56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 6% ▕ ▏ 455 MB/7.7 GB 41 MB/s 2m54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 6% ▕ ▏ 455 MB/7.7 GB 41 MB/s 2m54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 6% ▕ ▏ 455 MB/7.7 GB 41 MB/s 2m54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 6% ▕ ▏ 457 MB/7.7 GB 41 MB/s 2m54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 6% ▕ ▏ 465 MB/7.7 GB 41 MB/s 2m54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 6% ▕ ▏ 475 MB/7.7 GB 41 MB/s 2m54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 6% ▕ ▏ 480 MB/7.7 GB 41 MB/s 2m54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 6% ▕█ ▏ 482 MB/7.7 GB 41 MB/s 2m54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 6% ▕█ ▏ 482 MB/7.7 GB 41 MB/s 2m54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 6% ▕█ ▏ 483 MB/7.7 GB 41 MB/s 2m54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 6% ▕█ ▏ 484 MB/7.7 GB 39 MB/s 3m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 6% ▕█ ▏ 487 MB/7.7 GB 39 MB/s 3m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 6% ▕█ ▏ 494 MB/7.7 GB 39 MB/s 3m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 7% ▕█ ▏ 501 MB/7.7 GB 39 MB/s 3m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 7% ▕█ ▏ 503 MB/7.7 GB 39 MB/s 3m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 7% ▕█ ▏ 508 MB/7.7 GB 39 MB/s 3m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 7% ▕█ ▏ 513 MB/7.7 GB 39 MB/s 3m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 7% ▕█ ▏ 521 MB/7.7 GB 39 MB/s 3m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 7% ▕█ ▏ 526 MB/7.7 GB 39 MB/s 3m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 7% ▕█ ▏ 530 MB/7.7 GB 39 MB/s 3m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 7% ▕█ ▏ 531 MB/7.7 GB 40 MB/s 2m56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 7% ▕█ ▏ 534 MB/7.7 GB 40 MB/s 2m56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 7% ▕█ ▏ 536 MB/7.7 GB 40 MB/s 2m56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 7% ▕█ ▏ 536 MB/7.7 GB 40 MB/s 2m56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 7% ▕█ ▏ 539 MB/7.7 GB 40 MB/s 2m56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 7% ▕█ ▏ 551 MB/7.7 GB 40 MB/s 2m55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 7% ▕█ ▏ 552 MB/7.7 GB 40 MB/s 2m55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 7% ▕█ ▏ 553 MB/7.7 GB 40 MB/s 2m55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 7% ▕█ ▏ 555 MB/7.7 GB 40 MB/s 2m55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 7% ▕█ ▏ 556 MB/7.7 GB 40 MB/s 2m55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 7% ▕█ ▏ 558 MB/7.7 GB 39 MB/s 3m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 7% ▕█ ▏ 561 MB/7.7 GB 39 MB/s 3m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 7% ▕█ ▏ 564 MB/7.7 GB 39 MB/s 3m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 7% ▕█ ▏ 569 MB/7.7 GB 39 MB/s 3m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 8% ▕█ ▏ 580 MB/7.7 GB 39 MB/s 3m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 8% ▕█ ▏ 584 MB/7.7 GB 39 MB/s 3m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 8% ▕█ ▏ 585 MB/7.7 GB 39 MB/s 3m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 8% ▕█ ▏ 587 MB/7.7 GB 39 MB/s 3m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 8% ▕█ ▏ 586 MB/7.7 GB 39 MB/s 3m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 8% ▕█ ▏ 590 MB/7.7 GB 39 MB/s 3m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 8% ▕█ ▏ 599 MB/7.7 GB 39 MB/s 2m57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 8% ▕█ ▏ 602 MB/7.7 GB 39 MB/s 2m57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 8% ▕█ ▏ 605 MB/7.7 GB 39 MB/s 2m57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 8% ▕█ ▏ 609 MB/7.7 GB 39 MB/s 2m57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 8% ▕█ ▏ 610 MB/7.7 GB 39 MB/s 2m57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 8% ▕█ ▏ 616 MB/7.7 GB 39 MB/s 2m57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 8% ▕█ ▏ 625 MB/7.7 GB 39 MB/s 2m57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 8% ▕█ ▏ 626 MB/7.7 GB 39 MB/s 2m57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 8% ▕█ ▏ 629 MB/7.7 GB 39 MB/s 2m57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 8% ▕█ ▏ 635 MB/7.7 GB 39 MB/s 2m56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 8% ▕█ ▏ 643 MB/7.7 GB 39 MB/s 2m56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 8% ▕█ ▏ 645 MB/7.7 GB 39 MB/s 2m57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 8% ▕█ ▏ 649 MB/7.7 GB 39 MB/s 2m57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 8% ▕█ ▏ 650 MB/7.7 GB 39 MB/s 2m57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 9% ▕█ ▏ 654 MB/7.7 GB 39 MB/s 2m56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 9% ▕█ ▏ 655 MB/7.7 GB 39 MB/s 2m56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 9% ▕█ ▏ 657 MB/7.7 GB 39 MB/s 2m56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 9% ▕█ ▏ 668 MB/7.7 GB 39 MB/s 2m56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 9% ▕█ ▏ 670 MB/7.7 GB 39 MB/s 2m56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 9% ▕█ ▏ 673 MB/7.7 GB 39 MB/s 2m56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 9% ▕█ ▏ 682 MB/7.7 GB 39 MB/s 2m56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 9% ▕█ ▏ 686 MB/7.7 GB 39 MB/s 2m59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 9% ▕█ ▏ 690 MB/7.7 GB 39 MB/s 2m59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 9% ▕█ ▏ 692 MB/7.7 GB 39 MB/s 2m59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 9% ▕█ ▏ 695 MB/7.7 GB 39 MB/s 2m59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 9% ▕█ ▏ 697 MB/7.7 GB 39 MB/s 2m59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 9% ▕█ ▏ 698 MB/7.7 GB 39 MB/s 2m59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 9% ▕█ ▏ 702 MB/7.7 GB 39 MB/s 2m59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 9% ▕█ ▏ 705 MB/7.7 GB 39 MB/s 2m59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 9% ▕█ ▏ 713 MB/7.7 GB 39 MB/s 2m58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 9% ▕█ ▏ 716 MB/7.7 GB 39 MB/s 2m58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 9% ▕█ ▏ 722 MB/7.7 GB 39 MB/s 2m54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 9% ▕█ ▏ 725 MB/7.7 GB 39 MB/s 2m54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 10% ▕█ ▏ 735 MB/7.7 GB 39 MB/s 2m54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 10% ▕█ ▏ 736 MB/7.7 GB 39 MB/s 2m54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 10% ▕█ ▏ 748 MB/7.7 GB 39 MB/s 2m54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 10% ▕█ ▏ 753 MB/7.7 GB 39 MB/s 2m53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 10% ▕█ ▏ 754 MB/7.7 GB 39 MB/s 2m53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 10% ▕█ ▏ 759 MB/7.7 GB 39 MB/s 2m53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 10% ▕█ ▏ 764 MB/7.7 GB 39 MB/s 2m53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 10% ▕█ ▏ 766 MB/7.7 GB 39 MB/s 2m53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 10% ▕█ ▏ 767 MB/7.7 GB 39 MB/s 2m53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 10% ▕█ ▏ 778 MB/7.7 GB 39 MB/s 2m53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 10% ▕█ ▏ 779 MB/7.7 GB 39 MB/s 2m53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 10% ▕█ ▏ 780 MB/7.7 GB 39 MB/s 2m52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 10% ▕█ ▏ 783 MB/7.7 GB 39 MB/s 2m52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 10% ▕█ ▏ 784 MB/7.7 GB 39 MB/s 2m52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 10% ▕█ ▏ 789 MB/7.7 GB 39 MB/s 2m52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 10% ▕█ ▏ 795 MB/7.7 GB 39 MB/s 2m52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 10% ▕█ ▏ 796 MB/7.7 GB 39 MB/s 2m52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 10% ▕█ ▏ 798 MB/7.7 GB 39 MB/s 2m52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 10% ▕█ ▏ 799 MB/7.7 GB 38 MB/s 3m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 10% ▕█ ▏ 800 MB/7.7 GB 38 MB/s 3m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 10% ▕█ ▏ 803 MB/7.7 GB 38 MB/s 3m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 11% ▕█ ▏ 809 MB/7.7 GB 38 MB/s 2m59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 11% ▕█ ▏ 814 MB/7.7 GB 38 MB/s 2m59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 11% ▕█ ▏ 819 MB/7.7 GB 38 MB/s 2m59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 11% ▕█ ▏ 827 MB/7.7 GB 38 MB/s 2m59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 11% ▕█ ▏ 830 MB/7.7 GB 38 MB/s 2m59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 11% ▕█ ▏ 834 MB/7.7 GB 38 MB/s 2m59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 11% ▕█ ▏ 838 MB/7.7 GB 38 MB/s 2m59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 11% ▕█ ▏ 842 MB/7.7 GB 39 MB/s 2m52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 11% ▕█ ▏ 844 MB/7.7 GB 39 MB/s 2m52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 11% ▕█ ▏ 849 MB/7.7 GB 39 MB/s 2m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 11% ▕█ ▏ 854 MB/7.7 GB 39 MB/s 2m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 11% ▕█ ▏ 858 MB/7.7 GB 39 MB/s 2m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 11% ▕█ ▏ 862 MB/7.7 GB 39 MB/s 2m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 11% ▕█ ▏ 864 MB/7.7 GB 39 MB/s 2m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 11% ▕█ ▏ 868 MB/7.7 GB 39 MB/s 2m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 11% ▕█ ▏ 874 MB/7.7 GB 39 MB/s 2m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 11% ▕█ ▏ 876 MB/7.7 GB 39 MB/s 2m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 11% ▕█ ▏ 884 MB/7.7 GB 39 MB/s 2m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 12% ▕█ ▏ 892 MB/7.7 GB 39 MB/s 2m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 12% ▕█ ▏ 892 MB/7.7 GB 39 MB/s 2m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 12% ▕█ ▏ 898 MB/7.7 GB 39 MB/s 2m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 12% ▕█ ▏ 901 MB/7.7 GB 39 MB/s 2m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 12% ▕█ ▏ 903 MB/7.7 GB 39 MB/s 2m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 12% ▕█ ▏ 904 MB/7.7 GB 39 MB/s 2m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 12% ▕█ ▏ 905 MB/7.7 GB 39 MB/s 2m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 12% ▕█ ▏ 908 MB/7.7 GB 39 MB/s 2m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 12% ▕█ ▏ 914 MB/7.7 GB 39 MB/s 2m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 12% ▕█ ▏ 931 MB/7.7 GB 39 MB/s 2m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 12% ▕█ ▏ 933 MB/7.7 GB 41 MB/s 2m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 12% ▕█ ▏ 936 MB/7.7 GB 41 MB/s 2m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 12% ▕█ ▏ 938 MB/7.7 GB 41 MB/s 2m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 12% ▕█ ▏ 939 MB/7.7 GB 41 MB/s 2m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 12% ▕█ ▏ 943 MB/7.7 GB 41 MB/s 2m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 12% ▕█ ▏ 946 MB/7.7 GB 41 MB/s 2m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 12% ▕█ ▏ 952 MB/7.7 GB 41 MB/s 2m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 12% ▕█ ▏ 961 MB/7.7 GB 41 MB/s 2m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 13% ▕██ ▏ 963 MB/7.7 GB 41 MB/s 2m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 13% ▕██ ▏ 963 MB/7.7 GB 41 MB/s 2m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 13% ▕██ ▏ 965 MB/7.7 GB 40 MB/s 2m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 13% ▕██ ▏ 967 MB/7.7 GB 40 MB/s 2m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 13% ▕██ ▏ 968 MB/7.7 GB 40 MB/s 2m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 13% ▕██ ▏ 973 MB/7.7 GB 40 MB/s 2m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 13% ▕██ ▏ 977 MB/7.7 GB 40 MB/s 2m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 13% ▕██ ▏ 979 MB/7.7 GB 40 MB/s 2m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 13% ▕██ ▏ 987 MB/7.7 GB 40 MB/s 2m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 13% ▕██ ▏ 991 MB/7.7 GB 40 MB/s 2m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 13% ▕██ ▏ 995 MB/7.7 GB 40 MB/s 2m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 13% ▕██ ▏ 1.0 GB/7.7 GB 40 MB/s 2m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 13% ▕██ ▏ 1.0 GB/7.7 GB 40 MB/s 2m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 13% ▕██ ▏ 1.0 GB/7.7 GB 40 MB/s 2m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 13% ▕██ ▏ 1.0 GB/7.7 GB 40 MB/s 2m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 13% ▕██ ▏ 1.0 GB/7.7 GB 40 MB/s 2m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 13% ▕██ ▏ 1.0 GB/7.7 GB 40 MB/s 2m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 13% ▕██ ▏ 1.0 GB/7.7 GB 40 MB/s 2m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 13% ▕██ ▏ 1.0 GB/7.7 GB 40 MB/s 2m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 13% ▕██ ▏ 1.0 GB/7.7 GB 40 MB/s 2m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 13% ▕██ ▏ 1.0 GB/7.7 GB 40 MB/s 2m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 14% ▕██ ▏ 1.0 GB/7.7 GB 40 MB/s 2m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 14% ▕██ ▏ 1.0 GB/7.7 GB 40 MB/s 2m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 14% ▕██ ▏ 1.0 GB/7.7 GB 40 MB/s 2m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 14% ▕██ ▏ 1.1 GB/7.7 GB 40 MB/s 2m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 14% ▕██ ▏ 1.1 GB/7.7 GB 40 MB/s 2m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 14% ▕██ ▏ 1.1 GB/7.7 GB 40 MB/s 2m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 14% ▕██ ▏ 1.1 GB/7.7 GB 40 MB/s 2m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 14% ▕██ ▏ 1.1 GB/7.7 GB 40 MB/s 2m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 14% ▕██ ▏ 1.1 GB/7.7 GB 40 MB/s 2m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 14% ▕██ ▏ 1.1 GB/7.7 GB 40 MB/s 2m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 14% ▕██ ▏ 1.1 GB/7.7 GB 40 MB/s 2m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 14% ▕██ ▏ 1.1 GB/7.7 GB 40 MB/s 2m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 14% ▕██ ▏ 1.1 GB/7.7 GB 40 MB/s 2m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 14% ▕██ ▏ 1.1 GB/7.7 GB 40 MB/s 2m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 14% ▕██ ▏ 1.1 GB/7.7 GB 40 MB/s 2m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 14% ▕██ ▏ 1.1 GB/7.7 GB 40 MB/s 2m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 14% ▕██ ▏ 1.1 GB/7.7 GB 40 MB/s 2m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 14% ▕██ ▏ 1.1 GB/7.7 GB 40 MB/s 2m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 14% ▕██ ▏ 1.1 GB/7.7 GB 40 MB/s 2m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 14% ▕██ ▏ 1.1 GB/7.7 GB 40 MB/s 2m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 14% ▕██ ▏ 1.1 GB/7.7 GB 40 MB/s 2m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 15% ▕██ ▏ 1.1 GB/7.7 GB 40 MB/s 2m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 15% ▕██ ▏ 1.1 GB/7.7 GB 39 MB/s 2m48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 15% ▕██ ▏ 1.1 GB/7.7 GB 39 MB/s 2m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 15% ▕██ ▏ 1.1 GB/7.7 GB 39 MB/s 2m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 15% ▕██ ▏ 1.1 GB/7.7 GB 39 MB/s 2m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 15% ▕██ ▏ 1.1 GB/7.7 GB 39 MB/s 2m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 15% ▕██ ▏ 1.1 GB/7.7 GB 39 MB/s 2m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 15% ▕██ ▏ 1.2 GB/7.7 GB 39 MB/s 2m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 15% ▕██ ▏ 1.2 GB/7.7 GB 39 MB/s 2m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 15% ▕██ ▏ 1.2 GB/7.7 GB 39 MB/s 2m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 15% ▕██ ▏ 1.2 GB/7.7 GB 39 MB/s 2m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 15% ▕██ ▏ 1.2 GB/7.7 GB 41 MB/s 2m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 15% ▕██ ▏ 1.2 GB/7.7 GB 41 MB/s 2m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 15% ▕██ ▏ 1.2 GB/7.7 GB 41 MB/s 2m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 15% ▕██ ▏ 1.2 GB/7.7 GB 41 MB/s 2m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 15% ▕██ ▏ 1.2 GB/7.7 GB 41 MB/s 2m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 15% ▕██ ▏ 1.2 GB/7.7 GB 41 MB/s 2m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 15% ▕██ ▏ 1.2 GB/7.7 GB 41 MB/s 2m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 16% ▕██ ▏ 1.2 GB/7.7 GB 41 MB/s 2m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 16% ▕██ ▏ 1.2 GB/7.7 GB 41 MB/s 2m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 16% ▕██ ▏ 1.2 GB/7.7 GB 41 MB/s 2m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 16% ▕██ ▏ 1.2 GB/7.7 GB 41 MB/s 2m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 16% ▕██ ▏ 1.2 GB/7.7 GB 41 MB/s 2m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 16% ▕██ ▏ 1.2 GB/7.7 GB 41 MB/s 2m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 16% ▕██ ▏ 1.2 GB/7.7 GB 41 MB/s 2m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 16% ▕██ ▏ 1.2 GB/7.7 GB 41 MB/s 2m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 16% ▕██ ▏ 1.2 GB/7.7 GB 41 MB/s 2m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 16% ▕██ ▏ 1.2 GB/7.7 GB 41 MB/s 2m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 16% ▕██ ▏ 1.2 GB/7.7 GB 41 MB/s 2m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 16% ▕██ ▏ 1.2 GB/7.7 GB 41 MB/s 2m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 16% ▕██ ▏ 1.2 GB/7.7 GB 41 MB/s 2m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 16% ▕██ ▏ 1.2 GB/7.7 GB 41 MB/s 2m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 16% ▕██ ▏ 1.2 GB/7.7 GB 39 MB/s 2m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 16% ▕██ ▏ 1.2 GB/7.7 GB 39 MB/s 2m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 16% ▕██ ▏ 1.2 GB/7.7 GB 39 MB/s 2m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 16% ▕██ ▏ 1.3 GB/7.7 GB 39 MB/s 2m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 16% ▕██ ▏ 1.3 GB/7.7 GB 39 MB/s 2m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 16% ▕██ ▏ 1.3 GB/7.7 GB 39 MB/s 2m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 17% ▕██ ▏ 1.3 GB/7.7 GB 39 MB/s 2m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 17% ▕██ ▏ 1.3 GB/7.7 GB 39 MB/s 2m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 17% ▕██ ▏ 1.3 GB/7.7 GB 39 MB/s 2m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 17% ▕██ ▏ 1.3 GB/7.7 GB 39 MB/s 2m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 17% ▕██ ▏ 1.3 GB/7.7 GB 39 MB/s 2m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 17% ▕██ ▏ 1.3 GB/7.7 GB 39 MB/s 2m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 17% ▕██ ▏ 1.3 GB/7.7 GB 39 MB/s 2m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 17% ▕██ ▏ 1.3 GB/7.7 GB 39 MB/s 2m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 17% ▕██ ▏ 1.3 GB/7.7 GB 39 MB/s 2m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 17% ▕██ ▏ 1.3 GB/7.7 GB 39 MB/s 2m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 17% ▕██ ▏ 1.3 GB/7.7 GB 39 MB/s 2m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 17% ▕██ ▏ 1.3 GB/7.7 GB 39 MB/s 2m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 17% ▕██ ▏ 1.3 GB/7.7 GB 39 MB/s 2m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 17% ▕██ ▏ 1.3 GB/7.7 GB 39 MB/s 2m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 17% ▕██ ▏ 1.3 GB/7.7 GB 39 MB/s 2m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 17% ▕██ ▏ 1.3 GB/7.7 GB 39 MB/s 2m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 17% ▕██ ▏ 1.3 GB/7.7 GB 39 MB/s 2m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 17% ▕██ ▏ 1.3 GB/7.7 GB 39 MB/s 2m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 17% ▕██ ▏ 1.3 GB/7.7 GB 39 MB/s 2m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 17% ▕██ ▏ 1.3 GB/7.7 GB 39 MB/s 2m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 17% ▕██ ▏ 1.3 GB/7.7 GB 39 MB/s 2m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 18% ▕██ ▏ 1.4 GB/7.7 GB 39 MB/s 2m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 18% ▕██ ▏ 1.4 GB/7.7 GB 39 MB/s 2m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 18% ▕██ ▏ 1.4 GB/7.7 GB 39 MB/s 2m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 18% ▕██ ▏ 1.4 GB/7.7 GB 39 MB/s 2m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 18% ▕██ ▏ 1.4 GB/7.7 GB 39 MB/s 2m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 18% ▕██ ▏ 1.4 GB/7.7 GB 39 MB/s 2m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 18% ▕██ ▏ 1.4 GB/7.7 GB 39 MB/s 2m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 18% ▕██ ▏ 1.4 GB/7.7 GB 39 MB/s 2m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 18% ▕██ ▏ 1.4 GB/7.7 GB 39 MB/s 2m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 18% ▕██ ▏ 1.4 GB/7.7 GB 39 MB/s 2m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 18% ▕██ ▏ 1.4 GB/7.7 GB 39 MB/s 2m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 18% ▕██ ▏ 1.4 GB/7.7 GB 39 MB/s 2m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 18% ▕██ ▏ 1.4 GB/7.7 GB 39 MB/s 2m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 18% ▕██ ▏ 1.4 GB/7.7 GB 39 MB/s 2m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 18% ▕██ ▏ 1.4 GB/7.7 GB 39 MB/s 2m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 18% ▕██ ▏ 1.4 GB/7.7 GB 39 MB/s 2m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 18% ▕██ ▏ 1.4 GB/7.7 GB 39 MB/s 2m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 18% ▕██ ▏ 1.4 GB/7.7 GB 39 MB/s 2m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 18% ▕██ ▏ 1.4 GB/7.7 GB 39 MB/s 2m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 19% ▕██ ▏ 1.4 GB/7.7 GB 39 MB/s 2m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 19% ▕██ ▏ 1.4 GB/7.7 GB 39 MB/s 2m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 19% ▕██ ▏ 1.4 GB/7.7 GB 39 MB/s 2m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 19% ▕██ ▏ 1.4 GB/7.7 GB 39 MB/s 2m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 19% ▕██ ▏ 1.4 GB/7.7 GB 39 MB/s 2m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 19% ▕███ ▏ 1.4 GB/7.7 GB 39 MB/s 2m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 19% ▕███ ▏ 1.4 GB/7.7 GB 39 MB/s 2m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 19% ▕███ ▏ 1.4 GB/7.7 GB 39 MB/s 2m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 19% ▕███ ▏ 1.5 GB/7.7 GB 39 MB/s 2m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 19% ▕███ ▏ 1.5 GB/7.7 GB 39 MB/s 2m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 19% ▕███ ▏ 1.5 GB/7.7 GB 39 MB/s 2m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 19% ▕███ ▏ 1.5 GB/7.7 GB 39 MB/s 2m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 19% ▕███ ▏ 1.5 GB/7.7 GB 39 MB/s 2m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 19% ▕███ ▏ 1.5 GB/7.7 GB 39 MB/s 2m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 19% ▕███ ▏ 1.5 GB/7.7 GB 39 MB/s 2m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 19% ▕███ ▏ 1.5 GB/7.7 GB 40 MB/s 2m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 19% ▕███ ▏ 1.5 GB/7.7 GB 40 MB/s 2m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 19% ▕███ ▏ 1.5 GB/7.7 GB 40 MB/s 2m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 19% ▕███ ▏ 1.5 GB/7.7 GB 40 MB/s 2m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 19% ▕███ ▏ 1.5 GB/7.7 GB 40 MB/s 2m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 19% ▕███ ▏ 1.5 GB/7.7 GB 40 MB/s 2m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 19% ▕███ ▏ 1.5 GB/7.7 GB 40 MB/s 2m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 19% ▕███ ▏ 1.5 GB/7.7 GB 40 MB/s 2m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 20% ▕███ ▏ 1.5 GB/7.7 GB 40 MB/s 2m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 20% ▕███ ▏ 1.5 GB/7.7 GB 40 MB/s 2m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 20% ▕███ ▏ 1.5 GB/7.7 GB 38 MB/s 2m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 20% ▕███ ▏ 1.5 GB/7.7 GB 38 MB/s 2m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 20% ▕███ ▏ 1.5 GB/7.7 GB 38 MB/s 2m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 20% ▕███ ▏ 1.5 GB/7.7 GB 38 MB/s 2m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 20% ▕███ ▏ 1.5 GB/7.7 GB 38 MB/s 2m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 20% ▕███ ▏ 1.5 GB/7.7 GB 38 MB/s 2m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 20% ▕███ ▏ 1.5 GB/7.7 GB 38 MB/s 2m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 20% ▕███ ▏ 1.6 GB/7.7 GB 38 MB/s 2m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 20% ▕███ ▏ 1.6 GB/7.7 GB 38 MB/s 2m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 20% ▕███ ▏ 1.6 GB/7.7 GB 38 MB/s 2m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 20% ▕███ ▏ 1.6 GB/7.7 GB 39 MB/s 2m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 20% ▕███ ▏ 1.6 GB/7.7 GB 39 MB/s 2m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 20% ▕███ ▏ 1.6 GB/7.7 GB 39 MB/s 2m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 20% ▕███ ▏ 1.6 GB/7.7 GB 39 MB/s 2m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 21% ▕███ ▏ 1.6 GB/7.7 GB 39 MB/s 2m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 21% ▕███ ▏ 1.6 GB/7.7 GB 39 MB/s 2m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 21% ▕███ ▏ 1.6 GB/7.7 GB 39 MB/s 2m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 21% ▕███ ▏ 1.6 GB/7.7 GB 39 MB/s 2m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 21% ▕███ ▏ 1.6 GB/7.7 GB 39 MB/s 2m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 21% ▕███ ▏ 1.6 GB/7.7 GB 39 MB/s 2m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 21% ▕███ ▏ 1.6 GB/7.7 GB 40 MB/s 2m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 21% ▕███ ▏ 1.6 GB/7.7 GB 40 MB/s 2m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 21% ▕███ ▏ 1.6 GB/7.7 GB 40 MB/s 2m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 21% ▕███ ▏ 1.6 GB/7.7 GB 40 MB/s 2m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 21% ▕███ ▏ 1.6 GB/7.7 GB 40 MB/s 2m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 21% ▕███ ▏ 1.6 GB/7.7 GB 40 MB/s 2m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 21% ▕███ ▏ 1.6 GB/7.7 GB 40 MB/s 2m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 21% ▕███ ▏ 1.6 GB/7.7 GB 40 MB/s 2m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 21% ▕███ ▏ 1.6 GB/7.7 GB 40 MB/s 2m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 21% ▕███ ▏ 1.6 GB/7.7 GB 40 MB/s 2m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 21% ▕███ ▏ 1.6 GB/7.7 GB 40 MB/s 2m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 21% ▕███ ▏ 1.6 GB/7.7 GB 39 MB/s 2m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 21% ▕███ ▏ 1.6 GB/7.7 GB 39 MB/s 2m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 21% ▕███ ▏ 1.7 GB/7.7 GB 39 MB/s 2m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 22% ▕███ ▏ 1.7 GB/7.7 GB 39 MB/s 2m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 22% ▕███ ▏ 1.7 GB/7.7 GB 39 MB/s 2m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 22% ▕███ ▏ 1.7 GB/7.7 GB 39 MB/s 2m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 22% ▕███ ▏ 1.7 GB/7.7 GB 39 MB/s 2m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 22% ▕███ ▏ 1.7 GB/7.7 GB 39 MB/s 2m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 22% ▕███ ▏ 1.7 GB/7.7 GB 39 MB/s 2m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 22% ▕███ ▏ 1.7 GB/7.7 GB 39 MB/s 2m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 22% ▕███ ▏ 1.7 GB/7.7 GB 40 MB/s 2m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 22% ▕███ ▏ 1.7 GB/7.7 GB 40 MB/s 2m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 22% ▕███ ▏ 1.7 GB/7.7 GB 40 MB/s 2m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 22% ▕███ ▏ 1.7 GB/7.7 GB 40 MB/s 2m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 22% ▕███ ▏ 1.7 GB/7.7 GB 40 MB/s 2m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 22% ▕███ ▏ 1.7 GB/7.7 GB 40 MB/s 2m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 22% ▕███ ▏ 1.7 GB/7.7 GB 40 MB/s 2m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 22% ▕███ ▏ 1.7 GB/7.7 GB 40 MB/s 2m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 22% ▕███ ▏ 1.7 GB/7.7 GB 40 MB/s 2m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 22% ▕███ ▏ 1.7 GB/7.7 GB 40 MB/s 2m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 22% ▕███ ▏ 1.7 GB/7.7 GB 38 MB/s 2m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 22% ▕███ ▏ 1.7 GB/7.7 GB 38 MB/s 2m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 22% ▕███ ▏ 1.7 GB/7.7 GB 38 MB/s 2m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 22% ▕███ ▏ 1.7 GB/7.7 GB 38 MB/s 2m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 22% ▕███ ▏ 1.7 GB/7.7 GB 38 MB/s 2m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 22% ▕███ ▏ 1.7 GB/7.7 GB 38 MB/s 2m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 22% ▕███ ▏ 1.7 GB/7.7 GB 38 MB/s 2m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 23% ▕███ ▏ 1.7 GB/7.7 GB 38 MB/s 2m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 23% ▕███ ▏ 1.7 GB/7.7 GB 38 MB/s 2m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 23% ▕███ ▏ 1.7 GB/7.7 GB 38 MB/s 2m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 23% ▕███ ▏ 1.7 GB/7.7 GB 38 MB/s 2m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 23% ▕███ ▏ 1.8 GB/7.7 GB 38 MB/s 2m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 23% ▕███ ▏ 1.8 GB/7.7 GB 38 MB/s 2m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 23% ▕███ ▏ 1.8 GB/7.7 GB 38 MB/s 2m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 23% ▕███ ▏ 1.8 GB/7.7 GB 38 MB/s 2m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 23% ▕███ ▏ 1.8 GB/7.7 GB 38 MB/s 2m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 23% ▕███ ▏ 1.8 GB/7.7 GB 38 MB/s 2m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 23% ▕███ ▏ 1.8 GB/7.7 GB 38 MB/s 2m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 23% ▕███ ▏ 1.8 GB/7.7 GB 38 MB/s 2m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 23% ▕███ ▏ 1.8 GB/7.7 GB 38 MB/s 2m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 23% ▕███ ▏ 1.8 GB/7.7 GB 38 MB/s 2m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 23% ▕███ ▏ 1.8 GB/7.7 GB 38 MB/s 2m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 23% ▕███ ▏ 1.8 GB/7.7 GB 38 MB/s 2m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 23% ▕███ ▏ 1.8 GB/7.7 GB 38 MB/s 2m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 23% ▕███ ▏ 1.8 GB/7.7 GB 38 MB/s 2m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 23% ▕███ ▏ 1.8 GB/7.7 GB 38 MB/s 2m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 24% ▕███ ▏ 1.8 GB/7.7 GB 38 MB/s 2m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 24% ▕███ ▏ 1.8 GB/7.7 GB 38 MB/s 2m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 24% ▕███ ▏ 1.8 GB/7.7 GB 38 MB/s 2m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 24% ▕███ ▏ 1.8 GB/7.7 GB 38 MB/s 2m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 24% ▕███ ▏ 1.8 GB/7.7 GB 38 MB/s 2m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 24% ▕███ ▏ 1.8 GB/7.7 GB 38 MB/s 2m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 24% ▕███ ▏ 1.8 GB/7.7 GB 38 MB/s 2m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 24% ▕███ ▏ 1.8 GB/7.7 GB 38 MB/s 2m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 24% ▕███ ▏ 1.8 GB/7.7 GB 38 MB/s 2m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 24% ▕███ ▏ 1.8 GB/7.7 GB 38 MB/s 2m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 24% ▕███ ▏ 1.9 GB/7.7 GB 38 MB/s 2m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 24% ▕███ ▏ 1.9 GB/7.7 GB 38 MB/s 2m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 24% ▕███ ▏ 1.9 GB/7.7 GB 38 MB/s 2m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 24% ▕███ ▏ 1.9 GB/7.7 GB 38 MB/s 2m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 24% ▕███ ▏ 1.9 GB/7.7 GB 38 MB/s 2m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 24% ▕███ ▏ 1.9 GB/7.7 GB 38 MB/s 2m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 24% ▕███ ▏ 1.9 GB/7.7 GB 38 MB/s 2m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 24% ▕███ ▏ 1.9 GB/7.7 GB 38 MB/s 2m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 24% ▕███ ▏ 1.9 GB/7.7 GB 38 MB/s 2m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 24% ▕███ ▏ 1.9 GB/7.7 GB 38 MB/s 2m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 25% ▕███ ▏ 1.9 GB/7.7 GB 38 MB/s 2m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 25% ▕███ ▏ 1.9 GB/7.7 GB 38 MB/s 2m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 25% ▕███ ▏ 1.9 GB/7.7 GB 38 MB/s 2m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 25% ▕███ ▏ 1.9 GB/7.7 GB 38 MB/s 2m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 25% ▕███ ▏ 1.9 GB/7.7 GB 38 MB/s 2m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 25% ▕███ ▏ 1.9 GB/7.7 GB 37 MB/s 2m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 25% ▕███ ▏ 1.9 GB/7.7 GB 37 MB/s 2m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 25% ▕███ ▏ 1.9 GB/7.7 GB 37 MB/s 2m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 25% ▕███ ▏ 1.9 GB/7.7 GB 37 MB/s 2m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 25% ▕███ ▏ 1.9 GB/7.7 GB 37 MB/s 2m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 25% ▕███ ▏ 1.9 GB/7.7 GB 37 MB/s 2m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 25% ▕███ ▏ 1.9 GB/7.7 GB 37 MB/s 2m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 25% ▕███ ▏ 1.9 GB/7.7 GB 37 MB/s 2m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 25% ▕███ ▏ 1.9 GB/7.7 GB 37 MB/s 2m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 25% ▕███ ▏ 1.9 GB/7.7 GB 37 MB/s 2m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 25% ▕███ ▏ 1.9 GB/7.7 GB 34 MB/s 2m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 25% ▕███ ▏ 1.9 GB/7.7 GB 34 MB/s 2m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 25% ▕███ ▏ 1.9 GB/7.7 GB 34 MB/s 2m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 25% ▕████ ▏ 1.9 GB/7.7 GB 34 MB/s 2m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 25% ▕████ ▏ 1.9 GB/7.7 GB 34 MB/s 2m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 25% ▕████ ▏ 1.9 GB/7.7 GB 34 MB/s 2m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 25% ▕████ ▏ 1.9 GB/7.7 GB 34 MB/s 2m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 25% ▕████ ▏ 1.9 GB/7.7 GB 34 MB/s 2m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 25% ▕████ ▏ 1.9 GB/7.7 GB 34 MB/s 2m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 25% ▕████ ▏ 1.9 GB/7.7 GB 34 MB/s 2m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 25% ▕████ ▏ 2.0 GB/7.7 GB 34 MB/s 2m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 25% ▕████ ▏ 2.0 GB/7.7 GB 34 MB/s 2m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 25% ▕████ ▏ 2.0 GB/7.7 GB 34 MB/s 2m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 26% ▕████ ▏ 2.0 GB/7.7 GB 34 MB/s 2m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 26% ▕████ ▏ 2.0 GB/7.7 GB 34 MB/s 2m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 26% ▕████ ▏ 2.0 GB/7.7 GB 34 MB/s 2m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 26% ▕████ ▏ 2.0 GB/7.7 GB 34 MB/s 2m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 26% ▕████ ▏ 2.0 GB/7.7 GB 34 MB/s 2m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 26% ▕████ ▏ 2.0 GB/7.7 GB 34 MB/s 2m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 26% ▕████ ▏ 2.0 GB/7.7 GB 34 MB/s 2m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 26% ▕████ ▏ 2.0 GB/7.7 GB 34 MB/s 2m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 26% ▕████ ▏ 2.0 GB/7.7 GB 34 MB/s 2m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 26% ▕████ ▏ 2.0 GB/7.7 GB 34 MB/s 2m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 26% ▕████ ▏ 2.0 GB/7.7 GB 34 MB/s 2m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 26% ▕████ ▏ 2.0 GB/7.7 GB 34 MB/s 2m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 26% ▕████ ▏ 2.0 GB/7.7 GB 34 MB/s 2m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 26% ▕████ ▏ 2.0 GB/7.7 GB 34 MB/s 2m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 26% ▕████ ▏ 2.0 GB/7.7 GB 34 MB/s 2m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 26% ▕████ ▏ 2.0 GB/7.7 GB 34 MB/s 2m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 26% ▕████ ▏ 2.0 GB/7.7 GB 34 MB/s 2m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 26% ▕████ ▏ 2.0 GB/7.7 GB 34 MB/s 2m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 26% ▕████ ▏ 2.0 GB/7.7 GB 36 MB/s 2m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 26% ▕████ ▏ 2.0 GB/7.7 GB 36 MB/s 2m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 27% ▕████ ▏ 2.0 GB/7.7 GB 36 MB/s 2m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 27% ▕████ ▏ 2.0 GB/7.7 GB 36 MB/s 2m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 27% ▕████ ▏ 2.0 GB/7.7 GB 36 MB/s 2m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 27% ▕████ ▏ 2.1 GB/7.7 GB 36 MB/s 2m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 27% ▕████ ▏ 2.1 GB/7.7 GB 36 MB/s 2m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 27% ▕████ ▏ 2.1 GB/7.7 GB 36 MB/s 2m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 27% ▕████ ▏ 2.1 GB/7.7 GB 36 MB/s 2m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 27% ▕████ ▏ 2.1 GB/7.7 GB 36 MB/s 2m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 27% ▕████ ▏ 2.1 GB/7.7 GB 35 MB/s 2m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 27% ▕████ ▏ 2.1 GB/7.7 GB 35 MB/s 2m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 27% ▕████ ▏ 2.1 GB/7.7 GB 35 MB/s 2m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 27% ▕████ ▏ 2.1 GB/7.7 GB 35 MB/s 2m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 27% ▕████ ▏ 2.1 GB/7.7 GB 35 MB/s 2m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 27% ▕████ ▏ 2.1 GB/7.7 GB 35 MB/s 2m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 27% ▕████ ▏ 2.1 GB/7.7 GB 35 MB/s 2m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 27% ▕████ ▏ 2.1 GB/7.7 GB 35 MB/s 2m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 27% ▕████ ▏ 2.1 GB/7.7 GB 35 MB/s 2m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 27% ▕████ ▏ 2.1 GB/7.7 GB 35 MB/s 2m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 27% ▕████ ▏ 2.1 GB/7.7 GB 36 MB/s 2m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 27% ▕████ ▏ 2.1 GB/7.7 GB 36 MB/s 2m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 28% ▕████ ▏ 2.1 GB/7.7 GB 36 MB/s 2m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 28% ▕████ ▏ 2.1 GB/7.7 GB 36 MB/s 2m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 28% ▕████ ▏ 2.1 GB/7.7 GB 36 MB/s 2m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 28% ▕████ ▏ 2.1 GB/7.7 GB 36 MB/s 2m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 28% ▕████ ▏ 2.1 GB/7.7 GB 36 MB/s 2m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 28% ▕████ ▏ 2.1 GB/7.7 GB 36 MB/s 2m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 28% ▕████ ▏ 2.1 GB/7.7 GB 36 MB/s 2m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 28% ▕████ ▏ 2.1 GB/7.7 GB 36 MB/s 2m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 28% ▕████ ▏ 2.1 GB/7.7 GB 35 MB/s 2m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 28% ▕████ ▏ 2.1 GB/7.7 GB 35 MB/s 2m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 28% ▕████ ▏ 2.2 GB/7.7 GB 35 MB/s 2m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 28% ▕████ ▏ 2.2 GB/7.7 GB 35 MB/s 2m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 28% ▕████ ▏ 2.2 GB/7.7 GB 35 MB/s 2m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 28% ▕████ ▏ 2.2 GB/7.7 GB 35 MB/s 2m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 28% ▕████ ▏ 2.2 GB/7.7 GB 35 MB/s 2m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 28% ▕████ ▏ 2.2 GB/7.7 GB 35 MB/s 2m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 28% ▕████ ▏ 2.2 GB/7.7 GB 35 MB/s 2m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 28% ▕████ ▏ 2.2 GB/7.7 GB 35 MB/s 2m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 28% ▕████ ▏ 2.2 GB/7.7 GB 35 MB/s 2m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 28% ▕████ ▏ 2.2 GB/7.7 GB 36 MB/s 2m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 29% ▕████ ▏ 2.2 GB/7.7 GB 36 MB/s 2m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 29% ▕████ ▏ 2.2 GB/7.7 GB 36 MB/s 2m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 29% ▕████ ▏ 2.2 GB/7.7 GB 36 MB/s 2m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 29% ▕████ ▏ 2.2 GB/7.7 GB 36 MB/s 2m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 29% ▕████ ▏ 2.2 GB/7.7 GB 36 MB/s 2m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 29% ▕████ ▏ 2.2 GB/7.7 GB 36 MB/s 2m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 29% ▕████ ▏ 2.2 GB/7.7 GB 36 MB/s 2m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 29% ▕████ ▏ 2.2 GB/7.7 GB 36 MB/s 2m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 29% ▕████ ▏ 2.2 GB/7.7 GB 36 MB/s 2m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 29% ▕████ ▏ 2.2 GB/7.7 GB 37 MB/s 2m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 29% ▕████ ▏ 2.2 GB/7.7 GB 37 MB/s 2m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 29% ▕████ ▏ 2.2 GB/7.7 GB 37 MB/s 2m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 29% ▕████ ▏ 2.3 GB/7.7 GB 37 MB/s 2m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 29% ▕████ ▏ 2.3 GB/7.7 GB 37 MB/s 2m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 29% ▕████ ▏ 2.3 GB/7.7 GB 37 MB/s 2m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 29% ▕████ ▏ 2.3 GB/7.7 GB 37 MB/s 2m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 29% ▕████ ▏ 2.3 GB/7.7 GB 37 MB/s 2m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 29% ▕████ ▏ 2.3 GB/7.7 GB 37 MB/s 2m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 30% ▕████ ▏ 2.3 GB/7.7 GB 37 MB/s 2m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 30% ▕████ ▏ 2.3 GB/7.7 GB 40 MB/s 2m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 30% ▕████ ▏ 2.3 GB/7.7 GB 40 MB/s 2m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 30% ▕████ ▏ 2.3 GB/7.7 GB 40 MB/s 2m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 30% ▕████ ▏ 2.3 GB/7.7 GB 40 MB/s 2m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 30% ▕████ ▏ 2.3 GB/7.7 GB 40 MB/s 2m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 30% ▕████ ▏ 2.3 GB/7.7 GB 40 MB/s 2m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 30% ▕████ ▏ 2.3 GB/7.7 GB 40 MB/s 2m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 30% ▕████ ▏ 2.3 GB/7.7 GB 40 MB/s 2m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 30% ▕████ ▏ 2.3 GB/7.7 GB 40 MB/s 2m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 30% ▕████ ▏ 2.3 GB/7.7 GB 40 MB/s 2m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 30% ▕████ ▏ 2.3 GB/7.7 GB 38 MB/s 2m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 30% ▕████ ▏ 2.3 GB/7.7 GB 38 MB/s 2m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 30% ▕████ ▏ 2.3 GB/7.7 GB 38 MB/s 2m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 30% ▕████ ▏ 2.3 GB/7.7 GB 38 MB/s 2m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 30% ▕████ ▏ 2.3 GB/7.7 GB 38 MB/s 2m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 30% ▕████ ▏ 2.3 GB/7.7 GB 38 MB/s 2m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 30% ▕████ ▏ 2.3 GB/7.7 GB 38 MB/s 2m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 30% ▕████ ▏ 2.3 GB/7.7 GB 38 MB/s 2m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 30% ▕████ ▏ 2.3 GB/7.7 GB 38 MB/s 2m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 30% ▕████ ▏ 2.3 GB/7.7 GB 38 MB/s 2m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 30% ▕████ ▏ 2.3 GB/7.7 GB 38 MB/s 2m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 30% ▕████ ▏ 2.3 GB/7.7 GB 38 MB/s 2m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 30% ▕████ ▏ 2.3 GB/7.7 GB 38 MB/s 2m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 31% ▕████ ▏ 2.4 GB/7.7 GB 38 MB/s 2m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 31% ▕████ ▏ 2.4 GB/7.7 GB 38 MB/s 2m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 31% ▕████ ▏ 2.4 GB/7.7 GB 38 MB/s 2m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 31% ▕████ ▏ 2.4 GB/7.7 GB 38 MB/s 2m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 31% ▕████ ▏ 2.4 GB/7.7 GB 38 MB/s 2m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 31% ▕████ ▏ 2.4 GB/7.7 GB 38 MB/s 2m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 31% ▕████ ▏ 2.4 GB/7.7 GB 38 MB/s 2m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 31% ▕████ ▏ 2.4 GB/7.7 GB 38 MB/s 2m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 31% ▕████ ▏ 2.4 GB/7.7 GB 37 MB/s 2m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 31% ▕████ ▏ 2.4 GB/7.7 GB 37 MB/s 2m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 31% ▕████ ▏ 2.4 GB/7.7 GB 37 MB/s 2m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 31% ▕████ ▏ 2.4 GB/7.7 GB 37 MB/s 2m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 31% ▕████ ▏ 2.4 GB/7.7 GB 37 MB/s 2m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 31% ▕████ ▏ 2.4 GB/7.7 GB 37 MB/s 2m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 31% ▕████ ▏ 2.4 GB/7.7 GB 37 MB/s 2m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 31% ▕████ ▏ 2.4 GB/7.7 GB 37 MB/s 2m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 31% ▕█████ ▏ 2.4 GB/7.7 GB 37 MB/s 2m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 31% ▕█████ ▏ 2.4 GB/7.7 GB 37 MB/s 2m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 31% ▕█████ ▏ 2.4 GB/7.7 GB 38 MB/s 2m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 31% ▕█████ ▏ 2.4 GB/7.7 GB 38 MB/s 2m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 31% ▕█████ ▏ 2.4 GB/7.7 GB 38 MB/s 2m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 32% ▕█████ ▏ 2.4 GB/7.7 GB 38 MB/s 2m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 32% ▕█████ ▏ 2.4 GB/7.7 GB 38 MB/s 2m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 32% ▕█████ ▏ 2.4 GB/7.7 GB 38 MB/s 2m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 32% ▕█████ ▏ 2.4 GB/7.7 GB 38 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 32% ▕█████ ▏ 2.4 GB/7.7 GB 38 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 32% ▕█████ ▏ 2.5 GB/7.7 GB 38 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 32% ▕█████ ▏ 2.5 GB/7.7 GB 38 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 32% ▕█████ ▏ 2.5 GB/7.7 GB 38 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 32% ▕█████ ▏ 2.5 GB/7.7 GB 38 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 32% ▕█████ ▏ 2.5 GB/7.7 GB 38 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 32% ▕█████ ▏ 2.5 GB/7.7 GB 38 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 32% ▕█████ ▏ 2.5 GB/7.7 GB 38 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 32% ▕█████ ▏ 2.5 GB/7.7 GB 38 MB/s 2m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 32% ▕█████ ▏ 2.5 GB/7.7 GB 38 MB/s 2m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 32% ▕█████ ▏ 2.5 GB/7.7 GB 38 MB/s 2m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 33% ▕█████ ▏ 2.5 GB/7.7 GB 38 MB/s 2m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 33% ▕█████ ▏ 2.5 GB/7.7 GB 38 MB/s 2m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 33% ▕█████ ▏ 2.5 GB/7.7 GB 39 MB/s 2m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 33% ▕█████ ▏ 2.5 GB/7.7 GB 39 MB/s 2m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 33% ▕█████ ▏ 2.5 GB/7.7 GB 39 MB/s 2m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 33% ▕█████ ▏ 2.5 GB/7.7 GB 39 MB/s 2m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 33% ▕█████ ▏ 2.5 GB/7.7 GB 39 MB/s 2m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 33% ▕█████ ▏ 2.5 GB/7.7 GB 39 MB/s 2m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 33% ▕█████ ▏ 2.5 GB/7.7 GB 39 MB/s 2m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 33% ▕█████ ▏ 2.5 GB/7.7 GB 39 MB/s 2m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 33% ▕█████ ▏ 2.5 GB/7.7 GB 39 MB/s 2m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 33% ▕█████ ▏ 2.5 GB/7.7 GB 39 MB/s 2m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 33% ▕█████ ▏ 2.5 GB/7.7 GB 39 MB/s 2m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 33% ▕█████ ▏ 2.5 GB/7.7 GB 39 MB/s 2m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 33% ▕█████ ▏ 2.5 GB/7.7 GB 39 MB/s 2m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 33% ▕█████ ▏ 2.6 GB/7.7 GB 39 MB/s 2m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 33% ▕█████ ▏ 2.6 GB/7.7 GB 39 MB/s 2m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 33% ▕█████ ▏ 2.6 GB/7.7 GB 39 MB/s 2m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 33% ▕█████ ▏ 2.6 GB/7.7 GB 39 MB/s 2m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 33% ▕█████ ▏ 2.6 GB/7.7 GB 39 MB/s 2m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 33% ▕█████ ▏ 2.6 GB/7.7 GB 39 MB/s 2m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 33% ▕█████ ▏ 2.6 GB/7.7 GB 39 MB/s 2m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 33% ▕█████ ▏ 2.6 GB/7.7 GB 39 MB/s 2m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 34% ▕█████ ▏ 2.6 GB/7.7 GB 37 MB/s 2m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 34% ▕█████ ▏ 2.6 GB/7.7 GB 37 MB/s 2m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 34% ▕█████ ▏ 2.6 GB/7.7 GB 37 MB/s 2m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 34% ▕█████ ▏ 2.6 GB/7.7 GB 37 MB/s 2m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 34% ▕█████ ▏ 2.6 GB/7.7 GB 37 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 34% ▕█████ ▏ 2.6 GB/7.7 GB 37 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 34% ▕█████ ▏ 2.6 GB/7.7 GB 37 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 34% ▕█████ ▏ 2.6 GB/7.7 GB 37 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 34% ▕█████ ▏ 2.6 GB/7.7 GB 37 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 34% ▕█████ ▏ 2.6 GB/7.7 GB 37 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 34% ▕█████ ▏ 2.6 GB/7.7 GB 37 MB/s 2m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 34% ▕█████ ▏ 2.6 GB/7.7 GB 37 MB/s 2m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 34% ▕█████ ▏ 2.6 GB/7.7 GB 37 MB/s 2m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 34% ▕█████ ▏ 2.6 GB/7.7 GB 37 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 34% ▕█████ ▏ 2.6 GB/7.7 GB 37 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 34% ▕█████ ▏ 2.6 GB/7.7 GB 37 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 34% ▕█████ ▏ 2.6 GB/7.7 GB 37 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 34% ▕█████ ▏ 2.6 GB/7.7 GB 37 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 34% ▕█████ ▏ 2.6 GB/7.7 GB 37 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 34% ▕█████ ▏ 2.6 GB/7.7 GB 37 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 34% ▕█████ ▏ 2.6 GB/7.7 GB 38 MB/s 2m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 35% ▕█████ ▏ 2.7 GB/7.7 GB 38 MB/s 2m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 35% ▕█████ ▏ 2.7 GB/7.7 GB 38 MB/s 2m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 35% ▕█████ ▏ 2.7 GB/7.7 GB 38 MB/s 2m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 35% ▕█████ ▏ 2.7 GB/7.7 GB 38 MB/s 2m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 35% ▕█████ ▏ 2.7 GB/7.7 GB 38 MB/s 2m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 35% ▕█████ ▏ 2.7 GB/7.7 GB 38 MB/s 2m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 35% ▕█████ ▏ 2.7 GB/7.7 GB 38 MB/s 2m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 35% ▕█████ ▏ 2.7 GB/7.7 GB 38 MB/s 2m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 35% ▕█████ ▏ 2.7 GB/7.7 GB 38 MB/s 2m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 35% ▕█████ ▏ 2.7 GB/7.7 GB 39 MB/s 2m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 35% ▕█████ ▏ 2.7 GB/7.7 GB 39 MB/s 2m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 35% ▕█████ ▏ 2.7 GB/7.7 GB 39 MB/s 2m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 35% ▕█████ ▏ 2.7 GB/7.7 GB 39 MB/s 2m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 35% ▕█████ ▏ 2.7 GB/7.7 GB 39 MB/s 2m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 35% ▕█████ ▏ 2.7 GB/7.7 GB 39 MB/s 2m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 35% ▕█████ ▏ 2.7 GB/7.7 GB 39 MB/s 2m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 35% ▕█████ ▏ 2.7 GB/7.7 GB 39 MB/s 2m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 35% ▕█████ ▏ 2.7 GB/7.7 GB 39 MB/s 2m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 35% ▕█████ ▏ 2.7 GB/7.7 GB 39 MB/s 2m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 35% ▕█████ ▏ 2.7 GB/7.7 GB 39 MB/s 2m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 36% ▕█████ ▏ 2.7 GB/7.7 GB 39 MB/s 2m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 36% ▕█████ ▏ 2.7 GB/7.7 GB 39 MB/s 2m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 36% ▕█████ ▏ 2.7 GB/7.7 GB 39 MB/s 2m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 36% ▕█████ ▏ 2.7 GB/7.7 GB 39 MB/s 2m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 36% ▕█████ ▏ 2.8 GB/7.7 GB 39 MB/s 2m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 36% ▕█████ ▏ 2.8 GB/7.7 GB 39 MB/s 2m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 36% ▕█████ ▏ 2.8 GB/7.7 GB 39 MB/s 2m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 36% ▕█████ ▏ 2.8 GB/7.7 GB 39 MB/s 2m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 36% ▕█████ ▏ 2.8 GB/7.7 GB 39 MB/s 2m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 36% ▕█████ ▏ 2.8 GB/7.7 GB 39 MB/s 2m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 36% ▕█████ ▏ 2.8 GB/7.7 GB 39 MB/s 2m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 36% ▕█████ ▏ 2.8 GB/7.7 GB 39 MB/s 2m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 36% ▕█████ ▏ 2.8 GB/7.7 GB 39 MB/s 2m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 36% ▕█████ ▏ 2.8 GB/7.7 GB 39 MB/s 2m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 36% ▕█████ ▏ 2.8 GB/7.7 GB 39 MB/s 2m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 36% ▕█████ ▏ 2.8 GB/7.7 GB 39 MB/s 2m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 36% ▕█████ ▏ 2.8 GB/7.7 GB 39 MB/s 2m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 36% ▕█████ ▏ 2.8 GB/7.7 GB 39 MB/s 2m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 37% ▕█████ ▏ 2.8 GB/7.7 GB 39 MB/s 2m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 37% ▕█████ ▏ 2.8 GB/7.7 GB 39 MB/s 2m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 37% ▕█████ ▏ 2.8 GB/7.7 GB 39 MB/s 2m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 37% ▕█████ ▏ 2.8 GB/7.7 GB 39 MB/s 2m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 37% ▕█████ ▏ 2.8 GB/7.7 GB 39 MB/s 2m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 37% ▕█████ ▏ 2.8 GB/7.7 GB 39 MB/s 2m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 37% ▕█████ ▏ 2.8 GB/7.7 GB 39 MB/s 2m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 37% ▕█████ ▏ 2.8 GB/7.7 GB 39 MB/s 2m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 37% ▕█████ ▏ 2.8 GB/7.7 GB 39 MB/s 2m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 37% ▕█████ ▏ 2.8 GB/7.7 GB 39 MB/s 2m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 37% ▕█████ ▏ 2.9 GB/7.7 GB 39 MB/s 2m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 37% ▕█████ ▏ 2.9 GB/7.7 GB 39 MB/s 2m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 37% ▕█████ ▏ 2.9 GB/7.7 GB 39 MB/s 2m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 37% ▕█████ ▏ 2.9 GB/7.7 GB 39 MB/s 2m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 37% ▕█████ ▏ 2.9 GB/7.7 GB 39 MB/s 2m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 37% ▕█████ ▏ 2.9 GB/7.7 GB 39 MB/s 2m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 37% ▕█████ ▏ 2.9 GB/7.7 GB 39 MB/s 2m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 37% ▕█████ ▏ 2.9 GB/7.7 GB 39 MB/s 2m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 38% ▕██████ ▏ 2.9 GB/7.7 GB 39 MB/s 2m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 38% ▕██████ ▏ 2.9 GB/7.7 GB 39 MB/s 2m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 38% ▕██████ ▏ 2.9 GB/7.7 GB 39 MB/s 2m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 38% ▕██████ ▏ 2.9 GB/7.7 GB 39 MB/s 2m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 38% ▕██████ ▏ 2.9 GB/7.7 GB 39 MB/s 1m59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 38% ▕██████ ▏ 2.9 GB/7.7 GB 39 MB/s 1m59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 38% ▕██████ ▏ 2.9 GB/7.7 GB 39 MB/s 1m59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 38% ▕██████ ▏ 2.9 GB/7.7 GB 39 MB/s 1m59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 38% ▕██████ ▏ 2.9 GB/7.7 GB 39 MB/s 1m59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 38% ▕██████ ▏ 2.9 GB/7.7 GB 39 MB/s 1m59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 38% ▕██████ ▏ 2.9 GB/7.7 GB 39 MB/s 1m59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 38% ▕██████ ▏ 2.9 GB/7.7 GB 39 MB/s 1m58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 38% ▕██████ ▏ 2.9 GB/7.7 GB 39 MB/s 1m58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 38% ▕██████ ▏ 2.9 GB/7.7 GB 39 MB/s 1m58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 38% ▕██████ ▏ 2.9 GB/7.7 GB 40 MB/s 1m56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 38% ▕██████ ▏ 2.9 GB/7.7 GB 40 MB/s 1m56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 38% ▕██████ ▏ 3.0 GB/7.7 GB 40 MB/s 1m56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 38% ▕██████ ▏ 3.0 GB/7.7 GB 40 MB/s 1m56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 38% ▕██████ ▏ 3.0 GB/7.7 GB 40 MB/s 1m56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 38% ▕██████ ▏ 3.0 GB/7.7 GB 40 MB/s 1m56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 38% ▕██████ ▏ 3.0 GB/7.7 GB 40 MB/s 1m56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 38% ▕██████ ▏ 3.0 GB/7.7 GB 40 MB/s 1m55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 39% ▕██████ ▏ 3.0 GB/7.7 GB 40 MB/s 1m55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 39% ▕██████ ▏ 3.0 GB/7.7 GB 40 MB/s 1m55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 39% ▕██████ ▏ 3.0 GB/7.7 GB 40 MB/s 1m55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 39% ▕██████ ▏ 3.0 GB/7.7 GB 40 MB/s 1m56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 39% ▕██████ ▏ 3.0 GB/7.7 GB 40 MB/s 1m56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 39% ▕██████ ▏ 3.0 GB/7.7 GB 40 MB/s 1m56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 39% ▕██████ ▏ 3.0 GB/7.7 GB 40 MB/s 1m55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 39% ▕██████ ▏ 3.0 GB/7.7 GB 40 MB/s 1m55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 39% ▕██████ ▏ 3.0 GB/7.7 GB 40 MB/s 1m55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 39% ▕██████ ▏ 3.0 GB/7.7 GB 40 MB/s 1m55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 39% ▕██████ ▏ 3.0 GB/7.7 GB 40 MB/s 1m55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 39% ▕██████ ▏ 3.0 GB/7.7 GB 40 MB/s 1m55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 39% ▕██████ ▏ 3.0 GB/7.7 GB 40 MB/s 1m55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 39% ▕██████ ▏ 3.0 GB/7.7 GB 42 MB/s 1m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 39% ▕██████ ▏ 3.0 GB/7.7 GB 42 MB/s 1m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 39% ▕██████ ▏ 3.0 GB/7.7 GB 42 MB/s 1m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 39% ▕██████ ▏ 3.0 GB/7.7 GB 42 MB/s 1m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 39% ▕██████ ▏ 3.0 GB/7.7 GB 42 MB/s 1m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 40% ▕██████ ▏ 3.0 GB/7.7 GB 42 MB/s 1m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 40% ▕██████ ▏ 3.0 GB/7.7 GB 42 MB/s 1m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 40% ▕██████ ▏ 3.0 GB/7.7 GB 42 MB/s 1m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 40% ▕██████ ▏ 3.1 GB/7.7 GB 42 MB/s 1m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 40% ▕██████ ▏ 3.1 GB/7.7 GB 42 MB/s 1m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 40% ▕██████ ▏ 3.1 GB/7.7 GB 41 MB/s 1m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 40% ▕██████ ▏ 3.1 GB/7.7 GB 41 MB/s 1m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 40% ▕██████ ▏ 3.1 GB/7.7 GB 41 MB/s 1m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 40% ▕██████ ▏ 3.1 GB/7.7 GB 41 MB/s 1m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 40% ▕██████ ▏ 3.1 GB/7.7 GB 41 MB/s 1m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 40% ▕██████ ▏ 3.1 GB/7.7 GB 41 MB/s 1m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 40% ▕██████ ▏ 3.1 GB/7.7 GB 41 MB/s 1m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 40% ▕██████ ▏ 3.1 GB/7.7 GB 41 MB/s 1m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 40% ▕██████ ▏ 3.1 GB/7.7 GB 41 MB/s 1m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 40% ▕██████ ▏ 3.1 GB/7.7 GB 41 MB/s 1m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 40% ▕██████ ▏ 3.1 GB/7.7 GB 42 MB/s 1m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 41% ▕██████ ▏ 3.1 GB/7.7 GB 42 MB/s 1m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 41% ▕██████ ▏ 3.1 GB/7.7 GB 42 MB/s 1m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 41% ▕██████ ▏ 3.1 GB/7.7 GB 42 MB/s 1m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 41% ▕██████ ▏ 3.1 GB/7.7 GB 42 MB/s 1m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 41% ▕██████ ▏ 3.1 GB/7.7 GB 42 MB/s 1m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 41% ▕██████ ▏ 3.1 GB/7.7 GB 42 MB/s 1m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 41% ▕██████ ▏ 3.1 GB/7.7 GB 42 MB/s 1m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 41% ▕██████ ▏ 3.1 GB/7.7 GB 42 MB/s 1m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 41% ▕██████ ▏ 3.2 GB/7.7 GB 42 MB/s 1m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 41% ▕██████ ▏ 3.2 GB/7.7 GB 44 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 41% ▕██████ ▏ 3.2 GB/7.7 GB 44 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 41% ▕██████ ▏ 3.2 GB/7.7 GB 44 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 41% ▕██████ ▏ 3.2 GB/7.7 GB 44 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 41% ▕██████ ▏ 3.2 GB/7.7 GB 44 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 41% ▕██████ ▏ 3.2 GB/7.7 GB 44 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 41% ▕██████ ▏ 3.2 GB/7.7 GB 44 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 41% ▕██████ ▏ 3.2 GB/7.7 GB 44 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 41% ▕██████ ▏ 3.2 GB/7.7 GB 44 MB/s 1m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 41% ▕██████ ▏ 3.2 GB/7.7 GB 44 MB/s 1m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 41% ▕██████ ▏ 3.2 GB/7.7 GB 44 MB/s 1m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 42% ▕██████ ▏ 3.2 GB/7.7 GB 42 MB/s 1m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 42% ▕██████ ▏ 3.2 GB/7.7 GB 42 MB/s 1m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 42% ▕██████ ▏ 3.2 GB/7.7 GB 42 MB/s 1m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 42% ▕██████ ▏ 3.2 GB/7.7 GB 42 MB/s 1m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 42% ▕██████ ▏ 3.2 GB/7.7 GB 42 MB/s 1m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 42% ▕██████ ▏ 3.2 GB/7.7 GB 42 MB/s 1m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 42% ▕██████ ▏ 3.2 GB/7.7 GB 42 MB/s 1m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 42% ▕██████ ▏ 3.2 GB/7.7 GB 42 MB/s 1m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 42% ▕██████ ▏ 3.2 GB/7.7 GB 42 MB/s 1m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 42% ▕██████ ▏ 3.2 GB/7.7 GB 42 MB/s 1m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 42% ▕██████ ▏ 3.2 GB/7.7 GB 42 MB/s 1m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 42% ▕██████ ▏ 3.2 GB/7.7 GB 42 MB/s 1m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 42% ▕██████ ▏ 3.3 GB/7.7 GB 42 MB/s 1m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 42% ▕██████ ▏ 3.3 GB/7.7 GB 42 MB/s 1m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 42% ▕██████ ▏ 3.3 GB/7.7 GB 42 MB/s 1m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 42% ▕██████ ▏ 3.3 GB/7.7 GB 42 MB/s 1m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 43% ▕██████ ▏ 3.3 GB/7.7 GB 42 MB/s 1m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 43% ▕██████ ▏ 3.3 GB/7.7 GB 42 MB/s 1m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 43% ▕██████ ▏ 3.3 GB/7.7 GB 42 MB/s 1m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 43% ▕██████ ▏ 3.3 GB/7.7 GB 42 MB/s 1m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 43% ▕██████ ▏ 3.3 GB/7.7 GB 42 MB/s 1m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 43% ▕██████ ▏ 3.3 GB/7.7 GB 42 MB/s 1m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 43% ▕██████ ▏ 3.3 GB/7.7 GB 42 MB/s 1m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 43% ▕██████ ▏ 3.3 GB/7.7 GB 42 MB/s 1m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 43% ▕██████ ▏ 3.3 GB/7.7 GB 42 MB/s 1m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 43% ▕██████ ▏ 3.3 GB/7.7 GB 42 MB/s 1m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 43% ▕██████ ▏ 3.3 GB/7.7 GB 42 MB/s 1m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 43% ▕██████ ▏ 3.3 GB/7.7 GB 42 MB/s 1m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 43% ▕██████ ▏ 3.3 GB/7.7 GB 42 MB/s 1m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 43% ▕██████ ▏ 3.3 GB/7.7 GB 42 MB/s 1m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 43% ▕██████ ▏ 3.3 GB/7.7 GB 41 MB/s 1m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 43% ▕██████ ▏ 3.3 GB/7.7 GB 41 MB/s 1m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 43% ▕██████ ▏ 3.3 GB/7.7 GB 41 MB/s 1m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 43% ▕██████ ▏ 3.3 GB/7.7 GB 41 MB/s 1m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 43% ▕██████ ▏ 3.3 GB/7.7 GB 41 MB/s 1m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 43% ▕██████ ▏ 3.3 GB/7.7 GB 41 MB/s 1m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 43% ▕██████ ▏ 3.3 GB/7.7 GB 41 MB/s 1m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 44% ▕██████ ▏ 3.4 GB/7.7 GB 41 MB/s 1m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 44% ▕██████ ▏ 3.4 GB/7.7 GB 41 MB/s 1m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 44% ▕██████ ▏ 3.4 GB/7.7 GB 41 MB/s 1m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 44% ▕██████ ▏ 3.4 GB/7.7 GB 43 MB/s 1m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 44% ▕███████ ▏ 3.4 GB/7.7 GB 43 MB/s 1m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 44% ▕███████ ▏ 3.4 GB/7.7 GB 43 MB/s 1m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 44% ▕███████ ▏ 3.4 GB/7.7 GB 43 MB/s 1m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 44% ▕███████ ▏ 3.4 GB/7.7 GB 43 MB/s 1m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 44% ▕███████ ▏ 3.4 GB/7.7 GB 43 MB/s 1m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 44% ▕███████ ▏ 3.4 GB/7.7 GB 43 MB/s 1m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 44% ▕███████ ▏ 3.4 GB/7.7 GB 43 MB/s 1m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 44% ▕███████ ▏ 3.4 GB/7.7 GB 43 MB/s 1m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 44% ▕███████ ▏ 3.4 GB/7.7 GB 43 MB/s 1m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 44% ▕███████ ▏ 3.4 GB/7.7 GB 43 MB/s 1m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 44% ▕███████ ▏ 3.4 GB/7.7 GB 42 MB/s 1m40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 44% ▕███████ ▏ 3.4 GB/7.7 GB 42 MB/s 1m40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 44% ▕███████ ▏ 3.4 GB/7.7 GB 42 MB/s 1m40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 45% ▕███████ ▏ 3.4 GB/7.7 GB 42 MB/s 1m40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 45% ▕███████ ▏ 3.4 GB/7.7 GB 42 MB/s 1m40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 45% ▕███████ ▏ 3.4 GB/7.7 GB 42 MB/s 1m40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 45% ▕███████ ▏ 3.4 GB/7.7 GB 42 MB/s 1m40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 45% ▕███████ ▏ 3.4 GB/7.7 GB 42 MB/s 1m40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 45% ▕███████ ▏ 3.4 GB/7.7 GB 42 MB/s 1m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 45% ▕███████ ▏ 3.5 GB/7.7 GB 42 MB/s 1m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 45% ▕███████ ▏ 3.5 GB/7.7 GB 42 MB/s 1m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 45% ▕███████ ▏ 3.5 GB/7.7 GB 42 MB/s 1m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 45% ▕███████ ▏ 3.5 GB/7.7 GB 42 MB/s 1m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 45% ▕███████ ▏ 3.5 GB/7.7 GB 42 MB/s 1m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 45% ▕███████ ▏ 3.5 GB/7.7 GB 42 MB/s 1m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 45% ▕███████ ▏ 3.5 GB/7.7 GB 42 MB/s 1m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 45% ▕███████ ▏ 3.5 GB/7.7 GB 42 MB/s 1m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 45% ▕███████ ▏ 3.5 GB/7.7 GB 42 MB/s 1m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 45% ▕███████ ▏ 3.5 GB/7.7 GB 42 MB/s 1m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 45% ▕███████ ▏ 3.5 GB/7.7 GB 42 MB/s 1m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 45% ▕███████ ▏ 3.5 GB/7.7 GB 42 MB/s 1m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 45% ▕███████ ▏ 3.5 GB/7.7 GB 42 MB/s 1m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 46% ▕███████ ▏ 3.5 GB/7.7 GB 42 MB/s 1m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 46% ▕███████ ▏ 3.5 GB/7.7 GB 42 MB/s 1m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 46% ▕███████ ▏ 3.5 GB/7.7 GB 42 MB/s 1m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 46% ▕███████ ▏ 3.5 GB/7.7 GB 42 MB/s 1m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 46% ▕███████ ▏ 3.5 GB/7.7 GB 42 MB/s 1m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 46% ▕███████ ▏ 3.5 GB/7.7 GB 42 MB/s 1m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 46% ▕███████ ▏ 3.5 GB/7.7 GB 42 MB/s 1m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 46% ▕███████ ▏ 3.5 GB/7.7 GB 42 MB/s 1m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 46% ▕███████ ▏ 3.5 GB/7.7 GB 42 MB/s 1m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 46% ▕███████ ▏ 3.6 GB/7.7 GB 42 MB/s 1m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 46% ▕███████ ▏ 3.6 GB/7.7 GB 42 MB/s 1m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 46% ▕███████ ▏ 3.6 GB/7.7 GB 42 MB/s 1m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 46% ▕███████ ▏ 3.6 GB/7.7 GB 42 MB/s 1m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 46% ▕███████ ▏ 3.6 GB/7.7 GB 42 MB/s 1m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 46% ▕███████ ▏ 3.6 GB/7.7 GB 42 MB/s 1m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 46% ▕███████ ▏ 3.6 GB/7.7 GB 42 MB/s 1m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 47% ▕███████ ▏ 3.6 GB/7.7 GB 42 MB/s 1m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 47% ▕███████ ▏ 3.6 GB/7.7 GB 42 MB/s 1m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 47% ▕███████ ▏ 3.6 GB/7.7 GB 43 MB/s 1m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 47% ▕███████ ▏ 3.6 GB/7.7 GB 43 MB/s 1m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 47% ▕███████ ▏ 3.6 GB/7.7 GB 43 MB/s 1m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 47% ▕███████ ▏ 3.6 GB/7.7 GB 43 MB/s 1m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 47% ▕███████ ▏ 3.6 GB/7.7 GB 43 MB/s 1m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 47% ▕███████ ▏ 3.6 GB/7.7 GB 43 MB/s 1m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 47% ▕███████ ▏ 3.6 GB/7.7 GB 43 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 47% ▕███████ ▏ 3.6 GB/7.7 GB 43 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 47% ▕███████ ▏ 3.6 GB/7.7 GB 43 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 47% ▕███████ ▏ 3.6 GB/7.7 GB 43 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 47% ▕███████ ▏ 3.6 GB/7.7 GB 43 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 47% ▕███████ ▏ 3.6 GB/7.7 GB 42 MB/s 1m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 47% ▕███████ ▏ 3.6 GB/7.7 GB 42 MB/s 1m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 47% ▕███████ ▏ 3.6 GB/7.7 GB 42 MB/s 1m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 47% ▕███████ ▏ 3.6 GB/7.7 GB 42 MB/s 1m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 47% ▕███████ ▏ 3.6 GB/7.7 GB 42 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 47% ▕███████ ▏ 3.6 GB/7.7 GB 42 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 47% ▕███████ ▏ 3.7 GB/7.7 GB 42 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 48% ▕███████ ▏ 3.7 GB/7.7 GB 42 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 48% ▕███████ ▏ 3.7 GB/7.7 GB 42 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 48% ▕███████ ▏ 3.7 GB/7.7 GB 42 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 48% ▕███████ ▏ 3.7 GB/7.7 GB 42 MB/s 1m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 48% ▕███████ ▏ 3.7 GB/7.7 GB 42 MB/s 1m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 48% ▕███████ ▏ 3.7 GB/7.7 GB 42 MB/s 1m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 48% ▕███████ ▏ 3.7 GB/7.7 GB 42 MB/s 1m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 48% ▕███████ ▏ 3.7 GB/7.7 GB 42 MB/s 1m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 48% ▕███████ ▏ 3.7 GB/7.7 GB 42 MB/s 1m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 48% ▕███████ ▏ 3.7 GB/7.7 GB 42 MB/s 1m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 48% ▕███████ ▏ 3.7 GB/7.7 GB 42 MB/s 1m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 48% ▕███████ ▏ 3.7 GB/7.7 GB 42 MB/s 1m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 48% ▕███████ ▏ 3.7 GB/7.7 GB 42 MB/s 1m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 48% ▕███████ ▏ 3.7 GB/7.7 GB 45 MB/s 1m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 49% ▕███████ ▏ 3.7 GB/7.7 GB 45 MB/s 1m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 49% ▕███████ ▏ 3.7 GB/7.7 GB 45 MB/s 1m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 49% ▕███████ ▏ 3.7 GB/7.7 GB 45 MB/s 1m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 49% ▕███████ ▏ 3.7 GB/7.7 GB 45 MB/s 1m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 49% ▕███████ ▏ 3.7 GB/7.7 GB 45 MB/s 1m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 49% ▕███████ ▏ 3.7 GB/7.7 GB 45 MB/s 1m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 49% ▕███████ ▏ 3.7 GB/7.7 GB 45 MB/s 1m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 49% ▕███████ ▏ 3.8 GB/7.7 GB 45 MB/s 1m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 49% ▕███████ ▏ 3.8 GB/7.7 GB 45 MB/s 1m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 49% ▕███████ ▏ 3.8 GB/7.7 GB 43 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 49% ▕███████ ▏ 3.8 GB/7.7 GB 43 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 49% ▕███████ ▏ 3.8 GB/7.7 GB 43 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 49% ▕███████ ▏ 3.8 GB/7.7 GB 43 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 49% ▕███████ ▏ 3.8 GB/7.7 GB 43 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 49% ▕███████ ▏ 3.8 GB/7.7 GB 43 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 49% ▕███████ ▏ 3.8 GB/7.7 GB 43 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 49% ▕███████ ▏ 3.8 GB/7.7 GB 43 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 49% ▕███████ ▏ 3.8 GB/7.7 GB 43 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 49% ▕███████ ▏ 3.8 GB/7.7 GB 43 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 49% ▕███████ ▏ 3.8 GB/7.7 GB 41 MB/s 1m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 49% ▕███████ ▏ 3.8 GB/7.7 GB 41 MB/s 1m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 49% ▕███████ ▏ 3.8 GB/7.7 GB 41 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 49% ▕███████ ▏ 3.8 GB/7.7 GB 41 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 49% ▕███████ ▏ 3.8 GB/7.7 GB 41 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 49% ▕███████ ▏ 3.8 GB/7.7 GB 41 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 49% ▕███████ ▏ 3.8 GB/7.7 GB 41 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 50% ▕███████ ▏ 3.8 GB/7.7 GB 41 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 50% ▕███████ ▏ 3.8 GB/7.7 GB 41 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 50% ▕███████ ▏ 3.8 GB/7.7 GB 41 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 50% ▕███████ ▏ 3.8 GB/7.7 GB 41 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 50% ▕███████ ▏ 3.8 GB/7.7 GB 41 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 50% ▕███████ ▏ 3.8 GB/7.7 GB 41 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 50% ▕███████ ▏ 3.8 GB/7.7 GB 41 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 50% ▕███████ ▏ 3.8 GB/7.7 GB 41 MB/s 1m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 50% ▕███████ ▏ 3.8 GB/7.7 GB 41 MB/s 1m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 50% ▕███████ ▏ 3.8 GB/7.7 GB 41 MB/s 1m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 50% ▕████████ ▏ 3.9 GB/7.7 GB 41 MB/s 1m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 50% ▕████████ ▏ 3.9 GB/7.7 GB 41 MB/s 1m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 50% ▕████████ ▏ 3.9 GB/7.7 GB 41 MB/s 1m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 50% ▕████████ ▏ 3.9 GB/7.7 GB 41 MB/s 1m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 50% ▕████████ ▏ 3.9 GB/7.7 GB 40 MB/s 1m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 50% ▕████████ ▏ 3.9 GB/7.7 GB 40 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 50% ▕████████ ▏ 3.9 GB/7.7 GB 40 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 50% ▕████████ ▏ 3.9 GB/7.7 GB 40 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 50% ▕████████ ▏ 3.9 GB/7.7 GB 40 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 51% ▕████████ ▏ 3.9 GB/7.7 GB 40 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 51% ▕████████ ▏ 3.9 GB/7.7 GB 40 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 51% ▕████████ ▏ 3.9 GB/7.7 GB 40 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 51% ▕████████ ▏ 3.9 GB/7.7 GB 40 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 51% ▕████████ ▏ 3.9 GB/7.7 GB 40 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 51% ▕████████ ▏ 3.9 GB/7.7 GB 39 MB/s 1m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 51% ▕████████ ▏ 3.9 GB/7.7 GB 39 MB/s 1m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 51% ▕████████ ▏ 3.9 GB/7.7 GB 39 MB/s 1m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 51% ▕████████ ▏ 3.9 GB/7.7 GB 39 MB/s 1m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 51% ▕████████ ▏ 3.9 GB/7.7 GB 39 MB/s 1m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 51% ▕████████ ▏ 3.9 GB/7.7 GB 39 MB/s 1m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 51% ▕████████ ▏ 3.9 GB/7.7 GB 39 MB/s 1m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 51% ▕████████ ▏ 3.9 GB/7.7 GB 39 MB/s 1m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 51% ▕████████ ▏ 3.9 GB/7.7 GB 39 MB/s 1m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 51% ▕████████ ▏ 3.9 GB/7.7 GB 39 MB/s 1m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 51% ▕████████ ▏ 3.9 GB/7.7 GB 40 MB/s 1m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 51% ▕████████ ▏ 4.0 GB/7.7 GB 40 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 51% ▕████████ ▏ 4.0 GB/7.7 GB 40 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 52% ▕████████ ▏ 4.0 GB/7.7 GB 40 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 52% ▕████████ ▏ 4.0 GB/7.7 GB 40 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 52% ▕████████ ▏ 4.0 GB/7.7 GB 40 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 52% ▕████████ ▏ 4.0 GB/7.7 GB 40 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 52% ▕████████ ▏ 4.0 GB/7.7 GB 40 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 52% ▕████████ ▏ 4.0 GB/7.7 GB 40 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 52% ▕████████ ▏ 4.0 GB/7.7 GB 40 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 52% ▕████████ ▏ 4.0 GB/7.7 GB 40 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 52% ▕████████ ▏ 4.0 GB/7.7 GB 40 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 52% ▕████████ ▏ 4.0 GB/7.7 GB 40 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 52% ▕████████ ▏ 4.0 GB/7.7 GB 40 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 52% ▕████████ ▏ 4.0 GB/7.7 GB 40 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 52% ▕████████ ▏ 4.0 GB/7.7 GB 40 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 52% ▕████████ ▏ 4.0 GB/7.7 GB 40 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 52% ▕████████ ▏ 4.0 GB/7.7 GB 40 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 52% ▕████████ ▏ 4.0 GB/7.7 GB 40 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 52% ▕████████ ▏ 4.0 GB/7.7 GB 40 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 52% ▕████████ ▏ 4.0 GB/7.7 GB 40 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 52% ▕████████ ▏ 4.0 GB/7.7 GB 40 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 52% ▕████████ ▏ 4.0 GB/7.7 GB 40 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 53% ▕████████ ▏ 4.0 GB/7.7 GB 40 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 53% ▕████████ ▏ 4.0 GB/7.7 GB 40 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 53% ▕████████ ▏ 4.1 GB/7.7 GB 40 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 53% ▕████████ ▏ 4.1 GB/7.7 GB 40 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 53% ▕████████ ▏ 4.1 GB/7.7 GB 40 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 53% ▕████████ ▏ 4.1 GB/7.7 GB 40 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 53% ▕████████ ▏ 4.1 GB/7.7 GB 40 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 53% ▕████████ ▏ 4.1 GB/7.7 GB 40 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 53% ▕████████ ▏ 4.1 GB/7.7 GB 38 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 53% ▕████████ ▏ 4.1 GB/7.7 GB 38 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 53% ▕████████ ▏ 4.1 GB/7.7 GB 38 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 53% ▕████████ ▏ 4.1 GB/7.7 GB 38 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 53% ▕████████ ▏ 4.1 GB/7.7 GB 38 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 53% ▕████████ ▏ 4.1 GB/7.7 GB 38 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 53% ▕████████ ▏ 4.1 GB/7.7 GB 38 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 53% ▕████████ ▏ 4.1 GB/7.7 GB 38 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 53% ▕████████ ▏ 4.1 GB/7.7 GB 38 MB/s 1m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 53% ▕████████ ▏ 4.1 GB/7.7 GB 38 MB/s 1m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 53% ▕████████ ▏ 4.1 GB/7.7 GB 40 MB/s 1m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 54% ▕████████ ▏ 4.1 GB/7.7 GB 40 MB/s 1m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 54% ▕████████ ▏ 4.1 GB/7.7 GB 40 MB/s 1m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 54% ▕████████ ▏ 4.1 GB/7.7 GB 40 MB/s 1m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 54% ▕████████ ▏ 4.1 GB/7.7 GB 40 MB/s 1m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 54% ▕████████ ▏ 4.1 GB/7.7 GB 40 MB/s 1m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 54% ▕████████ ▏ 4.1 GB/7.7 GB 40 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 54% ▕████████ ▏ 4.1 GB/7.7 GB 40 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 54% ▕████████ ▏ 4.2 GB/7.7 GB 40 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 54% ▕████████ ▏ 4.2 GB/7.7 GB 40 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 54% ▕████████ ▏ 4.2 GB/7.7 GB 42 MB/s 1m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 54% ▕████████ ▏ 4.2 GB/7.7 GB 42 MB/s 1m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 54% ▕████████ ▏ 4.2 GB/7.7 GB 42 MB/s 1m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 54% ▕████████ ▏ 4.2 GB/7.7 GB 42 MB/s 1m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 54% ▕████████ ▏ 4.2 GB/7.7 GB 42 MB/s 1m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 54% ▕████████ ▏ 4.2 GB/7.7 GB 42 MB/s 1m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 54% ▕████████ ▏ 4.2 GB/7.7 GB 42 MB/s 1m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 54% ▕████████ ▏ 4.2 GB/7.7 GB 42 MB/s 1m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 55% ▕████████ ▏ 4.2 GB/7.7 GB 42 MB/s 1m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 55% ▕████████ ▏ 4.2 GB/7.7 GB 42 MB/s 1m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 55% ▕████████ ▏ 4.2 GB/7.7 GB 42 MB/s 1m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 55% ▕████████ ▏ 4.2 GB/7.7 GB 42 MB/s 1m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 55% ▕████████ ▏ 4.2 GB/7.7 GB 42 MB/s 1m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 55% ▕████████ ▏ 4.2 GB/7.7 GB 42 MB/s 1m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 55% ▕████████ ▏ 4.2 GB/7.7 GB 42 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 55% ▕████████ ▏ 4.2 GB/7.7 GB 42 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 55% ▕████████ ▏ 4.2 GB/7.7 GB 42 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 55% ▕████████ ▏ 4.2 GB/7.7 GB 42 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 55% ▕████████ ▏ 4.2 GB/7.7 GB 42 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 55% ▕████████ ▏ 4.2 GB/7.7 GB 42 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 55% ▕████████ ▏ 4.2 GB/7.7 GB 42 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 55% ▕████████ ▏ 4.3 GB/7.7 GB 43 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 55% ▕████████ ▏ 4.3 GB/7.7 GB 43 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 55% ▕████████ ▏ 4.3 GB/7.7 GB 43 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 55% ▕████████ ▏ 4.3 GB/7.7 GB 43 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 55% ▕████████ ▏ 4.3 GB/7.7 GB 43 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 55% ▕████████ ▏ 4.3 GB/7.7 GB 43 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 55% ▕████████ ▏ 4.3 GB/7.7 GB 43 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 56% ▕████████ ▏ 4.3 GB/7.7 GB 43 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 56% ▕████████ ▏ 4.3 GB/7.7 GB 43 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 56% ▕████████ ▏ 4.3 GB/7.7 GB 43 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 56% ▕████████ ▏ 4.3 GB/7.7 GB 43 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 56% ▕████████ ▏ 4.3 GB/7.7 GB 43 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 56% ▕████████ ▏ 4.3 GB/7.7 GB 43 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 56% ▕████████ ▏ 4.3 GB/7.7 GB 43 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 56% ▕████████ ▏ 4.3 GB/7.7 GB 43 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 56% ▕████████ ▏ 4.3 GB/7.7 GB 43 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 56% ▕████████ ▏ 4.3 GB/7.7 GB 43 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 56% ▕█████████ ▏ 4.3 GB/7.7 GB 43 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 56% ▕█████████ ▏ 4.3 GB/7.7 GB 43 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 56% ▕█████████ ▏ 4.3 GB/7.7 GB 43 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 56% ▕█████████ ▏ 4.3 GB/7.7 GB 43 MB/s 1m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 56% ▕█████████ ▏ 4.3 GB/7.7 GB 43 MB/s 1m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 57% ▕█████████ ▏ 4.4 GB/7.7 GB 43 MB/s 1m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 57% ▕█████████ ▏ 4.4 GB/7.7 GB 43 MB/s 1m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 57% ▕█████████ ▏ 4.4 GB/7.7 GB 43 MB/s 1m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 57% ▕█████████ ▏ 4.4 GB/7.7 GB 43 MB/s 1m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 57% ▕█████████ ▏ 4.4 GB/7.7 GB 43 MB/s 1m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 57% ▕█████████ ▏ 4.4 GB/7.7 GB 43 MB/s 1m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 57% ▕█████████ ▏ 4.4 GB/7.7 GB 43 MB/s 1m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 57% ▕█████████ ▏ 4.4 GB/7.7 GB 43 MB/s 1m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 57% ▕█████████ ▏ 4.4 GB/7.7 GB 43 MB/s 1m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 57% ▕█████████ ▏ 4.4 GB/7.7 GB 43 MB/s 1m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 57% ▕█████████ ▏ 4.4 GB/7.7 GB 43 MB/s 1m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 57% ▕█████████ ▏ 4.4 GB/7.7 GB 43 MB/s 1m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 57% ▕█████████ ▏ 4.4 GB/7.7 GB 43 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 57% ▕█████████ ▏ 4.4 GB/7.7 GB 43 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 57% ▕█████████ ▏ 4.4 GB/7.7 GB 43 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 57% ▕█████████ ▏ 4.4 GB/7.7 GB 43 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 58% ▕█████████ ▏ 4.4 GB/7.7 GB 43 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 58% ▕█████████ ▏ 4.4 GB/7.7 GB 43 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 58% ▕█████████ ▏ 4.4 GB/7.7 GB 44 MB/s 1m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 58% ▕█████████ ▏ 4.4 GB/7.7 GB 44 MB/s 1m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 58% ▕█████████ ▏ 4.4 GB/7.7 GB 44 MB/s 1m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 58% ▕█████████ ▏ 4.4 GB/7.7 GB 44 MB/s 1m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 58% ▕█████████ ▏ 4.4 GB/7.7 GB 44 MB/s 1m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 58% ▕█████████ ▏ 4.5 GB/7.7 GB 44 MB/s 1m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 58% ▕█████████ ▏ 4.5 GB/7.7 GB 44 MB/s 1m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 58% ▕█████████ ▏ 4.5 GB/7.7 GB 44 MB/s 1m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 58% ▕█████████ ▏ 4.5 GB/7.7 GB 44 MB/s 1m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 58% ▕█████████ ▏ 4.5 GB/7.7 GB 44 MB/s 1m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 58% ▕█████████ ▏ 4.5 GB/7.7 GB 44 MB/s 1m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 58% ▕█████████ ▏ 4.5 GB/7.7 GB 45 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 58% ▕█████████ ▏ 4.5 GB/7.7 GB 45 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 58% ▕█████████ ▏ 4.5 GB/7.7 GB 45 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 58% ▕█████████ ▏ 4.5 GB/7.7 GB 45 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 58% ▕█████████ ▏ 4.5 GB/7.7 GB 45 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 58% ▕█████████ ▏ 4.5 GB/7.7 GB 45 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 58% ▕█████████ ▏ 4.5 GB/7.7 GB 45 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 59% ▕█████████ ▏ 4.5 GB/7.7 GB 45 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 59% ▕█████████ ▏ 4.5 GB/7.7 GB 45 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 59% ▕█████████ ▏ 4.5 GB/7.7 GB 45 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 59% ▕█████████ ▏ 4.5 GB/7.7 GB 45 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 59% ▕█████████ ▏ 4.5 GB/7.7 GB 45 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 59% ▕█████████ ▏ 4.5 GB/7.7 GB 45 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 59% ▕█████████ ▏ 4.5 GB/7.7 GB 45 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 59% ▕█████████ ▏ 4.5 GB/7.7 GB 45 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 59% ▕█████████ ▏ 4.6 GB/7.7 GB 45 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 59% ▕█████████ ▏ 4.6 GB/7.7 GB 45 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 59% ▕█████████ ▏ 4.6 GB/7.7 GB 45 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 59% ▕█████████ ▏ 4.6 GB/7.7 GB 45 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 59% ▕█████████ ▏ 4.6 GB/7.7 GB 45 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 59% ▕█████████ ▏ 4.6 GB/7.7 GB 44 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 59% ▕█████████ ▏ 4.6 GB/7.7 GB 44 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 59% ▕█████████ ▏ 4.6 GB/7.7 GB 44 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 59% ▕█████████ ▏ 4.6 GB/7.7 GB 44 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 60% ▕█████████ ▏ 4.6 GB/7.7 GB 44 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 60% ▕█████████ ▏ 4.6 GB/7.7 GB 44 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 60% ▕█████████ ▏ 4.6 GB/7.7 GB 44 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 60% ▕█████████ ▏ 4.6 GB/7.7 GB 44 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 60% ▕█████████ ▏ 4.6 GB/7.7 GB 44 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 60% ▕█████████ ▏ 4.6 GB/7.7 GB 44 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 60% ▕█████████ ▏ 4.6 GB/7.7 GB 45 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 60% ▕█████████ ▏ 4.6 GB/7.7 GB 45 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 60% ▕█████████ ▏ 4.6 GB/7.7 GB 45 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 60% ▕█████████ ▏ 4.6 GB/7.7 GB 45 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 60% ▕█████████ ▏ 4.6 GB/7.7 GB 45 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 60% ▕█████████ ▏ 4.6 GB/7.7 GB 45 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 60% ▕█████████ ▏ 4.6 GB/7.7 GB 45 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 60% ▕█████████ ▏ 4.6 GB/7.7 GB 45 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 60% ▕█████████ ▏ 4.6 GB/7.7 GB 45 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 60% ▕█████████ ▏ 4.6 GB/7.7 GB 45 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 60% ▕█████████ ▏ 4.6 GB/7.7 GB 44 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 60% ▕█████████ ▏ 4.7 GB/7.7 GB 44 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 61% ▕█████████ ▏ 4.7 GB/7.7 GB 44 MB/s 1m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 61% ▕█████████ ▏ 4.7 GB/7.7 GB 44 MB/s 1m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 61% ▕█████████ ▏ 4.7 GB/7.7 GB 44 MB/s 1m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 61% ▕█████████ ▏ 4.7 GB/7.7 GB 44 MB/s 1m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 61% ▕█████████ ▏ 4.7 GB/7.7 GB 44 MB/s 1m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 61% ▕█████████ ▏ 4.7 GB/7.7 GB 44 MB/s 1m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 61% ▕█████████ ▏ 4.7 GB/7.7 GB 44 MB/s 1m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 61% ▕█████████ ▏ 4.7 GB/7.7 GB 44 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 61% ▕█████████ ▏ 4.7 GB/7.7 GB 44 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 61% ▕█████████ ▏ 4.7 GB/7.7 GB 45 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 61% ▕█████████ ▏ 4.7 GB/7.7 GB 45 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 61% ▕█████████ ▏ 4.7 GB/7.7 GB 45 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 61% ▕█████████ ▏ 4.7 GB/7.7 GB 45 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 61% ▕█████████ ▏ 4.7 GB/7.7 GB 45 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 61% ▕█████████ ▏ 4.7 GB/7.7 GB 45 MB/s 1m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 61% ▕█████████ ▏ 4.7 GB/7.7 GB 45 MB/s 1m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 62% ▕█████████ ▏ 4.7 GB/7.7 GB 45 MB/s 1m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 62% ▕█████████ ▏ 4.7 GB/7.7 GB 45 MB/s 1m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 62% ▕█████████ ▏ 4.7 GB/7.7 GB 45 MB/s 1m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 62% ▕█████████ ▏ 4.8 GB/7.7 GB 45 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 62% ▕█████████ ▏ 4.8 GB/7.7 GB 45 MB/s 1m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 62% ▕█████████ ▏ 4.8 GB/7.7 GB 45 MB/s 1m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 62% ▕█████████ ▏ 4.8 GB/7.7 GB 45 MB/s 1m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 62% ▕█████████ ▏ 4.8 GB/7.7 GB 45 MB/s 1m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 62% ▕█████████ ▏ 4.8 GB/7.7 GB 45 MB/s 1m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 62% ▕█████████ ▏ 4.8 GB/7.7 GB 45 MB/s 1m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 62% ▕█████████ ▏ 4.8 GB/7.7 GB 45 MB/s 1m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 62% ▕█████████ ▏ 4.8 GB/7.7 GB 45 MB/s 1m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 62% ▕█████████ ▏ 4.8 GB/7.7 GB 45 MB/s 1m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 62% ▕█████████ ▏ 4.8 GB/7.7 GB 45 MB/s 1m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 62% ▕█████████ ▏ 4.8 GB/7.7 GB 45 MB/s 1m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 62% ▕█████████ ▏ 4.8 GB/7.7 GB 45 MB/s 1m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 62% ▕█████████ ▏ 4.8 GB/7.7 GB 45 MB/s 1m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 62% ▕█████████ ▏ 4.8 GB/7.7 GB 45 MB/s 1m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 63% ▕██████████ ▏ 4.8 GB/7.7 GB 45 MB/s 1m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 63% ▕██████████ ▏ 4.8 GB/7.7 GB 45 MB/s 1m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 63% ▕██████████ ▏ 4.8 GB/7.7 GB 45 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 63% ▕██████████ ▏ 4.8 GB/7.7 GB 45 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 63% ▕██████████ ▏ 4.8 GB/7.7 GB 45 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 63% ▕██████████ ▏ 4.8 GB/7.7 GB 44 MB/s 1m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 63% ▕██████████ ▏ 4.8 GB/7.7 GB 44 MB/s 1m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 63% ▕██████████ ▏ 4.8 GB/7.7 GB 44 MB/s 1m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 63% ▕██████████ ▏ 4.9 GB/7.7 GB 44 MB/s 1m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 63% ▕██████████ ▏ 4.9 GB/7.7 GB 44 MB/s 1m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 63% ▕██████████ ▏ 4.9 GB/7.7 GB 44 MB/s 1m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 63% ▕██████████ ▏ 4.9 GB/7.7 GB 44 MB/s 1m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 63% ▕██████████ ▏ 4.9 GB/7.7 GB 44 MB/s 1m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 63% ▕██████████ ▏ 4.9 GB/7.7 GB 44 MB/s 1m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 63% ▕██████████ ▏ 4.9 GB/7.7 GB 44 MB/s 1m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 63% ▕██████████ ▏ 4.9 GB/7.7 GB 42 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 63% ▕██████████ ▏ 4.9 GB/7.7 GB 42 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 63% ▕██████████ ▏ 4.9 GB/7.7 GB 42 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 63% ▕██████████ ▏ 4.9 GB/7.7 GB 42 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 63% ▕██████████ ▏ 4.9 GB/7.7 GB 42 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 64% ▕██████████ ▏ 4.9 GB/7.7 GB 42 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 64% ▕██████████ ▏ 4.9 GB/7.7 GB 42 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 64% ▕██████████ ▏ 4.9 GB/7.7 GB 42 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 64% ▕██████████ ▏ 4.9 GB/7.7 GB 42 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 64% ▕██████████ ▏ 4.9 GB/7.7 GB 42 MB/s 1m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 64% ▕██████████ ▏ 4.9 GB/7.7 GB 42 MB/s 1m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 64% ▕██████████ ▏ 4.9 GB/7.7 GB 44 MB/s 1m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 64% ▕██████████ ▏ 4.9 GB/7.7 GB 44 MB/s 1m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 64% ▕██████████ ▏ 4.9 GB/7.7 GB 44 MB/s 1m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 64% ▕██████████ ▏ 4.9 GB/7.7 GB 44 MB/s 1m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 64% ▕██████████ ▏ 4.9 GB/7.7 GB 44 MB/s 1m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 64% ▕██████████ ▏ 4.9 GB/7.7 GB 44 MB/s 1m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 64% ▕██████████ ▏ 4.9 GB/7.7 GB 44 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 64% ▕██████████ ▏ 5.0 GB/7.7 GB 44 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 64% ▕██████████ ▏ 5.0 GB/7.7 GB 44 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 64% ▕██████████ ▏ 5.0 GB/7.7 GB 44 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 65% ▕██████████ ▏ 5.0 GB/7.7 GB 45 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 65% ▕██████████ ▏ 5.0 GB/7.7 GB 45 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 65% ▕██████████ ▏ 5.0 GB/7.7 GB 45 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 65% ▕██████████ ▏ 5.0 GB/7.7 GB 45 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 65% ▕██████████ ▏ 5.0 GB/7.7 GB 45 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 65% ▕██████████ ▏ 5.0 GB/7.7 GB 45 MB/s 59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 65% ▕██████████ ▏ 5.0 GB/7.7 GB 45 MB/s 59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 65% ▕██████████ ▏ 5.0 GB/7.7 GB 45 MB/s 59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 65% ▕██████████ ▏ 5.0 GB/7.7 GB 45 MB/s 59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 65% ▕██████████ ▏ 5.0 GB/7.7 GB 45 MB/s 59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 65% ▕██████████ ▏ 5.0 GB/7.7 GB 43 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 65% ▕██████████ ▏ 5.0 GB/7.7 GB 43 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 65% ▕██████████ ▏ 5.0 GB/7.7 GB 43 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 65% ▕██████████ ▏ 5.0 GB/7.7 GB 43 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 65% ▕██████████ ▏ 5.0 GB/7.7 GB 43 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 65% ▕██████████ ▏ 5.0 GB/7.7 GB 43 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 65% ▕██████████ ▏ 5.0 GB/7.7 GB 43 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 66% ▕██████████ ▏ 5.0 GB/7.7 GB 43 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 66% ▕██████████ ▏ 5.0 GB/7.7 GB 43 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 66% ▕██████████ ▏ 5.1 GB/7.7 GB 43 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 66% ▕██████████ ▏ 5.1 GB/7.7 GB 45 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 66% ▕██████████ ▏ 5.1 GB/7.7 GB 45 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 66% ▕██████████ ▏ 5.1 GB/7.7 GB 45 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 66% ▕██████████ ▏ 5.1 GB/7.7 GB 45 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 66% ▕██████████ ▏ 5.1 GB/7.7 GB 45 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 66% ▕██████████ ▏ 5.1 GB/7.7 GB 45 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 66% ▕██████████ ▏ 5.1 GB/7.7 GB 45 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 66% ▕██████████ ▏ 5.1 GB/7.7 GB 45 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 66% ▕██████████ ▏ 5.1 GB/7.7 GB 45 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 66% ▕██████████ ▏ 5.1 GB/7.7 GB 45 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 66% ▕██████████ ▏ 5.1 GB/7.7 GB 43 MB/s 59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 66% ▕██████████ ▏ 5.1 GB/7.7 GB 43 MB/s 59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 66% ▕██████████ ▏ 5.1 GB/7.7 GB 43 MB/s 59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 66% ▕██████████ ▏ 5.1 GB/7.7 GB 43 MB/s 59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 66% ▕██████████ ▏ 5.1 GB/7.7 GB 43 MB/s 59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 66% ▕██████████ ▏ 5.1 GB/7.7 GB 43 MB/s 59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 67% ▕██████████ ▏ 5.1 GB/7.7 GB 43 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 67% ▕██████████ ▏ 5.1 GB/7.7 GB 43 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 67% ▕██████████ ▏ 5.1 GB/7.7 GB 43 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 67% ▕██████████ ▏ 5.1 GB/7.7 GB 43 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 67% ▕██████████ ▏ 5.1 GB/7.7 GB 43 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 67% ▕██████████ ▏ 5.1 GB/7.7 GB 43 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 67% ▕██████████ ▏ 5.1 GB/7.7 GB 43 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 67% ▕██████████ ▏ 5.2 GB/7.7 GB 43 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 67% ▕██████████ ▏ 5.2 GB/7.7 GB 43 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 67% ▕██████████ ▏ 5.2 GB/7.7 GB 43 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 67% ▕██████████ ▏ 5.2 GB/7.7 GB 43 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 67% ▕██████████ ▏ 5.2 GB/7.7 GB 43 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 67% ▕██████████ ▏ 5.2 GB/7.7 GB 43 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 67% ▕██████████ ▏ 5.2 GB/7.7 GB 43 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 67% ▕██████████ ▏ 5.2 GB/7.7 GB 43 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 67% ▕██████████ ▏ 5.2 GB/7.7 GB 43 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 67% ▕██████████ ▏ 5.2 GB/7.7 GB 43 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 68% ▕██████████ ▏ 5.2 GB/7.7 GB 43 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 68% ▕██████████ ▏ 5.2 GB/7.7 GB 43 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 68% ▕██████████ ▏ 5.2 GB/7.7 GB 43 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 68% ▕██████████ ▏ 5.2 GB/7.7 GB 43 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 68% ▕██████████ ▏ 5.2 GB/7.7 GB 43 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 68% ▕██████████ ▏ 5.2 GB/7.7 GB 43 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 68% ▕██████████ ▏ 5.2 GB/7.7 GB 43 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 68% ▕██████████ ▏ 5.2 GB/7.7 GB 43 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 68% ▕██████████ ▏ 5.2 GB/7.7 GB 44 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 68% ▕██████████ ▏ 5.2 GB/7.7 GB 44 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 68% ▕██████████ ▏ 5.2 GB/7.7 GB 44 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 68% ▕██████████ ▏ 5.2 GB/7.7 GB 44 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 68% ▕██████████ ▏ 5.3 GB/7.7 GB 44 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 68% ▕██████████ ▏ 5.3 GB/7.7 GB 44 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 68% ▕██████████ ▏ 5.3 GB/7.7 GB 44 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 68% ▕██████████ ▏ 5.3 GB/7.7 GB 44 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 68% ▕██████████ ▏ 5.3 GB/7.7 GB 44 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 68% ▕██████████ ▏ 5.3 GB/7.7 GB 44 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 69% ▕██████████ ▏ 5.3 GB/7.7 GB 45 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 69% ▕██████████ ▏ 5.3 GB/7.7 GB 45 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 69% ▕██████████ ▏ 5.3 GB/7.7 GB 45 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 69% ▕███████████ ▏ 5.3 GB/7.7 GB 45 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 69% ▕███████████ ▏ 5.3 GB/7.7 GB 45 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 69% ▕███████████ ▏ 5.3 GB/7.7 GB 45 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 69% ▕███████████ ▏ 5.3 GB/7.7 GB 45 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 69% ▕███████████ ▏ 5.3 GB/7.7 GB 45 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 69% ▕███████████ ▏ 5.3 GB/7.7 GB 45 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 69% ▕███████████ ▏ 5.3 GB/7.7 GB 45 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 69% ▕███████████ ▏ 5.3 GB/7.7 GB 45 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 69% ▕███████████ ▏ 5.3 GB/7.7 GB 45 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 69% ▕███████████ ▏ 5.3 GB/7.7 GB 45 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 69% ▕███████████ ▏ 5.3 GB/7.7 GB 45 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 69% ▕███████████ ▏ 5.3 GB/7.7 GB 45 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 69% ▕███████████ ▏ 5.3 GB/7.7 GB 45 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 69% ▕███████████ ▏ 5.3 GB/7.7 GB 45 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 69% ▕███████████ ▏ 5.3 GB/7.7 GB 45 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 70% ▕███████████ ▏ 5.4 GB/7.7 GB 45 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 70% ▕███████████ ▏ 5.4 GB/7.7 GB 45 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 70% ▕███████████ ▏ 5.4 GB/7.7 GB 45 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 70% ▕███████████ ▏ 5.4 GB/7.7 GB 44 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 70% ▕███████████ ▏ 5.4 GB/7.7 GB 44 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 70% ▕███████████ ▏ 5.4 GB/7.7 GB 44 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 70% ▕███████████ ▏ 5.4 GB/7.7 GB 44 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 70% ▕███████████ ▏ 5.4 GB/7.7 GB 44 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 70% ▕███████████ ▏ 5.4 GB/7.7 GB 44 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 70% ▕███████████ ▏ 5.4 GB/7.7 GB 44 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 70% ▕███████████ ▏ 5.4 GB/7.7 GB 44 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 70% ▕███████████ ▏ 5.4 GB/7.7 GB 44 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 70% ▕███████████ ▏ 5.4 GB/7.7 GB 44 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 70% ▕███████████ ▏ 5.4 GB/7.7 GB 45 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 70% ▕███████████ ▏ 5.4 GB/7.7 GB 45 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 71% ▕███████████ ▏ 5.4 GB/7.7 GB 45 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 71% ▕███████████ ▏ 5.4 GB/7.7 GB 45 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 71% ▕███████████ ▏ 5.4 GB/7.7 GB 45 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 71% ▕███████████ ▏ 5.4 GB/7.7 GB 45 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 71% ▕███████████ ▏ 5.4 GB/7.7 GB 45 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 71% ▕███████████ ▏ 5.4 GB/7.7 GB 45 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 71% ▕███████████ ▏ 5.5 GB/7.7 GB 45 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 71% ▕███████████ ▏ 5.5 GB/7.7 GB 45 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 71% ▕███████████ ▏ 5.5 GB/7.7 GB 45 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 71% ▕███████████ ▏ 5.5 GB/7.7 GB 45 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 71% ▕███████████ ▏ 5.5 GB/7.7 GB 45 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 71% ▕███████████ ▏ 5.5 GB/7.7 GB 45 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 71% ▕███████████ ▏ 5.5 GB/7.7 GB 45 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 71% ▕███████████ ▏ 5.5 GB/7.7 GB 45 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 71% ▕███████████ ▏ 5.5 GB/7.7 GB 45 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 71% ▕███████████ ▏ 5.5 GB/7.7 GB 45 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 71% ▕███████████ ▏ 5.5 GB/7.7 GB 45 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 71% ▕███████████ ▏ 5.5 GB/7.7 GB 45 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 71% ▕███████████ ▏ 5.5 GB/7.7 GB 43 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 71% ▕███████████ ▏ 5.5 GB/7.7 GB 43 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 71% ▕███████████ ▏ 5.5 GB/7.7 GB 43 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 72% ▕███████████ ▏ 5.5 GB/7.7 GB 43 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 72% ▕███████████ ▏ 5.5 GB/7.7 GB 43 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 72% ▕███████████ ▏ 5.5 GB/7.7 GB 43 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 72% ▕███████████ ▏ 5.5 GB/7.7 GB 43 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 72% ▕███████████ ▏ 5.5 GB/7.7 GB 43 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 72% ▕███████████ ▏ 5.5 GB/7.7 GB 43 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 72% ▕███████████ ▏ 5.5 GB/7.7 GB 43 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 72% ▕███████████ ▏ 5.5 GB/7.7 GB 43 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 72% ▕███████████ ▏ 5.5 GB/7.7 GB 43 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 72% ▕███████████ ▏ 5.5 GB/7.7 GB 43 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 72% ▕███████████ ▏ 5.5 GB/7.7 GB 43 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 72% ▕███████████ ▏ 5.5 GB/7.7 GB 43 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 72% ▕███████████ ▏ 5.6 GB/7.7 GB 43 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 72% ▕███████████ ▏ 5.6 GB/7.7 GB 43 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 72% ▕███████████ ▏ 5.6 GB/7.7 GB 43 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 72% ▕███████████ ▏ 5.6 GB/7.7 GB 43 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 72% ▕███████████ ▏ 5.6 GB/7.7 GB 43 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 72% ▕███████████ ▏ 5.6 GB/7.7 GB 43 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 73% ▕███████████ ▏ 5.6 GB/7.7 GB 43 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 73% ▕███████████ ▏ 5.6 GB/7.7 GB 43 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 73% ▕███████████ ▏ 5.6 GB/7.7 GB 43 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 73% ▕███████████ ▏ 5.6 GB/7.7 GB 43 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 73% ▕███████████ ▏ 5.6 GB/7.7 GB 43 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 73% ▕███████████ ▏ 5.6 GB/7.7 GB 43 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 73% ▕███████████ ▏ 5.6 GB/7.7 GB 43 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 73% ▕███████████ ▏ 5.6 GB/7.7 GB 43 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 73% ▕███████████ ▏ 5.6 GB/7.7 GB 43 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 73% ▕███████████ ▏ 5.6 GB/7.7 GB 43 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 73% ▕███████████ ▏ 5.6 GB/7.7 GB 43 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 73% ▕███████████ ▏ 5.6 GB/7.7 GB 43 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 73% ▕███████████ ▏ 5.6 GB/7.7 GB 43 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 73% ▕███████████ ▏ 5.6 GB/7.7 GB 43 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 73% ▕███████████ ▏ 5.6 GB/7.7 GB 43 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 73% ▕███████████ ▏ 5.6 GB/7.7 GB 43 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 73% ▕███████████ ▏ 5.6 GB/7.7 GB 43 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 73% ▕███████████ ▏ 5.6 GB/7.7 GB 43 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 73% ▕███████████ ▏ 5.7 GB/7.7 GB 43 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 74% ▕███████████ ▏ 5.7 GB/7.7 GB 43 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 74% ▕███████████ ▏ 5.7 GB/7.7 GB 42 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 74% ▕███████████ ▏ 5.7 GB/7.7 GB 42 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 74% ▕███████████ ▏ 5.7 GB/7.7 GB 42 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 74% ▕███████████ ▏ 5.7 GB/7.7 GB 42 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 74% ▕███████████ ▏ 5.7 GB/7.7 GB 42 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 74% ▕███████████ ▏ 5.7 GB/7.7 GB 42 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 74% ▕███████████ ▏ 5.7 GB/7.7 GB 42 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 74% ▕███████████ ▏ 5.7 GB/7.7 GB 42 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 74% ▕███████████ ▏ 5.7 GB/7.7 GB 42 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 74% ▕███████████ ▏ 5.7 GB/7.7 GB 42 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 74% ▕███████████ ▏ 5.7 GB/7.7 GB 41 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 74% ▕███████████ ▏ 5.7 GB/7.7 GB 41 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 74% ▕███████████ ▏ 5.7 GB/7.7 GB 41 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 74% ▕███████████ ▏ 5.7 GB/7.7 GB 41 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 74% ▕███████████ ▏ 5.7 GB/7.7 GB 41 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 74% ▕███████████ ▏ 5.7 GB/7.7 GB 41 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 74% ▕███████████ ▏ 5.7 GB/7.7 GB 41 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 75% ▕███████████ ▏ 5.7 GB/7.7 GB 41 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 75% ▕███████████ ▏ 5.7 GB/7.7 GB 41 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 75% ▕███████████ ▏ 5.7 GB/7.7 GB 41 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 75% ▕███████████ ▏ 5.7 GB/7.7 GB 41 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 75% ▕███████████ ▏ 5.7 GB/7.7 GB 41 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 75% ▕███████████ ▏ 5.8 GB/7.7 GB 41 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 75% ▕███████████ ▏ 5.8 GB/7.7 GB 41 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 75% ▕███████████ ▏ 5.8 GB/7.7 GB 41 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 75% ▕███████████ ▏ 5.8 GB/7.7 GB 41 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 75% ▕████████████ ▏ 5.8 GB/7.7 GB 41 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 75% ▕████████████ ▏ 5.8 GB/7.7 GB 41 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 75% ▕████████████ ▏ 5.8 GB/7.7 GB 41 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 75% ▕████████████ ▏ 5.8 GB/7.7 GB 41 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 75% ▕████████████ ▏ 5.8 GB/7.7 GB 41 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 75% ▕████████████ ▏ 5.8 GB/7.7 GB 40 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 75% ▕████████████ ▏ 5.8 GB/7.7 GB 40 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 75% ▕████████████ ▏ 5.8 GB/7.7 GB 40 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 75% ▕████████████ ▏ 5.8 GB/7.7 GB 40 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 76% ▕████████████ ▏ 5.8 GB/7.7 GB 40 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 76% ▕████████████ ▏ 5.8 GB/7.7 GB 40 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 76% ▕████████████ ▏ 5.8 GB/7.7 GB 40 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 76% ▕████████████ ▏ 5.8 GB/7.7 GB 40 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 76% ▕████████████ ▏ 5.8 GB/7.7 GB 40 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 76% ▕████████████ ▏ 5.8 GB/7.7 GB 40 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 76% ▕████████████ ▏ 5.8 GB/7.7 GB 41 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 76% ▕████████████ ▏ 5.8 GB/7.7 GB 41 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 76% ▕████████████ ▏ 5.8 GB/7.7 GB 41 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 76% ▕████████████ ▏ 5.9 GB/7.7 GB 41 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 76% ▕████████████ ▏ 5.9 GB/7.7 GB 41 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 76% ▕████████████ ▏ 5.9 GB/7.7 GB 41 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 76% ▕████████████ ▏ 5.9 GB/7.7 GB 41 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 76% ▕████████████ ▏ 5.9 GB/7.7 GB 41 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 76% ▕████████████ ▏ 5.9 GB/7.7 GB 41 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 76% ▕████████████ ▏ 5.9 GB/7.7 GB 41 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 76% ▕████████████ ▏ 5.9 GB/7.7 GB 43 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 76% ▕████████████ ▏ 5.9 GB/7.7 GB 43 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 77% ▕████████████ ▏ 5.9 GB/7.7 GB 43 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 77% ▕████████████ ▏ 5.9 GB/7.7 GB 43 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 77% ▕████████████ ▏ 5.9 GB/7.7 GB 43 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 77% ▕████████████ ▏ 5.9 GB/7.7 GB 43 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 77% ▕████████████ ▏ 5.9 GB/7.7 GB 43 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 77% ▕████████████ ▏ 5.9 GB/7.7 GB 43 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 77% ▕████████████ ▏ 5.9 GB/7.7 GB 43 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 77% ▕████████████ ▏ 5.9 GB/7.7 GB 43 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 77% ▕████████████ ▏ 5.9 GB/7.7 GB 42 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 77% ▕████████████ ▏ 5.9 GB/7.7 GB 42 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 77% ▕████████████ ▏ 5.9 GB/7.7 GB 42 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 77% ▕████████████ ▏ 5.9 GB/7.7 GB 42 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 77% ▕████████████ ▏ 5.9 GB/7.7 GB 42 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 77% ▕████████████ ▏ 5.9 GB/7.7 GB 42 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 77% ▕████████████ ▏ 5.9 GB/7.7 GB 42 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 77% ▕████████████ ▏ 6.0 GB/7.7 GB 42 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 77% ▕████████████ ▏ 6.0 GB/7.7 GB 42 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 77% ▕████████████ ▏ 6.0 GB/7.7 GB 42 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 78% ▕████████████ ▏ 6.0 GB/7.7 GB 43 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 78% ▕████████████ ▏ 6.0 GB/7.7 GB 43 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 78% ▕████████████ ▏ 6.0 GB/7.7 GB 43 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 78% ▕████████████ ▏ 6.0 GB/7.7 GB 43 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 78% ▕████████████ ▏ 6.0 GB/7.7 GB 43 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 78% ▕████████████ ▏ 6.0 GB/7.7 GB 43 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 78% ▕████████████ ▏ 6.0 GB/7.7 GB 43 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 78% ▕████████████ ▏ 6.0 GB/7.7 GB 43 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 78% ▕████████████ ▏ 6.0 GB/7.7 GB 43 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 78% ▕████████████ ▏ 6.0 GB/7.7 GB 43 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 78% ▕████████████ ▏ 6.0 GB/7.7 GB 43 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 78% ▕████████████ ▏ 6.0 GB/7.7 GB 42 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 78% ▕████████████ ▏ 6.0 GB/7.7 GB 42 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 78% ▕████████████ ▏ 6.0 GB/7.7 GB 42 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 78% ▕████████████ ▏ 6.0 GB/7.7 GB 42 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 78% ▕████████████ ▏ 6.0 GB/7.7 GB 42 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 78% ▕████████████ ▏ 6.0 GB/7.7 GB 42 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 78% ▕████████████ ▏ 6.0 GB/7.7 GB 42 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 79% ▕████████████ ▏ 6.0 GB/7.7 GB 42 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 79% ▕████████████ ▏ 6.0 GB/7.7 GB 42 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 79% ▕████████████ ▏ 6.0 GB/7.7 GB 42 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 79% ▕████████████ ▏ 6.1 GB/7.7 GB 43 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 79% ▕████████████ ▏ 6.1 GB/7.7 GB 43 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 79% ▕████████████ ▏ 6.1 GB/7.7 GB 43 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 79% ▕████████████ ▏ 6.1 GB/7.7 GB 43 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 79% ▕████████████ ▏ 6.1 GB/7.7 GB 43 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 79% ▕████████████ ▏ 6.1 GB/7.7 GB 43 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 79% ▕████████████ ▏ 6.1 GB/7.7 GB 43 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 79% ▕████████████ ▏ 6.1 GB/7.7 GB 43 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 79% ▕████████████ ▏ 6.1 GB/7.7 GB 43 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 79% ▕████████████ ▏ 6.1 GB/7.7 GB 43 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 79% ▕████████████ ▏ 6.1 GB/7.7 GB 41 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 79% ▕████████████ ▏ 6.1 GB/7.7 GB 41 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 79% ▕████████████ ▏ 6.1 GB/7.7 GB 41 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 79% ▕████████████ ▏ 6.1 GB/7.7 GB 41 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 79% ▕████████████ ▏ 6.1 GB/7.7 GB 41 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 79% ▕████████████ ▏ 6.1 GB/7.7 GB 41 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 79% ▕████████████ ▏ 6.1 GB/7.7 GB 41 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 79% ▕████████████ ▏ 6.1 GB/7.7 GB 41 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 79% ▕████████████ ▏ 6.1 GB/7.7 GB 41 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 79% ▕████████████ ▏ 6.1 GB/7.7 GB 41 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 79% ▕████████████ ▏ 6.1 GB/7.7 GB 36 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 79% ▕████████████ ▏ 6.1 GB/7.7 GB 36 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 79% ▕████████████ ▏ 6.1 GB/7.7 GB 36 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 79% ▕████████████ ▏ 6.1 GB/7.7 GB 36 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 79% ▕████████████ ▏ 6.1 GB/7.7 GB 36 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 79% ▕████████████ ▏ 6.1 GB/7.7 GB 36 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 80% ▕████████████ ▏ 6.1 GB/7.7 GB 36 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 80% ▕████████████ ▏ 6.1 GB/7.7 GB 36 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 80% ▕████████████ ▏ 6.1 GB/7.7 GB 36 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 80% ▕████████████ ▏ 6.1 GB/7.7 GB 36 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 80% ▕████████████ ▏ 6.1 GB/7.7 GB 38 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 80% ▕████████████ ▏ 6.1 GB/7.7 GB 38 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 80% ▕████████████ ▏ 6.1 GB/7.7 GB 38 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 80% ▕████████████ ▏ 6.2 GB/7.7 GB 38 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 80% ▕████████████ ▏ 6.2 GB/7.7 GB 38 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 80% ▕████████████ ▏ 6.2 GB/7.7 GB 38 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 80% ▕████████████ ▏ 6.2 GB/7.7 GB 38 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 80% ▕████████████ ▏ 6.2 GB/7.7 GB 38 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 80% ▕████████████ ▏ 6.2 GB/7.7 GB 38 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 80% ▕████████████ ▏ 6.2 GB/7.7 GB 38 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 80% ▕████████████ ▏ 6.2 GB/7.7 GB 38 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 80% ▕████████████ ▏ 6.2 GB/7.7 GB 38 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 80% ▕████████████ ▏ 6.2 GB/7.7 GB 38 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 80% ▕████████████ ▏ 6.2 GB/7.7 GB 38 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 81% ▕████████████ ▏ 6.2 GB/7.7 GB 38 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 81% ▕████████████ ▏ 6.2 GB/7.7 GB 38 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 81% ▕████████████ ▏ 6.2 GB/7.7 GB 38 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 81% ▕████████████ ▏ 6.2 GB/7.7 GB 38 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 81% ▕████████████ ▏ 6.2 GB/7.7 GB 38 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 81% ▕████████████ ▏ 6.2 GB/7.7 GB 38 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 81% ▕████████████ ▏ 6.2 GB/7.7 GB 38 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 81% ▕████████████ ▏ 6.2 GB/7.7 GB 38 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 81% ▕████████████ ▏ 6.2 GB/7.7 GB 38 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 81% ▕████████████ ▏ 6.2 GB/7.7 GB 38 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 81% ▕████████████ ▏ 6.2 GB/7.7 GB 38 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 81% ▕████████████ ▏ 6.2 GB/7.7 GB 38 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 81% ▕████████████ ▏ 6.2 GB/7.7 GB 38 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 81% ▕█████████████ ▏ 6.3 GB/7.7 GB 38 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 81% ▕█████████████ ▏ 6.3 GB/7.7 GB 38 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 81% ▕█████████████ ▏ 6.3 GB/7.7 GB 38 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 81% ▕█████████████ ▏ 6.3 GB/7.7 GB 38 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 81% ▕█████████████ ▏ 6.3 GB/7.7 GB 39 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 81% ▕█████████████ ▏ 6.3 GB/7.7 GB 39 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 82% ▕█████████████ ▏ 6.3 GB/7.7 GB 39 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 82% ▕█████████████ ▏ 6.3 GB/7.7 GB 39 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 82% ▕█████████████ ▏ 6.3 GB/7.7 GB 39 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 82% ▕█████████████ ▏ 6.3 GB/7.7 GB 39 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 82% ▕█████████████ ▏ 6.3 GB/7.7 GB 39 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 82% ▕█████████████ ▏ 6.3 GB/7.7 GB 39 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 82% ▕█████████████ ▏ 6.3 GB/7.7 GB 39 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 82% ▕█████████████ ▏ 6.3 GB/7.7 GB 39 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 82% ▕█████████████ ▏ 6.3 GB/7.7 GB 38 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 82% ▕█████████████ ▏ 6.3 GB/7.7 GB 38 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 82% ▕█████████████ ▏ 6.3 GB/7.7 GB 38 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 82% ▕█████████████ ▏ 6.3 GB/7.7 GB 38 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 82% ▕█████████████ ▏ 6.3 GB/7.7 GB 38 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 82% ▕█████████████ ▏ 6.3 GB/7.7 GB 38 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 82% ▕█████████████ ▏ 6.3 GB/7.7 GB 38 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 82% ▕█████████████ ▏ 6.3 GB/7.7 GB 38 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 82% ▕█████████████ ▏ 6.3 GB/7.7 GB 38 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 83% ▕█████████████ ▏ 6.3 GB/7.7 GB 38 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 83% ▕█████████████ ▏ 6.4 GB/7.7 GB 38 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 83% ▕█████████████ ▏ 6.4 GB/7.7 GB 38 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 83% ▕█████████████ ▏ 6.4 GB/7.7 GB 38 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 83% ▕█████████████ ▏ 6.4 GB/7.7 GB 38 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 83% ▕█████████████ ▏ 6.4 GB/7.7 GB 38 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 83% ▕█████████████ ▏ 6.4 GB/7.7 GB 38 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 83% ▕█████████████ ▏ 6.4 GB/7.7 GB 38 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 83% ▕█████████████ ▏ 6.4 GB/7.7 GB 38 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 83% ▕█████████████ ▏ 6.4 GB/7.7 GB 38 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 83% ▕█████████████ ▏ 6.4 GB/7.7 GB 38 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 83% ▕█████████████ ▏ 6.4 GB/7.7 GB 38 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 83% ▕█████████████ ▏ 6.4 GB/7.7 GB 38 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 83% ▕█████████████ ▏ 6.4 GB/7.7 GB 38 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 83% ▕█████████████ ▏ 6.4 GB/7.7 GB 38 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 83% ▕█████████████ ▏ 6.4 GB/7.7 GB 38 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 83% ▕█████████████ ▏ 6.4 GB/7.7 GB 38 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 83% ▕█████████████ ▏ 6.4 GB/7.7 GB 38 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 84% ▕█████████████ ▏ 6.4 GB/7.7 GB 38 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 84% ▕█████████████ ▏ 6.4 GB/7.7 GB 38 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 84% ▕█████████████ ▏ 6.4 GB/7.7 GB 38 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 84% ▕█████████████ ▏ 6.5 GB/7.7 GB 38 MB/s 31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 84% ▕█████████████ ▏ 6.5 GB/7.7 GB 43 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 84% ▕█████████████ ▏ 6.5 GB/7.7 GB 43 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 84% ▕█████████████ ▏ 6.5 GB/7.7 GB 43 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 84% ▕█████████████ ▏ 6.5 GB/7.7 GB 43 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 84% ▕█████████████ ▏ 6.5 GB/7.7 GB 43 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 84% ▕█████████████ ▏ 6.5 GB/7.7 GB 43 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 84% ▕█████████████ ▏ 6.5 GB/7.7 GB 43 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 84% ▕█████████████ ▏ 6.5 GB/7.7 GB 43 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 84% ▕█████████████ ▏ 6.5 GB/7.7 GB 43 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 84% ▕█████████████ ▏ 6.5 GB/7.7 GB 43 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 84% ▕█████████████ ▏ 6.5 GB/7.7 GB 45 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 84% ▕█████████████ ▏ 6.5 GB/7.7 GB 45 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 84% ▕█████████████ ▏ 6.5 GB/7.7 GB 45 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 84% ▕█████████████ ▏ 6.5 GB/7.7 GB 45 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 84% ▕█████████████ ▏ 6.5 GB/7.7 GB 45 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 85% ▕█████████████ ▏ 6.5 GB/7.7 GB 45 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 85% ▕█████████████ ▏ 6.5 GB/7.7 GB 45 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 85% ▕█████████████ ▏ 6.5 GB/7.7 GB 45 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 85% ▕█████████████ ▏ 6.5 GB/7.7 GB 45 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 85% ▕█████████████ ▏ 6.5 GB/7.7 GB 45 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 85% ▕█████████████ ▏ 6.5 GB/7.7 GB 43 MB/s 27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 85% ▕█████████████ ▏ 6.5 GB/7.7 GB 43 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 85% ▕█████████████ ▏ 6.5 GB/7.7 GB 43 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 85% ▕█████████████ ▏ 6.6 GB/7.7 GB 43 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 85% ▕█████████████ ▏ 6.6 GB/7.7 GB 43 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 85% ▕█████████████ ▏ 6.6 GB/7.7 GB 43 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 85% ▕█████████████ ▏ 6.6 GB/7.7 GB 43 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 85% ▕█████████████ ▏ 6.6 GB/7.7 GB 43 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 85% ▕█████████████ ▏ 6.6 GB/7.7 GB 43 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 85% ▕█████████████ ▏ 6.6 GB/7.7 GB 43 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 85% ▕█████████████ ▏ 6.6 GB/7.7 GB 42 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 85% ▕█████████████ ▏ 6.6 GB/7.7 GB 42 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 85% ▕█████████████ ▏ 6.6 GB/7.7 GB 42 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 86% ▕█████████████ ▏ 6.6 GB/7.7 GB 42 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 86% ▕█████████████ ▏ 6.6 GB/7.7 GB 42 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 86% ▕█████████████ ▏ 6.6 GB/7.7 GB 42 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 86% ▕█████████████ ▏ 6.6 GB/7.7 GB 42 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 86% ▕█████████████ ▏ 6.6 GB/7.7 GB 42 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 86% ▕█████████████ ▏ 6.6 GB/7.7 GB 42 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 86% ▕█████████████ ▏ 6.6 GB/7.7 GB 42 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 86% ▕█████████████ ▏ 6.6 GB/7.7 GB 42 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 86% ▕█████████████ ▏ 6.6 GB/7.7 GB 44 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 86% ▕█████████████ ▏ 6.6 GB/7.7 GB 44 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 86% ▕█████████████ ▏ 6.6 GB/7.7 GB 44 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 86% ▕█████████████ ▏ 6.6 GB/7.7 GB 44 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 86% ▕█████████████ ▏ 6.6 GB/7.7 GB 44 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 86% ▕█████████████ ▏ 6.6 GB/7.7 GB 44 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 86% ▕█████████████ ▏ 6.7 GB/7.7 GB 44 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 86% ▕█████████████ ▏ 6.7 GB/7.7 GB 44 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 87% ▕█████████████ ▏ 6.7 GB/7.7 GB 44 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 87% ▕█████████████ ▏ 6.7 GB/7.7 GB 44 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 87% ▕█████████████ ▏ 6.7 GB/7.7 GB 44 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 87% ▕█████████████ ▏ 6.7 GB/7.7 GB 44 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 87% ▕█████████████ ▏ 6.7 GB/7.7 GB 44 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 87% ▕█████████████ ▏ 6.7 GB/7.7 GB 44 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 87% ▕█████████████ ▏ 6.7 GB/7.7 GB 44 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 87% ▕█████████████ ▏ 6.7 GB/7.7 GB 44 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 87% ▕█████████████ ▏ 6.7 GB/7.7 GB 44 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 87% ▕█████████████ ▏ 6.7 GB/7.7 GB 44 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 87% ▕█████████████ ▏ 6.7 GB/7.7 GB 44 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 87% ▕█████████████ ▏ 6.7 GB/7.7 GB 44 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 87% ▕█████████████ ▏ 6.7 GB/7.7 GB 43 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 87% ▕█████████████ ▏ 6.7 GB/7.7 GB 43 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 87% ▕█████████████ ▏ 6.7 GB/7.7 GB 43 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 87% ▕█████████████ ▏ 6.7 GB/7.7 GB 43 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 87% ▕█████████████ ▏ 6.7 GB/7.7 GB 43 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 87% ▕█████████████ ▏ 6.7 GB/7.7 GB 43 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 87% ▕█████████████ ▏ 6.7 GB/7.7 GB 43 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 88% ▕██████████████ ▏ 6.7 GB/7.7 GB 43 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 88% ▕██████████████ ▏ 6.7 GB/7.7 GB 43 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 88% ▕██████████████ ▏ 6.7 GB/7.7 GB 43 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 88% ▕██████████████ ▏ 6.8 GB/7.7 GB 43 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 88% ▕██████████████ ▏ 6.8 GB/7.7 GB 43 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 88% ▕██████████████ ▏ 6.8 GB/7.7 GB 43 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 88% ▕██████████████ ▏ 6.8 GB/7.7 GB 43 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 88% ▕██████████████ ▏ 6.8 GB/7.7 GB 43 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 88% ▕██████████████ ▏ 6.8 GB/7.7 GB 43 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 88% ▕██████████████ ▏ 6.8 GB/7.7 GB 43 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 88% ▕██████████████ ▏ 6.8 GB/7.7 GB 43 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 88% ▕██████████████ ▏ 6.8 GB/7.7 GB 43 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 88% ▕██████████████ ▏ 6.8 GB/7.7 GB 43 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 88% ▕██████████████ ▏ 6.8 GB/7.7 GB 42 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 88% ▕██████████████ ▏ 6.8 GB/7.7 GB 42 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 88% ▕██████████████ ▏ 6.8 GB/7.7 GB 42 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 88% ▕██████████████ ▏ 6.8 GB/7.7 GB 42 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 88% ▕██████████████ ▏ 6.8 GB/7.7 GB 42 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 88% ▕██████████████ ▏ 6.8 GB/7.7 GB 42 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 89% ▕██████████████ ▏ 6.8 GB/7.7 GB 42 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 89% ▕██████████████ ▏ 6.8 GB/7.7 GB 42 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 89% ▕██████████████ ▏ 6.8 GB/7.7 GB 42 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 89% ▕██████████████ ▏ 6.8 GB/7.7 GB 42 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 89% ▕██████████████ ▏ 6.8 GB/7.7 GB 42 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 89% ▕██████████████ ▏ 6.8 GB/7.7 GB 40 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 89% ▕██████████████ ▏ 6.8 GB/7.7 GB 40 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 89% ▕██████████████ ▏ 6.8 GB/7.7 GB 40 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 89% ▕██████████████ ▏ 6.9 GB/7.7 GB 40 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 89% ▕██████████████ ▏ 6.9 GB/7.7 GB 40 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 89% ▕██████████████ ▏ 6.9 GB/7.7 GB 40 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 89% ▕██████████████ ▏ 6.9 GB/7.7 GB 40 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 89% ▕██████████████ ▏ 6.9 GB/7.7 GB 40 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 89% ▕██████████████ ▏ 6.9 GB/7.7 GB 40 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 89% ▕██████████████ ▏ 6.9 GB/7.7 GB 40 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 89% ▕██████████████ ▏ 6.9 GB/7.7 GB 40 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 89% ▕██████████████ ▏ 6.9 GB/7.7 GB 40 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 89% ▕██████████████ ▏ 6.9 GB/7.7 GB 40 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 89% ▕██████████████ ▏ 6.9 GB/7.7 GB 40 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 89% ▕██████████████ ▏ 6.9 GB/7.7 GB 40 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 90% ▕██████████████ ▏ 6.9 GB/7.7 GB 40 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 90% ▕██████████████ ▏ 6.9 GB/7.7 GB 40 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 90% ▕██████████████ ▏ 6.9 GB/7.7 GB 40 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 90% ▕██████████████ ▏ 6.9 GB/7.7 GB 40 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 90% ▕██████████████ ▏ 6.9 GB/7.7 GB 40 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 90% ▕██████████████ ▏ 6.9 GB/7.7 GB 42 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 90% ▕██████████████ ▏ 6.9 GB/7.7 GB 42 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 90% ▕██████████████ ▏ 6.9 GB/7.7 GB 42 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 90% ▕██████████████ ▏ 6.9 GB/7.7 GB 42 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 90% ▕██████████████ ▏ 6.9 GB/7.7 GB 42 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 90% ▕██████████████ ▏ 6.9 GB/7.7 GB 42 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 90% ▕██████████████ ▏ 6.9 GB/7.7 GB 42 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 90% ▕██████████████ ▏ 6.9 GB/7.7 GB 42 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 90% ▕██████████████ ▏ 6.9 GB/7.7 GB 42 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 90% ▕██████████████ ▏ 6.9 GB/7.7 GB 42 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 90% ▕██████████████ ▏ 6.9 GB/7.7 GB 42 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 90% ▕██████████████ ▏ 7.0 GB/7.7 GB 42 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 90% ▕██████████████ ▏ 7.0 GB/7.7 GB 42 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 91% ▕██████████████ ▏ 7.0 GB/7.7 GB 42 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 91% ▕██████████████ ▏ 7.0 GB/7.7 GB 42 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 91% ▕██████████████ ▏ 7.0 GB/7.7 GB 42 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 91% ▕██████████████ ▏ 7.0 GB/7.7 GB 42 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 91% ▕██████████████ ▏ 7.0 GB/7.7 GB 42 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 91% ▕██████████████ ▏ 7.0 GB/7.7 GB 42 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 91% ▕██████████████ ▏ 7.0 GB/7.7 GB 42 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 91% ▕██████████████ ▏ 7.0 GB/7.7 GB 41 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 91% ▕██████████████ ▏ 7.0 GB/7.7 GB 41 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 91% ▕██████████████ ▏ 7.0 GB/7.7 GB 41 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 91% ▕██████████████ ▏ 7.0 GB/7.7 GB 41 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 91% ▕██████████████ ▏ 7.0 GB/7.7 GB 41 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 91% ▕██████████████ ▏ 7.0 GB/7.7 GB 41 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 91% ▕██████████████ ▏ 7.0 GB/7.7 GB 41 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 91% ▕██████████████ ▏ 7.0 GB/7.7 GB 41 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 91% ▕██████████████ ▏ 7.0 GB/7.7 GB 41 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 91% ▕██████████████ ▏ 7.0 GB/7.7 GB 41 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 92% ▕██████████████ ▏ 7.0 GB/7.7 GB 41 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 92% ▕██████████████ ▏ 7.0 GB/7.7 GB 41 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 92% ▕██████████████ ▏ 7.1 GB/7.7 GB 41 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 92% ▕██████████████ ▏ 7.1 GB/7.7 GB 41 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 92% ▕██████████████ ▏ 7.1 GB/7.7 GB 41 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 92% ▕██████████████ ▏ 7.1 GB/7.7 GB 41 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 92% ▕██████████████ ▏ 7.1 GB/7.7 GB 41 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 92% ▕██████████████ ▏ 7.1 GB/7.7 GB 41 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 92% ▕██████████████ ▏ 7.1 GB/7.7 GB 41 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 92% ▕██████████████ ▏ 7.1 GB/7.7 GB 41 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 92% ▕██████████████ ▏ 7.1 GB/7.7 GB 41 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 92% ▕██████████████ ▏ 7.1 GB/7.7 GB 43 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 92% ▕██████████████ ▏ 7.1 GB/7.7 GB 43 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 92% ▕██████████████ ▏ 7.1 GB/7.7 GB 43 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 92% ▕██████████████ ▏ 7.1 GB/7.7 GB 43 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 92% ▕██████████████ ▏ 7.1 GB/7.7 GB 43 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 92% ▕██████████████ ▏ 7.1 GB/7.7 GB 43 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 92% ▕██████████████ ▏ 7.1 GB/7.7 GB 43 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 92% ▕██████████████ ▏ 7.1 GB/7.7 GB 43 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 92% ▕██████████████ ▏ 7.1 GB/7.7 GB 43 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 93% ▕██████████████ ▏ 7.1 GB/7.7 GB 43 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 93% ▕██████████████ ▏ 7.1 GB/7.7 GB 42 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 93% ▕██████████████ ▏ 7.1 GB/7.7 GB 42 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 93% ▕██████████████ ▏ 7.1 GB/7.7 GB 42 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 93% ▕██████████████ ▏ 7.1 GB/7.7 GB 42 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 93% ▕██████████████ ▏ 7.1 GB/7.7 GB 42 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 93% ▕██████████████ ▏ 7.1 GB/7.7 GB 42 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 93% ▕██████████████ ▏ 7.1 GB/7.7 GB 42 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 93% ▕██████████████ ▏ 7.1 GB/7.7 GB 42 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 93% ▕██████████████ ▏ 7.2 GB/7.7 GB 42 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 93% ▕██████████████ ▏ 7.2 GB/7.7 GB 42 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 93% ▕██████████████ ▏ 7.2 GB/7.7 GB 44 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 93% ▕██████████████ ▏ 7.2 GB/7.7 GB 44 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 93% ▕██████████████ ▏ 7.2 GB/7.7 GB 44 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 93% ▕██████████████ ▏ 7.2 GB/7.7 GB 44 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 93% ▕██████████████ ▏ 7.2 GB/7.7 GB 44 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 93% ▕██████████████ ▏ 7.2 GB/7.7 GB 44 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 94% ▕██████████████ ▏ 7.2 GB/7.7 GB 44 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 94% ▕██████████████ ▏ 7.2 GB/7.7 GB 44 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 94% ▕██████████████ ▏ 7.2 GB/7.7 GB 44 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 94% ▕███████████████ ▏ 7.2 GB/7.7 GB 44 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 94% ▕███████████████ ▏ 7.2 GB/7.7 GB 43 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 94% ▕███████████████ ▏ 7.2 GB/7.7 GB 43 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 94% ▕███████████████ ▏ 7.2 GB/7.7 GB 43 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 94% ▕███████████████ ▏ 7.2 GB/7.7 GB 43 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 94% ▕███████████████ ▏ 7.2 GB/7.7 GB 43 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 94% ▕███████████████ ▏ 7.2 GB/7.7 GB 43 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 94% ▕███████████████ ▏ 7.2 GB/7.7 GB 43 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 94% ▕███████████████ ▏ 7.2 GB/7.7 GB 43 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 94% ▕███████████████ ▏ 7.3 GB/7.7 GB 43 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 94% ▕███████████████ ▏ 7.3 GB/7.7 GB 43 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 94% ▕███████████████ ▏ 7.3 GB/7.7 GB 43 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 94% ▕███████████████ ▏ 7.3 GB/7.7 GB 45 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 95% ▕███████████████ ▏ 7.3 GB/7.7 GB 45 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 95% ▕███████████████ ▏ 7.3 GB/7.7 GB 45 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 95% ▕███████████████ ▏ 7.3 GB/7.7 GB 45 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 95% ▕███████████████ ▏ 7.3 GB/7.7 GB 45 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 95% ▕███████████████ ▏ 7.3 GB/7.7 GB 45 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 95% ▕███████████████ ▏ 7.3 GB/7.7 GB 45 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 95% ▕███████████████ ▏ 7.3 GB/7.7 GB 45 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 95% ▕███████████████ ▏ 7.3 GB/7.7 GB 45 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 95% ▕███████████████ ▏ 7.3 GB/7.7 GB 45 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 95% ▕███████████████ ▏ 7.3 GB/7.7 GB 44 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 95% ▕███████████████ ▏ 7.3 GB/7.7 GB 44 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 95% ▕███████████████ ▏ 7.3 GB/7.7 GB 44 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 95% ▕███████████████ ▏ 7.3 GB/7.7 GB 44 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 95% ▕███████████████ ▏ 7.3 GB/7.7 GB 44 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 95% ▕███████████████ ▏ 7.3 GB/7.7 GB 44 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 95% ▕███████████████ ▏ 7.3 GB/7.7 GB 44 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 95% ▕███████████████ ▏ 7.3 GB/7.7 GB 44 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 95% ▕███████████████ ▏ 7.3 GB/7.7 GB 44 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 95% ▕███████████████ ▏ 7.3 GB/7.7 GB 44 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 95% ▕███████████████ ▏ 7.3 GB/7.7 GB 44 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 96% ▕███████████████ ▏ 7.4 GB/7.7 GB 44 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 96% ▕███████████████ ▏ 7.4 GB/7.7 GB 44 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 96% ▕███████████████ ▏ 7.4 GB/7.7 GB 44 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 96% ▕███████████████ ▏ 7.4 GB/7.7 GB 44 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 96% ▕███████████████ ▏ 7.4 GB/7.7 GB 44 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 96% ▕███████████████ ▏ 7.4 GB/7.7 GB 44 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 96% ▕███████████████ ▏ 7.4 GB/7.7 GB 44 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 96% ▕███████████████ ▏ 7.4 GB/7.7 GB 44 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 96% ▕███████████████ ▏ 7.4 GB/7.7 GB 44 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 96% ▕███████████████ ▏ 7.4 GB/7.7 GB 43 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 96% ▕███████████████ ▏ 7.4 GB/7.7 GB 43 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 96% ▕███████████████ ▏ 7.4 GB/7.7 GB 43 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 96% ▕███████████████ ▏ 7.4 GB/7.7 GB 43 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 96% ▕███████████████ ▏ 7.4 GB/7.7 GB 43 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 96% ▕███████████████ ▏ 7.4 GB/7.7 GB 43 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 96% ▕███████████████ ▏ 7.4 GB/7.7 GB 43 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 96% ▕███████████████ ▏ 7.4 GB/7.7 GB 43 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 96% ▕███████████████ ▏ 7.4 GB/7.7 GB 43 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 97% ▕███████████████ ▏ 7.4 GB/7.7 GB 43 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 97% ▕███████████████ ▏ 7.4 GB/7.7 GB 44 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 97% ▕███████████████ ▏ 7.4 GB/7.7 GB 44 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 97% ▕███████████████ ▏ 7.4 GB/7.7 GB 44 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 97% ▕███████████████ ▏ 7.4 GB/7.7 GB 44 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 97% ▕███████████████ ▏ 7.4 GB/7.7 GB 44 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 97% ▕███████████████ ▏ 7.5 GB/7.7 GB 44 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 97% ▕███████████████ ▏ 7.5 GB/7.7 GB 44 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 97% ▕███████████████ ▏ 7.5 GB/7.7 GB 44 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 97% ▕███████████████ ▏ 7.5 GB/7.7 GB 44 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 97% ▕███████████████ ▏ 7.5 GB/7.7 GB 44 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 97% ▕███████████████ ▏ 7.5 GB/7.7 GB 44 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 97% ▕███████████████ ▏ 7.5 GB/7.7 GB 43 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 97% ▕███████████████ ▏ 7.5 GB/7.7 GB 43 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 97% ▕███████████████ ▏ 7.5 GB/7.7 GB 43 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 97% ▕███████████████ ▏ 7.5 GB/7.7 GB 43 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 98% ▕███████████████ ▏ 7.5 GB/7.7 GB 43 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 98% ▕███████████████ ▏ 7.5 GB/7.7 GB 43 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 98% ▕███████████████ ▏ 7.5 GB/7.7 GB 43 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 98% ▕███████████████ ▏ 7.5 GB/7.7 GB 43 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 98% ▕███████████████ ▏ 7.5 GB/7.7 GB 43 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 98% ▕███████████████ ▏ 7.5 GB/7.7 GB 43 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 98% ▕███████████████ ▏ 7.5 GB/7.7 GB 44 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 98% ▕███████████████ ▏ 7.5 GB/7.7 GB 44 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 98% ▕███████████████ ▏ 7.5 GB/7.7 GB 44 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 98% ▕███████████████ ▏ 7.5 GB/7.7 GB 44 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 98% ▕███████████████ ▏ 7.5 GB/7.7 GB 44 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 98% ▕███████████████ ▏ 7.5 GB/7.7 GB 44 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 98% ▕███████████████ ▏ 7.6 GB/7.7 GB 44 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 98% ▕███████████████ ▏ 7.6 GB/7.7 GB 44 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 98% ▕███████████████ ▏ 7.6 GB/7.7 GB 44 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 98% ▕███████████████ ▏ 7.6 GB/7.7 GB 44 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 98% ▕███████████████ ▏ 7.6 GB/7.7 GB 43 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 98% ▕███████████████ ▏ 7.6 GB/7.7 GB 43 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 98% ▕███████████████ ▏ 7.6 GB/7.7 GB 43 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 99% ▕███████████████ ▏ 7.6 GB/7.7 GB 43 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 99% ▕███████████████ ▏ 7.6 GB/7.7 GB 43 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 99% ▕███████████████ ▏ 7.6 GB/7.7 GB 43 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 99% ▕███████████████ ▏ 7.6 GB/7.7 GB 43 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 99% ▕███████████████ ▏ 7.6 GB/7.7 GB 43 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 99% ▕███████████████ ▏ 7.6 GB/7.7 GB 43 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 99% ▕███████████████ ▏ 7.6 GB/7.7 GB 43 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 99% ▕███████████████ ▏ 7.6 GB/7.7 GB 42 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 99% ▕███████████████ ▏ 7.6 GB/7.7 GB 42 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 99% ▕███████████████ ▏ 7.6 GB/7.7 GB 42 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 99% ▕███████████████ ▏ 7.6 GB/7.7 GB 42 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 99% ▕███████████████ ▏ 7.6 GB/7.7 GB 42 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 99% ▕███████████████ ▏ 7.6 GB/7.7 GB 42 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 99% ▕███████████████ ▏ 7.6 GB/7.7 GB 42 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 99% ▕███████████████ ▏ 7.6 GB/7.7 GB 42 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 99% ▕███████████████ ▏ 7.6 GB/7.7 GB 42 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 99% ▕███████████████ ▏ 7.6 GB/7.7 GB 42 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 99% ▕███████████████ ▏ 7.7 GB/7.7 GB 42 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 99% ▕███████████████ ▏ 7.7 GB/7.7 GB 42 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕███████████████ ▏ 7.7 GB/7.7 GB 42 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕███████████████ ▏ 7.7 GB/7.7 GB 42 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕███████████████ ▏ 7.7 GB/7.7 GB 42 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕███████████████ ▏ 7.7 GB/7.7 GB 42 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕███████████████ ▏ 7.7 GB/7.7 GB 42 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕███████████████ ▏ 7.7 GB/7.7 GB 42 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕███████████████ ▏ 7.7 GB/7.7 GB 42 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕███████████████ ▏ 7.7 GB/7.7 GB 42 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕███████████████ ▏ 7.7 GB/7.7 GB 42 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕███████████████ ▏ 7.7 GB/7.7 GB 42 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing f5ab84b2a910... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing f5ab84b2a910... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing f5ab84b2a910... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing f5ab84b2a910... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing f5ab84b2a910... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing f5ab84b2a910... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing f5ab84b2a910... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing f5ab84b2a910... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing f5ab84b2a910... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing f5ab84b2a910... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing f5ab84b2a910... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing f5ab84b2a910... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing f5ab84b2a910... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing f5ab84b2a910... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing f5ab84b2a910... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing f5ab84b2a910... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing f5ab84b2a910... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing f5ab84b2a910... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing f5ab84b2a910... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing f5ab84b2a910... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing f5ab84b2a910... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing f5ab84b2a910... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing f5ab84b2a910... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing f5ab84b2a910... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing f5ab84b2a910... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing f5ab84b2a910... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing f5ab84b2a910... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ddace7f76294... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ddace7f76294... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ddace7f76294... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ddace7f76294... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ddace7f76294... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ddace7f76294... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ddace7f76294... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ddace7f76294... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ddace7f76294... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ddace7f76294... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ddace7f76294... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ddace7f76294... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ddace7f76294... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ddace7f76294... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ddace7f76294... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ddace7f76294... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ddace7f76294... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ddace7f76294... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ddace7f76294... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ddace7f76294... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ddace7f76294... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ddace7f76294... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ddace7f76294... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ddace7f76294... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ddace7f76294... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ddace7f76294... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ddace7f76294... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ddace7f76294... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ddace7f76294... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ddace7f76294... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ddace7f76294... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ddace7f76294... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ddace7f76294... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ddace7f76294... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ddace7f76294... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ddace7f76294... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ddace7f76294... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ddace7f76294... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ddace7f76294... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ddace7f76294... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ddace7f76294... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ddace7f76294... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ddace7f76294... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ddace7f76294... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ddace7f76294... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ddace7f76294... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ddace7f76294... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ddace7f76294... 100% ▕████████████████▏ 455 B \n", + "pushing manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing f5ab84b2a910... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ddace7f76294... 100% ▕████████████████▏ 455 B \n", + "pushing manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing f5ab84b2a910... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ddace7f76294... 100% ▕████████████████▏ 455 B \n", + "pushing manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing f5ab84b2a910... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ddace7f76294... 100% ▕████████████████▏ 455 B \n", + "pushing manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing f5ab84b2a910... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ddace7f76294... 100% ▕████████████████▏ 455 B \n", + "pushing manifest ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing f5ab84b2a910... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ddace7f76294... 100% ▕████████████████▏ 455 B \n", + "pushing manifest ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing f5ab84b2a910... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ddace7f76294... 100% ▕████████████████▏ 455 B \n", + "pushing manifest ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing f5ab84b2a910... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ddace7f76294... 100% ▕████████████████▏ 455 B \n", + "pushing manifest ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing f5ab84b2a910... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ddace7f76294... 100% ▕████████████████▏ 455 B \n", + "pushing manifest ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing f5ab84b2a910... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ddace7f76294... 100% ▕████████████████▏ 455 B \n", + "pushing manifest ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing f5ab84b2a910... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ddace7f76294... 100% ▕████████████████▏ 455 B \n", + "pushing manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing f5ab84b2a910... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ddace7f76294... 100% ▕████████████████▏ 455 B \n", + "pushing manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing f5ab84b2a910... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ddace7f76294... 100% ▕████████████████▏ 455 B \n", + "pushing manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing f5ab84b2a910... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ddace7f76294... 100% ▕████████████████▏ 455 B \n", + "pushing manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing f5ab84b2a910... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ddace7f76294... 100% ▕████████████████▏ 455 B \n", + "pushing manifest ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing f5ab84b2a910... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ddace7f76294... 100% ▕████████████████▏ 455 B \n", + "pushing manifest ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing f5ab84b2a910... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ddace7f76294... 100% ▕████████████████▏ 455 B \n", + "pushing manifest ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing f5ab84b2a910... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ddace7f76294... 100% ▕████████████████▏ 455 B \n", + "pushing manifest ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing f5ab84b2a910... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ddace7f76294... 100% ▕████████████████▏ 455 B \n", + "pushing manifest ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing f5ab84b2a910... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ddace7f76294... 100% ▕████████████████▏ 455 B \n", + "pushing manifest ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing f5ab84b2a910... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ddace7f76294... 100% ▕████████████████▏ 455 B \n", + "pushing manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing f5ab84b2a910... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ddace7f76294... 100% ▕████████████████▏ 455 B \n", + "pushing manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing f5ab84b2a910... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing ddace7f76294... 100% ▕████████████████▏ 455 B \n", + "pushing manifest \n", + "success \u001b[?25h\n" + ] + } + ], + "source": [ + "for quantization in quantizations:\n", + " local_path = f\"models/{model}.{quantization}\"\n", + " model_name: str = f\"{model}.{quantization}.gguf\"\n", + " model_file_path = f\"{local_path}/Modelfile\"\n", + " with open(model_file_path, \"w+\") as f:\n", + " lines = [\n", + " f\"FROM ./{model_name}\",\n", + " \"\",\n", + " \"PARAMETER mirostat 0\",\n", + " \"PARAMETER mirostat_eta 0.1\",\n", + " \"PARAMETER mirostat_tau 5.0\",\n", + " \"PARAMETER num_ctx 8192\",\n", + " \"PARAMETER num_gpu 1\",\n", + " \"PARAMETER repeat_last_n 64\",\n", + " \"PARAMETER repeat_penalty 1.1\",\n", + " \"PARAMETER temperature 0.8\",\n", + " \"PARAMETER seed 0\",\n", + " \"PARAMETER tfs_z 1\",\n", + " \"PARAMETER num_predict 128\",\n", + " \"PARAMETER top_k 40\",\n", + " \"PARAMETER top_p 0.9\",\n", + " \"\",\n", + " \"TEMPLATE \\\"<|system|>\\\\n{{ .System }}\\\\n<|user|>\\\\n{{ .Prompt }}\\\\n<|assistant|>\\\\n\\\"\",\n", + " \"\",\n", + " \"SYSTEM \\\"\\\"\\\"You are a helpful assistant. Below is an instruction that describes a task. Write a response that appropriately completes the request.\\\"\\\"\\\"\"\n", + " ]\n", + " f.write(\"\\n\".join(lines))\n", + " notus_path = f\"notus:{quantization.replace('Q', 'q')}\"\n", + " !ollama create {notus_path} -f {model_file_path}\n", + " !ollama cp {notus_path} argilla/{notus_path}\n", + " !ollama push argilla/{notus_path}\n", + " \n", + " " + ] + }, + { + "cell_type": "code", + "execution_count": 10, + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\u001b[?25ltransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer \n", + "creating template layer \n", + "creating system layer \n", + "creating parameters layer \n", + "creating config layer \n", + "using already created layer sha256:e6479cdaed84707b6a19edf03a01e5c0972fdeb8f6c28df3e20dd9f96ee376b2 \n", + "using already created layer sha256:04de533bb8fd4eb327158f79cdc0de736558e45d198db9275ef536f470281f1f \n", + "using already created layer sha256:af41c51c14924c73d476c474dd0617253462cdb32f1256d8b3d3d9fc00371199 \n", + "using already created layer sha256:3559b403e83a9669ecd8d347a509c20b870674a9838218f8b812c93c419fec88 \n", + "using already created layer sha256:095d90afa5725d1d1fd0757d4ba1293eb5df242f6eebc0f414759ee6e3a9e252 \n", + "writing manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer \n", + "creating template layer \n", + "creating system layer \n", + "creating parameters layer \n", + "creating config layer \n", + "using already created layer sha256:e6479cdaed84707b6a19edf03a01e5c0972fdeb8f6c28df3e20dd9f96ee376b2 \n", + "using already created layer sha256:04de533bb8fd4eb327158f79cdc0de736558e45d198db9275ef536f470281f1f \n", + "using already created layer sha256:af41c51c14924c73d476c474dd0617253462cdb32f1256d8b3d3d9fc00371199 \n", + "using already created layer sha256:3559b403e83a9669ecd8d347a509c20b870674a9838218f8b812c93c419fec88 \n", + "using already created layer sha256:095d90afa5725d1d1fd0757d4ba1293eb5df242f6eebc0f414759ee6e3a9e252 \n", + "writing manifest \n", + "success \u001b[?25h\n" + ] + } + ], + "source": [ + "!ollama create notus -f models/notus-7B-v1.Q4_K_M/Modelfile" + ] + }, + { + "cell_type": "code", + "execution_count": 11, + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "copied 'notus' to 'argilla/notus'\n", + "\u001b[?25lretrieving manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing f5ab84b2a910... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing f5ab84b2a910... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing f5ab84b2a910... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing f5ab84b2a910... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing f5ab84b2a910... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing f5ab84b2a910... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing f5ab84b2a910... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing f5ab84b2a910... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing f5ab84b2a910... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing f5ab84b2a910... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing f5ab84b2a910... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing f5ab84b2a910... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing f5ab84b2a910... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing f5ab84b2a910... 100% ▕████████████████▏ 457 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \n", "pushing manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing f5ab84b2a910... 100% ▕████████████████▏ 457 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \n", "pushing manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing f5ab84b2a910... 100% ▕████████████████▏ 457 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \n", "pushing manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing f5ab84b2a910... 100% ▕████████████████▏ 457 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \n", "pushing manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing f5ab84b2a910... 100% ▕████████████████▏ 457 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \n", "pushing manifest ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing f5ab84b2a910... 100% ▕████████████████▏ 457 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \n", "pushing manifest ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing f5ab84b2a910... 100% ▕████████████████▏ 457 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \n", "pushing manifest ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing f5ab84b2a910... 100% ▕████████████████▏ 457 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \n", "pushing manifest ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing f5ab84b2a910... 100% ▕████████████████▏ 457 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \n", "pushing manifest ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing f5ab84b2a910... 100% ▕████████████████▏ 457 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \n", "pushing manifest ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing f5ab84b2a910... 100% ▕████████████████▏ 457 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \n", "pushing manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing f5ab84b2a910... 100% ▕████████████████▏ 457 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \n", "pushing manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing f5ab84b2a910... 100% ▕████████████████▏ 457 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \n", "pushing manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing f5ab84b2a910... 100% ▕████████████████▏ 457 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \n", "pushing manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing f5ab84b2a910... 100% ▕████████████████▏ 457 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \n", "pushing manifest ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing f5ab84b2a910... 100% ▕████████████████▏ 457 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \n", "pushing manifest ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing f5ab84b2a910... 100% ▕████████████████▏ 457 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \n", "pushing manifest ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing f5ab84b2a910... 100% ▕████████████████▏ 457 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \n", "pushing manifest ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing f5ab84b2a910... 100% ▕████████████████▏ 457 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \n", "pushing manifest ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing f5ab84b2a910... 100% ▕████████████████▏ 457 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \n", "pushing manifest ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing f5ab84b2a910... 100% ▕████████████████▏ 457 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \n", "pushing manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing f5ab84b2a910... 100% ▕████████████████▏ 457 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \n", "pushing manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing f5ab84b2a910... 100% ▕████████████████▏ 457 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \n", "pushing manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing f5ab84b2a910... 100% ▕████████████████▏ 457 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \n", "pushing manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing f5ab84b2a910... 100% ▕████████████████▏ 457 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \n", "pushing manifest ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing f5ab84b2a910... 100% ▕████████████████▏ 457 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \n", "pushing manifest ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing f5ab84b2a910... 100% ▕████████████████▏ 457 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \n", "pushing manifest ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing f5ab84b2a910... 100% ▕████████████████▏ 457 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \n", "pushing manifest ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing f5ab84b2a910... 100% ▕████████████████▏ 457 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \n", "pushing manifest ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing f5ab84b2a910... 100% ▕████████████████▏ 457 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \n", "pushing manifest ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing f5ab84b2a910... 100% ▕████████████████▏ 457 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \n", "pushing manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing f5ab84b2a910... 100% ▕████████████████▏ 457 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \n", "pushing manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing f5ab84b2a910... 100% ▕████████████████▏ 457 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \n", "pushing manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \n", + "pushing manifest ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing 093c79b06599... 100% ▕████████████████▏ 111 B \n", - "pushing d8ba2f9a17b3... 100% ▕████████████████▏ 18 B \n", - "pushing f5ab84b2a910... 100% ▕████████████████▏ 457 B \n", + "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", + "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", + "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \n", "pushing manifest \n", - "success \u001b[?25h\n", - "\u001b[?25ltransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer \n", - "creating template layer \n", - "creating system layer \n", - "creating parameters layer \n", - "creating config layer \n", - "using already created layer sha256:1171bd8a88da4cd85f89eb80dc293aedf4df2ebbd559316a81e2598041d0ad52 \n", - "using already created layer sha256:04de533bb8fd4eb327158f79cdc0de736558e45d198db9275ef536f470281f1f \n", - "using already created layer sha256:093c79b06599174755ae0ffd0a0700fc1e03daa55b1755e242836c329fcf9811 \n", - "using already created layer sha256:d8ba2f9a17b3bbdeb5690efaa409b3fcb0b56296a777c7a69c78aa33bbddf182 \n", - "writing layer sha256:0eb102d22467b381d6a9ce8de407c500fd88ce9ba9302d70b12f7023769b452f \n", - "writing manifest \n", - "success \u001b[?25h\n", - "copied 'notus:q4_0' to 'davidberenstein1957/notus:q4_0'\n", - "\u001b[?25lretrieving manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 0% ▕ ▏ 1.1 MB/4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 0% ▕ ▏ 1.9 MB/4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 0% ▕ ▏ 2.1 MB/4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 0% ▕ ▏ 2.1 MB/4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 0% ▕ ▏ 2.1 MB/4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 0% ▕ ▏ 2.1 MB/4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 0% ▕ ▏ 3.0 MB/4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 0% ▕ ▏ 3.6 MB/4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 0% ▕ ▏ 3.6 MB/4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 0% ▕ ▏ 3.6 MB/4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 0% ▕ ▏ 0 B/4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 0% ▕ ▏ 3.2 MB/4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 0% ▕ ▏ 4.4 MB/4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 0% ▕ ▏ 7.7 MB/4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 0% ▕ ▏ 13 MB/4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 0% ▕ ▏ 15 MB/4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 0% ▕ ▏ 18 MB/4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 1% ▕ ▏ 22 MB/4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 1% ▕ ▏ 23 MB/4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 1% ▕ ▏ 25 MB/4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 1% ▕ ▏ 30 MB/4.1 GB 14 MB/s 4m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 1% ▕ ▏ 31 MB/4.1 GB 14 MB/s 4m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 1% ▕ ▏ 33 MB/4.1 GB 14 MB/s 4m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 1% ▕ ▏ 34 MB/4.1 GB 14 MB/s 4m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 1% ▕ ▏ 35 MB/4.1 GB 14 MB/s 4m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 1% ▕ ▏ 41 MB/4.1 GB 14 MB/s 4m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 1% ▕ ▏ 45 MB/4.1 GB 14 MB/s 4m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 1% ▕ ▏ 48 MB/4.1 GB 14 MB/s 4m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 1% ▕ ▏ 52 MB/4.1 GB 14 MB/s 4m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 1% ▕ ▏ 54 MB/4.1 GB 14 MB/s 4m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 1% ▕ ▏ 55 MB/4.1 GB 14 MB/s 4m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 2% ▕ ▏ 62 MB/4.1 GB 19 MB/s 3m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 2% ▕ ▏ 68 MB/4.1 GB 19 MB/s 3m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 2% ▕ ▏ 70 MB/4.1 GB 19 MB/s 3m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 2% ▕ ▏ 71 MB/4.1 GB 19 MB/s 3m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 2% ▕ ▏ 79 MB/4.1 GB 19 MB/s 3m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 2% ▕ ▏ 80 MB/4.1 GB 19 MB/s 3m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 2% ▕ ▏ 81 MB/4.1 GB 19 MB/s 3m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 2% ▕ ▏ 85 MB/4.1 GB 19 MB/s 3m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 2% ▕ ▏ 85 MB/4.1 GB 19 MB/s 3m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 2% ▕ ▏ 87 MB/4.1 GB 19 MB/s 3m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 2% ▕ ▏ 92 MB/4.1 GB 22 MB/s 2m57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 2% ▕ ▏ 96 MB/4.1 GB 22 MB/s 2m57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 2% ▕ ▏ 99 MB/4.1 GB 22 MB/s 2m57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 2% ▕ ▏ 101 MB/4.1 GB 22 MB/s 2m57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 2% ▕ ▏ 102 MB/4.1 GB 22 MB/s 2m57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 3% ▕ ▏ 104 MB/4.1 GB 22 MB/s 2m56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 3% ▕ ▏ 113 MB/4.1 GB 22 MB/s 2m56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 3% ▕ ▏ 114 MB/4.1 GB 22 MB/s 2m56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 3% ▕ ▏ 114 MB/4.1 GB 22 MB/s 2m56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 3% ▕ ▏ 114 MB/4.1 GB 22 MB/s 2m56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 3% ▕ ▏ 117 MB/4.1 GB 23 MB/s 2m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 3% ▕ ▏ 122 MB/4.1 GB 23 MB/s 2m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 3% ▕ ▏ 123 MB/4.1 GB 23 MB/s 2m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 3% ▕ ▏ 123 MB/4.1 GB 23 MB/s 2m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 3% ▕ ▏ 128 MB/4.1 GB 23 MB/s 2m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 3% ▕ ▏ 135 MB/4.1 GB 23 MB/s 2m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 3% ▕ ▏ 135 MB/4.1 GB 23 MB/s 2m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 3% ▕ ▏ 138 MB/4.1 GB 23 MB/s 2m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 3% ▕ ▏ 140 MB/4.1 GB 23 MB/s 2m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 3% ▕ ▏ 140 MB/4.1 GB 23 MB/s 2m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 4% ▕ ▏ 147 MB/4.1 GB 24 MB/s 2m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 4% ▕ ▏ 151 MB/4.1 GB 24 MB/s 2m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 4% ▕ ▏ 151 MB/4.1 GB 24 MB/s 2m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 4% ▕ ▏ 148 MB/4.1 GB 24 MB/s 2m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 4% ▕ ▏ 148 MB/4.1 GB 24 MB/s 2m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 4% ▕ ▏ 157 MB/4.1 GB 24 MB/s 2m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 4% ▕ ▏ 161 MB/4.1 GB 24 MB/s 2m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 4% ▕ ▏ 162 MB/4.1 GB 24 MB/s 2m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 4% ▕ ▏ 162 MB/4.1 GB 24 MB/s 2m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 4% ▕ ▏ 162 MB/4.1 GB 24 MB/s 2m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 4% ▕ ▏ 163 MB/4.1 GB 23 MB/s 2m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 4% ▕ ▏ 169 MB/4.1 GB 23 MB/s 2m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 4% ▕ ▏ 175 MB/4.1 GB 23 MB/s 2m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 4% ▕ ▏ 178 MB/4.1 GB 23 MB/s 2m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 4% ▕ ▏ 180 MB/4.1 GB 23 MB/s 2m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 5% ▕ ▏ 186 MB/4.1 GB 23 MB/s 2m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 5% ▕ ▏ 190 MB/4.1 GB 23 MB/s 2m48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 5% ▕ ▏ 190 MB/4.1 GB 23 MB/s 2m48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 5% ▕ ▏ 189 MB/4.1 GB 23 MB/s 2m48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 5% ▕ ▏ 190 MB/4.1 GB 23 MB/s 2m48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 5% ▕ ▏ 190 MB/4.1 GB 23 MB/s 2m48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 5% ▕ ▏ 197 MB/4.1 GB 23 MB/s 2m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 5% ▕ ▏ 197 MB/4.1 GB 23 MB/s 2m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 5% ▕ ▏ 198 MB/4.1 GB 23 MB/s 2m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 5% ▕ ▏ 199 MB/4.1 GB 23 MB/s 2m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 5% ▕ ▏ 211 MB/4.1 GB 23 MB/s 2m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 5% ▕ ▏ 213 MB/4.1 GB 23 MB/s 2m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 5% ▕ ▏ 215 MB/4.1 GB 23 MB/s 2m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 5% ▕ ▏ 216 MB/4.1 GB 23 MB/s 2m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 5% ▕ ▏ 216 MB/4.1 GB 23 MB/s 2m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 5% ▕ ▏ 220 MB/4.1 GB 23 MB/s 2m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 5% ▕ ▏ 221 MB/4.1 GB 24 MB/s 2m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 5% ▕ ▏ 224 MB/4.1 GB 24 MB/s 2m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 6% ▕ ▏ 226 MB/4.1 GB 24 MB/s 2m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 5% ▕ ▏ 224 MB/4.1 GB 24 MB/s 2m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 5% ▕ ▏ 225 MB/4.1 GB 24 MB/s 2m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 6% ▕ ▏ 227 MB/4.1 GB 24 MB/s 2m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 6% ▕ ▏ 232 MB/4.1 GB 24 MB/s 2m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 6% ▕ ▏ 235 MB/4.1 GB 24 MB/s 2m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 6% ▕ ▏ 239 MB/4.1 GB 24 MB/s 2m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 6% ▕ ▏ 241 MB/4.1 GB 24 MB/s 2m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 6% ▕ ▏ 242 MB/4.1 GB 26 MB/s 2m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 6% ▕ ▏ 246 MB/4.1 GB 26 MB/s 2m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 6% ▕ ▏ 248 MB/4.1 GB 26 MB/s 2m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 6% ▕ ▏ 250 MB/4.1 GB 26 MB/s 2m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 6% ▕ ▏ 252 MB/4.1 GB 26 MB/s 2m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 6% ▕█ ▏ 256 MB/4.1 GB 26 MB/s 2m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 6% ▕█ ▏ 259 MB/4.1 GB 26 MB/s 2m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 6% ▕█ ▏ 261 MB/4.1 GB 26 MB/s 2m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 6% ▕█ ▏ 261 MB/4.1 GB 26 MB/s 2m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 6% ▕█ ▏ 261 MB/4.1 GB 26 MB/s 2m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 6% ▕█ ▏ 264 MB/4.1 GB 26 MB/s 2m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 7% ▕█ ▏ 267 MB/4.1 GB 26 MB/s 2m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 7% ▕█ ▏ 269 MB/4.1 GB 26 MB/s 2m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 7% ▕█ ▏ 274 MB/4.1 GB 26 MB/s 2m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 7% ▕█ ▏ 280 MB/4.1 GB 26 MB/s 2m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 7% ▕█ ▏ 282 MB/4.1 GB 26 MB/s 2m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 7% ▕█ ▏ 282 MB/4.1 GB 26 MB/s 2m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 7% ▕█ ▏ 282 MB/4.1 GB 26 MB/s 2m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 7% ▕█ ▏ 284 MB/4.1 GB 26 MB/s 2m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 7% ▕█ ▏ 293 MB/4.1 GB 26 MB/s 2m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 7% ▕█ ▏ 294 MB/4.1 GB 25 MB/s 2m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 7% ▕█ ▏ 294 MB/4.1 GB 25 MB/s 2m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 7% ▕█ ▏ 296 MB/4.1 GB 25 MB/s 2m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 7% ▕█ ▏ 302 MB/4.1 GB 25 MB/s 2m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 7% ▕█ ▏ 306 MB/4.1 GB 25 MB/s 2m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 7% ▕█ ▏ 308 MB/4.1 GB 25 MB/s 2m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 8% ▕█ ▏ 311 MB/4.1 GB 25 MB/s 2m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 8% ▕█ ▏ 311 MB/4.1 GB 25 MB/s 2m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 8% ▕█ ▏ 312 MB/4.1 GB 25 MB/s 2m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 8% ▕█ ▏ 317 MB/4.1 GB 25 MB/s 2m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 8% ▕█ ▏ 318 MB/4.1 GB 25 MB/s 2m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 8% ▕█ ▏ 321 MB/4.1 GB 25 MB/s 2m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 8% ▕█ ▏ 323 MB/4.1 GB 25 MB/s 2m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 8% ▕█ ▏ 325 MB/4.1 GB 25 MB/s 2m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 8% ▕█ ▏ 330 MB/4.1 GB 25 MB/s 2m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 8% ▕█ ▏ 334 MB/4.1 GB 25 MB/s 2m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 8% ▕█ ▏ 335 MB/4.1 GB 25 MB/s 2m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 8% ▕█ ▏ 335 MB/4.1 GB 25 MB/s 2m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 8% ▕█ ▏ 336 MB/4.1 GB 25 MB/s 2m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 8% ▕█ ▏ 338 MB/4.1 GB 25 MB/s 2m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 8% ▕█ ▏ 342 MB/4.1 GB 25 MB/s 2m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 8% ▕█ ▏ 345 MB/4.1 GB 25 MB/s 2m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 8% ▕█ ▏ 345 MB/4.1 GB 25 MB/s 2m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 8% ▕█ ▏ 347 MB/4.1 GB 25 MB/s 2m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 8% ▕█ ▏ 347 MB/4.1 GB 25 MB/s 2m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 8% ▕█ ▏ 348 MB/4.1 GB 25 MB/s 2m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 9% ▕█ ▏ 350 MB/4.1 GB 25 MB/s 2m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 9% ▕█ ▏ 351 MB/4.1 GB 25 MB/s 2m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 9% ▕█ ▏ 355 MB/4.1 GB 25 MB/s 2m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 9% ▕█ ▏ 360 MB/4.1 GB 25 MB/s 2m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 9% ▕█ ▏ 363 MB/4.1 GB 25 MB/s 2m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 9% ▕█ ▏ 363 MB/4.1 GB 24 MB/s 2m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 9% ▕█ ▏ 364 MB/4.1 GB 24 MB/s 2m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 9% ▕█ ▏ 367 MB/4.1 GB 24 MB/s 2m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 9% ▕█ ▏ 371 MB/4.1 GB 24 MB/s 2m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 9% ▕█ ▏ 375 MB/4.1 GB 24 MB/s 2m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 9% ▕█ ▏ 376 MB/4.1 GB 24 MB/s 2m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 9% ▕█ ▏ 377 MB/4.1 GB 24 MB/s 2m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 9% ▕█ ▏ 380 MB/4.1 GB 24 MB/s 2m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 9% ▕█ ▏ 383 MB/4.1 GB 24 MB/s 2m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 9% ▕█ ▏ 389 MB/4.1 GB 24 MB/s 2m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 10% ▕█ ▏ 391 MB/4.1 GB 25 MB/s 2m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 10% ▕█ ▏ 392 MB/4.1 GB 25 MB/s 2m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 10% ▕█ ▏ 393 MB/4.1 GB 25 MB/s 2m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 10% ▕█ ▏ 394 MB/4.1 GB 25 MB/s 2m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 10% ▕█ ▏ 401 MB/4.1 GB 25 MB/s 2m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 10% ▕█ ▏ 402 MB/4.1 GB 25 MB/s 2m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 10% ▕█ ▏ 405 MB/4.1 GB 25 MB/s 2m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 10% ▕█ ▏ 407 MB/4.1 GB 25 MB/s 2m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 10% ▕█ ▏ 409 MB/4.1 GB 25 MB/s 2m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 10% ▕█ ▏ 413 MB/4.1 GB 25 MB/s 2m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 10% ▕█ ▏ 413 MB/4.1 GB 24 MB/s 2m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 10% ▕█ ▏ 413 MB/4.1 GB 24 MB/s 2m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 10% ▕█ ▏ 415 MB/4.1 GB 24 MB/s 2m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 10% ▕█ ▏ 424 MB/4.1 GB 24 MB/s 2m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 10% ▕█ ▏ 429 MB/4.1 GB 24 MB/s 2m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 10% ▕█ ▏ 431 MB/4.1 GB 24 MB/s 2m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 10% ▕█ ▏ 431 MB/4.1 GB 24 MB/s 2m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 10% ▕█ ▏ 431 MB/4.1 GB 24 MB/s 2m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 11% ▕█ ▏ 436 MB/4.1 GB 24 MB/s 2m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 11% ▕█ ▏ 435 MB/4.1 GB 24 MB/s 2m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 11% ▕█ ▏ 435 MB/4.1 GB 24 MB/s 2m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 11% ▕█ ▏ 436 MB/4.1 GB 23 MB/s 2m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 11% ▕█ ▏ 443 MB/4.1 GB 23 MB/s 2m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 11% ▕█ ▏ 447 MB/4.1 GB 23 MB/s 2m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 11% ▕█ ▏ 450 MB/4.1 GB 23 MB/s 2m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 11% ▕█ ▏ 450 MB/4.1 GB 23 MB/s 2m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 11% ▕█ ▏ 451 MB/4.1 GB 23 MB/s 2m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 11% ▕█ ▏ 457 MB/4.1 GB 23 MB/s 2m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 11% ▕█ ▏ 461 MB/4.1 GB 23 MB/s 2m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 11% ▕█ ▏ 462 MB/4.1 GB 23 MB/s 2m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 11% ▕█ ▏ 463 MB/4.1 GB 23 MB/s 2m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 11% ▕█ ▏ 464 MB/4.1 GB 24 MB/s 2m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 11% ▕█ ▏ 464 MB/4.1 GB 24 MB/s 2m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 11% ▕█ ▏ 470 MB/4.1 GB 24 MB/s 2m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 12% ▕█ ▏ 479 MB/4.1 GB 24 MB/s 2m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 12% ▕█ ▏ 480 MB/4.1 GB 24 MB/s 2m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 12% ▕█ ▏ 481 MB/4.1 GB 24 MB/s 2m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 12% ▕█ ▏ 481 MB/4.1 GB 24 MB/s 2m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 12% ▕█ ▏ 481 MB/4.1 GB 24 MB/s 2m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 12% ▕█ ▏ 481 MB/4.1 GB 24 MB/s 2m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 12% ▕█ ▏ 490 MB/4.1 GB 24 MB/s 2m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 12% ▕█ ▏ 493 MB/4.1 GB 25 MB/s 2m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 12% ▕█ ▏ 497 MB/4.1 GB 25 MB/s 2m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 12% ▕█ ▏ 497 MB/4.1 GB 25 MB/s 2m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 12% ▕█ ▏ 497 MB/4.1 GB 25 MB/s 2m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 12% ▕█ ▏ 504 MB/4.1 GB 25 MB/s 2m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 12% ▕█ ▏ 507 MB/4.1 GB 25 MB/s 2m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 12% ▕█ ▏ 507 MB/4.1 GB 25 MB/s 2m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 12% ▕█ ▏ 507 MB/4.1 GB 25 MB/s 2m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 12% ▕█ ▏ 513 MB/4.1 GB 25 MB/s 2m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 12% ▕█ ▏ 513 MB/4.1 GB 25 MB/s 2m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 12% ▕█ ▏ 513 MB/4.1 GB 24 MB/s 2m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 13% ▕██ ▏ 517 MB/4.1 GB 24 MB/s 2m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 13% ▕██ ▏ 520 MB/4.1 GB 24 MB/s 2m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 13% ▕██ ▏ 520 MB/4.1 GB 24 MB/s 2m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 13% ▕██ ▏ 527 MB/4.1 GB 24 MB/s 2m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 13% ▕██ ▏ 530 MB/4.1 GB 24 MB/s 2m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 13% ▕██ ▏ 530 MB/4.1 GB 24 MB/s 2m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 13% ▕██ ▏ 531 MB/4.1 GB 24 MB/s 2m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 13% ▕██ ▏ 531 MB/4.1 GB 24 MB/s 2m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 13% ▕██ ▏ 539 MB/4.1 GB 24 MB/s 2m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 13% ▕██ ▏ 540 MB/4.1 GB 24 MB/s 2m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 13% ▕██ ▏ 540 MB/4.1 GB 24 MB/s 2m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 13% ▕██ ▏ 545 MB/4.1 GB 24 MB/s 2m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 13% ▕██ ▏ 546 MB/4.1 GB 24 MB/s 2m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 13% ▕██ ▏ 548 MB/4.1 GB 24 MB/s 2m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 13% ▕██ ▏ 553 MB/4.1 GB 24 MB/s 2m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 14% ▕██ ▏ 557 MB/4.1 GB 24 MB/s 2m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 14% ▕██ ▏ 558 MB/4.1 GB 24 MB/s 2m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 14% ▕██ ▏ 559 MB/4.1 GB 24 MB/s 2m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 14% ▕██ ▏ 559 MB/4.1 GB 24 MB/s 2m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 14% ▕██ ▏ 561 MB/4.1 GB 24 MB/s 2m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 14% ▕██ ▏ 571 MB/4.1 GB 24 MB/s 2m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 14% ▕██ ▏ 576 MB/4.1 GB 24 MB/s 2m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 14% ▕██ ▏ 576 MB/4.1 GB 24 MB/s 2m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 14% ▕██ ▏ 577 MB/4.1 GB 24 MB/s 2m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 14% ▕██ ▏ 580 MB/4.1 GB 24 MB/s 2m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 14% ▕██ ▏ 581 MB/4.1 GB 24 MB/s 2m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 14% ▕██ ▏ 583 MB/4.1 GB 24 MB/s 2m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 14% ▕██ ▏ 584 MB/4.1 GB 24 MB/s 2m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 14% ▕██ ▏ 589 MB/4.1 GB 24 MB/s 2m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 14% ▕██ ▏ 592 MB/4.1 GB 24 MB/s 2m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 14% ▕██ ▏ 593 MB/4.1 GB 25 MB/s 2m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 15% ▕██ ▏ 601 MB/4.1 GB 25 MB/s 2m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 15% ▕██ ▏ 602 MB/4.1 GB 25 MB/s 2m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 15% ▕██ ▏ 603 MB/4.1 GB 25 MB/s 2m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 15% ▕██ ▏ 603 MB/4.1 GB 25 MB/s 2m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 15% ▕██ ▏ 603 MB/4.1 GB 25 MB/s 2m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 15% ▕██ ▏ 608 MB/4.1 GB 25 MB/s 2m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 15% ▕██ ▏ 608 MB/4.1 GB 25 MB/s 2m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 15% ▕██ ▏ 611 MB/4.1 GB 25 MB/s 2m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 15% ▕██ ▏ 613 MB/4.1 GB 25 MB/s 2m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 15% ▕██ ▏ 614 MB/4.1 GB 24 MB/s 2m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 15% ▕██ ▏ 615 MB/4.1 GB 24 MB/s 2m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 15% ▕██ ▏ 620 MB/4.1 GB 24 MB/s 2m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 15% ▕██ ▏ 624 MB/4.1 GB 24 MB/s 2m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 15% ▕██ ▏ 626 MB/4.1 GB 24 MB/s 2m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 15% ▕██ ▏ 628 MB/4.1 GB 24 MB/s 2m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 15% ▕██ ▏ 629 MB/4.1 GB 24 MB/s 2m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 15% ▕██ ▏ 632 MB/4.1 GB 24 MB/s 2m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 15% ▕██ ▏ 635 MB/4.1 GB 24 MB/s 2m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 16% ▕██ ▏ 640 MB/4.1 GB 24 MB/s 2m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 16% ▕██ ▏ 641 MB/4.1 GB 25 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 16% ▕██ ▏ 641 MB/4.1 GB 25 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 16% ▕██ ▏ 641 MB/4.1 GB 25 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 16% ▕██ ▏ 641 MB/4.1 GB 25 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 16% ▕██ ▏ 641 MB/4.1 GB 25 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 16% ▕██ ▏ 641 MB/4.1 GB 25 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 16% ▕██ ▏ 645 MB/4.1 GB 25 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 16% ▕██ ▏ 648 MB/4.1 GB 25 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 16% ▕██ ▏ 654 MB/4.1 GB 25 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 16% ▕██ ▏ 658 MB/4.1 GB 25 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 16% ▕██ ▏ 660 MB/4.1 GB 25 MB/s 2m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 16% ▕██ ▏ 661 MB/4.1 GB 25 MB/s 2m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 16% ▕██ ▏ 661 MB/4.1 GB 25 MB/s 2m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 16% ▕██ ▏ 668 MB/4.1 GB 25 MB/s 2m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 16% ▕██ ▏ 670 MB/4.1 GB 25 MB/s 2m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 16% ▕██ ▏ 672 MB/4.1 GB 25 MB/s 2m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 16% ▕██ ▏ 673 MB/4.1 GB 25 MB/s 2m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 16% ▕██ ▏ 674 MB/4.1 GB 25 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 16% ▕██ ▏ 675 MB/4.1 GB 25 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 17% ▕██ ▏ 679 MB/4.1 GB 25 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 17% ▕██ ▏ 681 MB/4.1 GB 25 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 17% ▕██ ▏ 689 MB/4.1 GB 24 MB/s 2m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 17% ▕██ ▏ 692 MB/4.1 GB 24 MB/s 2m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 17% ▕██ ▏ 693 MB/4.1 GB 24 MB/s 2m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 17% ▕██ ▏ 693 MB/4.1 GB 24 MB/s 2m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 17% ▕██ ▏ 694 MB/4.1 GB 24 MB/s 2m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 17% ▕██ ▏ 698 MB/4.1 GB 24 MB/s 2m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 17% ▕██ ▏ 699 MB/4.1 GB 24 MB/s 2m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 17% ▕██ ▏ 702 MB/4.1 GB 24 MB/s 2m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 17% ▕██ ▏ 706 MB/4.1 GB 24 MB/s 2m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 17% ▕██ ▏ 712 MB/4.1 GB 24 MB/s 2m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 17% ▕██ ▏ 714 MB/4.1 GB 24 MB/s 2m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 17% ▕██ ▏ 715 MB/4.1 GB 24 MB/s 2m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 17% ▕██ ▏ 716 MB/4.1 GB 24 MB/s 2m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 17% ▕██ ▏ 718 MB/4.1 GB 24 MB/s 2m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 18% ▕██ ▏ 720 MB/4.1 GB 24 MB/s 2m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 18% ▕██ ▏ 721 MB/4.1 GB 24 MB/s 2m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 18% ▕██ ▏ 722 MB/4.1 GB 24 MB/s 2m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 18% ▕██ ▏ 722 MB/4.1 GB 24 MB/s 2m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 18% ▕██ ▏ 728 MB/4.1 GB 24 MB/s 2m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 18% ▕██ ▏ 731 MB/4.1 GB 24 MB/s 2m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 18% ▕██ ▏ 732 MB/4.1 GB 24 MB/s 2m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 18% ▕██ ▏ 737 MB/4.1 GB 24 MB/s 2m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 18% ▕██ ▏ 741 MB/4.1 GB 24 MB/s 2m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 18% ▕██ ▏ 742 MB/4.1 GB 24 MB/s 2m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 18% ▕██ ▏ 743 MB/4.1 GB 24 MB/s 2m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 18% ▕██ ▏ 748 MB/4.1 GB 24 MB/s 2m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 18% ▕██ ▏ 750 MB/4.1 GB 24 MB/s 2m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 18% ▕██ ▏ 757 MB/4.1 GB 24 MB/s 2m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 18% ▕██ ▏ 758 MB/4.1 GB 24 MB/s 2m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 18% ▕██ ▏ 759 MB/4.1 GB 24 MB/s 2m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 19% ▕██ ▏ 762 MB/4.1 GB 24 MB/s 2m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 19% ▕██ ▏ 767 MB/4.1 GB 24 MB/s 2m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 19% ▕██ ▏ 769 MB/4.1 GB 24 MB/s 2m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 19% ▕███ ▏ 773 MB/4.1 GB 24 MB/s 2m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 19% ▕███ ▏ 776 MB/4.1 GB 24 MB/s 2m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 19% ▕███ ▏ 781 MB/4.1 GB 24 MB/s 2m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 19% ▕███ ▏ 783 MB/4.1 GB 24 MB/s 2m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 19% ▕███ ▏ 787 MB/4.1 GB 24 MB/s 2m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 19% ▕███ ▏ 790 MB/4.1 GB 24 MB/s 2m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 19% ▕███ ▏ 795 MB/4.1 GB 24 MB/s 2m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 19% ▕███ ▏ 797 MB/4.1 GB 25 MB/s 2m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 19% ▕███ ▏ 798 MB/4.1 GB 25 MB/s 2m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 20% ▕███ ▏ 804 MB/4.1 GB 25 MB/s 2m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 20% ▕███ ▏ 805 MB/4.1 GB 25 MB/s 2m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 20% ▕███ ▏ 806 MB/4.1 GB 25 MB/s 2m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 20% ▕███ ▏ 810 MB/4.1 GB 25 MB/s 2m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 20% ▕███ ▏ 813 MB/4.1 GB 25 MB/s 2m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 20% ▕███ ▏ 814 MB/4.1 GB 25 MB/s 2m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 20% ▕███ ▏ 815 MB/4.1 GB 25 MB/s 2m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 20% ▕███ ▏ 817 MB/4.1 GB 25 MB/s 2m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 20% ▕███ ▏ 822 MB/4.1 GB 25 MB/s 2m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 20% ▕███ ▏ 824 MB/4.1 GB 25 MB/s 2m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 20% ▕███ ▏ 826 MB/4.1 GB 25 MB/s 2m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 20% ▕███ ▏ 827 MB/4.1 GB 25 MB/s 2m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 20% ▕███ ▏ 833 MB/4.1 GB 25 MB/s 2m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 20% ▕███ ▏ 834 MB/4.1 GB 25 MB/s 2m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 20% ▕███ ▏ 835 MB/4.1 GB 25 MB/s 2m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 20% ▕███ ▏ 841 MB/4.1 GB 25 MB/s 2m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 20% ▕███ ▏ 841 MB/4.1 GB 25 MB/s 2m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 20% ▕███ ▏ 842 MB/4.1 GB 25 MB/s 2m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 21% ▕███ ▏ 843 MB/4.1 GB 25 MB/s 2m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 21% ▕███ ▏ 849 MB/4.1 GB 25 MB/s 2m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 21% ▕███ ▏ 854 MB/4.1 GB 25 MB/s 2m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 21% ▕███ ▏ 855 MB/4.1 GB 25 MB/s 2m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 21% ▕███ ▏ 856 MB/4.1 GB 25 MB/s 2m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 21% ▕███ ▏ 857 MB/4.1 GB 25 MB/s 2m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 21% ▕███ ▏ 860 MB/4.1 GB 25 MB/s 2m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 21% ▕███ ▏ 863 MB/4.1 GB 25 MB/s 2m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 21% ▕███ ▏ 864 MB/4.1 GB 25 MB/s 2m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 21% ▕███ ▏ 869 MB/4.1 GB 25 MB/s 2m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 21% ▕███ ▏ 876 MB/4.1 GB 25 MB/s 2m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 21% ▕███ ▏ 877 MB/4.1 GB 26 MB/s 2m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 21% ▕███ ▏ 879 MB/4.1 GB 26 MB/s 2m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 21% ▕███ ▏ 878 MB/4.1 GB 26 MB/s 2m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 21% ▕███ ▏ 878 MB/4.1 GB 26 MB/s 2m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 21% ▕███ ▏ 882 MB/4.1 GB 26 MB/s 2m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 22% ▕███ ▏ 886 MB/4.1 GB 26 MB/s 2m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 22% ▕███ ▏ 887 MB/4.1 GB 26 MB/s 2m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 22% ▕███ ▏ 893 MB/4.1 GB 26 MB/s 2m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 22% ▕███ ▏ 898 MB/4.1 GB 26 MB/s 2m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 22% ▕███ ▏ 898 MB/4.1 GB 26 MB/s 2m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 22% ▕███ ▏ 904 MB/4.1 GB 27 MB/s 1m58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 22% ▕███ ▏ 907 MB/4.1 GB 27 MB/s 1m58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 22% ▕███ ▏ 910 MB/4.1 GB 27 MB/s 1m58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 22% ▕███ ▏ 915 MB/4.1 GB 27 MB/s 1m58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 22% ▕███ ▏ 916 MB/4.1 GB 27 MB/s 1m57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 22% ▕███ ▏ 916 MB/4.1 GB 27 MB/s 1m57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 22% ▕███ ▏ 917 MB/4.1 GB 27 MB/s 1m57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 22% ▕███ ▏ 919 MB/4.1 GB 27 MB/s 1m57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 22% ▕███ ▏ 918 MB/4.1 GB 27 MB/s 1m57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 23% ▕███ ▏ 929 MB/4.1 GB 27 MB/s 1m57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 23% ▕███ ▏ 930 MB/4.1 GB 27 MB/s 1m56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 23% ▕███ ▏ 930 MB/4.1 GB 27 MB/s 1m56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 23% ▕███ ▏ 934 MB/4.1 GB 27 MB/s 1m56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 23% ▕███ ▏ 938 MB/4.1 GB 27 MB/s 1m56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 23% ▕███ ▏ 939 MB/4.1 GB 27 MB/s 1m56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 23% ▕███ ▏ 944 MB/4.1 GB 27 MB/s 1m56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 23% ▕███ ▏ 947 MB/4.1 GB 27 MB/s 1m55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 23% ▕███ ▏ 947 MB/4.1 GB 27 MB/s 1m55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 23% ▕███ ▏ 949 MB/4.1 GB 27 MB/s 1m55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 23% ▕███ ▏ 958 MB/4.1 GB 27 MB/s 1m55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 23% ▕███ ▏ 959 MB/4.1 GB 27 MB/s 1m55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 23% ▕███ ▏ 960 MB/4.1 GB 27 MB/s 1m55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 23% ▕███ ▏ 961 MB/4.1 GB 27 MB/s 1m55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 23% ▕███ ▏ 963 MB/4.1 GB 27 MB/s 1m55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 24% ▕███ ▏ 965 MB/4.1 GB 27 MB/s 1m55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 24% ▕███ ▏ 971 MB/4.1 GB 27 MB/s 1m54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 24% ▕███ ▏ 973 MB/4.1 GB 27 MB/s 1m54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 24% ▕███ ▏ 975 MB/4.1 GB 27 MB/s 1m54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 24% ▕███ ▏ 981 MB/4.1 GB 27 MB/s 1m54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 24% ▕███ ▏ 981 MB/4.1 GB 27 MB/s 1m54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 24% ▕███ ▏ 983 MB/4.1 GB 27 MB/s 1m54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 24% ▕███ ▏ 985 MB/4.1 GB 28 MB/s 1m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 24% ▕███ ▏ 987 MB/4.1 GB 28 MB/s 1m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 24% ▕███ ▏ 992 MB/4.1 GB 28 MB/s 1m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 24% ▕███ ▏ 996 MB/4.1 GB 28 MB/s 1m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 24% ▕███ ▏ 997 MB/4.1 GB 28 MB/s 1m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 24% ▕███ ▏ 997 MB/4.1 GB 28 MB/s 1m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 24% ▕███ ▏ 996 MB/4.1 GB 28 MB/s 1m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 24% ▕███ ▏ 998 MB/4.1 GB 28 MB/s 1m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 24% ▕███ ▏ 1.0 GB/4.1 GB 28 MB/s 1m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 25% ▕███ ▏ 1.0 GB/4.1 GB 28 MB/s 1m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 25% ▕███ ▏ 1.0 GB/4.1 GB 27 MB/s 1m52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 25% ▕███ ▏ 1.0 GB/4.1 GB 27 MB/s 1m52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 25% ▕███ ▏ 1.0 GB/4.1 GB 27 MB/s 1m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 25% ▕███ ▏ 1.0 GB/4.1 GB 27 MB/s 1m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 25% ▕███ ▏ 1.0 GB/4.1 GB 27 MB/s 1m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 25% ▕███ ▏ 1.0 GB/4.1 GB 27 MB/s 1m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 25% ▕███ ▏ 1.0 GB/4.1 GB 27 MB/s 1m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 25% ▕████ ▏ 1.0 GB/4.1 GB 27 MB/s 1m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 25% ▕████ ▏ 1.0 GB/4.1 GB 27 MB/s 1m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 25% ▕████ ▏ 1.0 GB/4.1 GB 27 MB/s 1m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 25% ▕████ ▏ 1.0 GB/4.1 GB 27 MB/s 1m52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 25% ▕████ ▏ 1.0 GB/4.1 GB 27 MB/s 1m52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 25% ▕████ ▏ 1.0 GB/4.1 GB 27 MB/s 1m52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 25% ▕████ ▏ 1.0 GB/4.1 GB 27 MB/s 1m52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 25% ▕████ ▏ 1.0 GB/4.1 GB 27 MB/s 1m52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 26% ▕████ ▏ 1.0 GB/4.1 GB 27 MB/s 1m52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 26% ▕████ ▏ 1.1 GB/4.1 GB 27 MB/s 1m52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 26% ▕████ ▏ 1.1 GB/4.1 GB 27 MB/s 1m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 26% ▕████ ▏ 1.1 GB/4.1 GB 27 MB/s 1m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 26% ▕████ ▏ 1.1 GB/4.1 GB 27 MB/s 1m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 26% ▕████ ▏ 1.1 GB/4.1 GB 26 MB/s 1m53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 26% ▕████ ▏ 1.1 GB/4.1 GB 26 MB/s 1m53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 26% ▕████ ▏ 1.1 GB/4.1 GB 26 MB/s 1m52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 26% ▕████ ▏ 1.1 GB/4.1 GB 26 MB/s 1m52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 26% ▕████ ▏ 1.1 GB/4.1 GB 26 MB/s 1m52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 26% ▕████ ▏ 1.1 GB/4.1 GB 26 MB/s 1m52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 26% ▕████ ▏ 1.1 GB/4.1 GB 26 MB/s 1m52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 26% ▕████ ▏ 1.1 GB/4.1 GB 26 MB/s 1m52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 26% ▕████ ▏ 1.1 GB/4.1 GB 26 MB/s 1m52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 26% ▕████ ▏ 1.1 GB/4.1 GB 26 MB/s 1m52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 27% ▕████ ▏ 1.1 GB/4.1 GB 26 MB/s 1m52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 27% ▕████ ▏ 1.1 GB/4.1 GB 27 MB/s 1m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 27% ▕████ ▏ 1.1 GB/4.1 GB 27 MB/s 1m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 27% ▕████ ▏ 1.1 GB/4.1 GB 27 MB/s 1m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 27% ▕████ ▏ 1.1 GB/4.1 GB 27 MB/s 1m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 27% ▕████ ▏ 1.1 GB/4.1 GB 27 MB/s 1m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 27% ▕████ ▏ 1.1 GB/4.1 GB 27 MB/s 1m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 27% ▕████ ▏ 1.1 GB/4.1 GB 27 MB/s 1m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 27% ▕████ ▏ 1.1 GB/4.1 GB 27 MB/s 1m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 27% ▕████ ▏ 1.1 GB/4.1 GB 27 MB/s 1m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 27% ▕████ ▏ 1.1 GB/4.1 GB 27 MB/s 1m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 27% ▕████ ▏ 1.1 GB/4.1 GB 26 MB/s 1m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 27% ▕████ ▏ 1.1 GB/4.1 GB 26 MB/s 1m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 27% ▕████ ▏ 1.1 GB/4.1 GB 26 MB/s 1m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 27% ▕████ ▏ 1.1 GB/4.1 GB 26 MB/s 1m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 28% ▕████ ▏ 1.1 GB/4.1 GB 26 MB/s 1m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 28% ▕████ ▏ 1.1 GB/4.1 GB 26 MB/s 1m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 28% ▕████ ▏ 1.1 GB/4.1 GB 26 MB/s 1m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 28% ▕████ ▏ 1.1 GB/4.1 GB 26 MB/s 1m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 28% ▕████ ▏ 1.1 GB/4.1 GB 26 MB/s 1m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 28% ▕████ ▏ 1.1 GB/4.1 GB 26 MB/s 1m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 28% ▕████ ▏ 1.1 GB/4.1 GB 26 MB/s 1m52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 28% ▕████ ▏ 1.1 GB/4.1 GB 26 MB/s 1m52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 28% ▕████ ▏ 1.1 GB/4.1 GB 26 MB/s 1m52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 28% ▕████ ▏ 1.1 GB/4.1 GB 26 MB/s 1m52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 28% ▕████ ▏ 1.2 GB/4.1 GB 26 MB/s 1m52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 28% ▕████ ▏ 1.2 GB/4.1 GB 26 MB/s 1m52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 28% ▕████ ▏ 1.2 GB/4.1 GB 26 MB/s 1m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 28% ▕████ ▏ 1.2 GB/4.1 GB 26 MB/s 1m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 29% ▕████ ▏ 1.2 GB/4.1 GB 26 MB/s 1m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 29% ▕████ ▏ 1.2 GB/4.1 GB 26 MB/s 1m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 29% ▕████ ▏ 1.2 GB/4.1 GB 26 MB/s 1m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 29% ▕████ ▏ 1.2 GB/4.1 GB 26 MB/s 1m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 29% ▕████ ▏ 1.2 GB/4.1 GB 26 MB/s 1m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 29% ▕████ ▏ 1.2 GB/4.1 GB 26 MB/s 1m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 29% ▕████ ▏ 1.2 GB/4.1 GB 26 MB/s 1m48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 29% ▕████ ▏ 1.2 GB/4.1 GB 26 MB/s 1m48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 29% ▕████ ▏ 1.2 GB/4.1 GB 26 MB/s 1m48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 29% ▕████ ▏ 1.2 GB/4.1 GB 26 MB/s 1m48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 29% ▕████ ▏ 1.2 GB/4.1 GB 26 MB/s 1m48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 29% ▕████ ▏ 1.2 GB/4.1 GB 26 MB/s 1m48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 29% ▕████ ▏ 1.2 GB/4.1 GB 27 MB/s 1m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 29% ▕████ ▏ 1.2 GB/4.1 GB 27 MB/s 1m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 30% ▕████ ▏ 1.2 GB/4.1 GB 27 MB/s 1m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 30% ▕████ ▏ 1.2 GB/4.1 GB 27 MB/s 1m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 30% ▕████ ▏ 1.2 GB/4.1 GB 27 MB/s 1m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 30% ▕████ ▏ 1.2 GB/4.1 GB 27 MB/s 1m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 30% ▕████ ▏ 1.2 GB/4.1 GB 27 MB/s 1m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 30% ▕████ ▏ 1.2 GB/4.1 GB 27 MB/s 1m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 30% ▕████ ▏ 1.2 GB/4.1 GB 27 MB/s 1m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 30% ▕████ ▏ 1.2 GB/4.1 GB 27 MB/s 1m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 30% ▕████ ▏ 1.2 GB/4.1 GB 27 MB/s 1m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 30% ▕████ ▏ 1.2 GB/4.1 GB 27 MB/s 1m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 30% ▕████ ▏ 1.2 GB/4.1 GB 27 MB/s 1m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 30% ▕████ ▏ 1.2 GB/4.1 GB 27 MB/s 1m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 30% ▕████ ▏ 1.2 GB/4.1 GB 27 MB/s 1m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 30% ▕████ ▏ 1.2 GB/4.1 GB 27 MB/s 1m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 30% ▕████ ▏ 1.2 GB/4.1 GB 27 MB/s 1m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 30% ▕████ ▏ 1.2 GB/4.1 GB 27 MB/s 1m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 30% ▕████ ▏ 1.3 GB/4.1 GB 27 MB/s 1m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 31% ▕████ ▏ 1.3 GB/4.1 GB 27 MB/s 1m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 31% ▕████ ▏ 1.3 GB/4.1 GB 27 MB/s 1m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 31% ▕████ ▏ 1.3 GB/4.1 GB 27 MB/s 1m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 31% ▕████ ▏ 1.3 GB/4.1 GB 27 MB/s 1m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 31% ▕████ ▏ 1.3 GB/4.1 GB 27 MB/s 1m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 31% ▕████ ▏ 1.3 GB/4.1 GB 27 MB/s 1m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 31% ▕████ ▏ 1.3 GB/4.1 GB 27 MB/s 1m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 31% ▕████ ▏ 1.3 GB/4.1 GB 27 MB/s 1m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 31% ▕████ ▏ 1.3 GB/4.1 GB 27 MB/s 1m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 31% ▕████ ▏ 1.3 GB/4.1 GB 27 MB/s 1m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 31% ▕████ ▏ 1.3 GB/4.1 GB 27 MB/s 1m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 31% ▕████ ▏ 1.3 GB/4.1 GB 27 MB/s 1m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 31% ▕████ ▏ 1.3 GB/4.1 GB 26 MB/s 1m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 31% ▕████ ▏ 1.3 GB/4.1 GB 26 MB/s 1m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 31% ▕████ ▏ 1.3 GB/4.1 GB 26 MB/s 1m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 31% ▕████ ▏ 1.3 GB/4.1 GB 26 MB/s 1m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 31% ▕████ ▏ 1.3 GB/4.1 GB 26 MB/s 1m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 31% ▕█████ ▏ 1.3 GB/4.1 GB 26 MB/s 1m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 31% ▕█████ ▏ 1.3 GB/4.1 GB 26 MB/s 1m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 31% ▕█████ ▏ 1.3 GB/4.1 GB 26 MB/s 1m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 31% ▕█████ ▏ 1.3 GB/4.1 GB 26 MB/s 1m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 31% ▕█████ ▏ 1.3 GB/4.1 GB 26 MB/s 1m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 31% ▕█████ ▏ 1.3 GB/4.1 GB 25 MB/s 1m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 32% ▕█████ ▏ 1.3 GB/4.1 GB 25 MB/s 1m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 32% ▕█████ ▏ 1.3 GB/4.1 GB 25 MB/s 1m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 32% ▕█████ ▏ 1.3 GB/4.1 GB 25 MB/s 1m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 32% ▕█████ ▏ 1.3 GB/4.1 GB 25 MB/s 1m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 32% ▕█████ ▏ 1.3 GB/4.1 GB 25 MB/s 1m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 32% ▕█████ ▏ 1.3 GB/4.1 GB 25 MB/s 1m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 32% ▕█████ ▏ 1.3 GB/4.1 GB 25 MB/s 1m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 32% ▕█████ ▏ 1.3 GB/4.1 GB 25 MB/s 1m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 32% ▕█████ ▏ 1.3 GB/4.1 GB 25 MB/s 1m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 32% ▕█████ ▏ 1.3 GB/4.1 GB 24 MB/s 1m52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 32% ▕█████ ▏ 1.3 GB/4.1 GB 24 MB/s 1m52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 32% ▕█████ ▏ 1.3 GB/4.1 GB 24 MB/s 1m52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 32% ▕█████ ▏ 1.3 GB/4.1 GB 24 MB/s 1m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 32% ▕█████ ▏ 1.3 GB/4.1 GB 24 MB/s 1m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 32% ▕█████ ▏ 1.3 GB/4.1 GB 24 MB/s 1m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 32% ▕█████ ▏ 1.3 GB/4.1 GB 24 MB/s 1m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 32% ▕█████ ▏ 1.3 GB/4.1 GB 24 MB/s 1m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 32% ▕█████ ▏ 1.3 GB/4.1 GB 24 MB/s 1m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 32% ▕█████ ▏ 1.3 GB/4.1 GB 24 MB/s 1m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 32% ▕█████ ▏ 1.3 GB/4.1 GB 24 MB/s 1m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 33% ▕█████ ▏ 1.3 GB/4.1 GB 24 MB/s 1m55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 33% ▕█████ ▏ 1.3 GB/4.1 GB 24 MB/s 1m55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 33% ▕█████ ▏ 1.3 GB/4.1 GB 24 MB/s 1m55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 33% ▕█████ ▏ 1.3 GB/4.1 GB 24 MB/s 1m55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 33% ▕█████ ▏ 1.4 GB/4.1 GB 24 MB/s 1m54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 33% ▕█████ ▏ 1.4 GB/4.1 GB 24 MB/s 1m54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 33% ▕█████ ▏ 1.4 GB/4.1 GB 24 MB/s 1m54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 33% ▕█████ ▏ 1.4 GB/4.1 GB 24 MB/s 1m54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 33% ▕█████ ▏ 1.4 GB/4.1 GB 24 MB/s 1m54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 33% ▕█████ ▏ 1.4 GB/4.1 GB 24 MB/s 1m54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 33% ▕█████ ▏ 1.4 GB/4.1 GB 24 MB/s 1m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 33% ▕█████ ▏ 1.4 GB/4.1 GB 24 MB/s 1m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 33% ▕█████ ▏ 1.4 GB/4.1 GB 24 MB/s 1m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 33% ▕█████ ▏ 1.4 GB/4.1 GB 24 MB/s 1m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 33% ▕█████ ▏ 1.4 GB/4.1 GB 24 MB/s 1m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 33% ▕█████ ▏ 1.4 GB/4.1 GB 24 MB/s 1m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 34% ▕█████ ▏ 1.4 GB/4.1 GB 24 MB/s 1m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 34% ▕█████ ▏ 1.4 GB/4.1 GB 24 MB/s 1m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 34% ▕█████ ▏ 1.4 GB/4.1 GB 24 MB/s 1m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 34% ▕█████ ▏ 1.4 GB/4.1 GB 24 MB/s 1m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 34% ▕█████ ▏ 1.4 GB/4.1 GB 23 MB/s 1m54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 34% ▕█████ ▏ 1.4 GB/4.1 GB 23 MB/s 1m54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 34% ▕█████ ▏ 1.4 GB/4.1 GB 23 MB/s 1m54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 34% ▕█████ ▏ 1.4 GB/4.1 GB 23 MB/s 1m54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 34% ▕█████ ▏ 1.4 GB/4.1 GB 23 MB/s 1m54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 34% ▕█████ ▏ 1.4 GB/4.1 GB 23 MB/s 1m54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 34% ▕█████ ▏ 1.4 GB/4.1 GB 23 MB/s 1m54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 34% ▕█████ ▏ 1.4 GB/4.1 GB 23 MB/s 1m53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 34% ▕█████ ▏ 1.4 GB/4.1 GB 23 MB/s 1m53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 34% ▕█████ ▏ 1.4 GB/4.1 GB 23 MB/s 1m53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 34% ▕█████ ▏ 1.4 GB/4.1 GB 22 MB/s 1m59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 34% ▕█████ ▏ 1.4 GB/4.1 GB 22 MB/s 1m58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 34% ▕█████ ▏ 1.4 GB/4.1 GB 22 MB/s 1m58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 34% ▕█████ ▏ 1.4 GB/4.1 GB 22 MB/s 1m58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 35% ▕█████ ▏ 1.4 GB/4.1 GB 22 MB/s 1m58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 35% ▕█████ ▏ 1.4 GB/4.1 GB 22 MB/s 1m58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 35% ▕█████ ▏ 1.4 GB/4.1 GB 22 MB/s 1m58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 35% ▕█████ ▏ 1.4 GB/4.1 GB 22 MB/s 1m58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 35% ▕█████ ▏ 1.4 GB/4.1 GB 22 MB/s 1m58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 35% ▕█████ ▏ 1.4 GB/4.1 GB 22 MB/s 1m58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 35% ▕█████ ▏ 1.4 GB/4.1 GB 22 MB/s 1m58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 35% ▕█████ ▏ 1.4 GB/4.1 GB 22 MB/s 1m58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 35% ▕█████ ▏ 1.4 GB/4.1 GB 22 MB/s 1m58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 35% ▕█████ ▏ 1.4 GB/4.1 GB 22 MB/s 1m57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 35% ▕█████ ▏ 1.4 GB/4.1 GB 22 MB/s 1m57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 35% ▕█████ ▏ 1.4 GB/4.1 GB 22 MB/s 1m57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 35% ▕█████ ▏ 1.5 GB/4.1 GB 22 MB/s 1m57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 36% ▕█████ ▏ 1.5 GB/4.1 GB 22 MB/s 1m57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 36% ▕█████ ▏ 1.5 GB/4.1 GB 22 MB/s 1m57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 36% ▕█████ ▏ 1.5 GB/4.1 GB 22 MB/s 1m57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 36% ▕█████ ▏ 1.5 GB/4.1 GB 22 MB/s 1m56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 36% ▕█████ ▏ 1.5 GB/4.1 GB 24 MB/s 1m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 36% ▕█████ ▏ 1.5 GB/4.1 GB 24 MB/s 1m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 36% ▕█████ ▏ 1.5 GB/4.1 GB 24 MB/s 1m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 36% ▕█████ ▏ 1.5 GB/4.1 GB 24 MB/s 1m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 36% ▕█████ ▏ 1.5 GB/4.1 GB 24 MB/s 1m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 36% ▕█████ ▏ 1.5 GB/4.1 GB 24 MB/s 1m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 36% ▕█████ ▏ 1.5 GB/4.1 GB 24 MB/s 1m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 36% ▕█████ ▏ 1.5 GB/4.1 GB 24 MB/s 1m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 36% ▕█████ ▏ 1.5 GB/4.1 GB 24 MB/s 1m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 36% ▕█████ ▏ 1.5 GB/4.1 GB 24 MB/s 1m48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 36% ▕█████ ▏ 1.5 GB/4.1 GB 23 MB/s 1m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 36% ▕█████ ▏ 1.5 GB/4.1 GB 23 MB/s 1m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 37% ▕█████ ▏ 1.5 GB/4.1 GB 23 MB/s 1m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 37% ▕█████ ▏ 1.5 GB/4.1 GB 23 MB/s 1m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 37% ▕█████ ▏ 1.5 GB/4.1 GB 23 MB/s 1m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 37% ▕█████ ▏ 1.5 GB/4.1 GB 23 MB/s 1m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 37% ▕█████ ▏ 1.5 GB/4.1 GB 23 MB/s 1m48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 37% ▕█████ ▏ 1.5 GB/4.1 GB 23 MB/s 1m48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 37% ▕█████ ▏ 1.5 GB/4.1 GB 23 MB/s 1m48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 37% ▕█████ ▏ 1.5 GB/4.1 GB 23 MB/s 1m48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 37% ▕█████ ▏ 1.5 GB/4.1 GB 25 MB/s 1m40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 37% ▕█████ ▏ 1.5 GB/4.1 GB 25 MB/s 1m40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 37% ▕█████ ▏ 1.5 GB/4.1 GB 25 MB/s 1m40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 37% ▕█████ ▏ 1.5 GB/4.1 GB 25 MB/s 1m40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 37% ▕█████ ▏ 1.5 GB/4.1 GB 25 MB/s 1m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 37% ▕█████ ▏ 1.5 GB/4.1 GB 25 MB/s 1m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 37% ▕█████ ▏ 1.5 GB/4.1 GB 25 MB/s 1m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 38% ▕██████ ▏ 1.5 GB/4.1 GB 25 MB/s 1m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 38% ▕██████ ▏ 1.5 GB/4.1 GB 25 MB/s 1m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 38% ▕██████ ▏ 1.5 GB/4.1 GB 25 MB/s 1m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 38% ▕██████ ▏ 1.6 GB/4.1 GB 26 MB/s 1m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 38% ▕██████ ▏ 1.6 GB/4.1 GB 26 MB/s 1m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 38% ▕██████ ▏ 1.6 GB/4.1 GB 26 MB/s 1m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 38% ▕██████ ▏ 1.6 GB/4.1 GB 26 MB/s 1m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 38% ▕██████ ▏ 1.6 GB/4.1 GB 26 MB/s 1m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 38% ▕██████ ▏ 1.6 GB/4.1 GB 26 MB/s 1m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 38% ▕██████ ▏ 1.6 GB/4.1 GB 26 MB/s 1m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 38% ▕██████ ▏ 1.6 GB/4.1 GB 26 MB/s 1m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 38% ▕██████ ▏ 1.6 GB/4.1 GB 26 MB/s 1m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 38% ▕██████ ▏ 1.6 GB/4.1 GB 26 MB/s 1m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 39% ▕██████ ▏ 1.6 GB/4.1 GB 27 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 39% ▕██████ ▏ 1.6 GB/4.1 GB 27 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 39% ▕██████ ▏ 1.6 GB/4.1 GB 27 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 39% ▕██████ ▏ 1.6 GB/4.1 GB 27 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 39% ▕██████ ▏ 1.6 GB/4.1 GB 27 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 39% ▕██████ ▏ 1.6 GB/4.1 GB 27 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 39% ▕██████ ▏ 1.6 GB/4.1 GB 27 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 39% ▕██████ ▏ 1.6 GB/4.1 GB 27 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 39% ▕██████ ▏ 1.6 GB/4.1 GB 27 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 39% ▕██████ ▏ 1.6 GB/4.1 GB 27 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 39% ▕██████ ▏ 1.6 GB/4.1 GB 27 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 39% ▕██████ ▏ 1.6 GB/4.1 GB 26 MB/s 1m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 39% ▕██████ ▏ 1.6 GB/4.1 GB 26 MB/s 1m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 39% ▕██████ ▏ 1.6 GB/4.1 GB 26 MB/s 1m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 39% ▕██████ ▏ 1.6 GB/4.1 GB 26 MB/s 1m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 39% ▕██████ ▏ 1.6 GB/4.1 GB 26 MB/s 1m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 39% ▕██████ ▏ 1.6 GB/4.1 GB 26 MB/s 1m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 39% ▕██████ ▏ 1.6 GB/4.1 GB 26 MB/s 1m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 40% ▕██████ ▏ 1.6 GB/4.1 GB 26 MB/s 1m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 40% ▕██████ ▏ 1.6 GB/4.1 GB 26 MB/s 1m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 40% ▕██████ ▏ 1.6 GB/4.1 GB 26 MB/s 1m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 40% ▕██████ ▏ 1.6 GB/4.1 GB 26 MB/s 1m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 40% ▕██████ ▏ 1.6 GB/4.1 GB 26 MB/s 1m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 40% ▕██████ ▏ 1.6 GB/4.1 GB 26 MB/s 1m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 40% ▕██████ ▏ 1.6 GB/4.1 GB 26 MB/s 1m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 40% ▕██████ ▏ 1.6 GB/4.1 GB 26 MB/s 1m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 40% ▕██████ ▏ 1.6 GB/4.1 GB 26 MB/s 1m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 40% ▕██████ ▏ 1.6 GB/4.1 GB 26 MB/s 1m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 40% ▕██████ ▏ 1.6 GB/4.1 GB 26 MB/s 1m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 40% ▕██████ ▏ 1.6 GB/4.1 GB 26 MB/s 1m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 40% ▕██████ ▏ 1.6 GB/4.1 GB 26 MB/s 1m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 40% ▕██████ ▏ 1.6 GB/4.1 GB 26 MB/s 1m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 40% ▕██████ ▏ 1.7 GB/4.1 GB 26 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 40% ▕██████ ▏ 1.7 GB/4.1 GB 26 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 40% ▕██████ ▏ 1.7 GB/4.1 GB 26 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 40% ▕██████ ▏ 1.7 GB/4.1 GB 26 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 40% ▕██████ ▏ 1.7 GB/4.1 GB 26 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 40% ▕██████ ▏ 1.7 GB/4.1 GB 26 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 41% ▕██████ ▏ 1.7 GB/4.1 GB 26 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 41% ▕██████ ▏ 1.7 GB/4.1 GB 26 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 41% ▕██████ ▏ 1.7 GB/4.1 GB 26 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 41% ▕██████ ▏ 1.7 GB/4.1 GB 26 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 41% ▕██████ ▏ 1.7 GB/4.1 GB 26 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 41% ▕██████ ▏ 1.7 GB/4.1 GB 26 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 41% ▕██████ ▏ 1.7 GB/4.1 GB 26 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 41% ▕██████ ▏ 1.7 GB/4.1 GB 26 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 41% ▕██████ ▏ 1.7 GB/4.1 GB 26 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 41% ▕██████ ▏ 1.7 GB/4.1 GB 26 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 41% ▕██████ ▏ 1.7 GB/4.1 GB 26 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 41% ▕██████ ▏ 1.7 GB/4.1 GB 26 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 41% ▕██████ ▏ 1.7 GB/4.1 GB 26 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 42% ▕██████ ▏ 1.7 GB/4.1 GB 26 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 42% ▕██████ ▏ 1.7 GB/4.1 GB 26 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 42% ▕██████ ▏ 1.7 GB/4.1 GB 26 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 42% ▕██████ ▏ 1.7 GB/4.1 GB 26 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 42% ▕██████ ▏ 1.7 GB/4.1 GB 26 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 42% ▕██████ ▏ 1.7 GB/4.1 GB 26 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 42% ▕██████ ▏ 1.7 GB/4.1 GB 26 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 42% ▕██████ ▏ 1.7 GB/4.1 GB 26 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 42% ▕██████ ▏ 1.7 GB/4.1 GB 26 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 42% ▕██████ ▏ 1.7 GB/4.1 GB 26 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 42% ▕██████ ▏ 1.7 GB/4.1 GB 26 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 42% ▕██████ ▏ 1.7 GB/4.1 GB 26 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 42% ▕██████ ▏ 1.7 GB/4.1 GB 26 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 42% ▕██████ ▏ 1.7 GB/4.1 GB 26 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 42% ▕██████ ▏ 1.7 GB/4.1 GB 26 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 43% ▕██████ ▏ 1.7 GB/4.1 GB 26 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 43% ▕██████ ▏ 1.7 GB/4.1 GB 26 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 43% ▕██████ ▏ 1.8 GB/4.1 GB 26 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 43% ▕██████ ▏ 1.8 GB/4.1 GB 26 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 43% ▕██████ ▏ 1.8 GB/4.1 GB 26 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 43% ▕██████ ▏ 1.8 GB/4.1 GB 26 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 43% ▕██████ ▏ 1.8 GB/4.1 GB 26 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 43% ▕██████ ▏ 1.8 GB/4.1 GB 26 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 43% ▕██████ ▏ 1.8 GB/4.1 GB 26 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 43% ▕██████ ▏ 1.8 GB/4.1 GB 26 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 43% ▕██████ ▏ 1.8 GB/4.1 GB 26 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 43% ▕██████ ▏ 1.8 GB/4.1 GB 26 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 43% ▕██████ ▏ 1.8 GB/4.1 GB 26 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 43% ▕██████ ▏ 1.8 GB/4.1 GB 26 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 44% ▕██████ ▏ 1.8 GB/4.1 GB 26 MB/s 1m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 44% ▕██████ ▏ 1.8 GB/4.1 GB 26 MB/s 1m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 44% ▕██████ ▏ 1.8 GB/4.1 GB 26 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 44% ▕██████ ▏ 1.8 GB/4.1 GB 26 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 44% ▕██████ ▏ 1.8 GB/4.1 GB 26 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 44% ▕███████ ▏ 1.8 GB/4.1 GB 26 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 44% ▕███████ ▏ 1.8 GB/4.1 GB 26 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 44% ▕███████ ▏ 1.8 GB/4.1 GB 26 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 44% ▕███████ ▏ 1.8 GB/4.1 GB 26 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 44% ▕███████ ▏ 1.8 GB/4.1 GB 26 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 44% ▕███████ ▏ 1.8 GB/4.1 GB 26 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 44% ▕███████ ▏ 1.8 GB/4.1 GB 26 MB/s 1m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 44% ▕███████ ▏ 1.8 GB/4.1 GB 25 MB/s 1m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 44% ▕███████ ▏ 1.8 GB/4.1 GB 25 MB/s 1m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 44% ▕███████ ▏ 1.8 GB/4.1 GB 25 MB/s 1m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 44% ▕███████ ▏ 1.8 GB/4.1 GB 25 MB/s 1m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 45% ▕███████ ▏ 1.8 GB/4.1 GB 25 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 45% ▕███████ ▏ 1.8 GB/4.1 GB 25 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 45% ▕███████ ▏ 1.8 GB/4.1 GB 25 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 45% ▕███████ ▏ 1.8 GB/4.1 GB 25 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 45% ▕███████ ▏ 1.8 GB/4.1 GB 25 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 45% ▕███████ ▏ 1.8 GB/4.1 GB 25 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 45% ▕███████ ▏ 1.8 GB/4.1 GB 27 MB/s 1m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 45% ▕███████ ▏ 1.8 GB/4.1 GB 27 MB/s 1m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 45% ▕███████ ▏ 1.9 GB/4.1 GB 27 MB/s 1m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 45% ▕███████ ▏ 1.9 GB/4.1 GB 27 MB/s 1m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 45% ▕███████ ▏ 1.9 GB/4.1 GB 27 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 45% ▕███████ ▏ 1.9 GB/4.1 GB 27 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 45% ▕███████ ▏ 1.9 GB/4.1 GB 27 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 45% ▕███████ ▏ 1.9 GB/4.1 GB 27 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 45% ▕███████ ▏ 1.9 GB/4.1 GB 27 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 45% ▕███████ ▏ 1.9 GB/4.1 GB 27 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 45% ▕███████ ▏ 1.9 GB/4.1 GB 27 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 46% ▕███████ ▏ 1.9 GB/4.1 GB 26 MB/s 1m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 46% ▕███████ ▏ 1.9 GB/4.1 GB 26 MB/s 1m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 46% ▕███████ ▏ 1.9 GB/4.1 GB 26 MB/s 1m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 46% ▕███████ ▏ 1.9 GB/4.1 GB 26 MB/s 1m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 46% ▕███████ ▏ 1.9 GB/4.1 GB 26 MB/s 1m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 46% ▕███████ ▏ 1.9 GB/4.1 GB 26 MB/s 1m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 46% ▕███████ ▏ 1.9 GB/4.1 GB 26 MB/s 1m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 46% ▕███████ ▏ 1.9 GB/4.1 GB 26 MB/s 1m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 46% ▕███████ ▏ 1.9 GB/4.1 GB 26 MB/s 1m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 46% ▕███████ ▏ 1.9 GB/4.1 GB 26 MB/s 1m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 46% ▕███████ ▏ 1.9 GB/4.1 GB 27 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 46% ▕███████ ▏ 1.9 GB/4.1 GB 27 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 47% ▕███████ ▏ 1.9 GB/4.1 GB 27 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 47% ▕███████ ▏ 1.9 GB/4.1 GB 27 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 47% ▕███████ ▏ 1.9 GB/4.1 GB 27 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 47% ▕███████ ▏ 1.9 GB/4.1 GB 27 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 47% ▕███████ ▏ 1.9 GB/4.1 GB 27 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 47% ▕███████ ▏ 1.9 GB/4.1 GB 27 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 47% ▕███████ ▏ 1.9 GB/4.1 GB 27 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 47% ▕███████ ▏ 1.9 GB/4.1 GB 27 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 47% ▕███████ ▏ 1.9 GB/4.1 GB 27 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 47% ▕███████ ▏ 1.9 GB/4.1 GB 27 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 47% ▕███████ ▏ 1.9 GB/4.1 GB 27 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 47% ▕███████ ▏ 1.9 GB/4.1 GB 27 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 47% ▕███████ ▏ 1.9 GB/4.1 GB 27 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 47% ▕███████ ▏ 1.9 GB/4.1 GB 27 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 47% ▕███████ ▏ 1.9 GB/4.1 GB 27 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 47% ▕███████ ▏ 1.9 GB/4.1 GB 27 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 47% ▕███████ ▏ 1.9 GB/4.1 GB 27 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 47% ▕███████ ▏ 1.9 GB/4.1 GB 27 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 48% ▕███████ ▏ 2.0 GB/4.1 GB 27 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 48% ▕███████ ▏ 2.0 GB/4.1 GB 27 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 48% ▕███████ ▏ 2.0 GB/4.1 GB 27 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 48% ▕███████ ▏ 2.0 GB/4.1 GB 27 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 48% ▕███████ ▏ 2.0 GB/4.1 GB 27 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 48% ▕███████ ▏ 2.0 GB/4.1 GB 27 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 48% ▕███████ ▏ 2.0 GB/4.1 GB 27 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 48% ▕███████ ▏ 2.0 GB/4.1 GB 27 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 48% ▕███████ ▏ 2.0 GB/4.1 GB 27 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 48% ▕███████ ▏ 2.0 GB/4.1 GB 27 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 48% ▕███████ ▏ 2.0 GB/4.1 GB 27 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 48% ▕███████ ▏ 2.0 GB/4.1 GB 27 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 48% ▕███████ ▏ 2.0 GB/4.1 GB 27 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 48% ▕███████ ▏ 2.0 GB/4.1 GB 27 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 48% ▕███████ ▏ 2.0 GB/4.1 GB 27 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 48% ▕███████ ▏ 2.0 GB/4.1 GB 27 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 49% ▕███████ ▏ 2.0 GB/4.1 GB 27 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 49% ▕███████ ▏ 2.0 GB/4.1 GB 27 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 49% ▕███████ ▏ 2.0 GB/4.1 GB 27 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 49% ▕███████ ▏ 2.0 GB/4.1 GB 27 MB/s 1m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 49% ▕███████ ▏ 2.0 GB/4.1 GB 27 MB/s 1m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 49% ▕███████ ▏ 2.0 GB/4.1 GB 28 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 49% ▕███████ ▏ 2.0 GB/4.1 GB 28 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 49% ▕███████ ▏ 2.0 GB/4.1 GB 28 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 49% ▕███████ ▏ 2.0 GB/4.1 GB 28 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 49% ▕███████ ▏ 2.0 GB/4.1 GB 28 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 49% ▕███████ ▏ 2.0 GB/4.1 GB 28 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 49% ▕███████ ▏ 2.0 GB/4.1 GB 28 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 49% ▕███████ ▏ 2.0 GB/4.1 GB 28 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 49% ▕███████ ▏ 2.0 GB/4.1 GB 28 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 49% ▕███████ ▏ 2.0 GB/4.1 GB 28 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 49% ▕███████ ▏ 2.0 GB/4.1 GB 26 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 50% ▕███████ ▏ 2.0 GB/4.1 GB 26 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 50% ▕███████ ▏ 2.0 GB/4.1 GB 26 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 50% ▕███████ ▏ 2.0 GB/4.1 GB 26 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 50% ▕███████ ▏ 2.0 GB/4.1 GB 26 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 50% ▕███████ ▏ 2.0 GB/4.1 GB 26 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 50% ▕███████ ▏ 2.0 GB/4.1 GB 26 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 50% ▕███████ ▏ 2.1 GB/4.1 GB 26 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 50% ▕████████ ▏ 2.1 GB/4.1 GB 26 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 50% ▕████████ ▏ 2.1 GB/4.1 GB 26 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 50% ▕████████ ▏ 2.1 GB/4.1 GB 26 MB/s 1m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 50% ▕████████ ▏ 2.1 GB/4.1 GB 26 MB/s 1m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 50% ▕████████ ▏ 2.1 GB/4.1 GB 26 MB/s 1m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 50% ▕████████ ▏ 2.1 GB/4.1 GB 26 MB/s 1m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 50% ▕████████ ▏ 2.1 GB/4.1 GB 26 MB/s 1m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 50% ▕████████ ▏ 2.1 GB/4.1 GB 26 MB/s 1m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 50% ▕████████ ▏ 2.1 GB/4.1 GB 26 MB/s 1m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 51% ▕████████ ▏ 2.1 GB/4.1 GB 26 MB/s 1m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 51% ▕████████ ▏ 2.1 GB/4.1 GB 26 MB/s 1m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 51% ▕████████ ▏ 2.1 GB/4.1 GB 26 MB/s 1m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 51% ▕████████ ▏ 2.1 GB/4.1 GB 27 MB/s 1m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 51% ▕████████ ▏ 2.1 GB/4.1 GB 27 MB/s 1m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 51% ▕████████ ▏ 2.1 GB/4.1 GB 27 MB/s 1m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 51% ▕████████ ▏ 2.1 GB/4.1 GB 27 MB/s 1m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 51% ▕████████ ▏ 2.1 GB/4.1 GB 27 MB/s 1m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 51% ▕████████ ▏ 2.1 GB/4.1 GB 27 MB/s 1m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 51% ▕████████ ▏ 2.1 GB/4.1 GB 27 MB/s 1m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 51% ▕████████ ▏ 2.1 GB/4.1 GB 27 MB/s 1m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 51% ▕████████ ▏ 2.1 GB/4.1 GB 27 MB/s 1m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 51% ▕████████ ▏ 2.1 GB/4.1 GB 27 MB/s 1m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 51% ▕████████ ▏ 2.1 GB/4.1 GB 27 MB/s 1m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 51% ▕████████ ▏ 2.1 GB/4.1 GB 27 MB/s 1m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 52% ▕████████ ▏ 2.1 GB/4.1 GB 27 MB/s 1m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 52% ▕████████ ▏ 2.1 GB/4.1 GB 27 MB/s 1m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 52% ▕████████ ▏ 2.1 GB/4.1 GB 27 MB/s 1m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 52% ▕████████ ▏ 2.1 GB/4.1 GB 27 MB/s 1m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 52% ▕████████ ▏ 2.1 GB/4.1 GB 27 MB/s 1m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 52% ▕████████ ▏ 2.1 GB/4.1 GB 27 MB/s 1m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 52% ▕████████ ▏ 2.1 GB/4.1 GB 27 MB/s 1m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 52% ▕████████ ▏ 2.1 GB/4.1 GB 27 MB/s 1m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 52% ▕████████ ▏ 2.1 GB/4.1 GB 27 MB/s 1m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 52% ▕████████ ▏ 2.1 GB/4.1 GB 26 MB/s 1m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 52% ▕████████ ▏ 2.1 GB/4.1 GB 26 MB/s 1m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 52% ▕████████ ▏ 2.1 GB/4.1 GB 26 MB/s 1m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 52% ▕████████ ▏ 2.2 GB/4.1 GB 26 MB/s 1m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 52% ▕████████ ▏ 2.2 GB/4.1 GB 26 MB/s 1m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 52% ▕████████ ▏ 2.2 GB/4.1 GB 26 MB/s 1m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 53% ▕████████ ▏ 2.2 GB/4.1 GB 26 MB/s 1m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 53% ▕████████ ▏ 2.2 GB/4.1 GB 26 MB/s 1m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 53% ▕████████ ▏ 2.2 GB/4.1 GB 26 MB/s 1m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 53% ▕████████ ▏ 2.2 GB/4.1 GB 26 MB/s 1m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 53% ▕████████ ▏ 2.2 GB/4.1 GB 26 MB/s 1m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 53% ▕████████ ▏ 2.2 GB/4.1 GB 26 MB/s 1m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 53% ▕████████ ▏ 2.2 GB/4.1 GB 26 MB/s 1m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 53% ▕████████ ▏ 2.2 GB/4.1 GB 26 MB/s 1m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 53% ▕████████ ▏ 2.2 GB/4.1 GB 26 MB/s 1m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 53% ▕████████ ▏ 2.2 GB/4.1 GB 26 MB/s 1m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 53% ▕████████ ▏ 2.2 GB/4.1 GB 26 MB/s 1m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 53% ▕████████ ▏ 2.2 GB/4.1 GB 26 MB/s 1m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 53% ▕████████ ▏ 2.2 GB/4.1 GB 26 MB/s 1m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 53% ▕████████ ▏ 2.2 GB/4.1 GB 26 MB/s 1m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 53% ▕████████ ▏ 2.2 GB/4.1 GB 26 MB/s 1m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 53% ▕████████ ▏ 2.2 GB/4.1 GB 26 MB/s 1m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 54% ▕████████ ▏ 2.2 GB/4.1 GB 26 MB/s 1m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 54% ▕████████ ▏ 2.2 GB/4.1 GB 26 MB/s 1m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 54% ▕████████ ▏ 2.2 GB/4.1 GB 26 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 54% ▕████████ ▏ 2.2 GB/4.1 GB 26 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 54% ▕████████ ▏ 2.2 GB/4.1 GB 26 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 54% ▕████████ ▏ 2.2 GB/4.1 GB 26 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 54% ▕████████ ▏ 2.2 GB/4.1 GB 26 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 54% ▕████████ ▏ 2.2 GB/4.1 GB 26 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 54% ▕████████ ▏ 2.2 GB/4.1 GB 26 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 54% ▕████████ ▏ 2.2 GB/4.1 GB 26 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 54% ▕████████ ▏ 2.2 GB/4.1 GB 26 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 54% ▕████████ ▏ 2.2 GB/4.1 GB 26 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 54% ▕████████ ▏ 2.2 GB/4.1 GB 26 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 54% ▕████████ ▏ 2.2 GB/4.1 GB 26 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 54% ▕████████ ▏ 2.2 GB/4.1 GB 26 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 55% ▕████████ ▏ 2.2 GB/4.1 GB 26 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 55% ▕████████ ▏ 2.2 GB/4.1 GB 26 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 55% ▕████████ ▏ 2.2 GB/4.1 GB 26 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 55% ▕████████ ▏ 2.2 GB/4.1 GB 26 MB/s 1m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 55% ▕████████ ▏ 2.2 GB/4.1 GB 26 MB/s 1m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 55% ▕████████ ▏ 2.3 GB/4.1 GB 26 MB/s 1m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 55% ▕████████ ▏ 2.3 GB/4.1 GB 26 MB/s 1m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 55% ▕████████ ▏ 2.3 GB/4.1 GB 26 MB/s 1m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 55% ▕████████ ▏ 2.3 GB/4.1 GB 26 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 55% ▕████████ ▏ 2.3 GB/4.1 GB 26 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 55% ▕████████ ▏ 2.3 GB/4.1 GB 26 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 55% ▕████████ ▏ 2.3 GB/4.1 GB 26 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 55% ▕████████ ▏ 2.3 GB/4.1 GB 26 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 55% ▕████████ ▏ 2.3 GB/4.1 GB 26 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 55% ▕████████ ▏ 2.3 GB/4.1 GB 27 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 55% ▕████████ ▏ 2.3 GB/4.1 GB 27 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 55% ▕████████ ▏ 2.3 GB/4.1 GB 27 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 56% ▕████████ ▏ 2.3 GB/4.1 GB 27 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 56% ▕████████ ▏ 2.3 GB/4.1 GB 27 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 56% ▕████████ ▏ 2.3 GB/4.1 GB 27 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 56% ▕████████ ▏ 2.3 GB/4.1 GB 27 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 56% ▕████████ ▏ 2.3 GB/4.1 GB 27 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 56% ▕████████ ▏ 2.3 GB/4.1 GB 27 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 56% ▕████████ ▏ 2.3 GB/4.1 GB 27 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 55% ▕████████ ▏ 2.3 GB/4.1 GB 26 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 55% ▕████████ ▏ 2.3 GB/4.1 GB 26 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 56% ▕████████ ▏ 2.3 GB/4.1 GB 26 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 56% ▕████████ ▏ 2.3 GB/4.1 GB 26 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 56% ▕████████ ▏ 2.3 GB/4.1 GB 26 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 56% ▕████████ ▏ 2.3 GB/4.1 GB 26 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 56% ▕████████ ▏ 2.3 GB/4.1 GB 26 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 56% ▕████████ ▏ 2.3 GB/4.1 GB 26 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 56% ▕████████ ▏ 2.3 GB/4.1 GB 26 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 56% ▕████████ ▏ 2.3 GB/4.1 GB 26 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 56% ▕████████ ▏ 2.3 GB/4.1 GB 22 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 56% ▕████████ ▏ 2.3 GB/4.1 GB 22 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 56% ▕████████ ▏ 2.3 GB/4.1 GB 22 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 56% ▕████████ ▏ 2.3 GB/4.1 GB 22 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 56% ▕████████ ▏ 2.3 GB/4.1 GB 22 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 56% ▕████████ ▏ 2.3 GB/4.1 GB 22 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 56% ▕█████████ ▏ 2.3 GB/4.1 GB 22 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 56% ▕█████████ ▏ 2.3 GB/4.1 GB 22 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 57% ▕█████████ ▏ 2.3 GB/4.1 GB 22 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 57% ▕█████████ ▏ 2.3 GB/4.1 GB 22 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 57% ▕█████████ ▏ 2.3 GB/4.1 GB 23 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 57% ▕█████████ ▏ 2.3 GB/4.1 GB 23 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 57% ▕█████████ ▏ 2.3 GB/4.1 GB 23 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 57% ▕█████████ ▏ 2.3 GB/4.1 GB 23 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 57% ▕█████████ ▏ 2.3 GB/4.1 GB 23 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 57% ▕█████████ ▏ 2.3 GB/4.1 GB 23 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 57% ▕█████████ ▏ 2.3 GB/4.1 GB 23 MB/s 1m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 57% ▕█████████ ▏ 2.3 GB/4.1 GB 23 MB/s 1m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 57% ▕█████████ ▏ 2.4 GB/4.1 GB 23 MB/s 1m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 57% ▕█████████ ▏ 2.4 GB/4.1 GB 23 MB/s 1m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 57% ▕█████████ ▏ 2.4 GB/4.1 GB 24 MB/s 1m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 57% ▕█████████ ▏ 2.4 GB/4.1 GB 24 MB/s 1m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 57% ▕█████████ ▏ 2.4 GB/4.1 GB 24 MB/s 1m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 57% ▕█████████ ▏ 2.4 GB/4.1 GB 24 MB/s 1m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 58% ▕█████████ ▏ 2.4 GB/4.1 GB 24 MB/s 1m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 58% ▕█████████ ▏ 2.4 GB/4.1 GB 24 MB/s 1m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 58% ▕█████████ ▏ 2.4 GB/4.1 GB 24 MB/s 1m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 58% ▕█████████ ▏ 2.4 GB/4.1 GB 24 MB/s 1m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 58% ▕█████████ ▏ 2.4 GB/4.1 GB 24 MB/s 1m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 58% ▕█████████ ▏ 2.4 GB/4.1 GB 24 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 58% ▕█████████ ▏ 2.4 GB/4.1 GB 24 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 58% ▕█████████ ▏ 2.4 GB/4.1 GB 23 MB/s 1m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 58% ▕█████████ ▏ 2.4 GB/4.1 GB 23 MB/s 1m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 58% ▕█████████ ▏ 2.4 GB/4.1 GB 23 MB/s 1m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 58% ▕█████████ ▏ 2.4 GB/4.1 GB 23 MB/s 1m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 58% ▕█████████ ▏ 2.4 GB/4.1 GB 23 MB/s 1m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 58% ▕█████████ ▏ 2.4 GB/4.1 GB 23 MB/s 1m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 58% ▕█████████ ▏ 2.4 GB/4.1 GB 23 MB/s 1m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 58% ▕█████████ ▏ 2.4 GB/4.1 GB 23 MB/s 1m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 58% ▕█████████ ▏ 2.4 GB/4.1 GB 23 MB/s 1m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 59% ▕█████████ ▏ 2.4 GB/4.1 GB 23 MB/s 1m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 59% ▕█████████ ▏ 2.4 GB/4.1 GB 23 MB/s 1m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 59% ▕█████████ ▏ 2.4 GB/4.1 GB 23 MB/s 1m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 59% ▕█████████ ▏ 2.4 GB/4.1 GB 23 MB/s 1m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 59% ▕█████████ ▏ 2.4 GB/4.1 GB 23 MB/s 1m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 59% ▕█████████ ▏ 2.4 GB/4.1 GB 23 MB/s 1m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 59% ▕█████████ ▏ 2.4 GB/4.1 GB 23 MB/s 1m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 59% ▕█████████ ▏ 2.4 GB/4.1 GB 23 MB/s 1m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 59% ▕█████████ ▏ 2.4 GB/4.1 GB 23 MB/s 1m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 59% ▕█████████ ▏ 2.4 GB/4.1 GB 23 MB/s 1m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 59% ▕█████████ ▏ 2.4 GB/4.1 GB 23 MB/s 1m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 59% ▕█████████ ▏ 2.4 GB/4.1 GB 23 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 59% ▕█████████ ▏ 2.4 GB/4.1 GB 23 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 59% ▕█████████ ▏ 2.4 GB/4.1 GB 23 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 59% ▕█████████ ▏ 2.4 GB/4.1 GB 23 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 59% ▕█████████ ▏ 2.4 GB/4.1 GB 23 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 60% ▕█████████ ▏ 2.4 GB/4.1 GB 23 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 60% ▕█████████ ▏ 2.5 GB/4.1 GB 23 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 60% ▕█████████ ▏ 2.5 GB/4.1 GB 23 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 60% ▕█████████ ▏ 2.5 GB/4.1 GB 23 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 60% ▕█████████ ▏ 2.5 GB/4.1 GB 23 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 60% ▕█████████ ▏ 2.5 GB/4.1 GB 23 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 60% ▕█████████ ▏ 2.5 GB/4.1 GB 23 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 60% ▕█████████ ▏ 2.5 GB/4.1 GB 23 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 60% ▕█████████ ▏ 2.5 GB/4.1 GB 23 MB/s 1m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 60% ▕█████████ ▏ 2.5 GB/4.1 GB 23 MB/s 1m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 60% ▕█████████ ▏ 2.5 GB/4.1 GB 23 MB/s 1m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 60% ▕█████████ ▏ 2.5 GB/4.1 GB 23 MB/s 1m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 60% ▕█████████ ▏ 2.5 GB/4.1 GB 23 MB/s 1m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 60% ▕█████████ ▏ 2.5 GB/4.1 GB 23 MB/s 1m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 61% ▕█████████ ▏ 2.5 GB/4.1 GB 23 MB/s 1m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 61% ▕█████████ ▏ 2.5 GB/4.1 GB 23 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 61% ▕█████████ ▏ 2.5 GB/4.1 GB 23 MB/s 1m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 61% ▕█████████ ▏ 2.5 GB/4.1 GB 23 MB/s 1m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 61% ▕█████████ ▏ 2.5 GB/4.1 GB 23 MB/s 1m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 61% ▕█████████ ▏ 2.5 GB/4.1 GB 23 MB/s 1m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 61% ▕█████████ ▏ 2.5 GB/4.1 GB 23 MB/s 1m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 61% ▕█████████ ▏ 2.5 GB/4.1 GB 23 MB/s 1m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 61% ▕█████████ ▏ 2.5 GB/4.1 GB 23 MB/s 1m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 61% ▕█████████ ▏ 2.5 GB/4.1 GB 23 MB/s 1m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 61% ▕█████████ ▏ 2.5 GB/4.1 GB 23 MB/s 1m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 61% ▕█████████ ▏ 2.5 GB/4.1 GB 23 MB/s 1m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 61% ▕█████████ ▏ 2.5 GB/4.1 GB 23 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 61% ▕█████████ ▏ 2.5 GB/4.1 GB 23 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 61% ▕█████████ ▏ 2.5 GB/4.1 GB 23 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 61% ▕█████████ ▏ 2.5 GB/4.1 GB 23 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 61% ▕█████████ ▏ 2.5 GB/4.1 GB 23 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 62% ▕█████████ ▏ 2.5 GB/4.1 GB 23 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 62% ▕█████████ ▏ 2.5 GB/4.1 GB 23 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 62% ▕█████████ ▏ 2.5 GB/4.1 GB 23 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 62% ▕█████████ ▏ 2.5 GB/4.1 GB 23 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 62% ▕█████████ ▏ 2.5 GB/4.1 GB 23 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 62% ▕█████████ ▏ 2.5 GB/4.1 GB 26 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 62% ▕█████████ ▏ 2.5 GB/4.1 GB 26 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 62% ▕█████████ ▏ 2.5 GB/4.1 GB 26 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 62% ▕█████████ ▏ 2.5 GB/4.1 GB 26 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 62% ▕█████████ ▏ 2.5 GB/4.1 GB 26 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 62% ▕█████████ ▏ 2.6 GB/4.1 GB 26 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 62% ▕█████████ ▏ 2.6 GB/4.1 GB 26 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 62% ▕█████████ ▏ 2.6 GB/4.1 GB 26 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 62% ▕█████████ ▏ 2.6 GB/4.1 GB 26 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 62% ▕█████████ ▏ 2.6 GB/4.1 GB 26 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 62% ▕█████████ ▏ 2.6 GB/4.1 GB 26 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 63% ▕██████████ ▏ 2.6 GB/4.1 GB 26 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 63% ▕██████████ ▏ 2.6 GB/4.1 GB 26 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 63% ▕██████████ ▏ 2.6 GB/4.1 GB 26 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 63% ▕██████████ ▏ 2.6 GB/4.1 GB 26 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 63% ▕██████████ ▏ 2.6 GB/4.1 GB 26 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 63% ▕██████████ ▏ 2.6 GB/4.1 GB 26 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 63% ▕██████████ ▏ 2.6 GB/4.1 GB 26 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 63% ▕██████████ ▏ 2.6 GB/4.1 GB 26 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 63% ▕██████████ ▏ 2.6 GB/4.1 GB 26 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 63% ▕██████████ ▏ 2.6 GB/4.1 GB 26 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 63% ▕██████████ ▏ 2.6 GB/4.1 GB 26 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 63% ▕██████████ ▏ 2.6 GB/4.1 GB 26 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 63% ▕██████████ ▏ 2.6 GB/4.1 GB 26 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 63% ▕██████████ ▏ 2.6 GB/4.1 GB 26 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 63% ▕██████████ ▏ 2.6 GB/4.1 GB 26 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 64% ▕██████████ ▏ 2.6 GB/4.1 GB 26 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 64% ▕██████████ ▏ 2.6 GB/4.1 GB 26 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 64% ▕██████████ ▏ 2.6 GB/4.1 GB 26 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 64% ▕██████████ ▏ 2.6 GB/4.1 GB 26 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 64% ▕██████████ ▏ 2.6 GB/4.1 GB 26 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 64% ▕██████████ ▏ 2.6 GB/4.1 GB 26 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 64% ▕██████████ ▏ 2.6 GB/4.1 GB 26 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 64% ▕██████████ ▏ 2.6 GB/4.1 GB 26 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 64% ▕██████████ ▏ 2.6 GB/4.1 GB 26 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 64% ▕██████████ ▏ 2.6 GB/4.1 GB 26 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 64% ▕██████████ ▏ 2.6 GB/4.1 GB 26 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 64% ▕██████████ ▏ 2.6 GB/4.1 GB 26 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 64% ▕██████████ ▏ 2.6 GB/4.1 GB 26 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 64% ▕██████████ ▏ 2.6 GB/4.1 GB 26 MB/s 54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 64% ▕██████████ ▏ 2.6 GB/4.1 GB 26 MB/s 54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 64% ▕██████████ ▏ 2.6 GB/4.1 GB 26 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 65% ▕██████████ ▏ 2.7 GB/4.1 GB 26 MB/s 54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 65% ▕██████████ ▏ 2.7 GB/4.1 GB 26 MB/s 54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 65% ▕██████████ ▏ 2.7 GB/4.1 GB 26 MB/s 54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 65% ▕██████████ ▏ 2.7 GB/4.1 GB 26 MB/s 54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 65% ▕██████████ ▏ 2.7 GB/4.1 GB 26 MB/s 54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 65% ▕██████████ ▏ 2.7 GB/4.1 GB 26 MB/s 54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 65% ▕██████████ ▏ 2.7 GB/4.1 GB 26 MB/s 54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 65% ▕██████████ ▏ 2.7 GB/4.1 GB 26 MB/s 54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 65% ▕██████████ ▏ 2.7 GB/4.1 GB 26 MB/s 54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 65% ▕██████████ ▏ 2.7 GB/4.1 GB 26 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 65% ▕██████████ ▏ 2.7 GB/4.1 GB 26 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 65% ▕██████████ ▏ 2.7 GB/4.1 GB 26 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 65% ▕██████████ ▏ 2.7 GB/4.1 GB 26 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 65% ▕██████████ ▏ 2.7 GB/4.1 GB 26 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 65% ▕██████████ ▏ 2.7 GB/4.1 GB 26 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 65% ▕██████████ ▏ 2.7 GB/4.1 GB 26 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 65% ▕██████████ ▏ 2.7 GB/4.1 GB 26 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 66% ▕██████████ ▏ 2.7 GB/4.1 GB 26 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 66% ▕██████████ ▏ 2.7 GB/4.1 GB 26 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 66% ▕██████████ ▏ 2.7 GB/4.1 GB 26 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 66% ▕██████████ ▏ 2.7 GB/4.1 GB 26 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 66% ▕██████████ ▏ 2.7 GB/4.1 GB 26 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 66% ▕██████████ ▏ 2.7 GB/4.1 GB 26 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 66% ▕██████████ ▏ 2.7 GB/4.1 GB 26 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 66% ▕██████████ ▏ 2.7 GB/4.1 GB 26 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 66% ▕██████████ ▏ 2.7 GB/4.1 GB 26 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 66% ▕██████████ ▏ 2.7 GB/4.1 GB 26 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 66% ▕██████████ ▏ 2.7 GB/4.1 GB 26 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 66% ▕██████████ ▏ 2.7 GB/4.1 GB 26 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 66% ▕██████████ ▏ 2.7 GB/4.1 GB 25 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 66% ▕██████████ ▏ 2.7 GB/4.1 GB 25 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 66% ▕██████████ ▏ 2.7 GB/4.1 GB 25 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 66% ▕██████████ ▏ 2.7 GB/4.1 GB 25 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 67% ▕██████████ ▏ 2.7 GB/4.1 GB 25 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 67% ▕██████████ ▏ 2.7 GB/4.1 GB 25 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 67% ▕██████████ ▏ 2.7 GB/4.1 GB 25 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 67% ▕██████████ ▏ 2.7 GB/4.1 GB 25 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 67% ▕██████████ ▏ 2.7 GB/4.1 GB 25 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 67% ▕██████████ ▏ 2.7 GB/4.1 GB 25 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 67% ▕██████████ ▏ 2.7 GB/4.1 GB 26 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 67% ▕██████████ ▏ 2.8 GB/4.1 GB 26 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 67% ▕██████████ ▏ 2.8 GB/4.1 GB 26 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 67% ▕██████████ ▏ 2.8 GB/4.1 GB 26 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 67% ▕██████████ ▏ 2.8 GB/4.1 GB 26 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 67% ▕██████████ ▏ 2.8 GB/4.1 GB 26 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 67% ▕██████████ ▏ 2.8 GB/4.1 GB 26 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 67% ▕██████████ ▏ 2.8 GB/4.1 GB 26 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 67% ▕██████████ ▏ 2.8 GB/4.1 GB 26 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 67% ▕██████████ ▏ 2.8 GB/4.1 GB 26 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 68% ▕██████████ ▏ 2.8 GB/4.1 GB 26 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 68% ▕██████████ ▏ 2.8 GB/4.1 GB 26 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 68% ▕██████████ ▏ 2.8 GB/4.1 GB 26 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 68% ▕██████████ ▏ 2.8 GB/4.1 GB 26 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 68% ▕██████████ ▏ 2.8 GB/4.1 GB 26 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 68% ▕██████████ ▏ 2.8 GB/4.1 GB 26 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 68% ▕██████████ ▏ 2.8 GB/4.1 GB 26 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 68% ▕██████████ ▏ 2.8 GB/4.1 GB 26 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 68% ▕██████████ ▏ 2.8 GB/4.1 GB 26 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 68% ▕██████████ ▏ 2.8 GB/4.1 GB 26 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 68% ▕██████████ ▏ 2.8 GB/4.1 GB 26 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 68% ▕██████████ ▏ 2.8 GB/4.1 GB 25 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 68% ▕██████████ ▏ 2.8 GB/4.1 GB 25 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 68% ▕██████████ ▏ 2.8 GB/4.1 GB 25 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 68% ▕██████████ ▏ 2.8 GB/4.1 GB 25 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 68% ▕██████████ ▏ 2.8 GB/4.1 GB 25 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 68% ▕██████████ ▏ 2.8 GB/4.1 GB 25 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 69% ▕██████████ ▏ 2.8 GB/4.1 GB 25 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 69% ▕██████████ ▏ 2.8 GB/4.1 GB 25 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 69% ▕██████████ ▏ 2.8 GB/4.1 GB 25 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 69% ▕███████████ ▏ 2.8 GB/4.1 GB 25 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 69% ▕███████████ ▏ 2.8 GB/4.1 GB 26 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 69% ▕███████████ ▏ 2.8 GB/4.1 GB 26 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 69% ▕███████████ ▏ 2.8 GB/4.1 GB 26 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 69% ▕███████████ ▏ 2.8 GB/4.1 GB 26 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 69% ▕███████████ ▏ 2.8 GB/4.1 GB 26 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 69% ▕███████████ ▏ 2.8 GB/4.1 GB 26 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 69% ▕███████████ ▏ 2.8 GB/4.1 GB 26 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 69% ▕███████████ ▏ 2.8 GB/4.1 GB 26 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 69% ▕███████████ ▏ 2.9 GB/4.1 GB 26 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 70% ▕███████████ ▏ 2.9 GB/4.1 GB 26 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 70% ▕███████████ ▏ 2.9 GB/4.1 GB 26 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 70% ▕███████████ ▏ 2.9 GB/4.1 GB 26 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 70% ▕███████████ ▏ 2.9 GB/4.1 GB 26 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 70% ▕███████████ ▏ 2.9 GB/4.1 GB 26 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 70% ▕███████████ ▏ 2.9 GB/4.1 GB 26 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 70% ▕███████████ ▏ 2.9 GB/4.1 GB 26 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 70% ▕███████████ ▏ 2.9 GB/4.1 GB 26 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 70% ▕███████████ ▏ 2.9 GB/4.1 GB 26 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 70% ▕███████████ ▏ 2.9 GB/4.1 GB 26 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 70% ▕███████████ ▏ 2.9 GB/4.1 GB 26 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 70% ▕███████████ ▏ 2.9 GB/4.1 GB 26 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 70% ▕███████████ ▏ 2.9 GB/4.1 GB 26 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 70% ▕███████████ ▏ 2.9 GB/4.1 GB 26 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 70% ▕███████████ ▏ 2.9 GB/4.1 GB 26 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 70% ▕███████████ ▏ 2.9 GB/4.1 GB 26 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 71% ▕███████████ ▏ 2.9 GB/4.1 GB 26 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 71% ▕███████████ ▏ 2.9 GB/4.1 GB 26 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 71% ▕███████████ ▏ 2.9 GB/4.1 GB 26 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 71% ▕███████████ ▏ 2.9 GB/4.1 GB 26 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 71% ▕███████████ ▏ 2.9 GB/4.1 GB 26 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 71% ▕███████████ ▏ 2.9 GB/4.1 GB 26 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 71% ▕███████████ ▏ 2.9 GB/4.1 GB 26 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 71% ▕███████████ ▏ 2.9 GB/4.1 GB 26 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 71% ▕███████████ ▏ 2.9 GB/4.1 GB 26 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 71% ▕███████████ ▏ 2.9 GB/4.1 GB 26 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 71% ▕███████████ ▏ 2.9 GB/4.1 GB 26 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 71% ▕███████████ ▏ 2.9 GB/4.1 GB 26 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 71% ▕███████████ ▏ 2.9 GB/4.1 GB 26 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 71% ▕███████████ ▏ 2.9 GB/4.1 GB 26 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 71% ▕███████████ ▏ 2.9 GB/4.1 GB 26 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 72% ▕███████████ ▏ 2.9 GB/4.1 GB 26 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 72% ▕███████████ ▏ 2.9 GB/4.1 GB 27 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 72% ▕███████████ ▏ 2.9 GB/4.1 GB 27 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 72% ▕███████████ ▏ 2.9 GB/4.1 GB 27 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 72% ▕███████████ ▏ 2.9 GB/4.1 GB 27 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 72% ▕███████████ ▏ 3.0 GB/4.1 GB 27 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 72% ▕███████████ ▏ 3.0 GB/4.1 GB 27 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 72% ▕███████████ ▏ 3.0 GB/4.1 GB 27 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 72% ▕███████████ ▏ 3.0 GB/4.1 GB 27 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 72% ▕███████████ ▏ 3.0 GB/4.1 GB 27 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 72% ▕███████████ ▏ 3.0 GB/4.1 GB 27 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 72% ▕███████████ ▏ 3.0 GB/4.1 GB 27 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 72% ▕███████████ ▏ 3.0 GB/4.1 GB 27 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 72% ▕███████████ ▏ 3.0 GB/4.1 GB 27 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 73% ▕███████████ ▏ 3.0 GB/4.1 GB 27 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 73% ▕███████████ ▏ 3.0 GB/4.1 GB 27 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 73% ▕███████████ ▏ 3.0 GB/4.1 GB 27 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 73% ▕███████████ ▏ 3.0 GB/4.1 GB 27 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 73% ▕███████████ ▏ 3.0 GB/4.1 GB 27 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 73% ▕███████████ ▏ 3.0 GB/4.1 GB 27 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 73% ▕███████████ ▏ 3.0 GB/4.1 GB 27 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 73% ▕███████████ ▏ 3.0 GB/4.1 GB 27 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 73% ▕███████████ ▏ 3.0 GB/4.1 GB 27 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 73% ▕███████████ ▏ 3.0 GB/4.1 GB 27 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 73% ▕███████████ ▏ 3.0 GB/4.1 GB 27 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 73% ▕███████████ ▏ 3.0 GB/4.1 GB 27 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 73% ▕███████████ ▏ 3.0 GB/4.1 GB 27 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 73% ▕███████████ ▏ 3.0 GB/4.1 GB 27 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 73% ▕███████████ ▏ 3.0 GB/4.1 GB 27 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 73% ▕███████████ ▏ 3.0 GB/4.1 GB 27 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 74% ▕███████████ ▏ 3.0 GB/4.1 GB 27 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 74% ▕███████████ ▏ 3.0 GB/4.1 GB 27 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 74% ▕███████████ ▏ 3.0 GB/4.1 GB 27 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 74% ▕███████████ ▏ 3.0 GB/4.1 GB 27 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 74% ▕███████████ ▏ 3.0 GB/4.1 GB 27 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 74% ▕███████████ ▏ 3.0 GB/4.1 GB 27 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 74% ▕███████████ ▏ 3.0 GB/4.1 GB 27 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 74% ▕███████████ ▏ 3.0 GB/4.1 GB 27 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 74% ▕███████████ ▏ 3.0 GB/4.1 GB 27 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 74% ▕███████████ ▏ 3.0 GB/4.1 GB 27 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 74% ▕███████████ ▏ 3.1 GB/4.1 GB 27 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 74% ▕███████████ ▏ 3.1 GB/4.1 GB 27 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 74% ▕███████████ ▏ 3.1 GB/4.1 GB 28 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 74% ▕███████████ ▏ 3.1 GB/4.1 GB 28 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 75% ▕███████████ ▏ 3.1 GB/4.1 GB 28 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 75% ▕███████████ ▏ 3.1 GB/4.1 GB 28 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 75% ▕███████████ ▏ 3.1 GB/4.1 GB 28 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 75% ▕███████████ ▏ 3.1 GB/4.1 GB 28 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 75% ▕███████████ ▏ 3.1 GB/4.1 GB 28 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 75% ▕███████████ ▏ 3.1 GB/4.1 GB 28 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 75% ▕███████████ ▏ 3.1 GB/4.1 GB 28 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 75% ▕████████████ ▏ 3.1 GB/4.1 GB 28 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 75% ▕████████████ ▏ 3.1 GB/4.1 GB 28 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 75% ▕████████████ ▏ 3.1 GB/4.1 GB 28 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 75% ▕████████████ ▏ 3.1 GB/4.1 GB 28 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 75% ▕████████████ ▏ 3.1 GB/4.1 GB 28 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 75% ▕████████████ ▏ 3.1 GB/4.1 GB 28 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 75% ▕████████████ ▏ 3.1 GB/4.1 GB 28 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 75% ▕████████████ ▏ 3.1 GB/4.1 GB 28 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 76% ▕████████████ ▏ 3.1 GB/4.1 GB 28 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 76% ▕████████████ ▏ 3.1 GB/4.1 GB 28 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 76% ▕████████████ ▏ 3.1 GB/4.1 GB 28 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 76% ▕████████████ ▏ 3.1 GB/4.1 GB 27 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 76% ▕████████████ ▏ 3.1 GB/4.1 GB 27 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 76% ▕████████████ ▏ 3.1 GB/4.1 GB 27 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 76% ▕████████████ ▏ 3.1 GB/4.1 GB 27 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 76% ▕████████████ ▏ 3.1 GB/4.1 GB 27 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 76% ▕████████████ ▏ 3.1 GB/4.1 GB 27 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 76% ▕████████████ ▏ 3.1 GB/4.1 GB 27 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 76% ▕████████████ ▏ 3.1 GB/4.1 GB 27 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 76% ▕████████████ ▏ 3.1 GB/4.1 GB 27 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 76% ▕████████████ ▏ 3.1 GB/4.1 GB 27 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 76% ▕████████████ ▏ 3.1 GB/4.1 GB 28 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 77% ▕████████████ ▏ 3.1 GB/4.1 GB 28 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 77% ▕████████████ ▏ 3.1 GB/4.1 GB 28 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 77% ▕████████████ ▏ 3.2 GB/4.1 GB 28 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 77% ▕████████████ ▏ 3.2 GB/4.1 GB 28 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 77% ▕████████████ ▏ 3.2 GB/4.1 GB 28 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 77% ▕████████████ ▏ 3.2 GB/4.1 GB 28 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 77% ▕████████████ ▏ 3.2 GB/4.1 GB 28 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 77% ▕████████████ ▏ 3.2 GB/4.1 GB 28 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 77% ▕████████████ ▏ 3.2 GB/4.1 GB 28 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 77% ▕████████████ ▏ 3.2 GB/4.1 GB 28 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 77% ▕████████████ ▏ 3.2 GB/4.1 GB 28 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 77% ▕████████████ ▏ 3.2 GB/4.1 GB 28 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 77% ▕████████████ ▏ 3.2 GB/4.1 GB 28 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 77% ▕████████████ ▏ 3.2 GB/4.1 GB 28 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 77% ▕████████████ ▏ 3.2 GB/4.1 GB 28 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 77% ▕████████████ ▏ 3.2 GB/4.1 GB 28 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 78% ▕████████████ ▏ 3.2 GB/4.1 GB 28 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 78% ▕████████████ ▏ 3.2 GB/4.1 GB 28 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 78% ▕████████████ ▏ 3.2 GB/4.1 GB 28 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 78% ▕████████████ ▏ 3.2 GB/4.1 GB 28 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 78% ▕████████████ ▏ 3.2 GB/4.1 GB 28 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 78% ▕████████████ ▏ 3.2 GB/4.1 GB 28 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 78% ▕████████████ ▏ 3.2 GB/4.1 GB 28 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 78% ▕████████████ ▏ 3.2 GB/4.1 GB 28 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 78% ▕████████████ ▏ 3.2 GB/4.1 GB 28 MB/s 31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 78% ▕████████████ ▏ 3.2 GB/4.1 GB 28 MB/s 31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 78% ▕████████████ ▏ 3.2 GB/4.1 GB 28 MB/s 31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 78% ▕████████████ ▏ 3.2 GB/4.1 GB 28 MB/s 31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 78% ▕████████████ ▏ 3.2 GB/4.1 GB 28 MB/s 31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 78% ▕████████████ ▏ 3.2 GB/4.1 GB 28 MB/s 31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 78% ▕████████████ ▏ 3.2 GB/4.1 GB 27 MB/s 31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 78% ▕████████████ ▏ 3.2 GB/4.1 GB 27 MB/s 31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 79% ▕████████████ ▏ 3.2 GB/4.1 GB 27 MB/s 31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 79% ▕████████████ ▏ 3.2 GB/4.1 GB 27 MB/s 31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 79% ▕████████████ ▏ 3.2 GB/4.1 GB 27 MB/s 31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 79% ▕████████████ ▏ 3.2 GB/4.1 GB 27 MB/s 31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 79% ▕████████████ ▏ 3.2 GB/4.1 GB 27 MB/s 31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 79% ▕████████████ ▏ 3.2 GB/4.1 GB 27 MB/s 31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 79% ▕████████████ ▏ 3.2 GB/4.1 GB 27 MB/s 31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 79% ▕████████████ ▏ 3.3 GB/4.1 GB 27 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 79% ▕████████████ ▏ 3.3 GB/4.1 GB 28 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 79% ▕████████████ ▏ 3.3 GB/4.1 GB 28 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 79% ▕████████████ ▏ 3.3 GB/4.1 GB 28 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 79% ▕████████████ ▏ 3.3 GB/4.1 GB 28 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 79% ▕████████████ ▏ 3.3 GB/4.1 GB 28 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 79% ▕████████████ ▏ 3.3 GB/4.1 GB 28 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 79% ▕████████████ ▏ 3.3 GB/4.1 GB 28 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 80% ▕████████████ ▏ 3.3 GB/4.1 GB 28 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 80% ▕████████████ ▏ 3.3 GB/4.1 GB 28 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 80% ▕████████████ ▏ 3.3 GB/4.1 GB 28 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 80% ▕████████████ ▏ 3.3 GB/4.1 GB 27 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 80% ▕████████████ ▏ 3.3 GB/4.1 GB 27 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 80% ▕████████████ ▏ 3.3 GB/4.1 GB 27 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 80% ▕████████████ ▏ 3.3 GB/4.1 GB 27 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 80% ▕████████████ ▏ 3.3 GB/4.1 GB 27 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 80% ▕████████████ ▏ 3.3 GB/4.1 GB 27 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 80% ▕████████████ ▏ 3.3 GB/4.1 GB 27 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 80% ▕████████████ ▏ 3.3 GB/4.1 GB 27 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 80% ▕████████████ ▏ 3.3 GB/4.1 GB 27 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 80% ▕████████████ ▏ 3.3 GB/4.1 GB 27 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 80% ▕████████████ ▏ 3.3 GB/4.1 GB 27 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 81% ▕████████████ ▏ 3.3 GB/4.1 GB 27 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 81% ▕████████████ ▏ 3.3 GB/4.1 GB 27 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 81% ▕████████████ ▏ 3.3 GB/4.1 GB 27 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 81% ▕████████████ ▏ 3.3 GB/4.1 GB 27 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 81% ▕████████████ ▏ 3.3 GB/4.1 GB 27 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 81% ▕████████████ ▏ 3.3 GB/4.1 GB 27 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 81% ▕████████████ ▏ 3.3 GB/4.1 GB 27 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 81% ▕████████████ ▏ 3.3 GB/4.1 GB 27 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 81% ▕████████████ ▏ 3.3 GB/4.1 GB 27 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 81% ▕████████████ ▏ 3.3 GB/4.1 GB 27 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 81% ▕████████████ ▏ 3.3 GB/4.1 GB 27 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 81% ▕████████████ ▏ 3.3 GB/4.1 GB 27 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 81% ▕████████████ ▏ 3.3 GB/4.1 GB 27 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 81% ▕████████████ ▏ 3.3 GB/4.1 GB 27 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 81% ▕█████████████ ▏ 3.3 GB/4.1 GB 27 MB/s 27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 81% ▕█████████████ ▏ 3.3 GB/4.1 GB 27 MB/s 27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 81% ▕█████████████ ▏ 3.3 GB/4.1 GB 27 MB/s 27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 81% ▕█████████████ ▏ 3.3 GB/4.1 GB 27 MB/s 27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 82% ▕█████████████ ▏ 3.3 GB/4.1 GB 27 MB/s 27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 82% ▕█████████████ ▏ 3.4 GB/4.1 GB 27 MB/s 27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 82% ▕█████████████ ▏ 3.4 GB/4.1 GB 27 MB/s 27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 82% ▕█████████████ ▏ 3.4 GB/4.1 GB 27 MB/s 27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 82% ▕█████████████ ▏ 3.4 GB/4.1 GB 27 MB/s 27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 82% ▕█████████████ ▏ 3.4 GB/4.1 GB 27 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 82% ▕█████████████ ▏ 3.4 GB/4.1 GB 27 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 82% ▕█████████████ ▏ 3.4 GB/4.1 GB 27 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 82% ▕█████████████ ▏ 3.4 GB/4.1 GB 27 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 82% ▕█████████████ ▏ 3.4 GB/4.1 GB 27 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 82% ▕█████████████ ▏ 3.4 GB/4.1 GB 27 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 82% ▕█████████████ ▏ 3.4 GB/4.1 GB 27 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 82% ▕█████████████ ▏ 3.4 GB/4.1 GB 26 MB/s 27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 82% ▕█████████████ ▏ 3.4 GB/4.1 GB 26 MB/s 27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 82% ▕█████████████ ▏ 3.4 GB/4.1 GB 26 MB/s 27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 83% ▕█████████████ ▏ 3.4 GB/4.1 GB 26 MB/s 27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 83% ▕█████████████ ▏ 3.4 GB/4.1 GB 26 MB/s 27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 83% ▕█████████████ ▏ 3.4 GB/4.1 GB 26 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 83% ▕█████████████ ▏ 3.4 GB/4.1 GB 26 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 83% ▕█████████████ ▏ 3.4 GB/4.1 GB 26 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 83% ▕█████████████ ▏ 3.4 GB/4.1 GB 26 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 83% ▕█████████████ ▏ 3.4 GB/4.1 GB 26 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 83% ▕█████████████ ▏ 3.4 GB/4.1 GB 26 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 83% ▕█████████████ ▏ 3.4 GB/4.1 GB 26 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 83% ▕█████████████ ▏ 3.4 GB/4.1 GB 26 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 83% ▕█████████████ ▏ 3.4 GB/4.1 GB 26 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 83% ▕█████████████ ▏ 3.4 GB/4.1 GB 26 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 83% ▕█████████████ ▏ 3.4 GB/4.1 GB 26 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 83% ▕█████████████ ▏ 3.4 GB/4.1 GB 26 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 83% ▕█████████████ ▏ 3.4 GB/4.1 GB 26 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 83% ▕█████████████ ▏ 3.4 GB/4.1 GB 26 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 83% ▕█████████████ ▏ 3.4 GB/4.1 GB 26 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 84% ▕█████████████ ▏ 3.4 GB/4.1 GB 26 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 84% ▕█████████████ ▏ 3.4 GB/4.1 GB 26 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 84% ▕█████████████ ▏ 3.4 GB/4.1 GB 26 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 84% ▕█████████████ ▏ 3.4 GB/4.1 GB 26 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 84% ▕█████████████ ▏ 3.4 GB/4.1 GB 26 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 84% ▕█████████████ ▏ 3.4 GB/4.1 GB 26 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 84% ▕█████████████ ▏ 3.5 GB/4.1 GB 26 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 84% ▕█████████████ ▏ 3.5 GB/4.1 GB 26 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 84% ▕█████████████ ▏ 3.5 GB/4.1 GB 26 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 84% ▕█████████████ ▏ 3.5 GB/4.1 GB 26 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 84% ▕█████████████ ▏ 3.5 GB/4.1 GB 26 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 84% ▕█████████████ ▏ 3.5 GB/4.1 GB 26 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 84% ▕█████████████ ▏ 3.5 GB/4.1 GB 26 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 84% ▕█████████████ ▏ 3.5 GB/4.1 GB 26 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 84% ▕█████████████ ▏ 3.5 GB/4.1 GB 26 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 84% ▕█████████████ ▏ 3.5 GB/4.1 GB 26 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 84% ▕█████████████ ▏ 3.5 GB/4.1 GB 26 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 85% ▕█████████████ ▏ 3.5 GB/4.1 GB 26 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 85% ▕█████████████ ▏ 3.5 GB/4.1 GB 26 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 85% ▕█████████████ ▏ 3.5 GB/4.1 GB 26 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 85% ▕█████████████ ▏ 3.5 GB/4.1 GB 26 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 85% ▕█████████████ ▏ 3.5 GB/4.1 GB 25 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 85% ▕█████████████ ▏ 3.5 GB/4.1 GB 25 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 85% ▕█████████████ ▏ 3.5 GB/4.1 GB 25 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 85% ▕█████████████ ▏ 3.5 GB/4.1 GB 25 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 85% ▕█████████████ ▏ 3.5 GB/4.1 GB 25 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 85% ▕█████████████ ▏ 3.5 GB/4.1 GB 25 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 85% ▕█████████████ ▏ 3.5 GB/4.1 GB 25 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 85% ▕█████████████ ▏ 3.5 GB/4.1 GB 25 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 85% ▕█████████████ ▏ 3.5 GB/4.1 GB 25 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 85% ▕█████████████ ▏ 3.5 GB/4.1 GB 25 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 85% ▕█████████████ ▏ 3.5 GB/4.1 GB 25 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 85% ▕█████████████ ▏ 3.5 GB/4.1 GB 25 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 86% ▕█████████████ ▏ 3.5 GB/4.1 GB 25 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 86% ▕█████████████ ▏ 3.5 GB/4.1 GB 25 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 86% ▕█████████████ ▏ 3.5 GB/4.1 GB 25 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 86% ▕█████████████ ▏ 3.5 GB/4.1 GB 25 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 86% ▕█████████████ ▏ 3.5 GB/4.1 GB 25 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 86% ▕█████████████ ▏ 3.5 GB/4.1 GB 25 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 86% ▕█████████████ ▏ 3.5 GB/4.1 GB 25 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 86% ▕█████████████ ▏ 3.5 GB/4.1 GB 25 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 86% ▕█████████████ ▏ 3.5 GB/4.1 GB 25 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 86% ▕█████████████ ▏ 3.5 GB/4.1 GB 25 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 86% ▕█████████████ ▏ 3.5 GB/4.1 GB 25 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 86% ▕█████████████ ▏ 3.5 GB/4.1 GB 25 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 86% ▕█████████████ ▏ 3.5 GB/4.1 GB 25 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 86% ▕█████████████ ▏ 3.5 GB/4.1 GB 25 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 86% ▕█████████████ ▏ 3.5 GB/4.1 GB 25 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 86% ▕█████████████ ▏ 3.5 GB/4.1 GB 25 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 86% ▕█████████████ ▏ 3.6 GB/4.1 GB 25 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 87% ▕█████████████ ▏ 3.6 GB/4.1 GB 25 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 87% ▕█████████████ ▏ 3.6 GB/4.1 GB 25 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 87% ▕█████████████ ▏ 3.6 GB/4.1 GB 25 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 87% ▕█████████████ ▏ 3.6 GB/4.1 GB 25 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 87% ▕█████████████ ▏ 3.6 GB/4.1 GB 25 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 87% ▕█████████████ ▏ 3.6 GB/4.1 GB 25 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 87% ▕█████████████ ▏ 3.6 GB/4.1 GB 25 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 87% ▕█████████████ ▏ 3.6 GB/4.1 GB 25 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 87% ▕█████████████ ▏ 3.6 GB/4.1 GB 25 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 87% ▕█████████████ ▏ 3.6 GB/4.1 GB 25 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 87% ▕█████████████ ▏ 3.6 GB/4.1 GB 25 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 87% ▕█████████████ ▏ 3.6 GB/4.1 GB 25 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 87% ▕█████████████ ▏ 3.6 GB/4.1 GB 24 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 87% ▕█████████████ ▏ 3.6 GB/4.1 GB 24 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 87% ▕█████████████ ▏ 3.6 GB/4.1 GB 24 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 87% ▕█████████████ ▏ 3.6 GB/4.1 GB 24 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 88% ▕██████████████ ▏ 3.6 GB/4.1 GB 24 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 88% ▕██████████████ ▏ 3.6 GB/4.1 GB 24 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 88% ▕██████████████ ▏ 3.6 GB/4.1 GB 24 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 88% ▕██████████████ ▏ 3.6 GB/4.1 GB 24 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 88% ▕██████████████ ▏ 3.6 GB/4.1 GB 24 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 88% ▕██████████████ ▏ 3.6 GB/4.1 GB 24 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 88% ▕██████████████ ▏ 3.6 GB/4.1 GB 25 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 88% ▕██████████████ ▏ 3.6 GB/4.1 GB 25 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 88% ▕██████████████ ▏ 3.6 GB/4.1 GB 25 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 88% ▕██████████████ ▏ 3.6 GB/4.1 GB 25 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 88% ▕██████████████ ▏ 3.6 GB/4.1 GB 25 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 88% ▕██████████████ ▏ 3.6 GB/4.1 GB 25 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 88% ▕██████████████ ▏ 3.6 GB/4.1 GB 25 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 88% ▕██████████████ ▏ 3.6 GB/4.1 GB 25 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 88% ▕██████████████ ▏ 3.6 GB/4.1 GB 25 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 89% ▕██████████████ ▏ 3.6 GB/4.1 GB 25 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 89% ▕██████████████ ▏ 3.6 GB/4.1 GB 25 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 89% ▕██████████████ ▏ 3.6 GB/4.1 GB 25 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 89% ▕██████████████ ▏ 3.6 GB/4.1 GB 25 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 89% ▕██████████████ ▏ 3.6 GB/4.1 GB 25 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 89% ▕██████████████ ▏ 3.6 GB/4.1 GB 25 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 89% ▕██████████████ ▏ 3.7 GB/4.1 GB 25 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 89% ▕██████████████ ▏ 3.7 GB/4.1 GB 25 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 89% ▕██████████████ ▏ 3.7 GB/4.1 GB 25 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 89% ▕██████████████ ▏ 3.7 GB/4.1 GB 25 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 89% ▕██████████████ ▏ 3.7 GB/4.1 GB 25 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 89% ▕██████████████ ▏ 3.7 GB/4.1 GB 25 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 89% ▕██████████████ ▏ 3.7 GB/4.1 GB 25 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 89% ▕██████████████ ▏ 3.7 GB/4.1 GB 25 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 89% ▕██████████████ ▏ 3.7 GB/4.1 GB 25 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 89% ▕██████████████ ▏ 3.7 GB/4.1 GB 25 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 90% ▕██████████████ ▏ 3.7 GB/4.1 GB 25 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 90% ▕██████████████ ▏ 3.7 GB/4.1 GB 25 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 90% ▕██████████████ ▏ 3.7 GB/4.1 GB 25 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 90% ▕██████████████ ▏ 3.7 GB/4.1 GB 25 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 90% ▕██████████████ ▏ 3.7 GB/4.1 GB 25 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 90% ▕██████████████ ▏ 3.7 GB/4.1 GB 25 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 90% ▕██████████████ ▏ 3.7 GB/4.1 GB 25 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 90% ▕██████████████ ▏ 3.7 GB/4.1 GB 25 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 90% ▕██████████████ ▏ 3.7 GB/4.1 GB 25 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 90% ▕██████████████ ▏ 3.7 GB/4.1 GB 25 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 90% ▕██████████████ ▏ 3.7 GB/4.1 GB 25 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 90% ▕██████████████ ▏ 3.7 GB/4.1 GB 25 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 90% ▕██████████████ ▏ 3.7 GB/4.1 GB 25 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 90% ▕██████████████ ▏ 3.7 GB/4.1 GB 25 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 90% ▕██████████████ ▏ 3.7 GB/4.1 GB 25 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 90% ▕██████████████ ▏ 3.7 GB/4.1 GB 25 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 91% ▕██████████████ ▏ 3.7 GB/4.1 GB 26 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 91% ▕██████████████ ▏ 3.7 GB/4.1 GB 26 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 91% ▕██████████████ ▏ 3.7 GB/4.1 GB 26 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 91% ▕██████████████ ▏ 3.7 GB/4.1 GB 26 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 91% ▕██████████████ ▏ 3.7 GB/4.1 GB 26 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 91% ▕██████████████ ▏ 3.7 GB/4.1 GB 26 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 91% ▕██████████████ ▏ 3.7 GB/4.1 GB 26 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 91% ▕██████████████ ▏ 3.7 GB/4.1 GB 26 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 91% ▕██████████████ ▏ 3.7 GB/4.1 GB 26 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 91% ▕██████████████ ▏ 3.7 GB/4.1 GB 26 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 91% ▕██████████████ ▏ 3.7 GB/4.1 GB 26 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 91% ▕██████████████ ▏ 3.7 GB/4.1 GB 26 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 91% ▕██████████████ ▏ 3.8 GB/4.1 GB 26 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 91% ▕██████████████ ▏ 3.8 GB/4.1 GB 26 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 91% ▕██████████████ ▏ 3.8 GB/4.1 GB 26 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 91% ▕██████████████ ▏ 3.8 GB/4.1 GB 26 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 92% ▕██████████████ ▏ 3.8 GB/4.1 GB 26 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 92% ▕██████████████ ▏ 3.8 GB/4.1 GB 26 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 92% ▕██████████████ ▏ 3.8 GB/4.1 GB 26 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 92% ▕██████████████ ▏ 3.8 GB/4.1 GB 26 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 92% ▕██████████████ ▏ 3.8 GB/4.1 GB 26 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 92% ▕██████████████ ▏ 3.8 GB/4.1 GB 26 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 92% ▕██████████████ ▏ 3.8 GB/4.1 GB 26 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 92% ▕██████████████ ▏ 3.8 GB/4.1 GB 26 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 92% ▕██████████████ ▏ 3.8 GB/4.1 GB 26 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 92% ▕██████████████ ▏ 3.8 GB/4.1 GB 26 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 92% ▕██████████████ ▏ 3.8 GB/4.1 GB 26 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 92% ▕██████████████ ▏ 3.8 GB/4.1 GB 26 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 92% ▕██████████████ ▏ 3.8 GB/4.1 GB 26 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 92% ▕██████████████ ▏ 3.8 GB/4.1 GB 26 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 92% ▕██████████████ ▏ 3.8 GB/4.1 GB 26 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 93% ▕██████████████ ▏ 3.8 GB/4.1 GB 26 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 93% ▕██████████████ ▏ 3.8 GB/4.1 GB 26 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 93% ▕██████████████ ▏ 3.8 GB/4.1 GB 26 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 93% ▕██████████████ ▏ 3.8 GB/4.1 GB 26 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 93% ▕██████████████ ▏ 3.8 GB/4.1 GB 26 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 93% ▕██████████████ ▏ 3.8 GB/4.1 GB 26 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 93% ▕██████████████ ▏ 3.8 GB/4.1 GB 26 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 93% ▕██████████████ ▏ 3.8 GB/4.1 GB 26 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 93% ▕██████████████ ▏ 3.8 GB/4.1 GB 26 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 93% ▕██████████████ ▏ 3.8 GB/4.1 GB 27 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 93% ▕██████████████ ▏ 3.8 GB/4.1 GB 27 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 93% ▕██████████████ ▏ 3.8 GB/4.1 GB 27 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 93% ▕██████████████ ▏ 3.8 GB/4.1 GB 27 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 93% ▕██████████████ ▏ 3.8 GB/4.1 GB 27 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 93% ▕██████████████ ▏ 3.8 GB/4.1 GB 27 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 93% ▕██████████████ ▏ 3.8 GB/4.1 GB 27 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 93% ▕██████████████ ▏ 3.8 GB/4.1 GB 27 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 94% ▕██████████████ ▏ 3.8 GB/4.1 GB 27 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 94% ▕██████████████ ▏ 3.8 GB/4.1 GB 27 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 94% ▕██████████████ ▏ 3.8 GB/4.1 GB 27 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 94% ▕███████████████ ▏ 3.9 GB/4.1 GB 26 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 94% ▕███████████████ ▏ 3.9 GB/4.1 GB 26 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 94% ▕███████████████ ▏ 3.9 GB/4.1 GB 26 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 94% ▕███████████████ ▏ 3.9 GB/4.1 GB 26 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 94% ▕███████████████ ▏ 3.9 GB/4.1 GB 26 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 94% ▕███████████████ ▏ 3.9 GB/4.1 GB 26 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 94% ▕███████████████ ▏ 3.9 GB/4.1 GB 26 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 94% ▕███████████████ ▏ 3.9 GB/4.1 GB 26 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 94% ▕███████████████ ▏ 3.9 GB/4.1 GB 26 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 94% ▕███████████████ ▏ 3.9 GB/4.1 GB 26 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 94% ▕███████████████ ▏ 3.9 GB/4.1 GB 26 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 94% ▕███████████████ ▏ 3.9 GB/4.1 GB 26 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 94% ▕███████████████ ▏ 3.9 GB/4.1 GB 26 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 95% ▕███████████████ ▏ 3.9 GB/4.1 GB 26 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 95% ▕███████████████ ▏ 3.9 GB/4.1 GB 26 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 95% ▕███████████████ ▏ 3.9 GB/4.1 GB 26 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 95% ▕███████████████ ▏ 3.9 GB/4.1 GB 26 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 95% ▕███████████████ ▏ 3.9 GB/4.1 GB 26 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 95% ▕███████████████ ▏ 3.9 GB/4.1 GB 26 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 95% ▕███████████████ ▏ 3.9 GB/4.1 GB 26 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 95% ▕███████████████ ▏ 3.9 GB/4.1 GB 26 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 95% ▕███████████████ ▏ 3.9 GB/4.1 GB 26 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 95% ▕███████████████ ▏ 3.9 GB/4.1 GB 26 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 95% ▕███████████████ ▏ 3.9 GB/4.1 GB 26 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 95% ▕███████████████ ▏ 3.9 GB/4.1 GB 26 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 95% ▕███████████████ ▏ 3.9 GB/4.1 GB 26 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 95% ▕███████████████ ▏ 3.9 GB/4.1 GB 26 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 95% ▕███████████████ ▏ 3.9 GB/4.1 GB 26 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 96% ▕███████████████ ▏ 3.9 GB/4.1 GB 26 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 96% ▕███████████████ ▏ 3.9 GB/4.1 GB 26 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 96% ▕███████████████ ▏ 3.9 GB/4.1 GB 26 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 96% ▕███████████████ ▏ 3.9 GB/4.1 GB 26 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 96% ▕███████████████ ▏ 3.9 GB/4.1 GB 26 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 96% ▕███████████████ ▏ 3.9 GB/4.1 GB 26 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 96% ▕███████████████ ▏ 3.9 GB/4.1 GB 26 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 96% ▕███████████████ ▏ 3.9 GB/4.1 GB 26 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 96% ▕███████████████ ▏ 3.9 GB/4.1 GB 26 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 96% ▕███████████████ ▏ 3.9 GB/4.1 GB 26 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 96% ▕███████████████ ▏ 3.9 GB/4.1 GB 26 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 96% ▕███████████████ ▏ 4.0 GB/4.1 GB 26 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 96% ▕███████████████ ▏ 4.0 GB/4.1 GB 26 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 96% ▕███████████████ ▏ 4.0 GB/4.1 GB 26 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 96% ▕███████████████ ▏ 4.0 GB/4.1 GB 26 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 96% ▕███████████████ ▏ 4.0 GB/4.1 GB 26 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 97% ▕███████████████ ▏ 4.0 GB/4.1 GB 26 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 97% ▕███████████████ ▏ 4.0 GB/4.1 GB 26 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 97% ▕███████████████ ▏ 4.0 GB/4.1 GB 26 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 97% ▕███████████████ ▏ 4.0 GB/4.1 GB 26 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 97% ▕███████████████ ▏ 4.0 GB/4.1 GB 26 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 97% ▕███████████████ ▏ 4.0 GB/4.1 GB 26 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 97% ▕███████████████ ▏ 4.0 GB/4.1 GB 26 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 97% ▕███████████████ ▏ 4.0 GB/4.1 GB 26 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 97% ▕███████████████ ▏ 4.0 GB/4.1 GB 26 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 97% ▕███████████████ ▏ 4.0 GB/4.1 GB 26 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 97% ▕███████████████ ▏ 4.0 GB/4.1 GB 26 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 97% ▕███████████████ ▏ 4.0 GB/4.1 GB 26 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 97% ▕███████████████ ▏ 4.0 GB/4.1 GB 26 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 97% ▕███████████████ ▏ 4.0 GB/4.1 GB 26 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 97% ▕███████████████ ▏ 4.0 GB/4.1 GB 26 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 97% ▕███████████████ ▏ 4.0 GB/4.1 GB 26 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 98% ▕███████████████ ▏ 4.0 GB/4.1 GB 26 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 98% ▕███████████████ ▏ 4.0 GB/4.1 GB 26 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 98% ▕███████████████ ▏ 4.0 GB/4.1 GB 26 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 98% ▕███████████████ ▏ 4.0 GB/4.1 GB 26 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 98% ▕███████████████ ▏ 4.0 GB/4.1 GB 26 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 98% ▕███████████████ ▏ 4.0 GB/4.1 GB 26 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 98% ▕███████████████ ▏ 4.0 GB/4.1 GB 26 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 98% ▕███████████████ ▏ 4.0 GB/4.1 GB 26 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 98% ▕███████████████ ▏ 4.0 GB/4.1 GB 26 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 98% ▕███████████████ ▏ 4.0 GB/4.1 GB 26 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 98% ▕███████████████ ▏ 4.0 GB/4.1 GB 26 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 98% ▕███████████████ ▏ 4.0 GB/4.1 GB 26 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 98% ▕███████████████ ▏ 4.0 GB/4.1 GB 26 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 98% ▕███████████████ ▏ 4.0 GB/4.1 GB 26 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 98% ▕███████████████ ▏ 4.0 GB/4.1 GB 26 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 99% ▕███████████████ ▏ 4.0 GB/4.1 GB 26 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 99% ▕███████████████ ▏ 4.1 GB/4.1 GB 26 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 99% ▕███████████████ ▏ 4.1 GB/4.1 GB 26 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 99% ▕███████████████ ▏ 4.1 GB/4.1 GB 26 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 99% ▕███████████████ ▏ 4.1 GB/4.1 GB 26 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 99% ▕███████████████ ▏ 4.1 GB/4.1 GB 26 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 99% ▕███████████████ ▏ 4.1 GB/4.1 GB 26 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 99% ▕███████████████ ▏ 4.1 GB/4.1 GB 26 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 99% ▕███████████████ ▏ 4.1 GB/4.1 GB 26 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 99% ▕███████████████ ▏ 4.1 GB/4.1 GB 26 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 99% ▕███████████████ ▏ 4.1 GB/4.1 GB 26 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 99% ▕███████████████ ▏ 4.1 GB/4.1 GB 26 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 99% ▕███████████████ ▏ 4.1 GB/4.1 GB 26 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 99% ▕███████████████ ▏ 4.1 GB/4.1 GB 26 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 99% ▕███████████████ ▏ 4.1 GB/4.1 GB 26 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕███████████████ ▏ 4.1 GB/4.1 GB 26 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕███████████████ ▏ 4.1 GB/4.1 GB 26 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕███████████████ ▏ 4.1 GB/4.1 GB 26 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕███████████████ ▏ 4.1 GB/4.1 GB 26 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕███████████████ ▏ 4.1 GB/4.1 GB 26 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕███████████████ ▏ 4.1 GB/4.1 GB 26 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕███████████████ ▏ 4.1 GB/4.1 GB 26 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕███████████████ ▏ 4.1 GB/4.1 GB 26 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕███████████████ ▏ 4.1 GB/4.1 GB 26 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕███████████████ ▏ 4.1 GB/4.1 GB 26 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h" + "success \u001b[?25h\n" ] } ], "source": [ - "for quantization in quantizations:\n", - " local_path = f\"models/{model}.{quantization}\"\n", - " model_name: str = f\"{model}.{quantization}.gguf\"\n", - " model_file_path = f\"{local_path}/Modelfile\"\n", - " with open(model_file_path, \"w+\") as f:\n", - " lines = [\n", - " f\"FROM ./{model_name}\",\n", - " \"\",\n", - " \"PARAMETER mirostat 0\",\n", - " \"PARAMETER mirostat_eta 0.1\",\n", - " \"PARAMETER mirostat_tau 5.0\",\n", - " \"PARAMETER num_ctx 2048\",\n", - " \"PARAMETER num_gpu 1\",\n", - " \"PARAMETER repeat_last_n 64\",\n", - " \"PARAMETER repeat_penalty 1.1\",\n", - " \"PARAMETER temperature 0.8\",\n", - " \"PARAMETER seed 0\",\n", - " \"PARAMETER tfs_z 1\",\n", - " \"PARAMETER num_predict 128\",\n", - " \"PARAMETER top_k 40\",\n", - " \"PARAMETER top_p 0.9\",\n", - " \"\",\n", - " \"TEMPLATE \\\"<|system|>\\\\n{{ .System }}\\\\n<|user|>\\\\n{{ .Prompt }}\\\\n<|assistant|>\\\\n\\\"\",\n", - " \"\",\n", - " \"SYSTEM \\\"\\\"\\\"You are a helpful assistant. Below is an instruction that describes a task. Write a response that appropriately completes the request.\\\"\\\"\\\"\"\n", - " ]\n", - " f.write(\"\\n\".join(lines))\n", - " notus_path = f\"notus:{quantization.replace('Q', 'q')}\"\n", - " !ollama create {notus_path} -f {model_file_path}\n", - " !ollama cp {notus_path} davidberenstein1957/{notus_path}\n", - " !ollama push davidberenstein1957/{notus_path}\n", - " \n", - " " + "!ollama cp notus argilla/notus\n", + "!ollama push argilla/notus" ] } ], From e568d4c40d0dbf51d647795f4b25a5d3742dcfb5 Mon Sep 17 00:00:00 2001 From: davidberenstein1957 Date: Tue, 12 Dec 2023 11:53:26 +0100 Subject: [PATCH 3/4] chore: updated config --- utils/ollama_upload.ipynb | 23427 +----------------------------------- 1 file changed, 643 insertions(+), 22784 deletions(-) diff --git a/utils/ollama_upload.ipynb b/utils/ollama_upload.ipynb index 66262e3..9329c23 100644 --- a/utils/ollama_upload.ipynb +++ b/utils/ollama_upload.ipynb @@ -11,7 +11,7 @@ }, { "cell_type": "code", - "execution_count": 5, + "execution_count": 14, "metadata": {}, "outputs": [], "source": [ @@ -30,7 +30,7 @@ }, { "cell_type": "code", - "execution_count": 6, + "execution_count": 15, "metadata": {}, "outputs": [], "source": [ @@ -124,14 +124,14 @@ }, { "cell_type": "code", - "execution_count": 7, + "execution_count": 18, "metadata": {}, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ - "\u001b[?25ltransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data \n", + "\u001b[?25ltransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data \n", "creating model layer ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", "creating model layer ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", "creating model layer ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", @@ -152,1459 +152,18 @@ "creating model layer ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", "creating model layer ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", "creating model layer ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", "creating model layer \n", "creating template layer \n", - "creating system layer \n", "creating parameters layer \n", "creating config layer \n", "using already created layer sha256:d37e05209edb000a010f014c375a6603a2ab0fc65303fea413a27f8b79e2fa30 \n", - "using already created layer sha256:04de533bb8fd4eb327158f79cdc0de736558e45d198db9275ef536f470281f1f \n", - "writing layer sha256:af41c51c14924c73d476c474dd0617253462cdb32f1256d8b3d3d9fc00371199 \n", - "writing layer sha256:3559b403e83a9669ecd8d347a509c20b870674a9838218f8b812c93c419fec88 \n", - "writing layer sha256:ae9e0f992fbedff970050fd8cd77ef1023944dcc8bcac9b3a59d0cc274f70fcf \n", + "writing layer sha256:f4593dc64edccc1ffd5a018094b27d70b5d1050847f25e8a02bf800cd7d28207 \n", + "using already created layer sha256:aa351e4a3def44e7582c6dbf761cf5b73edb7e39e41033a90cc25dee90be1413 \n", + "writing layer sha256:08dc15ff89227b1a522af6b7df150c9075a9ee7662dc46f86c9d6efb4b91f274 \n", "writing manifest \n", "success \u001b[?25h\n", "copied 'notus:q2_K' to 'argilla/notus:q2_K'\n", - "\u001b[?25lretrieving manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 0% ▕ ▏ 671 KB/3.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 0% ▕ ▏ 1.6 MB/3.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 0% ▕ ▏ 2.0 MB/3.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 0% ▕ ▏ 2.1 MB/3.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 0% ▕ ▏ 2.1 MB/3.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 0% ▕ ▏ 2.6 MB/3.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 0% ▕ ▏ 3.2 MB/3.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 0% ▕ ▏ 3.2 MB/3.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 0% ▕ ▏ 3.2 MB/3.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 0% ▕ ▏ 3.2 MB/3.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 0% ▕ ▏ 3.2 MB/3.1 GB 2.5 MB/s 20m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 0% ▕ ▏ 3.2 MB/3.1 GB 2.5 MB/s 20m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 0% ▕ ▏ 3.2 MB/3.1 GB 2.5 MB/s 20m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 0% ▕ ▏ 3.2 MB/3.1 GB 2.5 MB/s 20m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 0% ▕ ▏ 3.2 MB/3.1 GB 2.5 MB/s 20m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 0% ▕ ▏ 3.2 MB/3.1 GB 2.5 MB/s 20m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 0% ▕ ▏ 3.2 MB/3.1 GB 2.5 MB/s 20m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 0% ▕ ▏ 2.1 MB/3.1 GB 2.5 MB/s 20m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 0% ▕ ▏ 3.1 MB/3.1 GB 2.5 MB/s 20m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 0% ▕ ▏ 5.5 MB/3.1 GB 2.5 MB/s 20m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 0% ▕ ▏ 9.6 MB/3.1 GB 4.4 MB/s 11m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 0% ▕ ▏ 9.8 MB/3.1 GB 4.4 MB/s 11m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 0% ▕ ▏ 14 MB/3.1 GB 4.4 MB/s 11m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 1% ▕ ▏ 16 MB/3.1 GB 4.4 MB/s 11m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 1% ▕ ▏ 16 MB/3.1 GB 4.4 MB/s 11m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 1% ▕ ▏ 19 MB/3.1 GB 4.4 MB/s 11m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 1% ▕ ▏ 22 MB/3.1 GB 4.4 MB/s 11m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 1% ▕ ▏ 25 MB/3.1 GB 4.4 MB/s 11m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 1% ▕ ▏ 29 MB/3.1 GB 4.4 MB/s 11m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 1% ▕ ▏ 32 MB/3.1 GB 4.4 MB/s 11m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 1% ▕ ▏ 36 MB/3.1 GB 4.4 MB/s 11m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 1% ▕ ▏ 39 MB/3.1 GB 12 MB/s 4m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 1% ▕ ▏ 44 MB/3.1 GB 12 MB/s 4m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 1% ▕ ▏ 45 MB/3.1 GB 12 MB/s 4m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 1% ▕ ▏ 45 MB/3.1 GB 12 MB/s 4m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 2% ▕ ▏ 50 MB/3.1 GB 12 MB/s 4m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 2% ▕ ▏ 52 MB/3.1 GB 12 MB/s 4m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 2% ▕ ▏ 56 MB/3.1 GB 12 MB/s 4m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 2% ▕ ▏ 57 MB/3.1 GB 12 MB/s 4m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 2% ▕ ▏ 61 MB/3.1 GB 12 MB/s 4m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 2% ▕ ▏ 64 MB/3.1 GB 12 MB/s 4m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 2% ▕ ▏ 65 MB/3.1 GB 15 MB/s 3m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 2% ▕ ▏ 66 MB/3.1 GB 15 MB/s 3m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 2% ▕ ▏ 72 MB/3.1 GB 15 MB/s 3m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 2% ▕ ▏ 72 MB/3.1 GB 15 MB/s 3m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 2% ▕ ▏ 73 MB/3.1 GB 15 MB/s 3m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 2% ▕ ▏ 73 MB/3.1 GB 15 MB/s 3m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 2% ▕ ▏ 75 MB/3.1 GB 15 MB/s 3m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 2% ▕ ▏ 76 MB/3.1 GB 15 MB/s 3m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 2% ▕ ▏ 76 MB/3.1 GB 15 MB/s 3m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 3% ▕ ▏ 77 MB/3.1 GB 15 MB/s 3m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 3% ▕ ▏ 77 MB/3.1 GB 15 MB/s 3m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 3% ▕ ▏ 80 MB/3.1 GB 15 MB/s 3m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 3% ▕ ▏ 83 MB/3.1 GB 15 MB/s 3m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 3% ▕ ▏ 83 MB/3.1 GB 15 MB/s 3m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 3% ▕ ▏ 89 MB/3.1 GB 15 MB/s 3m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 3% ▕ ▏ 93 MB/3.1 GB 15 MB/s 3m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 3% ▕ ▏ 94 MB/3.1 GB 15 MB/s 3m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 3% ▕ ▏ 96 MB/3.1 GB 15 MB/s 3m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 3% ▕ ▏ 104 MB/3.1 GB 15 MB/s 3m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 3% ▕ ▏ 106 MB/3.1 GB 15 MB/s 3m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 3% ▕ ▏ 107 MB/3.1 GB 17 MB/s 2m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 4% ▕ ▏ 107 MB/3.1 GB 17 MB/s 2m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 4% ▕ ▏ 109 MB/3.1 GB 17 MB/s 2m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 4% ▕ ▏ 114 MB/3.1 GB 17 MB/s 2m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 4% ▕ ▏ 115 MB/3.1 GB 17 MB/s 2m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 4% ▕ ▏ 115 MB/3.1 GB 17 MB/s 2m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 4% ▕ ▏ 118 MB/3.1 GB 17 MB/s 2m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 4% ▕ ▏ 121 MB/3.1 GB 17 MB/s 2m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 4% ▕ ▏ 118 MB/3.1 GB 17 MB/s 2m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 4% ▕ ▏ 122 MB/3.1 GB 17 MB/s 2m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 4% ▕ ▏ 125 MB/3.1 GB 17 MB/s 2m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 4% ▕ ▏ 127 MB/3.1 GB 17 MB/s 2m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 4% ▕ ▏ 128 MB/3.1 GB 17 MB/s 2m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 4% ▕ ▏ 128 MB/3.1 GB 17 MB/s 2m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 4% ▕ ▏ 129 MB/3.1 GB 17 MB/s 2m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 4% ▕ ▏ 132 MB/3.1 GB 17 MB/s 2m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 4% ▕ ▏ 135 MB/3.1 GB 17 MB/s 2m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 4% ▕ ▏ 137 MB/3.1 GB 17 MB/s 2m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 5% ▕ ▏ 142 MB/3.1 GB 17 MB/s 2m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 5% ▕ ▏ 143 MB/3.1 GB 17 MB/s 2m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 5% ▕ ▏ 143 MB/3.1 GB 17 MB/s 2m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 5% ▕ ▏ 144 MB/3.1 GB 17 MB/s 2m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 5% ▕ ▏ 144 MB/3.1 GB 17 MB/s 2m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 5% ▕ ▏ 146 MB/3.1 GB 17 MB/s 2m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 5% ▕ ▏ 147 MB/3.1 GB 17 MB/s 2m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 5% ▕ ▏ 151 MB/3.1 GB 17 MB/s 2m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 5% ▕ ▏ 152 MB/3.1 GB 17 MB/s 2m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 5% ▕ ▏ 155 MB/3.1 GB 17 MB/s 2m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 5% ▕ ▏ 156 MB/3.1 GB 17 MB/s 2m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 5% ▕ ▏ 161 MB/3.1 GB 17 MB/s 2m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 5% ▕ ▏ 164 MB/3.1 GB 17 MB/s 2m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 5% ▕ ▏ 166 MB/3.1 GB 18 MB/s 2m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 5% ▕ ▏ 166 MB/3.1 GB 18 MB/s 2m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 5% ▕ ▏ 166 MB/3.1 GB 18 MB/s 2m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 6% ▕ ▏ 176 MB/3.1 GB 18 MB/s 2m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 6% ▕ ▏ 176 MB/3.1 GB 18 MB/s 2m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 6% ▕ ▏ 177 MB/3.1 GB 18 MB/s 2m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 6% ▕ ▏ 187 MB/3.1 GB 18 MB/s 2m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 6% ▕ ▏ 187 MB/3.1 GB 18 MB/s 2m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 6% ▕ ▏ 187 MB/3.1 GB 18 MB/s 2m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 6% ▕ ▏ 190 MB/3.1 GB 18 MB/s 2m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 6% ▕█ ▏ 192 MB/3.1 GB 21 MB/s 2m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 6% ▕█ ▏ 193 MB/3.1 GB 21 MB/s 2m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 6% ▕█ ▏ 194 MB/3.1 GB 21 MB/s 2m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 6% ▕█ ▏ 196 MB/3.1 GB 21 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 7% ▕█ ▏ 201 MB/3.1 GB 21 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 7% ▕█ ▏ 203 MB/3.1 GB 21 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 7% ▕█ ▏ 204 MB/3.1 GB 21 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 7% ▕█ ▏ 204 MB/3.1 GB 21 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 7% ▕█ ▏ 205 MB/3.1 GB 21 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 7% ▕█ ▏ 207 MB/3.1 GB 21 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 7% ▕█ ▏ 210 MB/3.1 GB 22 MB/s 2m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 7% ▕█ ▏ 219 MB/3.1 GB 22 MB/s 2m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 7% ▕█ ▏ 220 MB/3.1 GB 22 MB/s 2m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 7% ▕█ ▏ 222 MB/3.1 GB 22 MB/s 2m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 7% ▕█ ▏ 222 MB/3.1 GB 22 MB/s 2m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 7% ▕█ ▏ 222 MB/3.1 GB 22 MB/s 2m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 7% ▕█ ▏ 223 MB/3.1 GB 22 MB/s 2m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 7% ▕█ ▏ 227 MB/3.1 GB 22 MB/s 2m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 7% ▕█ ▏ 229 MB/3.1 GB 22 MB/s 2m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 7% ▕█ ▏ 231 MB/3.1 GB 22 MB/s 2m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 8% ▕█ ▏ 233 MB/3.1 GB 21 MB/s 2m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 8% ▕█ ▏ 237 MB/3.1 GB 21 MB/s 2m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 8% ▕█ ▏ 241 MB/3.1 GB 21 MB/s 2m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 8% ▕█ ▏ 242 MB/3.1 GB 21 MB/s 2m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 8% ▕█ ▏ 242 MB/3.1 GB 21 MB/s 2m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 8% ▕█ ▏ 246 MB/3.1 GB 21 MB/s 2m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 8% ▕█ ▏ 248 MB/3.1 GB 21 MB/s 2m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 8% ▕█ ▏ 249 MB/3.1 GB 21 MB/s 2m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 8% ▕█ ▏ 256 MB/3.1 GB 21 MB/s 2m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 8% ▕█ ▏ 260 MB/3.1 GB 21 MB/s 2m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 8% ▕█ ▏ 261 MB/3.1 GB 21 MB/s 2m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 9% ▕█ ▏ 264 MB/3.1 GB 22 MB/s 2m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 9% ▕█ ▏ 269 MB/3.1 GB 22 MB/s 2m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 9% ▕█ ▏ 270 MB/3.1 GB 22 MB/s 2m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 9% ▕█ ▏ 270 MB/3.1 GB 22 MB/s 2m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 9% ▕█ ▏ 270 MB/3.1 GB 22 MB/s 2m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 9% ▕█ ▏ 270 MB/3.1 GB 22 MB/s 2m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 9% ▕█ ▏ 273 MB/3.1 GB 22 MB/s 2m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 9% ▕█ ▏ 277 MB/3.1 GB 22 MB/s 2m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 9% ▕█ ▏ 277 MB/3.1 GB 22 MB/s 2m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 9% ▕█ ▏ 277 MB/3.1 GB 22 MB/s 2m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 9% ▕█ ▏ 277 MB/3.1 GB 22 MB/s 2m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 9% ▕█ ▏ 277 MB/3.1 GB 22 MB/s 2m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 9% ▕█ ▏ 273 MB/3.1 GB 22 MB/s 2m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 9% ▕█ ▏ 280 MB/3.1 GB 22 MB/s 2m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 9% ▕█ ▏ 281 MB/3.1 GB 22 MB/s 2m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 9% ▕█ ▏ 281 MB/3.1 GB 22 MB/s 2m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 9% ▕█ ▏ 284 MB/3.1 GB 22 MB/s 2m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 9% ▕█ ▏ 287 MB/3.1 GB 22 MB/s 2m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 9% ▕█ ▏ 289 MB/3.1 GB 22 MB/s 2m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 10% ▕█ ▏ 295 MB/3.1 GB 22 MB/s 2m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 10% ▕█ ▏ 297 MB/3.1 GB 21 MB/s 2m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 10% ▕█ ▏ 299 MB/3.1 GB 21 MB/s 2m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 10% ▕█ ▏ 300 MB/3.1 GB 21 MB/s 2m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 10% ▕█ ▏ 300 MB/3.1 GB 21 MB/s 2m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 10% ▕█ ▏ 304 MB/3.1 GB 21 MB/s 2m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 10% ▕█ ▏ 310 MB/3.1 GB 21 MB/s 2m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 10% ▕█ ▏ 312 MB/3.1 GB 21 MB/s 2m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 10% ▕█ ▏ 312 MB/3.1 GB 21 MB/s 2m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 10% ▕█ ▏ 314 MB/3.1 GB 21 MB/s 2m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 10% ▕█ ▏ 315 MB/3.1 GB 21 MB/s 2m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 10% ▕█ ▏ 317 MB/3.1 GB 21 MB/s 2m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 10% ▕█ ▏ 318 MB/3.1 GB 21 MB/s 2m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 10% ▕█ ▏ 320 MB/3.1 GB 21 MB/s 2m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 11% ▕█ ▏ 324 MB/3.1 GB 21 MB/s 2m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 11% ▕█ ▏ 325 MB/3.1 GB 21 MB/s 2m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 11% ▕█ ▏ 326 MB/3.1 GB 21 MB/s 2m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 11% ▕█ ▏ 327 MB/3.1 GB 21 MB/s 2m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 11% ▕█ ▏ 332 MB/3.1 GB 21 MB/s 2m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 11% ▕█ ▏ 334 MB/3.1 GB 21 MB/s 2m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 11% ▕█ ▏ 334 MB/3.1 GB 21 MB/s 2m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 11% ▕█ ▏ 336 MB/3.1 GB 21 MB/s 2m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 11% ▕█ ▏ 336 MB/3.1 GB 21 MB/s 2m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 11% ▕█ ▏ 339 MB/3.1 GB 21 MB/s 2m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 11% ▕█ ▏ 343 MB/3.1 GB 21 MB/s 2m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 11% ▕█ ▏ 343 MB/3.1 GB 21 MB/s 2m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 11% ▕█ ▏ 347 MB/3.1 GB 21 MB/s 2m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 11% ▕█ ▏ 349 MB/3.1 GB 21 MB/s 2m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 11% ▕█ ▏ 350 MB/3.1 GB 21 MB/s 2m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 11% ▕█ ▏ 352 MB/3.1 GB 21 MB/s 2m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 12% ▕█ ▏ 355 MB/3.1 GB 21 MB/s 2m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 12% ▕█ ▏ 357 MB/3.1 GB 21 MB/s 2m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 12% ▕█ ▏ 358 MB/3.1 GB 21 MB/s 2m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 12% ▕█ ▏ 358 MB/3.1 GB 21 MB/s 2m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 12% ▕█ ▏ 358 MB/3.1 GB 21 MB/s 2m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 12% ▕█ ▏ 363 MB/3.1 GB 21 MB/s 2m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 12% ▕█ ▏ 366 MB/3.1 GB 21 MB/s 2m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 12% ▕█ ▏ 366 MB/3.1 GB 21 MB/s 2m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 12% ▕█ ▏ 369 MB/3.1 GB 21 MB/s 2m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 12% ▕█ ▏ 369 MB/3.1 GB 21 MB/s 2m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 12% ▕█ ▏ 369 MB/3.1 GB 21 MB/s 2m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 12% ▕█ ▏ 369 MB/3.1 GB 21 MB/s 2m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 12% ▕█ ▏ 373 MB/3.1 GB 20 MB/s 2m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 12% ▕█ ▏ 374 MB/3.1 GB 20 MB/s 2m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 12% ▕█ ▏ 374 MB/3.1 GB 20 MB/s 2m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 12% ▕█ ▏ 381 MB/3.1 GB 20 MB/s 2m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 12% ▕█ ▏ 381 MB/3.1 GB 20 MB/s 2m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 12% ▕█ ▏ 383 MB/3.1 GB 20 MB/s 2m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 12% ▕█ ▏ 383 MB/3.1 GB 20 MB/s 2m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 12% ▕█ ▏ 383 MB/3.1 GB 20 MB/s 2m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 12% ▕█ ▏ 383 MB/3.1 GB 20 MB/s 2m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 12% ▕█ ▏ 384 MB/3.1 GB 20 MB/s 2m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 13% ▕██ ▏ 388 MB/3.1 GB 19 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 13% ▕██ ▏ 388 MB/3.1 GB 19 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 13% ▕██ ▏ 388 MB/3.1 GB 19 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 13% ▕██ ▏ 388 MB/3.1 GB 19 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 13% ▕██ ▏ 389 MB/3.1 GB 19 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 13% ▕██ ▏ 391 MB/3.1 GB 19 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 13% ▕██ ▏ 390 MB/3.1 GB 19 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 13% ▕██ ▏ 392 MB/3.1 GB 19 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 13% ▕██ ▏ 398 MB/3.1 GB 19 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 13% ▕██ ▏ 399 MB/3.1 GB 19 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 13% ▕██ ▏ 402 MB/3.1 GB 18 MB/s 2m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 13% ▕██ ▏ 403 MB/3.1 GB 18 MB/s 2m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 13% ▕██ ▏ 404 MB/3.1 GB 18 MB/s 2m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 13% ▕██ ▏ 406 MB/3.1 GB 18 MB/s 2m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 13% ▕██ ▏ 410 MB/3.1 GB 18 MB/s 2m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 13% ▕██ ▏ 411 MB/3.1 GB 18 MB/s 2m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 13% ▕██ ▏ 413 MB/3.1 GB 18 MB/s 2m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 14% ▕██ ▏ 419 MB/3.1 GB 18 MB/s 2m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 14% ▕██ ▏ 421 MB/3.1 GB 18 MB/s 2m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 14% ▕██ ▏ 421 MB/3.1 GB 18 MB/s 2m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 14% ▕██ ▏ 422 MB/3.1 GB 17 MB/s 2m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 14% ▕██ ▏ 424 MB/3.1 GB 17 MB/s 2m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 14% ▕██ ▏ 426 MB/3.1 GB 17 MB/s 2m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 14% ▕██ ▏ 432 MB/3.1 GB 17 MB/s 2m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 14% ▕██ ▏ 434 MB/3.1 GB 17 MB/s 2m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 14% ▕██ ▏ 434 MB/3.1 GB 17 MB/s 2m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 14% ▕██ ▏ 436 MB/3.1 GB 17 MB/s 2m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 14% ▕██ ▏ 436 MB/3.1 GB 17 MB/s 2m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 14% ▕██ ▏ 441 MB/3.1 GB 17 MB/s 2m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 14% ▕██ ▏ 441 MB/3.1 GB 17 MB/s 2m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 14% ▕██ ▏ 441 MB/3.1 GB 17 MB/s 2m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 14% ▕██ ▏ 442 MB/3.1 GB 18 MB/s 2m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 14% ▕██ ▏ 443 MB/3.1 GB 18 MB/s 2m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 14% ▕██ ▏ 445 MB/3.1 GB 18 MB/s 2m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 15% ▕██ ▏ 448 MB/3.1 GB 18 MB/s 2m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 15% ▕██ ▏ 448 MB/3.1 GB 18 MB/s 2m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 15% ▕██ ▏ 450 MB/3.1 GB 18 MB/s 2m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 15% ▕██ ▏ 453 MB/3.1 GB 18 MB/s 2m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 15% ▕██ ▏ 454 MB/3.1 GB 18 MB/s 2m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 15% ▕██ ▏ 454 MB/3.1 GB 18 MB/s 2m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 15% ▕██ ▏ 455 MB/3.1 GB 18 MB/s 2m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 15% ▕██ ▏ 455 MB/3.1 GB 17 MB/s 2m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 15% ▕██ ▏ 455 MB/3.1 GB 17 MB/s 2m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 15% ▕██ ▏ 456 MB/3.1 GB 17 MB/s 2m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 15% ▕██ ▏ 459 MB/3.1 GB 17 MB/s 2m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 15% ▕██ ▏ 460 MB/3.1 GB 17 MB/s 2m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 15% ▕██ ▏ 461 MB/3.1 GB 17 MB/s 2m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 15% ▕██ ▏ 466 MB/3.1 GB 17 MB/s 2m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 15% ▕██ ▏ 466 MB/3.1 GB 17 MB/s 2m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 15% ▕██ ▏ 469 MB/3.1 GB 17 MB/s 2m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 15% ▕██ ▏ 471 MB/3.1 GB 17 MB/s 2m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 15% ▕██ ▏ 471 MB/3.1 GB 17 MB/s 2m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 15% ▕██ ▏ 474 MB/3.1 GB 17 MB/s 2m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 15% ▕██ ▏ 476 MB/3.1 GB 17 MB/s 2m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 15% ▕██ ▏ 477 MB/3.1 GB 17 MB/s 2m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 16% ▕██ ▏ 479 MB/3.1 GB 17 MB/s 2m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 16% ▕██ ▏ 480 MB/3.1 GB 17 MB/s 2m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 16% ▕██ ▏ 480 MB/3.1 GB 17 MB/s 2m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 16% ▕██ ▏ 484 MB/3.1 GB 17 MB/s 2m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 16% ▕██ ▏ 484 MB/3.1 GB 17 MB/s 2m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 16% ▕██ ▏ 484 MB/3.1 GB 17 MB/s 2m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 16% ▕██ ▏ 489 MB/3.1 GB 16 MB/s 2m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 16% ▕██ ▏ 495 MB/3.1 GB 16 MB/s 2m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 16% ▕██ ▏ 495 MB/3.1 GB 16 MB/s 2m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 16% ▕██ ▏ 498 MB/3.1 GB 16 MB/s 2m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 16% ▕██ ▏ 500 MB/3.1 GB 16 MB/s 2m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 16% ▕██ ▏ 501 MB/3.1 GB 16 MB/s 2m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 16% ▕██ ▏ 505 MB/3.1 GB 16 MB/s 2m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 16% ▕██ ▏ 506 MB/3.1 GB 16 MB/s 2m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 16% ▕██ ▏ 507 MB/3.1 GB 16 MB/s 2m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 17% ▕██ ▏ 508 MB/3.1 GB 16 MB/s 2m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 17% ▕██ ▏ 512 MB/3.1 GB 17 MB/s 2m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 17% ▕██ ▏ 514 MB/3.1 GB 17 MB/s 2m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 17% ▕██ ▏ 517 MB/3.1 GB 17 MB/s 2m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 17% ▕██ ▏ 518 MB/3.1 GB 17 MB/s 2m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 17% ▕██ ▏ 519 MB/3.1 GB 17 MB/s 2m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 17% ▕██ ▏ 522 MB/3.1 GB 17 MB/s 2m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 17% ▕██ ▏ 526 MB/3.1 GB 17 MB/s 2m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 17% ▕██ ▏ 527 MB/3.1 GB 17 MB/s 2m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 17% ▕██ ▏ 527 MB/3.1 GB 17 MB/s 2m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 17% ▕██ ▏ 531 MB/3.1 GB 17 MB/s 2m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 17% ▕██ ▏ 531 MB/3.1 GB 17 MB/s 2m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 17% ▕██ ▏ 532 MB/3.1 GB 17 MB/s 2m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 17% ▕██ ▏ 536 MB/3.1 GB 17 MB/s 2m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 17% ▕██ ▏ 536 MB/3.1 GB 17 MB/s 2m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 17% ▕██ ▏ 538 MB/3.1 GB 17 MB/s 2m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 18% ▕██ ▏ 540 MB/3.1 GB 17 MB/s 2m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 18% ▕██ ▏ 540 MB/3.1 GB 17 MB/s 2m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 18% ▕██ ▏ 544 MB/3.1 GB 17 MB/s 2m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 18% ▕██ ▏ 546 MB/3.1 GB 17 MB/s 2m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 18% ▕██ ▏ 549 MB/3.1 GB 17 MB/s 2m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 18% ▕██ ▏ 549 MB/3.1 GB 17 MB/s 2m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 18% ▕██ ▏ 552 MB/3.1 GB 18 MB/s 2m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 18% ▕██ ▏ 554 MB/3.1 GB 18 MB/s 2m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 18% ▕██ ▏ 558 MB/3.1 GB 18 MB/s 2m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 18% ▕██ ▏ 559 MB/3.1 GB 18 MB/s 2m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 18% ▕██ ▏ 561 MB/3.1 GB 18 MB/s 2m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 18% ▕██ ▏ 562 MB/3.1 GB 18 MB/s 2m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 18% ▕██ ▏ 564 MB/3.1 GB 18 MB/s 2m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 18% ▕██ ▏ 564 MB/3.1 GB 18 MB/s 2m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 18% ▕██ ▏ 565 MB/3.1 GB 18 MB/s 2m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 18% ▕██ ▏ 570 MB/3.1 GB 18 MB/s 2m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 19% ▕██ ▏ 570 MB/3.1 GB 18 MB/s 2m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 19% ▕██ ▏ 575 MB/3.1 GB 18 MB/s 2m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 19% ▕███ ▏ 580 MB/3.1 GB 18 MB/s 2m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 19% ▕███ ▏ 581 MB/3.1 GB 18 MB/s 2m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 19% ▕███ ▏ 584 MB/3.1 GB 18 MB/s 2m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 19% ▕███ ▏ 585 MB/3.1 GB 18 MB/s 2m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 19% ▕███ ▏ 588 MB/3.1 GB 18 MB/s 2m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 19% ▕███ ▏ 590 MB/3.1 GB 18 MB/s 2m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 19% ▕███ ▏ 597 MB/3.1 GB 18 MB/s 2m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 19% ▕███ ▏ 597 MB/3.1 GB 18 MB/s 2m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 19% ▕███ ▏ 599 MB/3.1 GB 19 MB/s 2m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 19% ▕███ ▏ 599 MB/3.1 GB 19 MB/s 2m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 19% ▕███ ▏ 599 MB/3.1 GB 19 MB/s 2m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 20% ▕███ ▏ 604 MB/3.1 GB 19 MB/s 2m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 20% ▕███ ▏ 610 MB/3.1 GB 19 MB/s 2m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 20% ▕███ ▏ 612 MB/3.1 GB 19 MB/s 2m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 20% ▕███ ▏ 613 MB/3.1 GB 19 MB/s 2m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 20% ▕███ ▏ 615 MB/3.1 GB 19 MB/s 2m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 20% ▕███ ▏ 620 MB/3.1 GB 19 MB/s 2m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 20% ▕███ ▏ 621 MB/3.1 GB 19 MB/s 2m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 20% ▕███ ▏ 622 MB/3.1 GB 20 MB/s 2m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 20% ▕███ ▏ 622 MB/3.1 GB 20 MB/s 2m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 20% ▕███ ▏ 626 MB/3.1 GB 20 MB/s 2m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 20% ▕███ ▏ 627 MB/3.1 GB 20 MB/s 2m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 20% ▕███ ▏ 627 MB/3.1 GB 20 MB/s 2m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 20% ▕███ ▏ 628 MB/3.1 GB 20 MB/s 2m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 21% ▕███ ▏ 632 MB/3.1 GB 20 MB/s 2m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 21% ▕███ ▏ 633 MB/3.1 GB 20 MB/s 2m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 21% ▕███ ▏ 634 MB/3.1 GB 20 MB/s 2m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 21% ▕███ ▏ 633 MB/3.1 GB 20 MB/s 2m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 21% ▕███ ▏ 633 MB/3.1 GB 20 MB/s 2m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 21% ▕███ ▏ 636 MB/3.1 GB 20 MB/s 2m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 21% ▕███ ▏ 643 MB/3.1 GB 20 MB/s 2m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 21% ▕███ ▏ 643 MB/3.1 GB 20 MB/s 2m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 21% ▕███ ▏ 644 MB/3.1 GB 20 MB/s 2m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 21% ▕███ ▏ 645 MB/3.1 GB 20 MB/s 2m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 21% ▕███ ▏ 650 MB/3.1 GB 20 MB/s 2m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 21% ▕███ ▏ 652 MB/3.1 GB 20 MB/s 2m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 21% ▕███ ▏ 652 MB/3.1 GB 20 MB/s 2m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 21% ▕███ ▏ 653 MB/3.1 GB 20 MB/s 2m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 21% ▕███ ▏ 658 MB/3.1 GB 20 MB/s 2m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 21% ▕███ ▏ 661 MB/3.1 GB 21 MB/s 1m55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 21% ▕███ ▏ 662 MB/3.1 GB 21 MB/s 1m55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 22% ▕███ ▏ 663 MB/3.1 GB 21 MB/s 1m55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 22% ▕███ ▏ 663 MB/3.1 GB 21 MB/s 1m55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 22% ▕███ ▏ 663 MB/3.1 GB 21 MB/s 1m55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 22% ▕███ ▏ 663 MB/3.1 GB 21 MB/s 1m55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 22% ▕███ ▏ 666 MB/3.1 GB 21 MB/s 1m54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 22% ▕███ ▏ 666 MB/3.1 GB 21 MB/s 1m54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 22% ▕███ ▏ 664 MB/3.1 GB 21 MB/s 1m55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 22% ▕███ ▏ 669 MB/3.1 GB 21 MB/s 1m54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 22% ▕███ ▏ 670 MB/3.1 GB 20 MB/s 1m59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 22% ▕███ ▏ 673 MB/3.1 GB 20 MB/s 1m59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 22% ▕███ ▏ 677 MB/3.1 GB 20 MB/s 1m59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 22% ▕███ ▏ 681 MB/3.1 GB 20 MB/s 1m59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 22% ▕███ ▏ 684 MB/3.1 GB 20 MB/s 1m59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 22% ▕███ ▏ 685 MB/3.1 GB 20 MB/s 1m58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 22% ▕███ ▏ 688 MB/3.1 GB 20 MB/s 1m58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 22% ▕███ ▏ 692 MB/3.1 GB 20 MB/s 1m58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 22% ▕███ ▏ 693 MB/3.1 GB 20 MB/s 1m58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 22% ▕███ ▏ 693 MB/3.1 GB 20 MB/s 1m58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 23% ▕███ ▏ 695 MB/3.1 GB 20 MB/s 1m57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 23% ▕███ ▏ 700 MB/3.1 GB 20 MB/s 1m57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 23% ▕███ ▏ 702 MB/3.1 GB 20 MB/s 1m57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 23% ▕███ ▏ 703 MB/3.1 GB 20 MB/s 1m57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 23% ▕███ ▏ 703 MB/3.1 GB 20 MB/s 1m56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 23% ▕███ ▏ 705 MB/3.1 GB 20 MB/s 1m56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 23% ▕███ ▏ 711 MB/3.1 GB 20 MB/s 1m56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 23% ▕███ ▏ 712 MB/3.1 GB 20 MB/s 1m56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 23% ▕███ ▏ 712 MB/3.1 GB 20 MB/s 1m56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 23% ▕███ ▏ 713 MB/3.1 GB 20 MB/s 1m56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 23% ▕███ ▏ 715 MB/3.1 GB 20 MB/s 1m55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 23% ▕███ ▏ 716 MB/3.1 GB 20 MB/s 1m55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 24% ▕███ ▏ 724 MB/3.1 GB 20 MB/s 1m55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 24% ▕███ ▏ 725 MB/3.1 GB 20 MB/s 1m55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 24% ▕███ ▏ 726 MB/3.1 GB 20 MB/s 1m55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 24% ▕███ ▏ 728 MB/3.1 GB 20 MB/s 1m55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 24% ▕███ ▏ 733 MB/3.1 GB 20 MB/s 1m54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 24% ▕███ ▏ 737 MB/3.1 GB 20 MB/s 1m54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 24% ▕███ ▏ 737 MB/3.1 GB 20 MB/s 1m54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 24% ▕███ ▏ 738 MB/3.1 GB 20 MB/s 1m54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 24% ▕███ ▏ 739 MB/3.1 GB 20 MB/s 1m54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 24% ▕███ ▏ 745 MB/3.1 GB 21 MB/s 1m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 24% ▕███ ▏ 748 MB/3.1 GB 21 MB/s 1m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 24% ▕███ ▏ 750 MB/3.1 GB 21 MB/s 1m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 24% ▕███ ▏ 752 MB/3.1 GB 21 MB/s 1m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 24% ▕███ ▏ 754 MB/3.1 GB 21 MB/s 1m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 24% ▕███ ▏ 754 MB/3.1 GB 21 MB/s 1m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 25% ▕███ ▏ 756 MB/3.1 GB 21 MB/s 1m48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 25% ▕███ ▏ 757 MB/3.1 GB 21 MB/s 1m48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 25% ▕███ ▏ 757 MB/3.1 GB 21 MB/s 1m48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 25% ▕███ ▏ 761 MB/3.1 GB 21 MB/s 1m48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 25% ▕███ ▏ 766 MB/3.1 GB 21 MB/s 1m48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 25% ▕███ ▏ 767 MB/3.1 GB 21 MB/s 1m48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 25% ▕███ ▏ 767 MB/3.1 GB 21 MB/s 1m48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 25% ▕███ ▏ 769 MB/3.1 GB 21 MB/s 1m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 25% ▕███ ▏ 770 MB/3.1 GB 21 MB/s 1m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 25% ▕████ ▏ 775 MB/3.1 GB 21 MB/s 1m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 25% ▕████ ▏ 777 MB/3.1 GB 21 MB/s 1m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 25% ▕████ ▏ 777 MB/3.1 GB 21 MB/s 1m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 25% ▕████ ▏ 777 MB/3.1 GB 21 MB/s 1m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 25% ▕████ ▏ 777 MB/3.1 GB 21 MB/s 1m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 25% ▕████ ▏ 777 MB/3.1 GB 19 MB/s 1m56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 25% ▕████ ▏ 782 MB/3.1 GB 19 MB/s 1m56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 25% ▕████ ▏ 783 MB/3.1 GB 19 MB/s 1m56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 25% ▕████ ▏ 784 MB/3.1 GB 19 MB/s 1m56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 25% ▕████ ▏ 784 MB/3.1 GB 19 MB/s 1m56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 25% ▕████ ▏ 785 MB/3.1 GB 19 MB/s 1m56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 25% ▕████ ▏ 786 MB/3.1 GB 19 MB/s 1m56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 26% ▕████ ▏ 786 MB/3.1 GB 19 MB/s 1m56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 26% ▕████ ▏ 786 MB/3.1 GB 19 MB/s 1m56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 26% ▕████ ▏ 787 MB/3.1 GB 19 MB/s 1m56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 26% ▕████ ▏ 787 MB/3.1 GB 18 MB/s 2m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 26% ▕████ ▏ 791 MB/3.1 GB 18 MB/s 2m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 26% ▕████ ▏ 793 MB/3.1 GB 18 MB/s 2m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 26% ▕████ ▏ 794 MB/3.1 GB 18 MB/s 2m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 26% ▕████ ▏ 798 MB/3.1 GB 18 MB/s 2m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 26% ▕████ ▏ 798 MB/3.1 GB 18 MB/s 2m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 26% ▕████ ▏ 799 MB/3.1 GB 18 MB/s 2m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 26% ▕████ ▏ 800 MB/3.1 GB 18 MB/s 2m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 26% ▕████ ▏ 800 MB/3.1 GB 18 MB/s 2m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 26% ▕████ ▏ 802 MB/3.1 GB 18 MB/s 2m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 26% ▕████ ▏ 804 MB/3.1 GB 18 MB/s 2m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 26% ▕████ ▏ 805 MB/3.1 GB 18 MB/s 2m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 26% ▕████ ▏ 806 MB/3.1 GB 18 MB/s 2m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 26% ▕████ ▏ 808 MB/3.1 GB 18 MB/s 2m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 26% ▕████ ▏ 809 MB/3.1 GB 18 MB/s 2m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 26% ▕████ ▏ 812 MB/3.1 GB 18 MB/s 2m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 26% ▕████ ▏ 815 MB/3.1 GB 18 MB/s 2m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 26% ▕████ ▏ 816 MB/3.1 GB 18 MB/s 2m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 27% ▕████ ▏ 820 MB/3.1 GB 18 MB/s 2m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 27% ▕████ ▏ 820 MB/3.1 GB 18 MB/s 2m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 27% ▕████ ▏ 821 MB/3.1 GB 18 MB/s 2m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 27% ▕████ ▏ 822 MB/3.1 GB 17 MB/s 2m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 27% ▕████ ▏ 823 MB/3.1 GB 17 MB/s 2m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 27% ▕████ ▏ 823 MB/3.1 GB 17 MB/s 2m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 27% ▕████ ▏ 823 MB/3.1 GB 17 MB/s 2m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 27% ▕████ ▏ 830 MB/3.1 GB 17 MB/s 2m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 27% ▕████ ▏ 831 MB/3.1 GB 17 MB/s 2m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 27% ▕████ ▏ 832 MB/3.1 GB 17 MB/s 2m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 27% ▕████ ▏ 832 MB/3.1 GB 17 MB/s 2m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 27% ▕████ ▏ 832 MB/3.1 GB 17 MB/s 2m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 27% ▕████ ▏ 838 MB/3.1 GB 17 MB/s 2m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 27% ▕████ ▏ 841 MB/3.1 GB 18 MB/s 1m59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 27% ▕████ ▏ 841 MB/3.1 GB 18 MB/s 1m59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 27% ▕████ ▏ 841 MB/3.1 GB 18 MB/s 1m59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 27% ▕████ ▏ 842 MB/3.1 GB 18 MB/s 1m59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 27% ▕████ ▏ 844 MB/3.1 GB 18 MB/s 1m59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 27% ▕████ ▏ 846 MB/3.1 GB 18 MB/s 1m58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 28% ▕████ ▏ 850 MB/3.1 GB 18 MB/s 1m58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 28% ▕████ ▏ 852 MB/3.1 GB 18 MB/s 1m58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 28% ▕████ ▏ 856 MB/3.1 GB 18 MB/s 1m58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 28% ▕████ ▏ 857 MB/3.1 GB 18 MB/s 1m58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 28% ▕████ ▏ 859 MB/3.1 GB 18 MB/s 2m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 28% ▕████ ▏ 859 MB/3.1 GB 18 MB/s 2m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 28% ▕████ ▏ 861 MB/3.1 GB 18 MB/s 2m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 28% ▕████ ▏ 863 MB/3.1 GB 18 MB/s 2m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 28% ▕████ ▏ 863 MB/3.1 GB 18 MB/s 2m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 28% ▕████ ▏ 867 MB/3.1 GB 18 MB/s 2m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 28% ▕████ ▏ 868 MB/3.1 GB 18 MB/s 2m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 28% ▕████ ▏ 872 MB/3.1 GB 18 MB/s 2m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 28% ▕████ ▏ 874 MB/3.1 GB 18 MB/s 2m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 28% ▕████ ▏ 875 MB/3.1 GB 18 MB/s 2m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 28% ▕████ ▏ 877 MB/3.1 GB 17 MB/s 2m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 29% ▕████ ▏ 880 MB/3.1 GB 17 MB/s 2m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 29% ▕████ ▏ 884 MB/3.1 GB 17 MB/s 2m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 29% ▕████ ▏ 889 MB/3.1 GB 17 MB/s 2m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 29% ▕████ ▏ 893 MB/3.1 GB 17 MB/s 2m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 29% ▕████ ▏ 893 MB/3.1 GB 17 MB/s 2m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 29% ▕████ ▏ 894 MB/3.1 GB 17 MB/s 2m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 29% ▕████ ▏ 894 MB/3.1 GB 17 MB/s 2m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 29% ▕████ ▏ 895 MB/3.1 GB 17 MB/s 2m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 29% ▕████ ▏ 899 MB/3.1 GB 17 MB/s 2m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 29% ▕████ ▏ 901 MB/3.1 GB 17 MB/s 2m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 29% ▕████ ▏ 901 MB/3.1 GB 17 MB/s 2m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 29% ▕████ ▏ 905 MB/3.1 GB 17 MB/s 2m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 29% ▕████ ▏ 905 MB/3.1 GB 17 MB/s 2m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 29% ▕████ ▏ 906 MB/3.1 GB 17 MB/s 2m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 29% ▕████ ▏ 906 MB/3.1 GB 17 MB/s 2m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 29% ▕████ ▏ 908 MB/3.1 GB 17 MB/s 2m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 29% ▕████ ▏ 909 MB/3.1 GB 17 MB/s 2m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 30% ▕████ ▏ 910 MB/3.1 GB 17 MB/s 2m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 30% ▕████ ▏ 914 MB/3.1 GB 17 MB/s 2m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 30% ▕████ ▏ 917 MB/3.1 GB 17 MB/s 2m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 30% ▕████ ▏ 921 MB/3.1 GB 17 MB/s 2m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 30% ▕████ ▏ 923 MB/3.1 GB 17 MB/s 2m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 30% ▕████ ▏ 925 MB/3.1 GB 17 MB/s 2m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 30% ▕████ ▏ 927 MB/3.1 GB 17 MB/s 2m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 30% ▕████ ▏ 929 MB/3.1 GB 17 MB/s 2m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 30% ▕████ ▏ 929 MB/3.1 GB 17 MB/s 2m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 30% ▕████ ▏ 933 MB/3.1 GB 17 MB/s 2m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 30% ▕████ ▏ 935 MB/3.1 GB 17 MB/s 2m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 30% ▕████ ▏ 935 MB/3.1 GB 17 MB/s 2m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 30% ▕████ ▏ 936 MB/3.1 GB 17 MB/s 2m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 30% ▕████ ▏ 937 MB/3.1 GB 17 MB/s 2m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 31% ▕████ ▏ 942 MB/3.1 GB 17 MB/s 2m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 31% ▕████ ▏ 945 MB/3.1 GB 17 MB/s 2m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 31% ▕████ ▏ 947 MB/3.1 GB 17 MB/s 2m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 31% ▕████ ▏ 949 MB/3.1 GB 17 MB/s 2m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 31% ▕████ ▏ 950 MB/3.1 GB 17 MB/s 2m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 31% ▕████ ▏ 952 MB/3.1 GB 17 MB/s 2m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 31% ▕████ ▏ 953 MB/3.1 GB 17 MB/s 2m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 31% ▕████ ▏ 957 MB/3.1 GB 17 MB/s 2m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 31% ▕████ ▏ 960 MB/3.1 GB 17 MB/s 2m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 31% ▕█████ ▏ 963 MB/3.1 GB 19 MB/s 1m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 31% ▕█████ ▏ 967 MB/3.1 GB 19 MB/s 1m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 31% ▕█████ ▏ 969 MB/3.1 GB 19 MB/s 1m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 32% ▕█████ ▏ 971 MB/3.1 GB 19 MB/s 1m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 32% ▕█████ ▏ 971 MB/3.1 GB 19 MB/s 1m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 32% ▕█████ ▏ 975 MB/3.1 GB 19 MB/s 1m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 32% ▕█████ ▏ 977 MB/3.1 GB 19 MB/s 1m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 32% ▕█████ ▏ 981 MB/3.1 GB 19 MB/s 1m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 32% ▕█████ ▏ 982 MB/3.1 GB 19 MB/s 1m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 32% ▕█████ ▏ 985 MB/3.1 GB 19 MB/s 1m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 32% ▕█████ ▏ 990 MB/3.1 GB 20 MB/s 1m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 32% ▕█████ ▏ 991 MB/3.1 GB 20 MB/s 1m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 32% ▕█████ ▏ 991 MB/3.1 GB 20 MB/s 1m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 32% ▕█████ ▏ 993 MB/3.1 GB 20 MB/s 1m40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 32% ▕█████ ▏ 994 MB/3.1 GB 20 MB/s 1m40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 32% ▕█████ ▏ 996 MB/3.1 GB 20 MB/s 1m40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 32% ▕█████ ▏ 998 MB/3.1 GB 20 MB/s 1m40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 33% ▕█████ ▏ 1.0 GB/3.1 GB 20 MB/s 1m40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 33% ▕█████ ▏ 1.0 GB/3.1 GB 20 MB/s 1m40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 33% ▕█████ ▏ 1.0 GB/3.1 GB 20 MB/s 1m40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 33% ▕█████ ▏ 1.0 GB/3.1 GB 20 MB/s 1m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 33% ▕█████ ▏ 1.0 GB/3.1 GB 20 MB/s 1m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 33% ▕█████ ▏ 1.0 GB/3.1 GB 20 MB/s 1m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 33% ▕█████ ▏ 1.0 GB/3.1 GB 20 MB/s 1m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 33% ▕█████ ▏ 1.0 GB/3.1 GB 20 MB/s 1m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 33% ▕█████ ▏ 1.0 GB/3.1 GB 20 MB/s 1m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 33% ▕█████ ▏ 1.0 GB/3.1 GB 20 MB/s 1m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 33% ▕█████ ▏ 1.0 GB/3.1 GB 20 MB/s 1m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 33% ▕█████ ▏ 1.0 GB/3.1 GB 20 MB/s 1m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 33% ▕█████ ▏ 1.0 GB/3.1 GB 20 MB/s 1m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 34% ▕█████ ▏ 1.0 GB/3.1 GB 20 MB/s 1m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 34% ▕█████ ▏ 1.0 GB/3.1 GB 21 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 34% ▕█████ ▏ 1.0 GB/3.1 GB 21 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 34% ▕█████ ▏ 1.0 GB/3.1 GB 21 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 34% ▕█████ ▏ 1.0 GB/3.1 GB 21 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 34% ▕█████ ▏ 1.0 GB/3.1 GB 21 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 34% ▕█████ ▏ 1.0 GB/3.1 GB 21 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 34% ▕█████ ▏ 1.0 GB/3.1 GB 21 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 34% ▕█████ ▏ 1.0 GB/3.1 GB 21 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 34% ▕█████ ▏ 1.0 GB/3.1 GB 21 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 34% ▕█████ ▏ 1.1 GB/3.1 GB 21 MB/s 1m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 34% ▕█████ ▏ 1.1 GB/3.1 GB 21 MB/s 1m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 34% ▕█████ ▏ 1.1 GB/3.1 GB 21 MB/s 1m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 34% ▕█████ ▏ 1.1 GB/3.1 GB 21 MB/s 1m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 34% ▕█████ ▏ 1.1 GB/3.1 GB 21 MB/s 1m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 34% ▕█████ ▏ 1.1 GB/3.1 GB 21 MB/s 1m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 35% ▕█████ ▏ 1.1 GB/3.1 GB 21 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 35% ▕█████ ▏ 1.1 GB/3.1 GB 21 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 35% ▕█████ ▏ 1.1 GB/3.1 GB 21 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 35% ▕█████ ▏ 1.1 GB/3.1 GB 21 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 35% ▕█████ ▏ 1.1 GB/3.1 GB 21 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 35% ▕█████ ▏ 1.1 GB/3.1 GB 22 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 35% ▕█████ ▏ 1.1 GB/3.1 GB 22 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 35% ▕█████ ▏ 1.1 GB/3.1 GB 22 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 35% ▕█████ ▏ 1.1 GB/3.1 GB 22 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 35% ▕█████ ▏ 1.1 GB/3.1 GB 22 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 35% ▕█████ ▏ 1.1 GB/3.1 GB 22 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 35% ▕█████ ▏ 1.1 GB/3.1 GB 22 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 35% ▕█████ ▏ 1.1 GB/3.1 GB 22 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 36% ▕█████ ▏ 1.1 GB/3.1 GB 22 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 36% ▕█████ ▏ 1.1 GB/3.1 GB 22 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 36% ▕█████ ▏ 1.1 GB/3.1 GB 22 MB/s 1m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 36% ▕█████ ▏ 1.1 GB/3.1 GB 22 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 36% ▕█████ ▏ 1.1 GB/3.1 GB 22 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 36% ▕█████ ▏ 1.1 GB/3.1 GB 22 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 36% ▕█████ ▏ 1.1 GB/3.1 GB 22 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 36% ▕█████ ▏ 1.1 GB/3.1 GB 22 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 36% ▕█████ ▏ 1.1 GB/3.1 GB 22 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 36% ▕█████ ▏ 1.1 GB/3.1 GB 22 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 36% ▕█████ ▏ 1.1 GB/3.1 GB 22 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 36% ▕█████ ▏ 1.1 GB/3.1 GB 22 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 37% ▕█████ ▏ 1.1 GB/3.1 GB 22 MB/s 1m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 37% ▕█████ ▏ 1.1 GB/3.1 GB 22 MB/s 1m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 37% ▕█████ ▏ 1.1 GB/3.1 GB 22 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 37% ▕█████ ▏ 1.1 GB/3.1 GB 22 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 37% ▕█████ ▏ 1.1 GB/3.1 GB 22 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 37% ▕█████ ▏ 1.1 GB/3.1 GB 22 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 37% ▕█████ ▏ 1.1 GB/3.1 GB 22 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 37% ▕█████ ▏ 1.1 GB/3.1 GB 22 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 37% ▕█████ ▏ 1.1 GB/3.1 GB 22 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 37% ▕█████ ▏ 1.1 GB/3.1 GB 22 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 37% ▕█████ ▏ 1.2 GB/3.1 GB 22 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 37% ▕█████ ▏ 1.2 GB/3.1 GB 23 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 38% ▕██████ ▏ 1.2 GB/3.1 GB 23 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 38% ▕██████ ▏ 1.2 GB/3.1 GB 23 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 38% ▕██████ ▏ 1.2 GB/3.1 GB 23 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 38% ▕██████ ▏ 1.2 GB/3.1 GB 23 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 38% ▕██████ ▏ 1.2 GB/3.1 GB 23 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 38% ▕██████ ▏ 1.2 GB/3.1 GB 23 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 38% ▕██████ ▏ 1.2 GB/3.1 GB 23 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 38% ▕██████ ▏ 1.2 GB/3.1 GB 23 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 38% ▕██████ ▏ 1.2 GB/3.1 GB 23 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 38% ▕██████ ▏ 1.2 GB/3.1 GB 23 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 38% ▕██████ ▏ 1.2 GB/3.1 GB 23 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 38% ▕██████ ▏ 1.2 GB/3.1 GB 23 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 38% ▕██████ ▏ 1.2 GB/3.1 GB 23 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 38% ▕██████ ▏ 1.2 GB/3.1 GB 23 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 39% ▕██████ ▏ 1.2 GB/3.1 GB 23 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 39% ▕██████ ▏ 1.2 GB/3.1 GB 23 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 39% ▕██████ ▏ 1.2 GB/3.1 GB 23 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 39% ▕██████ ▏ 1.2 GB/3.1 GB 23 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 39% ▕██████ ▏ 1.2 GB/3.1 GB 23 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 39% ▕██████ ▏ 1.2 GB/3.1 GB 23 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 39% ▕██████ ▏ 1.2 GB/3.1 GB 23 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 39% ▕██████ ▏ 1.2 GB/3.1 GB 23 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 39% ▕██████ ▏ 1.2 GB/3.1 GB 23 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 39% ▕██████ ▏ 1.2 GB/3.1 GB 23 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 39% ▕██████ ▏ 1.2 GB/3.1 GB 23 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 39% ▕██████ ▏ 1.2 GB/3.1 GB 23 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 39% ▕██████ ▏ 1.2 GB/3.1 GB 23 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 40% ▕██████ ▏ 1.2 GB/3.1 GB 23 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 40% ▕██████ ▏ 1.2 GB/3.1 GB 23 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 40% ▕██████ ▏ 1.2 GB/3.1 GB 23 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 40% ▕██████ ▏ 1.2 GB/3.1 GB 23 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 40% ▕██████ ▏ 1.2 GB/3.1 GB 23 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 40% ▕██████ ▏ 1.2 GB/3.1 GB 23 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 40% ▕██████ ▏ 1.2 GB/3.1 GB 23 MB/s 1m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 40% ▕██████ ▏ 1.2 GB/3.1 GB 23 MB/s 1m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 40% ▕██████ ▏ 1.2 GB/3.1 GB 23 MB/s 1m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 40% ▕██████ ▏ 1.2 GB/3.1 GB 23 MB/s 1m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 40% ▕██████ ▏ 1.2 GB/3.1 GB 23 MB/s 1m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 41% ▕██████ ▏ 1.3 GB/3.1 GB 23 MB/s 1m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 41% ▕██████ ▏ 1.3 GB/3.1 GB 24 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 41% ▕██████ ▏ 1.3 GB/3.1 GB 24 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 41% ▕██████ ▏ 1.3 GB/3.1 GB 24 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 41% ▕██████ ▏ 1.3 GB/3.1 GB 24 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 41% ▕██████ ▏ 1.3 GB/3.1 GB 24 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 41% ▕██████ ▏ 1.3 GB/3.1 GB 24 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 41% ▕██████ ▏ 1.3 GB/3.1 GB 24 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 41% ▕██████ ▏ 1.3 GB/3.1 GB 24 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 41% ▕██████ ▏ 1.3 GB/3.1 GB 24 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 41% ▕██████ ▏ 1.3 GB/3.1 GB 24 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 41% ▕██████ ▏ 1.3 GB/3.1 GB 24 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 41% ▕██████ ▏ 1.3 GB/3.1 GB 25 MB/s 1m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 42% ▕██████ ▏ 1.3 GB/3.1 GB 25 MB/s 1m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 42% ▕██████ ▏ 1.3 GB/3.1 GB 25 MB/s 1m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 42% ▕██████ ▏ 1.3 GB/3.1 GB 25 MB/s 1m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 42% ▕██████ ▏ 1.3 GB/3.1 GB 25 MB/s 1m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 42% ▕██████ ▏ 1.3 GB/3.1 GB 25 MB/s 1m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 42% ▕██████ ▏ 1.3 GB/3.1 GB 25 MB/s 1m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 42% ▕██████ ▏ 1.3 GB/3.1 GB 25 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 42% ▕██████ ▏ 1.3 GB/3.1 GB 25 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 42% ▕██████ ▏ 1.3 GB/3.1 GB 25 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 42% ▕██████ ▏ 1.3 GB/3.1 GB 24 MB/s 1m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 42% ▕██████ ▏ 1.3 GB/3.1 GB 24 MB/s 1m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 42% ▕██████ ▏ 1.3 GB/3.1 GB 24 MB/s 1m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 42% ▕██████ ▏ 1.3 GB/3.1 GB 24 MB/s 1m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 42% ▕██████ ▏ 1.3 GB/3.1 GB 24 MB/s 1m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 43% ▕██████ ▏ 1.3 GB/3.1 GB 24 MB/s 1m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 43% ▕██████ ▏ 1.3 GB/3.1 GB 24 MB/s 1m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 43% ▕██████ ▏ 1.3 GB/3.1 GB 24 MB/s 1m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 43% ▕██████ ▏ 1.3 GB/3.1 GB 24 MB/s 1m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 43% ▕██████ ▏ 1.3 GB/3.1 GB 24 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 43% ▕██████ ▏ 1.3 GB/3.1 GB 24 MB/s 1m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 43% ▕██████ ▏ 1.3 GB/3.1 GB 24 MB/s 1m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 43% ▕██████ ▏ 1.3 GB/3.1 GB 24 MB/s 1m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 43% ▕██████ ▏ 1.3 GB/3.1 GB 24 MB/s 1m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 43% ▕██████ ▏ 1.3 GB/3.1 GB 24 MB/s 1m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 43% ▕██████ ▏ 1.3 GB/3.1 GB 24 MB/s 1m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 43% ▕██████ ▏ 1.3 GB/3.1 GB 24 MB/s 1m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 43% ▕██████ ▏ 1.3 GB/3.1 GB 24 MB/s 1m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 44% ▕██████ ▏ 1.3 GB/3.1 GB 24 MB/s 1m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 44% ▕██████ ▏ 1.3 GB/3.1 GB 24 MB/s 1m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 44% ▕███████ ▏ 1.3 GB/3.1 GB 24 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 44% ▕███████ ▏ 1.4 GB/3.1 GB 24 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 44% ▕███████ ▏ 1.4 GB/3.1 GB 24 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 44% ▕███████ ▏ 1.4 GB/3.1 GB 24 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 44% ▕███████ ▏ 1.4 GB/3.1 GB 24 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 44% ▕███████ ▏ 1.4 GB/3.1 GB 24 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 44% ▕███████ ▏ 1.4 GB/3.1 GB 24 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 44% ▕███████ ▏ 1.4 GB/3.1 GB 24 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 44% ▕███████ ▏ 1.4 GB/3.1 GB 24 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 44% ▕███████ ▏ 1.4 GB/3.1 GB 24 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 45% ▕███████ ▏ 1.4 GB/3.1 GB 24 MB/s 1m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 45% ▕███████ ▏ 1.4 GB/3.1 GB 24 MB/s 1m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 45% ▕███████ ▏ 1.4 GB/3.1 GB 24 MB/s 1m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 45% ▕███████ ▏ 1.4 GB/3.1 GB 24 MB/s 1m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 45% ▕███████ ▏ 1.4 GB/3.1 GB 24 MB/s 1m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 45% ▕███████ ▏ 1.4 GB/3.1 GB 24 MB/s 1m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 45% ▕███████ ▏ 1.4 GB/3.1 GB 24 MB/s 1m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 45% ▕███████ ▏ 1.4 GB/3.1 GB 24 MB/s 1m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 45% ▕███████ ▏ 1.4 GB/3.1 GB 24 MB/s 1m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 45% ▕███████ ▏ 1.4 GB/3.1 GB 24 MB/s 1m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 45% ▕███████ ▏ 1.4 GB/3.1 GB 24 MB/s 1m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 45% ▕███████ ▏ 1.4 GB/3.1 GB 24 MB/s 1m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 45% ▕███████ ▏ 1.4 GB/3.1 GB 24 MB/s 1m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 45% ▕███████ ▏ 1.4 GB/3.1 GB 24 MB/s 1m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 46% ▕███████ ▏ 1.4 GB/3.1 GB 24 MB/s 1m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 46% ▕███████ ▏ 1.4 GB/3.1 GB 24 MB/s 1m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 46% ▕███████ ▏ 1.4 GB/3.1 GB 24 MB/s 1m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 46% ▕███████ ▏ 1.4 GB/3.1 GB 24 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 46% ▕███████ ▏ 1.4 GB/3.1 GB 24 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 46% ▕███████ ▏ 1.4 GB/3.1 GB 24 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 46% ▕███████ ▏ 1.4 GB/3.1 GB 24 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 46% ▕███████ ▏ 1.4 GB/3.1 GB 24 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 46% ▕███████ ▏ 1.4 GB/3.1 GB 24 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 46% ▕███████ ▏ 1.4 GB/3.1 GB 24 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 46% ▕███████ ▏ 1.4 GB/3.1 GB 24 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 46% ▕███████ ▏ 1.4 GB/3.1 GB 24 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 46% ▕███████ ▏ 1.4 GB/3.1 GB 24 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 47% ▕███████ ▏ 1.4 GB/3.1 GB 24 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 47% ▕███████ ▏ 1.4 GB/3.1 GB 24 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 47% ▕███████ ▏ 1.4 GB/3.1 GB 24 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 47% ▕███████ ▏ 1.4 GB/3.1 GB 24 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 47% ▕███████ ▏ 1.4 GB/3.1 GB 24 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 47% ▕███████ ▏ 1.4 GB/3.1 GB 24 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 47% ▕███████ ▏ 1.5 GB/3.1 GB 24 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 47% ▕███████ ▏ 1.5 GB/3.1 GB 24 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 47% ▕███████ ▏ 1.5 GB/3.1 GB 24 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 47% ▕███████ ▏ 1.5 GB/3.1 GB 24 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 47% ▕███████ ▏ 1.5 GB/3.1 GB 24 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 48% ▕███████ ▏ 1.5 GB/3.1 GB 24 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 48% ▕███████ ▏ 1.5 GB/3.1 GB 24 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 48% ▕███████ ▏ 1.5 GB/3.1 GB 24 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 48% ▕███████ ▏ 1.5 GB/3.1 GB 24 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 48% ▕███████ ▏ 1.5 GB/3.1 GB 24 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 48% ▕███████ ▏ 1.5 GB/3.1 GB 24 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 48% ▕███████ ▏ 1.5 GB/3.1 GB 24 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 48% ▕███████ ▏ 1.5 GB/3.1 GB 24 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 48% ▕███████ ▏ 1.5 GB/3.1 GB 24 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 48% ▕███████ ▏ 1.5 GB/3.1 GB 24 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 48% ▕███████ ▏ 1.5 GB/3.1 GB 24 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 48% ▕███████ ▏ 1.5 GB/3.1 GB 24 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 48% ▕███████ ▏ 1.5 GB/3.1 GB 24 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 48% ▕███████ ▏ 1.5 GB/3.1 GB 23 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 48% ▕███████ ▏ 1.5 GB/3.1 GB 23 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 49% ▕███████ ▏ 1.5 GB/3.1 GB 23 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 49% ▕███████ ▏ 1.5 GB/3.1 GB 23 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 49% ▕███████ ▏ 1.5 GB/3.1 GB 23 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 49% ▕███████ ▏ 1.5 GB/3.1 GB 23 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 49% ▕███████ ▏ 1.5 GB/3.1 GB 23 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 49% ▕███████ ▏ 1.5 GB/3.1 GB 23 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 49% ▕███████ ▏ 1.5 GB/3.1 GB 23 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 49% ▕███████ ▏ 1.5 GB/3.1 GB 23 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 49% ▕███████ ▏ 1.5 GB/3.1 GB 23 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 49% ▕███████ ▏ 1.5 GB/3.1 GB 24 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 49% ▕███████ ▏ 1.5 GB/3.1 GB 24 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 49% ▕███████ ▏ 1.5 GB/3.1 GB 24 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 49% ▕███████ ▏ 1.5 GB/3.1 GB 24 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 50% ▕███████ ▏ 1.5 GB/3.1 GB 24 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 50% ▕███████ ▏ 1.5 GB/3.1 GB 24 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 50% ▕███████ ▏ 1.5 GB/3.1 GB 24 MB/s 1m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 50% ▕███████ ▏ 1.5 GB/3.1 GB 24 MB/s 1m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 50% ▕███████ ▏ 1.5 GB/3.1 GB 24 MB/s 1m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 50% ▕████████ ▏ 1.5 GB/3.1 GB 24 MB/s 1m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 50% ▕████████ ▏ 1.5 GB/3.1 GB 24 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 50% ▕████████ ▏ 1.5 GB/3.1 GB 24 MB/s 1m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 50% ▕████████ ▏ 1.6 GB/3.1 GB 24 MB/s 1m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 50% ▕████████ ▏ 1.6 GB/3.1 GB 24 MB/s 1m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 50% ▕████████ ▏ 1.6 GB/3.1 GB 24 MB/s 1m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 50% ▕████████ ▏ 1.6 GB/3.1 GB 24 MB/s 1m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 51% ▕████████ ▏ 1.6 GB/3.1 GB 24 MB/s 1m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 51% ▕████████ ▏ 1.6 GB/3.1 GB 24 MB/s 1m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 51% ▕████████ ▏ 1.6 GB/3.1 GB 24 MB/s 1m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 51% ▕████████ ▏ 1.6 GB/3.1 GB 24 MB/s 1m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 51% ▕████████ ▏ 1.6 GB/3.1 GB 24 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 51% ▕████████ ▏ 1.6 GB/3.1 GB 24 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 51% ▕████████ ▏ 1.6 GB/3.1 GB 24 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 51% ▕████████ ▏ 1.6 GB/3.1 GB 24 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 51% ▕████████ ▏ 1.6 GB/3.1 GB 24 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 51% ▕████████ ▏ 1.6 GB/3.1 GB 24 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 51% ▕████████ ▏ 1.6 GB/3.1 GB 24 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 51% ▕████████ ▏ 1.6 GB/3.1 GB 24 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 51% ▕████████ ▏ 1.6 GB/3.1 GB 24 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 52% ▕████████ ▏ 1.6 GB/3.1 GB 24 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 52% ▕████████ ▏ 1.6 GB/3.1 GB 24 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 52% ▕████████ ▏ 1.6 GB/3.1 GB 24 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 52% ▕████████ ▏ 1.6 GB/3.1 GB 24 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 52% ▕████████ ▏ 1.6 GB/3.1 GB 24 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 52% ▕████████ ▏ 1.6 GB/3.1 GB 24 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 52% ▕████████ ▏ 1.6 GB/3.1 GB 24 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 52% ▕████████ ▏ 1.6 GB/3.1 GB 24 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 52% ▕████████ ▏ 1.6 GB/3.1 GB 24 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 52% ▕████████ ▏ 1.6 GB/3.1 GB 24 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 52% ▕████████ ▏ 1.6 GB/3.1 GB 24 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 53% ▕████████ ▏ 1.6 GB/3.1 GB 24 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 53% ▕████████ ▏ 1.6 GB/3.1 GB 24 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 53% ▕████████ ▏ 1.6 GB/3.1 GB 24 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 53% ▕████████ ▏ 1.6 GB/3.1 GB 24 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 53% ▕████████ ▏ 1.6 GB/3.1 GB 24 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 53% ▕████████ ▏ 1.6 GB/3.1 GB 24 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 53% ▕████████ ▏ 1.6 GB/3.1 GB 24 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 53% ▕████████ ▏ 1.6 GB/3.1 GB 24 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 53% ▕████████ ▏ 1.6 GB/3.1 GB 24 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 53% ▕████████ ▏ 1.6 GB/3.1 GB 24 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 53% ▕████████ ▏ 1.6 GB/3.1 GB 24 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 54% ▕████████ ▏ 1.7 GB/3.1 GB 25 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 54% ▕████████ ▏ 1.7 GB/3.1 GB 25 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 54% ▕████████ ▏ 1.7 GB/3.1 GB 25 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 54% ▕████████ ▏ 1.7 GB/3.1 GB 25 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 54% ▕████████ ▏ 1.7 GB/3.1 GB 25 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 54% ▕████████ ▏ 1.7 GB/3.1 GB 25 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 54% ▕████████ ▏ 1.7 GB/3.1 GB 25 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 54% ▕████████ ▏ 1.7 GB/3.1 GB 25 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 54% ▕████████ ▏ 1.7 GB/3.1 GB 25 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 54% ▕████████ ▏ 1.7 GB/3.1 GB 25 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 54% ▕████████ ▏ 1.7 GB/3.1 GB 24 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 54% ▕████████ ▏ 1.7 GB/3.1 GB 24 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 54% ▕████████ ▏ 1.7 GB/3.1 GB 24 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 54% ▕████████ ▏ 1.7 GB/3.1 GB 24 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 55% ▕████████ ▏ 1.7 GB/3.1 GB 24 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 55% ▕████████ ▏ 1.7 GB/3.1 GB 24 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 55% ▕████████ ▏ 1.7 GB/3.1 GB 24 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 55% ▕████████ ▏ 1.7 GB/3.1 GB 24 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 55% ▕████████ ▏ 1.7 GB/3.1 GB 24 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 55% ▕████████ ▏ 1.7 GB/3.1 GB 24 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 55% ▕████████ ▏ 1.7 GB/3.1 GB 25 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 55% ▕████████ ▏ 1.7 GB/3.1 GB 25 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 55% ▕████████ ▏ 1.7 GB/3.1 GB 25 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 55% ▕████████ ▏ 1.7 GB/3.1 GB 25 MB/s 54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 55% ▕████████ ▏ 1.7 GB/3.1 GB 25 MB/s 54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 56% ▕████████ ▏ 1.7 GB/3.1 GB 25 MB/s 54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 56% ▕████████ ▏ 1.7 GB/3.1 GB 25 MB/s 54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 56% ▕████████ ▏ 1.7 GB/3.1 GB 25 MB/s 54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 56% ▕████████ ▏ 1.7 GB/3.1 GB 25 MB/s 54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 56% ▕████████ ▏ 1.7 GB/3.1 GB 25 MB/s 54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 56% ▕████████ ▏ 1.7 GB/3.1 GB 25 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 56% ▕████████ ▏ 1.7 GB/3.1 GB 25 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 56% ▕████████ ▏ 1.7 GB/3.1 GB 25 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 56% ▕████████ ▏ 1.7 GB/3.1 GB 25 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 56% ▕████████ ▏ 1.7 GB/3.1 GB 25 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 56% ▕████████ ▏ 1.7 GB/3.1 GB 25 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 56% ▕█████████ ▏ 1.7 GB/3.1 GB 25 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 56% ▕█████████ ▏ 1.7 GB/3.1 GB 25 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 56% ▕█████████ ▏ 1.7 GB/3.1 GB 25 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 56% ▕█████████ ▏ 1.7 GB/3.1 GB 25 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 56% ▕█████████ ▏ 1.7 GB/3.1 GB 24 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 56% ▕█████████ ▏ 1.7 GB/3.1 GB 24 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 56% ▕█████████ ▏ 1.7 GB/3.1 GB 24 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 57% ▕█████████ ▏ 1.7 GB/3.1 GB 24 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 57% ▕█████████ ▏ 1.7 GB/3.1 GB 24 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 57% ▕█████████ ▏ 1.7 GB/3.1 GB 24 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 57% ▕█████████ ▏ 1.7 GB/3.1 GB 24 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 57% ▕█████████ ▏ 1.7 GB/3.1 GB 24 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 57% ▕█████████ ▏ 1.7 GB/3.1 GB 24 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 57% ▕█████████ ▏ 1.7 GB/3.1 GB 24 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 57% ▕█████████ ▏ 1.7 GB/3.1 GB 24 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 57% ▕█████████ ▏ 1.7 GB/3.1 GB 22 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 57% ▕█████████ ▏ 1.8 GB/3.1 GB 22 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 57% ▕█████████ ▏ 1.8 GB/3.1 GB 22 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 57% ▕█████████ ▏ 1.8 GB/3.1 GB 22 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 57% ▕█████████ ▏ 1.8 GB/3.1 GB 22 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 57% ▕█████████ ▏ 1.8 GB/3.1 GB 22 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 57% ▕█████████ ▏ 1.8 GB/3.1 GB 22 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 57% ▕█████████ ▏ 1.8 GB/3.1 GB 22 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 57% ▕█████████ ▏ 1.8 GB/3.1 GB 22 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 57% ▕█████████ ▏ 1.8 GB/3.1 GB 22 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 57% ▕█████████ ▏ 1.8 GB/3.1 GB 21 MB/s 1m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 57% ▕█████████ ▏ 1.8 GB/3.1 GB 21 MB/s 1m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 57% ▕█████████ ▏ 1.8 GB/3.1 GB 21 MB/s 1m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 57% ▕█████████ ▏ 1.8 GB/3.1 GB 21 MB/s 1m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 57% ▕█████████ ▏ 1.8 GB/3.1 GB 21 MB/s 1m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 57% ▕█████████ ▏ 1.8 GB/3.1 GB 21 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 57% ▕█████████ ▏ 1.8 GB/3.1 GB 21 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 57% ▕█████████ ▏ 1.8 GB/3.1 GB 21 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 58% ▕█████████ ▏ 1.8 GB/3.1 GB 21 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 58% ▕█████████ ▏ 1.8 GB/3.1 GB 21 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 58% ▕█████████ ▏ 1.8 GB/3.1 GB 20 MB/s 1m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 58% ▕█████████ ▏ 1.8 GB/3.1 GB 20 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 58% ▕█████████ ▏ 1.8 GB/3.1 GB 20 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 58% ▕█████████ ▏ 1.8 GB/3.1 GB 20 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 58% ▕█████████ ▏ 1.8 GB/3.1 GB 20 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 58% ▕█████████ ▏ 1.8 GB/3.1 GB 20 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 58% ▕█████████ ▏ 1.8 GB/3.1 GB 20 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 58% ▕█████████ ▏ 1.8 GB/3.1 GB 20 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 58% ▕█████████ ▏ 1.8 GB/3.1 GB 20 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 58% ▕█████████ ▏ 1.8 GB/3.1 GB 20 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 58% ▕█████████ ▏ 1.8 GB/3.1 GB 19 MB/s 1m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 58% ▕█████████ ▏ 1.8 GB/3.1 GB 19 MB/s 1m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 59% ▕█████████ ▏ 1.8 GB/3.1 GB 19 MB/s 1m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 59% ▕█████████ ▏ 1.8 GB/3.1 GB 19 MB/s 1m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 59% ▕█████████ ▏ 1.8 GB/3.1 GB 19 MB/s 1m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 59% ▕█████████ ▏ 1.8 GB/3.1 GB 19 MB/s 1m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 59% ▕█████████ ▏ 1.8 GB/3.1 GB 19 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 59% ▕█████████ ▏ 1.8 GB/3.1 GB 19 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 59% ▕█████████ ▏ 1.8 GB/3.1 GB 19 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 59% ▕█████████ ▏ 1.8 GB/3.1 GB 19 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 59% ▕█████████ ▏ 1.8 GB/3.1 GB 19 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 59% ▕█████████ ▏ 1.8 GB/3.1 GB 19 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 59% ▕█████████ ▏ 1.8 GB/3.1 GB 19 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 59% ▕█████████ ▏ 1.8 GB/3.1 GB 19 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 59% ▕█████████ ▏ 1.8 GB/3.1 GB 19 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 59% ▕█████████ ▏ 1.8 GB/3.1 GB 19 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 59% ▕█████████ ▏ 1.8 GB/3.1 GB 19 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 59% ▕█████████ ▏ 1.8 GB/3.1 GB 19 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 60% ▕█████████ ▏ 1.8 GB/3.1 GB 19 MB/s 1m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 60% ▕█████████ ▏ 1.8 GB/3.1 GB 19 MB/s 1m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 60% ▕█████████ ▏ 1.8 GB/3.1 GB 19 MB/s 1m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 60% ▕█████████ ▏ 1.8 GB/3.1 GB 18 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 60% ▕█████████ ▏ 1.8 GB/3.1 GB 18 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 60% ▕█████████ ▏ 1.8 GB/3.1 GB 18 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 60% ▕█████████ ▏ 1.8 GB/3.1 GB 18 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 60% ▕█████████ ▏ 1.9 GB/3.1 GB 18 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 60% ▕█████████ ▏ 1.9 GB/3.1 GB 18 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 60% ▕█████████ ▏ 1.9 GB/3.1 GB 18 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 60% ▕█████████ ▏ 1.9 GB/3.1 GB 18 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 60% ▕█████████ ▏ 1.9 GB/3.1 GB 18 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 60% ▕█████████ ▏ 1.9 GB/3.1 GB 18 MB/s 1m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 61% ▕█████████ ▏ 1.9 GB/3.1 GB 18 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 61% ▕█████████ ▏ 1.9 GB/3.1 GB 18 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 61% ▕█████████ ▏ 1.9 GB/3.1 GB 18 MB/s 1m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 61% ▕█████████ ▏ 1.9 GB/3.1 GB 18 MB/s 1m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 61% ▕█████████ ▏ 1.9 GB/3.1 GB 18 MB/s 1m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 61% ▕█████████ ▏ 1.9 GB/3.1 GB 18 MB/s 1m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 61% ▕█████████ ▏ 1.9 GB/3.1 GB 18 MB/s 1m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 61% ▕█████████ ▏ 1.9 GB/3.1 GB 18 MB/s 1m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 61% ▕█████████ ▏ 1.9 GB/3.1 GB 18 MB/s 1m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 61% ▕█████████ ▏ 1.9 GB/3.1 GB 18 MB/s 1m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 61% ▕█████████ ▏ 1.9 GB/3.1 GB 18 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 61% ▕█████████ ▏ 1.9 GB/3.1 GB 18 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 61% ▕█████████ ▏ 1.9 GB/3.1 GB 18 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 61% ▕█████████ ▏ 1.9 GB/3.1 GB 18 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 61% ▕█████████ ▏ 1.9 GB/3.1 GB 18 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 62% ▕█████████ ▏ 1.9 GB/3.1 GB 18 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 62% ▕█████████ ▏ 1.9 GB/3.1 GB 18 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 62% ▕█████████ ▏ 1.9 GB/3.1 GB 18 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 62% ▕█████████ ▏ 1.9 GB/3.1 GB 18 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 62% ▕█████████ ▏ 1.9 GB/3.1 GB 18 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 62% ▕█████████ ▏ 1.9 GB/3.1 GB 18 MB/s 1m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 62% ▕█████████ ▏ 1.9 GB/3.1 GB 18 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 62% ▕█████████ ▏ 1.9 GB/3.1 GB 18 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 62% ▕█████████ ▏ 1.9 GB/3.1 GB 18 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 62% ▕█████████ ▏ 1.9 GB/3.1 GB 18 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 62% ▕█████████ ▏ 1.9 GB/3.1 GB 18 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 62% ▕█████████ ▏ 1.9 GB/3.1 GB 18 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 63% ▕██████████ ▏ 1.9 GB/3.1 GB 18 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 63% ▕██████████ ▏ 1.9 GB/3.1 GB 18 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 63% ▕██████████ ▏ 1.9 GB/3.1 GB 18 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 63% ▕██████████ ▏ 1.9 GB/3.1 GB 21 MB/s 54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 63% ▕██████████ ▏ 1.9 GB/3.1 GB 21 MB/s 54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 63% ▕██████████ ▏ 1.9 GB/3.1 GB 21 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 63% ▕██████████ ▏ 1.9 GB/3.1 GB 21 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 63% ▕██████████ ▏ 1.9 GB/3.1 GB 21 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 63% ▕██████████ ▏ 1.9 GB/3.1 GB 21 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 63% ▕██████████ ▏ 2.0 GB/3.1 GB 21 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 63% ▕██████████ ▏ 2.0 GB/3.1 GB 21 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 63% ▕██████████ ▏ 2.0 GB/3.1 GB 21 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 64% ▕██████████ ▏ 2.0 GB/3.1 GB 21 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 64% ▕██████████ ▏ 2.0 GB/3.1 GB 21 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 64% ▕██████████ ▏ 2.0 GB/3.1 GB 22 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 64% ▕██████████ ▏ 2.0 GB/3.1 GB 22 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 64% ▕██████████ ▏ 2.0 GB/3.1 GB 22 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 64% ▕██████████ ▏ 2.0 GB/3.1 GB 22 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 64% ▕██████████ ▏ 2.0 GB/3.1 GB 22 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 64% ▕██████████ ▏ 2.0 GB/3.1 GB 22 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 64% ▕██████████ ▏ 2.0 GB/3.1 GB 22 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 64% ▕██████████ ▏ 2.0 GB/3.1 GB 22 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 64% ▕██████████ ▏ 2.0 GB/3.1 GB 22 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 64% ▕██████████ ▏ 2.0 GB/3.1 GB 22 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 64% ▕██████████ ▏ 2.0 GB/3.1 GB 23 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 65% ▕██████████ ▏ 2.0 GB/3.1 GB 23 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 65% ▕██████████ ▏ 2.0 GB/3.1 GB 23 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 65% ▕██████████ ▏ 2.0 GB/3.1 GB 23 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 65% ▕██████████ ▏ 2.0 GB/3.1 GB 23 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 65% ▕██████████ ▏ 2.0 GB/3.1 GB 23 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 65% ▕██████████ ▏ 2.0 GB/3.1 GB 23 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 65% ▕██████████ ▏ 2.0 GB/3.1 GB 23 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 65% ▕██████████ ▏ 2.0 GB/3.1 GB 23 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 65% ▕██████████ ▏ 2.0 GB/3.1 GB 23 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 65% ▕██████████ ▏ 2.0 GB/3.1 GB 22 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 65% ▕██████████ ▏ 2.0 GB/3.1 GB 22 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 65% ▕██████████ ▏ 2.0 GB/3.1 GB 22 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 65% ▕██████████ ▏ 2.0 GB/3.1 GB 22 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 65% ▕██████████ ▏ 2.0 GB/3.1 GB 22 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 65% ▕██████████ ▏ 2.0 GB/3.1 GB 22 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 65% ▕██████████ ▏ 2.0 GB/3.1 GB 22 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 65% ▕██████████ ▏ 2.0 GB/3.1 GB 22 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 65% ▕██████████ ▏ 2.0 GB/3.1 GB 22 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 65% ▕██████████ ▏ 2.0 GB/3.1 GB 22 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 65% ▕██████████ ▏ 2.0 GB/3.1 GB 21 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 65% ▕██████████ ▏ 2.0 GB/3.1 GB 21 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 65% ▕██████████ ▏ 2.0 GB/3.1 GB 21 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 66% ▕██████████ ▏ 2.0 GB/3.1 GB 21 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 66% ▕██████████ ▏ 2.0 GB/3.1 GB 21 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 66% ▕██████████ ▏ 2.0 GB/3.1 GB 21 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 66% ▕██████████ ▏ 2.0 GB/3.1 GB 21 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 66% ▕██████████ ▏ 2.0 GB/3.1 GB 21 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 66% ▕██████████ ▏ 2.0 GB/3.1 GB 21 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 66% ▕██████████ ▏ 2.0 GB/3.1 GB 21 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 66% ▕██████████ ▏ 2.0 GB/3.1 GB 21 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 66% ▕██████████ ▏ 2.0 GB/3.1 GB 21 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 66% ▕██████████ ▏ 2.0 GB/3.1 GB 21 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 66% ▕██████████ ▏ 2.0 GB/3.1 GB 21 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 66% ▕██████████ ▏ 2.0 GB/3.1 GB 21 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 66% ▕██████████ ▏ 2.0 GB/3.1 GB 21 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 66% ▕██████████ ▏ 2.0 GB/3.1 GB 21 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 66% ▕██████████ ▏ 2.0 GB/3.1 GB 21 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 66% ▕██████████ ▏ 2.0 GB/3.1 GB 21 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 67% ▕██████████ ▏ 2.1 GB/3.1 GB 21 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 67% ▕██████████ ▏ 2.1 GB/3.1 GB 21 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 67% ▕██████████ ▏ 2.1 GB/3.1 GB 20 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 67% ▕██████████ ▏ 2.1 GB/3.1 GB 20 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 67% ▕██████████ ▏ 2.1 GB/3.1 GB 20 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 67% ▕██████████ ▏ 2.1 GB/3.1 GB 20 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 67% ▕██████████ ▏ 2.1 GB/3.1 GB 20 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 67% ▕██████████ ▏ 2.1 GB/3.1 GB 20 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 67% ▕██████████ ▏ 2.1 GB/3.1 GB 20 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 67% ▕██████████ ▏ 2.1 GB/3.1 GB 20 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 67% ▕██████████ ▏ 2.1 GB/3.1 GB 20 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 67% ▕██████████ ▏ 2.1 GB/3.1 GB 20 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 67% ▕██████████ ▏ 2.1 GB/3.1 GB 20 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 67% ▕██████████ ▏ 2.1 GB/3.1 GB 20 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 67% ▕██████████ ▏ 2.1 GB/3.1 GB 20 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 68% ▕██████████ ▏ 2.1 GB/3.1 GB 20 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 68% ▕██████████ ▏ 2.1 GB/3.1 GB 20 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 68% ▕██████████ ▏ 2.1 GB/3.1 GB 20 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 68% ▕██████████ ▏ 2.1 GB/3.1 GB 20 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 68% ▕██████████ ▏ 2.1 GB/3.1 GB 20 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 68% ▕██████████ ▏ 2.1 GB/3.1 GB 20 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 68% ▕██████████ ▏ 2.1 GB/3.1 GB 20 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 68% ▕██████████ ▏ 2.1 GB/3.1 GB 21 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 68% ▕██████████ ▏ 2.1 GB/3.1 GB 21 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 68% ▕██████████ ▏ 2.1 GB/3.1 GB 21 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 68% ▕██████████ ▏ 2.1 GB/3.1 GB 21 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 68% ▕██████████ ▏ 2.1 GB/3.1 GB 21 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 68% ▕██████████ ▏ 2.1 GB/3.1 GB 21 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 68% ▕██████████ ▏ 2.1 GB/3.1 GB 21 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 69% ▕██████████ ▏ 2.1 GB/3.1 GB 21 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 69% ▕██████████ ▏ 2.1 GB/3.1 GB 21 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 69% ▕███████████ ▏ 2.1 GB/3.1 GB 21 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 69% ▕███████████ ▏ 2.1 GB/3.1 GB 20 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 69% ▕███████████ ▏ 2.1 GB/3.1 GB 20 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 69% ▕███████████ ▏ 2.1 GB/3.1 GB 20 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 69% ▕███████████ ▏ 2.1 GB/3.1 GB 20 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 69% ▕███████████ ▏ 2.1 GB/3.1 GB 20 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 69% ▕███████████ ▏ 2.1 GB/3.1 GB 20 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 69% ▕███████████ ▏ 2.1 GB/3.1 GB 20 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 69% ▕███████████ ▏ 2.1 GB/3.1 GB 20 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 69% ▕███████████ ▏ 2.1 GB/3.1 GB 20 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 70% ▕███████████ ▏ 2.1 GB/3.1 GB 20 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 70% ▕███████████ ▏ 2.1 GB/3.1 GB 20 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 70% ▕███████████ ▏ 2.2 GB/3.1 GB 20 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 70% ▕███████████ ▏ 2.2 GB/3.1 GB 20 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 70% ▕███████████ ▏ 2.2 GB/3.1 GB 20 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 70% ▕███████████ ▏ 2.2 GB/3.1 GB 20 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 70% ▕███████████ ▏ 2.2 GB/3.1 GB 20 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 70% ▕███████████ ▏ 2.2 GB/3.1 GB 20 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 70% ▕███████████ ▏ 2.2 GB/3.1 GB 20 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 70% ▕███████████ ▏ 2.2 GB/3.1 GB 20 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 70% ▕███████████ ▏ 2.2 GB/3.1 GB 20 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 70% ▕███████████ ▏ 2.2 GB/3.1 GB 20 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 70% ▕███████████ ▏ 2.2 GB/3.1 GB 19 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 70% ▕███████████ ▏ 2.2 GB/3.1 GB 19 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 70% ▕███████████ ▏ 2.2 GB/3.1 GB 19 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 70% ▕███████████ ▏ 2.2 GB/3.1 GB 19 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 70% ▕███████████ ▏ 2.2 GB/3.1 GB 19 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 70% ▕███████████ ▏ 2.2 GB/3.1 GB 19 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 71% ▕███████████ ▏ 2.2 GB/3.1 GB 19 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 71% ▕███████████ ▏ 2.2 GB/3.1 GB 19 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 71% ▕███████████ ▏ 2.2 GB/3.1 GB 19 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 71% ▕███████████ ▏ 2.2 GB/3.1 GB 19 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 71% ▕███████████ ▏ 2.2 GB/3.1 GB 20 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 71% ▕███████████ ▏ 2.2 GB/3.1 GB 20 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 71% ▕███████████ ▏ 2.2 GB/3.1 GB 20 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 71% ▕███████████ ▏ 2.2 GB/3.1 GB 20 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 71% ▕███████████ ▏ 2.2 GB/3.1 GB 20 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 71% ▕███████████ ▏ 2.2 GB/3.1 GB 20 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 71% ▕███████████ ▏ 2.2 GB/3.1 GB 20 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 71% ▕███████████ ▏ 2.2 GB/3.1 GB 20 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 71% ▕███████████ ▏ 2.2 GB/3.1 GB 20 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 71% ▕███████████ ▏ 2.2 GB/3.1 GB 20 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 71% ▕███████████ ▏ 2.2 GB/3.1 GB 20 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 71% ▕███████████ ▏ 2.2 GB/3.1 GB 20 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 71% ▕███████████ ▏ 2.2 GB/3.1 GB 20 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 72% ▕███████████ ▏ 2.2 GB/3.1 GB 20 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 72% ▕███████████ ▏ 2.2 GB/3.1 GB 20 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 72% ▕███████████ ▏ 2.2 GB/3.1 GB 20 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 72% ▕███████████ ▏ 2.2 GB/3.1 GB 20 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 72% ▕███████████ ▏ 2.2 GB/3.1 GB 20 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 72% ▕███████████ ▏ 2.2 GB/3.1 GB 20 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 72% ▕███████████ ▏ 2.2 GB/3.1 GB 20 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 72% ▕███████████ ▏ 2.2 GB/3.1 GB 20 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 72% ▕███████████ ▏ 2.2 GB/3.1 GB 20 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 72% ▕███████████ ▏ 2.2 GB/3.1 GB 20 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 72% ▕███████████ ▏ 2.2 GB/3.1 GB 20 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 72% ▕███████████ ▏ 2.2 GB/3.1 GB 20 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 72% ▕███████████ ▏ 2.2 GB/3.1 GB 20 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 72% ▕███████████ ▏ 2.2 GB/3.1 GB 20 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 73% ▕███████████ ▏ 2.2 GB/3.1 GB 20 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 73% ▕███████████ ▏ 2.2 GB/3.1 GB 20 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 73% ▕███████████ ▏ 2.2 GB/3.1 GB 20 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 73% ▕███████████ ▏ 2.2 GB/3.1 GB 21 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 73% ▕███████████ ▏ 2.2 GB/3.1 GB 21 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 73% ▕███████████ ▏ 2.3 GB/3.1 GB 21 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 73% ▕███████████ ▏ 2.3 GB/3.1 GB 21 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 73% ▕███████████ ▏ 2.3 GB/3.1 GB 21 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 73% ▕███████████ ▏ 2.3 GB/3.1 GB 21 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 73% ▕███████████ ▏ 2.3 GB/3.1 GB 21 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 73% ▕███████████ ▏ 2.3 GB/3.1 GB 21 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 73% ▕███████████ ▏ 2.3 GB/3.1 GB 21 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 74% ▕███████████ ▏ 2.3 GB/3.1 GB 21 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 74% ▕███████████ ▏ 2.3 GB/3.1 GB 21 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 74% ▕███████████ ▏ 2.3 GB/3.1 GB 22 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 74% ▕███████████ ▏ 2.3 GB/3.1 GB 22 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 74% ▕███████████ ▏ 2.3 GB/3.1 GB 22 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 74% ▕███████████ ▏ 2.3 GB/3.1 GB 22 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 74% ▕███████████ ▏ 2.3 GB/3.1 GB 22 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 74% ▕███████████ ▏ 2.3 GB/3.1 GB 22 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 74% ▕███████████ ▏ 2.3 GB/3.1 GB 22 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 74% ▕███████████ ▏ 2.3 GB/3.1 GB 22 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 74% ▕███████████ ▏ 2.3 GB/3.1 GB 22 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 74% ▕███████████ ▏ 2.3 GB/3.1 GB 22 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 74% ▕███████████ ▏ 2.3 GB/3.1 GB 21 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 74% ▕███████████ ▏ 2.3 GB/3.1 GB 21 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 75% ▕███████████ ▏ 2.3 GB/3.1 GB 21 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 75% ▕███████████ ▏ 2.3 GB/3.1 GB 21 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 75% ▕███████████ ▏ 2.3 GB/3.1 GB 21 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 75% ▕███████████ ▏ 2.3 GB/3.1 GB 21 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 75% ▕███████████ ▏ 2.3 GB/3.1 GB 21 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 75% ▕███████████ ▏ 2.3 GB/3.1 GB 21 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 75% ▕███████████ ▏ 2.3 GB/3.1 GB 21 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 75% ▕███████████ ▏ 2.3 GB/3.1 GB 21 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 75% ▕████████████ ▏ 2.3 GB/3.1 GB 21 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 75% ▕████████████ ▏ 2.3 GB/3.1 GB 21 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 75% ▕████████████ ▏ 2.3 GB/3.1 GB 21 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 75% ▕████████████ ▏ 2.3 GB/3.1 GB 21 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 75% ▕████████████ ▏ 2.3 GB/3.1 GB 21 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 75% ▕████████████ ▏ 2.3 GB/3.1 GB 21 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 75% ▕████████████ ▏ 2.3 GB/3.1 GB 21 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 75% ▕████████████ ▏ 2.3 GB/3.1 GB 21 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 76% ▕████████████ ▏ 2.3 GB/3.1 GB 21 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 76% ▕████████████ ▏ 2.3 GB/3.1 GB 21 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 76% ▕████████████ ▏ 2.3 GB/3.1 GB 20 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 76% ▕████████████ ▏ 2.3 GB/3.1 GB 20 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 76% ▕████████████ ▏ 2.3 GB/3.1 GB 20 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 76% ▕████████████ ▏ 2.3 GB/3.1 GB 20 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 76% ▕████████████ ▏ 2.3 GB/3.1 GB 20 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 76% ▕████████████ ▏ 2.3 GB/3.1 GB 20 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 76% ▕████████████ ▏ 2.3 GB/3.1 GB 20 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 76% ▕████████████ ▏ 2.3 GB/3.1 GB 20 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 76% ▕████████████ ▏ 2.4 GB/3.1 GB 20 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 76% ▕████████████ ▏ 2.4 GB/3.1 GB 20 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 76% ▕████████████ ▏ 2.4 GB/3.1 GB 21 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 76% ▕████████████ ▏ 2.4 GB/3.1 GB 21 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 77% ▕████████████ ▏ 2.4 GB/3.1 GB 21 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 77% ▕████████████ ▏ 2.4 GB/3.1 GB 21 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 77% ▕████████████ ▏ 2.4 GB/3.1 GB 21 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 77% ▕████████████ ▏ 2.4 GB/3.1 GB 21 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 77% ▕████████████ ▏ 2.4 GB/3.1 GB 21 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 77% ▕████████████ ▏ 2.4 GB/3.1 GB 21 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 77% ▕████████████ ▏ 2.4 GB/3.1 GB 21 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 77% ▕████████████ ▏ 2.4 GB/3.1 GB 21 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 77% ▕████████████ ▏ 2.4 GB/3.1 GB 21 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 77% ▕████████████ ▏ 2.4 GB/3.1 GB 21 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 77% ▕████████████ ▏ 2.4 GB/3.1 GB 21 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 77% ▕████████████ ▏ 2.4 GB/3.1 GB 21 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 77% ▕████████████ ▏ 2.4 GB/3.1 GB 21 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 77% ▕████████████ ▏ 2.4 GB/3.1 GB 21 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 78% ▕████████████ ▏ 2.4 GB/3.1 GB 21 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 78% ▕████████████ ▏ 2.4 GB/3.1 GB 21 MB/s 31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 78% ▕████████████ ▏ 2.4 GB/3.1 GB 21 MB/s 31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 78% ▕████████████ ▏ 2.4 GB/3.1 GB 21 MB/s 31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 78% ▕████████████ ▏ 2.4 GB/3.1 GB 21 MB/s 31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 78% ▕████████████ ▏ 2.4 GB/3.1 GB 22 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 78% ▕████████████ ▏ 2.4 GB/3.1 GB 22 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 78% ▕████████████ ▏ 2.4 GB/3.1 GB 22 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 78% ▕████████████ ▏ 2.4 GB/3.1 GB 22 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 78% ▕████████████ ▏ 2.4 GB/3.1 GB 22 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 78% ▕████████████ ▏ 2.4 GB/3.1 GB 22 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 79% ▕████████████ ▏ 2.4 GB/3.1 GB 22 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 79% ▕████████████ ▏ 2.4 GB/3.1 GB 22 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 79% ▕████████████ ▏ 2.4 GB/3.1 GB 22 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 79% ▕████████████ ▏ 2.4 GB/3.1 GB 22 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 79% ▕████████████ ▏ 2.4 GB/3.1 GB 24 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 79% ▕████████████ ▏ 2.4 GB/3.1 GB 24 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 79% ▕████████████ ▏ 2.4 GB/3.1 GB 24 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 79% ▕████████████ ▏ 2.4 GB/3.1 GB 24 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 79% ▕████████████ ▏ 2.4 GB/3.1 GB 24 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 80% ▕████████████ ▏ 2.5 GB/3.1 GB 24 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 80% ▕████████████ ▏ 2.5 GB/3.1 GB 24 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 80% ▕████████████ ▏ 2.5 GB/3.1 GB 24 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 80% ▕████████████ ▏ 2.5 GB/3.1 GB 24 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 80% ▕████████████ ▏ 2.5 GB/3.1 GB 24 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 80% ▕████████████ ▏ 2.5 GB/3.1 GB 24 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 80% ▕████████████ ▏ 2.5 GB/3.1 GB 24 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 80% ▕████████████ ▏ 2.5 GB/3.1 GB 24 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 80% ▕████████████ ▏ 2.5 GB/3.1 GB 24 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 80% ▕████████████ ▏ 2.5 GB/3.1 GB 24 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 80% ▕████████████ ▏ 2.5 GB/3.1 GB 24 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 81% ▕████████████ ▏ 2.5 GB/3.1 GB 24 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 81% ▕████████████ ▏ 2.5 GB/3.1 GB 24 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 81% ▕████████████ ▏ 2.5 GB/3.1 GB 24 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 81% ▕████████████ ▏ 2.5 GB/3.1 GB 24 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 81% ▕████████████ ▏ 2.5 GB/3.1 GB 24 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 81% ▕████████████ ▏ 2.5 GB/3.1 GB 24 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 81% ▕████████████ ▏ 2.5 GB/3.1 GB 24 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 81% ▕████████████ ▏ 2.5 GB/3.1 GB 24 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 81% ▕████████████ ▏ 2.5 GB/3.1 GB 24 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 81% ▕█████████████ ▏ 2.5 GB/3.1 GB 24 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 81% ▕█████████████ ▏ 2.5 GB/3.1 GB 24 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 81% ▕█████████████ ▏ 2.5 GB/3.1 GB 24 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 82% ▕█████████████ ▏ 2.5 GB/3.1 GB 24 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 82% ▕█████████████ ▏ 2.5 GB/3.1 GB 24 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 82% ▕█████████████ ▏ 2.5 GB/3.1 GB 24 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 82% ▕█████████████ ▏ 2.5 GB/3.1 GB 25 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 82% ▕█████████████ ▏ 2.5 GB/3.1 GB 25 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 82% ▕█████████████ ▏ 2.5 GB/3.1 GB 25 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 82% ▕█████████████ ▏ 2.5 GB/3.1 GB 25 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 82% ▕█████████████ ▏ 2.5 GB/3.1 GB 25 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 82% ▕█████████████ ▏ 2.5 GB/3.1 GB 25 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 82% ▕█████████████ ▏ 2.5 GB/3.1 GB 25 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 83% ▕█████████████ ▏ 2.5 GB/3.1 GB 25 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 83% ▕█████████████ ▏ 2.5 GB/3.1 GB 25 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 83% ▕█████████████ ▏ 2.6 GB/3.1 GB 25 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 83% ▕█████████████ ▏ 2.6 GB/3.1 GB 26 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 83% ▕█████████████ ▏ 2.6 GB/3.1 GB 26 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 83% ▕█████████████ ▏ 2.6 GB/3.1 GB 26 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 83% ▕█████████████ ▏ 2.6 GB/3.1 GB 26 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 83% ▕█████████████ ▏ 2.6 GB/3.1 GB 26 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 83% ▕█████████████ ▏ 2.6 GB/3.1 GB 26 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 83% ▕█████████████ ▏ 2.6 GB/3.1 GB 26 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 83% ▕█████████████ ▏ 2.6 GB/3.1 GB 26 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 84% ▕█████████████ ▏ 2.6 GB/3.1 GB 26 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 84% ▕█████████████ ▏ 2.6 GB/3.1 GB 26 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 84% ▕█████████████ ▏ 2.6 GB/3.1 GB 28 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 84% ▕█████████████ ▏ 2.6 GB/3.1 GB 28 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 84% ▕█████████████ ▏ 2.6 GB/3.1 GB 28 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 84% ▕█████████████ ▏ 2.6 GB/3.1 GB 28 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 84% ▕█████████████ ▏ 2.6 GB/3.1 GB 28 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 85% ▕█████████████ ▏ 2.6 GB/3.1 GB 28 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 85% ▕█████████████ ▏ 2.6 GB/3.1 GB 28 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 85% ▕█████████████ ▏ 2.6 GB/3.1 GB 28 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 85% ▕█████████████ ▏ 2.6 GB/3.1 GB 28 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 85% ▕█████████████ ▏ 2.6 GB/3.1 GB 28 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 85% ▕█████████████ ▏ 2.6 GB/3.1 GB 29 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 85% ▕█████████████ ▏ 2.6 GB/3.1 GB 29 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 85% ▕█████████████ ▏ 2.6 GB/3.1 GB 29 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 85% ▕█████████████ ▏ 2.6 GB/3.1 GB 29 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 85% ▕█████████████ ▏ 2.6 GB/3.1 GB 29 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 86% ▕█████████████ ▏ 2.6 GB/3.1 GB 29 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 86% ▕█████████████ ▏ 2.6 GB/3.1 GB 29 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 86% ▕█████████████ ▏ 2.6 GB/3.1 GB 29 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 86% ▕█████████████ ▏ 2.6 GB/3.1 GB 29 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 86% ▕█████████████ ▏ 2.6 GB/3.1 GB 29 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 86% ▕█████████████ ▏ 2.6 GB/3.1 GB 30 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 86% ▕█████████████ ▏ 2.6 GB/3.1 GB 30 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 86% ▕█████████████ ▏ 2.6 GB/3.1 GB 30 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 86% ▕█████████████ ▏ 2.7 GB/3.1 GB 30 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 86% ▕█████████████ ▏ 2.7 GB/3.1 GB 30 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 86% ▕█████████████ ▏ 2.7 GB/3.1 GB 30 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 86% ▕█████████████ ▏ 2.7 GB/3.1 GB 30 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 86% ▕█████████████ ▏ 2.7 GB/3.1 GB 30 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 87% ▕█████████████ ▏ 2.7 GB/3.1 GB 30 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 87% ▕█████████████ ▏ 2.7 GB/3.1 GB 30 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 87% ▕█████████████ ▏ 2.7 GB/3.1 GB 30 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 87% ▕█████████████ ▏ 2.7 GB/3.1 GB 30 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 87% ▕█████████████ ▏ 2.7 GB/3.1 GB 30 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 87% ▕█████████████ ▏ 2.7 GB/3.1 GB 30 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 87% ▕█████████████ ▏ 2.7 GB/3.1 GB 30 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 87% ▕█████████████ ▏ 2.7 GB/3.1 GB 30 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 87% ▕█████████████ ▏ 2.7 GB/3.1 GB 30 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 87% ▕█████████████ ▏ 2.7 GB/3.1 GB 30 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 87% ▕█████████████ ▏ 2.7 GB/3.1 GB 30 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 87% ▕█████████████ ▏ 2.7 GB/3.1 GB 30 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 88% ▕██████████████ ▏ 2.7 GB/3.1 GB 30 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 88% ▕██████████████ ▏ 2.7 GB/3.1 GB 29 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 88% ▕██████████████ ▏ 2.7 GB/3.1 GB 29 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 88% ▕██████████████ ▏ 2.7 GB/3.1 GB 29 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 88% ▕██████████████ ▏ 2.7 GB/3.1 GB 29 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 88% ▕██████████████ ▏ 2.7 GB/3.1 GB 29 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 88% ▕██████████████ ▏ 2.7 GB/3.1 GB 29 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 88% ▕██████████████ ▏ 2.7 GB/3.1 GB 29 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 89% ▕██████████████ ▏ 2.7 GB/3.1 GB 29 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 89% ▕██████████████ ▏ 2.7 GB/3.1 GB 29 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 89% ▕██████████████ ▏ 2.7 GB/3.1 GB 29 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 89% ▕██████████████ ▏ 2.7 GB/3.1 GB 30 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 89% ▕██████████████ ▏ 2.7 GB/3.1 GB 30 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 89% ▕██████████████ ▏ 2.8 GB/3.1 GB 30 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 89% ▕██████████████ ▏ 2.8 GB/3.1 GB 30 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 90% ▕██████████████ ▏ 2.8 GB/3.1 GB 30 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 90% ▕██████████████ ▏ 2.8 GB/3.1 GB 30 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 90% ▕██████████████ ▏ 2.8 GB/3.1 GB 30 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 90% ▕██████████████ ▏ 2.8 GB/3.1 GB 30 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 90% ▕██████████████ ▏ 2.8 GB/3.1 GB 30 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 90% ▕██████████████ ▏ 2.8 GB/3.1 GB 30 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 90% ▕██████████████ ▏ 2.8 GB/3.1 GB 32 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 91% ▕██████████████ ▏ 2.8 GB/3.1 GB 32 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 91% ▕██████████████ ▏ 2.8 GB/3.1 GB 32 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 91% ▕██████████████ ▏ 2.8 GB/3.1 GB 32 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 91% ▕██████████████ ▏ 2.8 GB/3.1 GB 32 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 91% ▕██████████████ ▏ 2.8 GB/3.1 GB 32 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 91% ▕██████████████ ▏ 2.8 GB/3.1 GB 32 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 91% ▕██████████████ ▏ 2.8 GB/3.1 GB 32 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 92% ▕██████████████ ▏ 2.8 GB/3.1 GB 32 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 92% ▕██████████████ ▏ 2.8 GB/3.1 GB 32 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 92% ▕██████████████ ▏ 2.8 GB/3.1 GB 34 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 92% ▕██████████████ ▏ 2.8 GB/3.1 GB 34 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 92% ▕██████████████ ▏ 2.8 GB/3.1 GB 34 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 92% ▕██████████████ ▏ 2.8 GB/3.1 GB 34 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 92% ▕██████████████ ▏ 2.8 GB/3.1 GB 34 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 92% ▕██████████████ ▏ 2.8 GB/3.1 GB 34 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 92% ▕██████████████ ▏ 2.8 GB/3.1 GB 34 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 92% ▕██████████████ ▏ 2.8 GB/3.1 GB 34 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 93% ▕██████████████ ▏ 2.9 GB/3.1 GB 34 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 93% ▕██████████████ ▏ 2.9 GB/3.1 GB 34 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 93% ▕██████████████ ▏ 2.9 GB/3.1 GB 34 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 93% ▕██████████████ ▏ 2.9 GB/3.1 GB 33 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 93% ▕██████████████ ▏ 2.9 GB/3.1 GB 33 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 93% ▕██████████████ ▏ 2.9 GB/3.1 GB 33 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 93% ▕██████████████ ▏ 2.9 GB/3.1 GB 33 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 93% ▕██████████████ ▏ 2.9 GB/3.1 GB 33 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 93% ▕██████████████ ▏ 2.9 GB/3.1 GB 33 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 93% ▕██████████████ ▏ 2.9 GB/3.1 GB 33 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 93% ▕██████████████ ▏ 2.9 GB/3.1 GB 33 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 94% ▕██████████████ ▏ 2.9 GB/3.1 GB 33 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 94% ▕██████████████ ▏ 2.9 GB/3.1 GB 33 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 94% ▕██████████████ ▏ 2.9 GB/3.1 GB 33 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 94% ▕██████████████ ▏ 2.9 GB/3.1 GB 33 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 94% ▕███████████████ ▏ 2.9 GB/3.1 GB 33 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 94% ▕███████████████ ▏ 2.9 GB/3.1 GB 33 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 94% ▕███████████████ ▏ 2.9 GB/3.1 GB 33 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 94% ▕███████████████ ▏ 2.9 GB/3.1 GB 33 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 94% ▕███████████████ ▏ 2.9 GB/3.1 GB 33 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 94% ▕███████████████ ▏ 2.9 GB/3.1 GB 33 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 94% ▕███████████████ ▏ 2.9 GB/3.1 GB 33 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 94% ▕███████████████ ▏ 2.9 GB/3.1 GB 33 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 94% ▕███████████████ ▏ 2.9 GB/3.1 GB 32 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 95% ▕███████████████ ▏ 2.9 GB/3.1 GB 32 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 95% ▕███████████████ ▏ 2.9 GB/3.1 GB 32 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 95% ▕███████████████ ▏ 2.9 GB/3.1 GB 32 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 95% ▕███████████████ ▏ 2.9 GB/3.1 GB 32 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 95% ▕███████████████ ▏ 2.9 GB/3.1 GB 32 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 95% ▕███████████████ ▏ 2.9 GB/3.1 GB 32 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 95% ▕███████████████ ▏ 2.9 GB/3.1 GB 32 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 95% ▕███████████████ ▏ 2.9 GB/3.1 GB 32 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 95% ▕███████████████ ▏ 2.9 GB/3.1 GB 32 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 95% ▕███████████████ ▏ 2.9 GB/3.1 GB 32 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 95% ▕███████████████ ▏ 2.9 GB/3.1 GB 32 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 95% ▕███████████████ ▏ 2.9 GB/3.1 GB 32 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 95% ▕███████████████ ▏ 2.9 GB/3.1 GB 32 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 96% ▕███████████████ ▏ 2.9 GB/3.1 GB 32 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 96% ▕███████████████ ▏ 2.9 GB/3.1 GB 32 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 96% ▕███████████████ ▏ 3.0 GB/3.1 GB 32 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 96% ▕███████████████ ▏ 3.0 GB/3.1 GB 32 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 96% ▕███████████████ ▏ 3.0 GB/3.1 GB 32 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 96% ▕███████████████ ▏ 3.0 GB/3.1 GB 32 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 96% ▕███████████████ ▏ 3.0 GB/3.1 GB 31 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 96% ▕███████████████ ▏ 3.0 GB/3.1 GB 31 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 96% ▕███████████████ ▏ 3.0 GB/3.1 GB 31 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 96% ▕███████████████ ▏ 3.0 GB/3.1 GB 31 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 96% ▕███████████████ ▏ 3.0 GB/3.1 GB 31 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 96% ▕███████████████ ▏ 3.0 GB/3.1 GB 31 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 96% ▕███████████████ ▏ 3.0 GB/3.1 GB 31 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 96% ▕███████████████ ▏ 3.0 GB/3.1 GB 31 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 96% ▕███████████████ ▏ 3.0 GB/3.1 GB 31 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 97% ▕███████████████ ▏ 3.0 GB/3.1 GB 31 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 97% ▕███████████████ ▏ 3.0 GB/3.1 GB 31 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 97% ▕███████████████ ▏ 3.0 GB/3.1 GB 30 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 97% ▕███████████████ ▏ 3.0 GB/3.1 GB 30 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 97% ▕███████████████ ▏ 3.0 GB/3.1 GB 30 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 97% ▕███████████████ ▏ 3.0 GB/3.1 GB 30 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 97% ▕███████████████ ▏ 3.0 GB/3.1 GB 30 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 97% ▕███████████████ ▏ 3.0 GB/3.1 GB 30 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 97% ▕███████████████ ▏ 3.0 GB/3.1 GB 30 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 97% ▕███████████████ ▏ 3.0 GB/3.1 GB 30 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 97% ▕███████████████ ▏ 3.0 GB/3.1 GB 30 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 97% ▕███████████████ ▏ 3.0 GB/3.1 GB 30 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 97% ▕███████████████ ▏ 3.0 GB/3.1 GB 27 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 97% ▕███████████████ ▏ 3.0 GB/3.1 GB 27 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 97% ▕███████████████ ▏ 3.0 GB/3.1 GB 27 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 97% ▕███████████████ ▏ 3.0 GB/3.1 GB 27 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 97% ▕███████████████ ▏ 3.0 GB/3.1 GB 27 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 97% ▕███████████████ ▏ 3.0 GB/3.1 GB 27 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 98% ▕███████████████ ▏ 3.0 GB/3.1 GB 27 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 98% ▕███████████████ ▏ 3.0 GB/3.1 GB 27 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 98% ▕███████████████ ▏ 3.0 GB/3.1 GB 27 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 98% ▕███████████████ ▏ 3.0 GB/3.1 GB 27 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 98% ▕███████████████ ▏ 3.0 GB/3.1 GB 25 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 98% ▕███████████████ ▏ 3.0 GB/3.1 GB 25 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 98% ▕███████████████ ▏ 3.0 GB/3.1 GB 25 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 98% ▕███████████████ ▏ 3.0 GB/3.1 GB 25 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 98% ▕███████████████ ▏ 3.0 GB/3.1 GB 25 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 98% ▕███████████████ ▏ 3.0 GB/3.1 GB 25 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 98% ▕███████████████ ▏ 3.0 GB/3.1 GB 25 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 98% ▕███████████████ ▏ 3.0 GB/3.1 GB 25 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 99% ▕███████████████ ▏ 3.0 GB/3.1 GB 25 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 99% ▕███████████████ ▏ 3.0 GB/3.1 GB 25 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 99% ▕███████████████ ▏ 3.0 GB/3.1 GB 22 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 99% ▕███████████████ ▏ 3.0 GB/3.1 GB 22 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 99% ▕███████████████ ▏ 3.0 GB/3.1 GB 22 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 99% ▕███████████████ ▏ 3.0 GB/3.1 GB 22 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 99% ▕███████████████ ▏ 3.0 GB/3.1 GB 22 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 99% ▕███████████████ ▏ 3.1 GB/3.1 GB 22 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 99% ▕███████████████ ▏ 3.1 GB/3.1 GB 22 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 99% ▕███████████████ ▏ 3.1 GB/3.1 GB 22 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 99% ▕███████████████ ▏ 3.1 GB/3.1 GB 22 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 99% ▕███████████████ ▏ 3.1 GB/3.1 GB 22 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 99% ▕███████████████ ▏ 3.1 GB/3.1 GB 23 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 99% ▕███████████████ ▏ 3.1 GB/3.1 GB 23 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕███████████████ ▏ 3.1 GB/3.1 GB 23 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕███████████████ ▏ 3.1 GB/3.1 GB 23 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕███████████████ ▏ 3.1 GB/3.1 GB 23 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕███████████████ ▏ 3.1 GB/3.1 GB 23 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕███████████████ ▏ 3.1 GB/3.1 GB 23 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕███████████████ ▏ 3.1 GB/3.1 GB 23 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕███████████████ ▏ 3.1 GB/3.1 GB 23 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕███████████████ ▏ 3.1 GB/3.1 GB 23 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕███████████████ ▏ 3.1 GB/3.1 GB 23 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕███████████████ ▏ 3.1 GB/3.1 GB 21 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕███████████████ ▏ 3.1 GB/3.1 GB 21 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "\u001b[?25lretrieving manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", @@ -1629,21157 +188,540 @@ "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 08dc15ff8922... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 08dc15ff8922... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 08dc15ff8922... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 08dc15ff8922... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 08dc15ff8922... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 08dc15ff8922... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 08dc15ff8922... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 08dc15ff8922... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 08dc15ff8922... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 08dc15ff8922... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 08dc15ff8922... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 08dc15ff8922... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 08dc15ff8922... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 08dc15ff8922... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 08dc15ff8922... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 08dc15ff8922... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 08dc15ff8922... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 08dc15ff8922... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 08dc15ff8922... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 08dc15ff8922... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 08dc15ff8922... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 08dc15ff8922... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 08dc15ff8922... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 08dc15ff8922... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 08dc15ff8922... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 08dc15ff8922... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 08dc15ff8922... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 08dc15ff8922... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 08dc15ff8922... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 08dc15ff8922... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 08dc15ff8922... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 08dc15ff8922... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 08dc15ff8922... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 08dc15ff8922... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 08dc15ff8922... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 08dc15ff8922... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 08dc15ff8922... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 08dc15ff8922... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 08dc15ff8922... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 08dc15ff8922... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 08dc15ff8922... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 08dc15ff8922... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 08dc15ff8922... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 08dc15ff8922... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 08dc15ff8922... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 08dc15ff8922... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 08dc15ff8922... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 08dc15ff8922... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 08dc15ff8922... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 08dc15ff8922... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 08dc15ff8922... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 08dc15ff8922... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 08dc15ff8922... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 08dc15ff8922... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 08dc15ff8922... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 08dc15ff8922... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 08dc15ff8922... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 08dc15ff8922... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 08dc15ff8922... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 08dc15ff8922... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 08dc15ff8922... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 08dc15ff8922... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 08dc15ff8922... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 08dc15ff8922... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ae9e0f992fbe... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ae9e0f992fbe... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ae9e0f992fbe... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ae9e0f992fbe... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ae9e0f992fbe... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ae9e0f992fbe... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ae9e0f992fbe... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ae9e0f992fbe... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ae9e0f992fbe... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ae9e0f992fbe... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ae9e0f992fbe... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ae9e0f992fbe... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ae9e0f992fbe... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ae9e0f992fbe... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ae9e0f992fbe... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ae9e0f992fbe... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ae9e0f992fbe... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ae9e0f992fbe... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ae9e0f992fbe... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ae9e0f992fbe... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ae9e0f992fbe... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ae9e0f992fbe... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ae9e0f992fbe... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ae9e0f992fbe... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ae9e0f992fbe... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ae9e0f992fbe... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ae9e0f992fbe... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ae9e0f992fbe... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ae9e0f992fbe... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ae9e0f992fbe... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ae9e0f992fbe... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ae9e0f992fbe... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ae9e0f992fbe... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ae9e0f992fbe... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ae9e0f992fbe... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ae9e0f992fbe... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ae9e0f992fbe... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ae9e0f992fbe... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ae9e0f992fbe... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ae9e0f992fbe... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ae9e0f992fbe... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ae9e0f992fbe... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ae9e0f992fbe... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ae9e0f992fbe... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ae9e0f992fbe... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ae9e0f992fbe... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ae9e0f992fbe... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ae9e0f992fbe... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ae9e0f992fbe... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ae9e0f992fbe... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ae9e0f992fbe... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ae9e0f992fbe... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ae9e0f992fbe... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ae9e0f992fbe... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ae9e0f992fbe... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ae9e0f992fbe... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ae9e0f992fbe... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ae9e0f992fbe... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ae9e0f992fbe... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ae9e0f992fbe... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ae9e0f992fbe... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ae9e0f992fbe... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ae9e0f992fbe... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ae9e0f992fbe... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ae9e0f992fbe... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ae9e0f992fbe... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ae9e0f992fbe... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ae9e0f992fbe... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ae9e0f992fbe... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ae9e0f992fbe... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ae9e0f992fbe... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ae9e0f992fbe... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ae9e0f992fbe... 100% ▕████████████████▏ 455 B \n", - "pushing manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ae9e0f992fbe... 100% ▕████████████████▏ 455 B \n", - "pushing manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ae9e0f992fbe... 100% ▕████████████████▏ 455 B \n", - "pushing manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ae9e0f992fbe... 100% ▕████████████████▏ 455 B \n", - "pushing manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ae9e0f992fbe... 100% ▕████████████████▏ 455 B \n", - "pushing manifest ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ae9e0f992fbe... 100% ▕████████████████▏ 455 B \n", - "pushing manifest ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ae9e0f992fbe... 100% ▕████████████████▏ 455 B \n", - "pushing manifest ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ae9e0f992fbe... 100% ▕████████████████▏ 455 B \n", - "pushing manifest ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ae9e0f992fbe... 100% ▕████████████████▏ 455 B \n", - "pushing manifest ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ae9e0f992fbe... 100% ▕████████████████▏ 455 B \n", - "pushing manifest ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ae9e0f992fbe... 100% ▕████████████████▏ 455 B \n", - "pushing manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ae9e0f992fbe... 100% ▕████████████████▏ 455 B \n", - "pushing manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ae9e0f992fbe... 100% ▕████████████████▏ 455 B \n", - "pushing manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ae9e0f992fbe... 100% ▕████████████████▏ 455 B \n", - "pushing manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ae9e0f992fbe... 100% ▕████████████████▏ 455 B \n", - "pushing manifest ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ae9e0f992fbe... 100% ▕████████████████▏ 455 B \n", - "pushing manifest ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ae9e0f992fbe... 100% ▕████████████████▏ 455 B \n", - "pushing manifest ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ae9e0f992fbe... 100% ▕████████████████▏ 455 B \n", - "pushing manifest ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ae9e0f992fbe... 100% ▕████████████████▏ 455 B \n", - "pushing manifest ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ae9e0f992fbe... 100% ▕████████████████▏ 455 B \n", - "pushing manifest ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ae9e0f992fbe... 100% ▕████████████████▏ 455 B \n", - "pushing manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ae9e0f992fbe... 100% ▕████████████████▏ 455 B \n", - "pushing manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ae9e0f992fbe... 100% ▕████████████████▏ 455 B \n", - "pushing manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ae9e0f992fbe... 100% ▕████████████████▏ 455 B \n", - "pushing manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ae9e0f992fbe... 100% ▕████████████████▏ 455 B \n", - "pushing manifest ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ae9e0f992fbe... 100% ▕████████████████▏ 455 B \n", - "pushing manifest ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ae9e0f992fbe... 100% ▕████████████████▏ 455 B \n", - "pushing manifest ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ae9e0f992fbe... 100% ▕████████████████▏ 455 B \n", - "pushing manifest ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ae9e0f992fbe... 100% ▕████████████████▏ 455 B \n", - "pushing manifest ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ae9e0f992fbe... 100% ▕████████████████▏ 455 B \n", - "pushing manifest ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ae9e0f992fbe... 100% ▕████████████████▏ 455 B \n", - "pushing manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ae9e0f992fbe... 100% ▕████████████████▏ 455 B \n", - "pushing manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ae9e0f992fbe... 100% ▕████████████████▏ 455 B \n", - "pushing manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ae9e0f992fbe... 100% ▕████████████████▏ 455 B \n", - "pushing manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ae9e0f992fbe... 100% ▕████████████████▏ 455 B \n", - "pushing manifest ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ae9e0f992fbe... 100% ▕████████████████▏ 455 B \n", - "pushing manifest \n", - "success \u001b[?25h\n", - "\u001b[?25ltransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer \n", - "creating template layer \n", - "creating system layer \n", - "creating parameters layer \n", - "creating config layer \n", - "using already created layer sha256:ad5e6556d1139a22a951da1fc500b75f7fee2a3d125d6c4df3ef7295c83e41d1 \n", - "using already created layer sha256:04de533bb8fd4eb327158f79cdc0de736558e45d198db9275ef536f470281f1f \n", - "using already created layer sha256:af41c51c14924c73d476c474dd0617253462cdb32f1256d8b3d3d9fc00371199 \n", - "using already created layer sha256:3559b403e83a9669ecd8d347a509c20b870674a9838218f8b812c93c419fec88 \n", - "writing layer sha256:f04e304bcc21f741c37e2f9351fb8b92bde7931391562fd54813a50da81d446c \n", - "writing manifest \n", - "success \u001b[?25h\n", - "copied 'notus:q3_K_L' to 'argilla/notus:q3_K_L'\n", - "\u001b[?25lretrieving manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 0% ▕ ▏ 1.8 MB/3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 0% ▕ ▏ 2.1 MB/3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 0% ▕ ▏ 2.1 MB/3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 0% ▕ ▏ 2.1 MB/3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 0% ▕ ▏ 2.1 MB/3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 0% ▕ ▏ 3.0 MB/3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 0% ▕ ▏ 3.1 MB/3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 0% ▕ ▏ 3.1 MB/3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 0% ▕ ▏ 3.1 MB/3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 0% ▕ ▏ 3.1 MB/3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 0% ▕ ▏ 3.1 MB/3.8 GB 2.5 MB/s 25m53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 0% ▕ ▏ 3.1 MB/3.8 GB 2.5 MB/s 25m53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 0% ▕ ▏ 3.1 MB/3.8 GB 2.5 MB/s 25m53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 0% ▕ ▏ 3.1 MB/3.8 GB 2.5 MB/s 25m53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 0% ▕ ▏ 3.1 MB/3.8 GB 2.5 MB/s 25m53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 0% ▕ ▏ 868 KB/3.8 GB 2.5 MB/s 25m54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 0% ▕ ▏ 3.6 MB/3.8 GB 2.5 MB/s 25m53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 0% ▕ ▏ 5.1 MB/3.8 GB 2.5 MB/s 25m53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 0% ▕ ▏ 11 MB/3.8 GB 2.5 MB/s 25m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 0% ▕ ▏ 14 MB/3.8 GB 2.5 MB/s 25m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 0% ▕ ▏ 17 MB/3.8 GB 8.3 MB/s 7m40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 1% ▕ ▏ 20 MB/3.8 GB 8.3 MB/s 7m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 1% ▕ ▏ 24 MB/3.8 GB 8.3 MB/s 7m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 1% ▕ ▏ 25 MB/3.8 GB 8.3 MB/s 7m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 1% ▕ ▏ 27 MB/3.8 GB 8.3 MB/s 7m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 1% ▕ ▏ 28 MB/3.8 GB 8.3 MB/s 7m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 1% ▕ ▏ 31 MB/3.8 GB 8.3 MB/s 7m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 1% ▕ ▏ 35 MB/3.8 GB 8.3 MB/s 7m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 1% ▕ ▏ 37 MB/3.8 GB 8.3 MB/s 7m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 1% ▕ ▏ 39 MB/3.8 GB 8.3 MB/s 7m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 1% ▕ ▏ 45 MB/3.8 GB 14 MB/s 4m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 1% ▕ ▏ 48 MB/3.8 GB 14 MB/s 4m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 1% ▕ ▏ 51 MB/3.8 GB 14 MB/s 4m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 1% ▕ ▏ 51 MB/3.8 GB 14 MB/s 4m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 1% ▕ ▏ 55 MB/3.8 GB 14 MB/s 4m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 1% ▕ ▏ 56 MB/3.8 GB 14 MB/s 4m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 2% ▕ ▏ 58 MB/3.8 GB 14 MB/s 4m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 2% ▕ ▏ 62 MB/3.8 GB 14 MB/s 4m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 2% ▕ ▏ 65 MB/3.8 GB 14 MB/s 4m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 2% ▕ ▏ 67 MB/3.8 GB 14 MB/s 4m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 2% ▕ ▏ 70 MB/3.8 GB 17 MB/s 3m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 2% ▕ ▏ 72 MB/3.8 GB 17 MB/s 3m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 2% ▕ ▏ 78 MB/3.8 GB 17 MB/s 3m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 2% ▕ ▏ 79 MB/3.8 GB 17 MB/s 3m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 2% ▕ ▏ 80 MB/3.8 GB 17 MB/s 3m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 2% ▕ ▏ 88 MB/3.8 GB 17 MB/s 3m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 2% ▕ ▏ 90 MB/3.8 GB 17 MB/s 3m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 2% ▕ ▏ 90 MB/3.8 GB 17 MB/s 3m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 2% ▕ ▏ 92 MB/3.8 GB 17 MB/s 3m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 3% ▕ ▏ 98 MB/3.8 GB 17 MB/s 3m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 3% ▕ ▏ 100 MB/3.8 GB 17 MB/s 3m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 3% ▕ ▏ 104 MB/3.8 GB 20 MB/s 3m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 3% ▕ ▏ 110 MB/3.8 GB 20 MB/s 3m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 3% ▕ ▏ 111 MB/3.8 GB 20 MB/s 3m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 3% ▕ ▏ 115 MB/3.8 GB 20 MB/s 2m59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 3% ▕ ▏ 119 MB/3.8 GB 20 MB/s 2m59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 3% ▕ ▏ 119 MB/3.8 GB 20 MB/s 2m59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 3% ▕ ▏ 121 MB/3.8 GB 20 MB/s 2m59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 3% ▕ ▏ 123 MB/3.8 GB 20 MB/s 2m59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 3% ▕ ▏ 126 MB/3.8 GB 20 MB/s 2m59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 3% ▕ ▏ 131 MB/3.8 GB 20 MB/s 2m59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 4% ▕ ▏ 134 MB/3.8 GB 21 MB/s 2m48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 4% ▕ ▏ 136 MB/3.8 GB 21 MB/s 2m48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 4% ▕ ▏ 136 MB/3.8 GB 21 MB/s 2m48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 4% ▕ ▏ 137 MB/3.8 GB 21 MB/s 2m48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 4% ▕ ▏ 137 MB/3.8 GB 21 MB/s 2m48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 4% ▕ ▏ 141 MB/3.8 GB 21 MB/s 2m48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 4% ▕ ▏ 142 MB/3.8 GB 21 MB/s 2m48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 4% ▕ ▏ 145 MB/3.8 GB 21 MB/s 2m48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 4% ▕ ▏ 150 MB/3.8 GB 21 MB/s 2m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 4% ▕ ▏ 152 MB/3.8 GB 21 MB/s 2m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 4% ▕ ▏ 154 MB/3.8 GB 21 MB/s 2m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 4% ▕ ▏ 160 MB/3.8 GB 21 MB/s 2m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 4% ▕ ▏ 162 MB/3.8 GB 21 MB/s 2m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 4% ▕ ▏ 164 MB/3.8 GB 21 MB/s 2m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 4% ▕ ▏ 168 MB/3.8 GB 21 MB/s 2m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 4% ▕ ▏ 167 MB/3.8 GB 21 MB/s 2m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 4% ▕ ▏ 168 MB/3.8 GB 21 MB/s 2m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 5% ▕ ▏ 172 MB/3.8 GB 21 MB/s 2m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 5% ▕ ▏ 179 MB/3.8 GB 21 MB/s 2m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 5% ▕ ▏ 179 MB/3.8 GB 21 MB/s 2m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 5% ▕ ▏ 182 MB/3.8 GB 22 MB/s 2m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 5% ▕ ▏ 186 MB/3.8 GB 22 MB/s 2m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 5% ▕ ▏ 188 MB/3.8 GB 22 MB/s 2m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 5% ▕ ▏ 190 MB/3.8 GB 22 MB/s 2m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 5% ▕ ▏ 196 MB/3.8 GB 22 MB/s 2m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 5% ▕ ▏ 198 MB/3.8 GB 22 MB/s 2m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 5% ▕ ▏ 199 MB/3.8 GB 22 MB/s 2m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 5% ▕ ▏ 203 MB/3.8 GB 22 MB/s 2m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 5% ▕ ▏ 206 MB/3.8 GB 22 MB/s 2m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 5% ▕ ▏ 207 MB/3.8 GB 22 MB/s 2m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 6% ▕ ▏ 215 MB/3.8 GB 23 MB/s 2m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 6% ▕ ▏ 217 MB/3.8 GB 23 MB/s 2m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 6% ▕ ▏ 217 MB/3.8 GB 23 MB/s 2m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 6% ▕ ▏ 220 MB/3.8 GB 23 MB/s 2m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 6% ▕ ▏ 225 MB/3.8 GB 23 MB/s 2m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 6% ▕ ▏ 226 MB/3.8 GB 23 MB/s 2m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 6% ▕ ▏ 229 MB/3.8 GB 23 MB/s 2m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 6% ▕ ▏ 229 MB/3.8 GB 23 MB/s 2m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 6% ▕ ▏ 231 MB/3.8 GB 23 MB/s 2m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 6% ▕ ▏ 232 MB/3.8 GB 23 MB/s 2m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 6% ▕ ▏ 237 MB/3.8 GB 23 MB/s 2m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 6% ▕█ ▏ 241 MB/3.8 GB 26 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 6% ▕█ ▏ 241 MB/3.8 GB 26 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 6% ▕█ ▏ 242 MB/3.8 GB 26 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 6% ▕█ ▏ 243 MB/3.8 GB 26 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 7% ▕█ ▏ 250 MB/3.8 GB 26 MB/s 2m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 7% ▕█ ▏ 252 MB/3.8 GB 26 MB/s 2m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 7% ▕█ ▏ 257 MB/3.8 GB 26 MB/s 2m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 7% ▕█ ▏ 259 MB/3.8 GB 26 MB/s 2m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 7% ▕█ ▏ 259 MB/3.8 GB 26 MB/s 2m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 7% ▕█ ▏ 268 MB/3.8 GB 26 MB/s 2m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 7% ▕█ ▏ 269 MB/3.8 GB 28 MB/s 2m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 7% ▕█ ▏ 269 MB/3.8 GB 28 MB/s 2m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 7% ▕█ ▏ 269 MB/3.8 GB 28 MB/s 2m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 7% ▕█ ▏ 274 MB/3.8 GB 28 MB/s 2m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 7% ▕█ ▏ 277 MB/3.8 GB 28 MB/s 2m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 7% ▕█ ▏ 277 MB/3.8 GB 28 MB/s 2m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 7% ▕█ ▏ 273 MB/3.8 GB 28 MB/s 2m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 7% ▕█ ▏ 277 MB/3.8 GB 28 MB/s 2m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 7% ▕█ ▏ 282 MB/3.8 GB 28 MB/s 2m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 8% ▕█ ▏ 287 MB/3.8 GB 28 MB/s 2m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 8% ▕█ ▏ 288 MB/3.8 GB 27 MB/s 2m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 8% ▕█ ▏ 293 MB/3.8 GB 27 MB/s 2m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 8% ▕█ ▏ 299 MB/3.8 GB 27 MB/s 2m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 8% ▕█ ▏ 302 MB/3.8 GB 27 MB/s 2m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 8% ▕█ ▏ 304 MB/3.8 GB 27 MB/s 2m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 8% ▕█ ▏ 305 MB/3.8 GB 27 MB/s 2m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 8% ▕█ ▏ 306 MB/3.8 GB 27 MB/s 2m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 8% ▕█ ▏ 308 MB/3.8 GB 27 MB/s 2m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 8% ▕█ ▏ 310 MB/3.8 GB 27 MB/s 2m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 8% ▕█ ▏ 313 MB/3.8 GB 27 MB/s 2m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 8% ▕█ ▏ 316 MB/3.8 GB 27 MB/s 2m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 8% ▕█ ▏ 321 MB/3.8 GB 27 MB/s 2m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 8% ▕█ ▏ 322 MB/3.8 GB 27 MB/s 2m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 8% ▕█ ▏ 322 MB/3.8 GB 27 MB/s 2m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 8% ▕█ ▏ 324 MB/3.8 GB 27 MB/s 2m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 9% ▕█ ▏ 327 MB/3.8 GB 27 MB/s 2m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 9% ▕█ ▏ 330 MB/3.8 GB 27 MB/s 2m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 9% ▕█ ▏ 330 MB/3.8 GB 27 MB/s 2m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 9% ▕█ ▏ 330 MB/3.8 GB 27 MB/s 2m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 9% ▕█ ▏ 337 MB/3.8 GB 27 MB/s 2m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 9% ▕█ ▏ 340 MB/3.8 GB 26 MB/s 2m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 9% ▕█ ▏ 341 MB/3.8 GB 26 MB/s 2m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 9% ▕█ ▏ 342 MB/3.8 GB 26 MB/s 2m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 9% ▕█ ▏ 346 MB/3.8 GB 26 MB/s 2m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 9% ▕█ ▏ 348 MB/3.8 GB 26 MB/s 2m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 9% ▕█ ▏ 354 MB/3.8 GB 26 MB/s 2m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 9% ▕█ ▏ 354 MB/3.8 GB 26 MB/s 2m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 9% ▕█ ▏ 354 MB/3.8 GB 26 MB/s 2m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 9% ▕█ ▏ 359 MB/3.8 GB 26 MB/s 2m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 10% ▕█ ▏ 363 MB/3.8 GB 26 MB/s 2m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 10% ▕█ ▏ 363 MB/3.8 GB 26 MB/s 2m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 10% ▕█ ▏ 364 MB/3.8 GB 25 MB/s 2m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 10% ▕█ ▏ 368 MB/3.8 GB 25 MB/s 2m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 10% ▕█ ▏ 372 MB/3.8 GB 25 MB/s 2m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 10% ▕█ ▏ 371 MB/3.8 GB 25 MB/s 2m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 10% ▕█ ▏ 372 MB/3.8 GB 25 MB/s 2m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 10% ▕█ ▏ 372 MB/3.8 GB 25 MB/s 2m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 10% ▕█ ▏ 376 MB/3.8 GB 25 MB/s 2m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 10% ▕█ ▏ 378 MB/3.8 GB 25 MB/s 2m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 10% ▕█ ▏ 381 MB/3.8 GB 25 MB/s 2m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 10% ▕█ ▏ 388 MB/3.8 GB 25 MB/s 2m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 10% ▕█ ▏ 391 MB/3.8 GB 26 MB/s 2m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 10% ▕█ ▏ 392 MB/3.8 GB 26 MB/s 2m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 10% ▕█ ▏ 392 MB/3.8 GB 26 MB/s 2m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 10% ▕█ ▏ 393 MB/3.8 GB 26 MB/s 2m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 10% ▕█ ▏ 395 MB/3.8 GB 26 MB/s 2m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 10% ▕█ ▏ 398 MB/3.8 GB 26 MB/s 2m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 10% ▕█ ▏ 401 MB/3.8 GB 26 MB/s 2m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 11% ▕█ ▏ 402 MB/3.8 GB 26 MB/s 2m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 11% ▕█ ▏ 408 MB/3.8 GB 26 MB/s 2m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 11% ▕█ ▏ 408 MB/3.8 GB 26 MB/s 2m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 11% ▕█ ▏ 408 MB/3.8 GB 25 MB/s 2m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 11% ▕█ ▏ 413 MB/3.8 GB 25 MB/s 2m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 11% ▕█ ▏ 416 MB/3.8 GB 25 MB/s 2m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 11% ▕█ ▏ 417 MB/3.8 GB 25 MB/s 2m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 11% ▕█ ▏ 417 MB/3.8 GB 25 MB/s 2m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 11% ▕█ ▏ 418 MB/3.8 GB 25 MB/s 2m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 11% ▕█ ▏ 420 MB/3.8 GB 25 MB/s 2m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 11% ▕█ ▏ 421 MB/3.8 GB 25 MB/s 2m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 11% ▕█ ▏ 425 MB/3.8 GB 25 MB/s 2m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 11% ▕█ ▏ 426 MB/3.8 GB 25 MB/s 2m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 11% ▕█ ▏ 431 MB/3.8 GB 23 MB/s 2m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 11% ▕█ ▏ 433 MB/3.8 GB 23 MB/s 2m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 11% ▕█ ▏ 435 MB/3.8 GB 23 MB/s 2m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 11% ▕█ ▏ 438 MB/3.8 GB 23 MB/s 2m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 12% ▕█ ▏ 440 MB/3.8 GB 23 MB/s 2m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 12% ▕█ ▏ 442 MB/3.8 GB 23 MB/s 2m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 12% ▕█ ▏ 443 MB/3.8 GB 23 MB/s 2m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 12% ▕█ ▏ 446 MB/3.8 GB 23 MB/s 2m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 12% ▕█ ▏ 448 MB/3.8 GB 23 MB/s 2m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 12% ▕█ ▏ 451 MB/3.8 GB 23 MB/s 2m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 12% ▕█ ▏ 452 MB/3.8 GB 23 MB/s 2m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 12% ▕█ ▏ 454 MB/3.8 GB 23 MB/s 2m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 12% ▕█ ▏ 455 MB/3.8 GB 23 MB/s 2m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 12% ▕█ ▏ 456 MB/3.8 GB 23 MB/s 2m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 12% ▕█ ▏ 457 MB/3.8 GB 23 MB/s 2m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 12% ▕█ ▏ 458 MB/3.8 GB 23 MB/s 2m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 12% ▕█ ▏ 461 MB/3.8 GB 23 MB/s 2m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 12% ▕█ ▏ 461 MB/3.8 GB 23 MB/s 2m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 12% ▕█ ▏ 464 MB/3.8 GB 23 MB/s 2m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 12% ▕█ ▏ 470 MB/3.8 GB 23 MB/s 2m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 12% ▕█ ▏ 473 MB/3.8 GB 23 MB/s 2m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 12% ▕█ ▏ 474 MB/3.8 GB 22 MB/s 2m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 13% ▕██ ▏ 479 MB/3.8 GB 22 MB/s 2m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 13% ▕██ ▏ 480 MB/3.8 GB 22 MB/s 2m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 13% ▕██ ▏ 487 MB/3.8 GB 22 MB/s 2m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 13% ▕██ ▏ 490 MB/3.8 GB 22 MB/s 2m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 13% ▕██ ▏ 491 MB/3.8 GB 22 MB/s 2m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 13% ▕██ ▏ 492 MB/3.8 GB 22 MB/s 2m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 13% ▕██ ▏ 500 MB/3.8 GB 22 MB/s 2m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 13% ▕██ ▏ 503 MB/3.8 GB 22 MB/s 2m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 13% ▕██ ▏ 503 MB/3.8 GB 22 MB/s 2m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 13% ▕██ ▏ 503 MB/3.8 GB 23 MB/s 2m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 13% ▕██ ▏ 503 MB/3.8 GB 23 MB/s 2m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 13% ▕██ ▏ 500 MB/3.8 GB 23 MB/s 2m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 13% ▕██ ▏ 500 MB/3.8 GB 23 MB/s 2m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 13% ▕██ ▏ 501 MB/3.8 GB 23 MB/s 2m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 13% ▕██ ▏ 503 MB/3.8 GB 23 MB/s 2m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 13% ▕██ ▏ 511 MB/3.8 GB 23 MB/s 2m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 13% ▕██ ▏ 512 MB/3.8 GB 23 MB/s 2m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 14% ▕██ ▏ 516 MB/3.8 GB 23 MB/s 2m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 14% ▕██ ▏ 518 MB/3.8 GB 23 MB/s 2m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 14% ▕██ ▏ 519 MB/3.8 GB 22 MB/s 2m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 14% ▕██ ▏ 525 MB/3.8 GB 22 MB/s 2m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 14% ▕██ ▏ 533 MB/3.8 GB 22 MB/s 2m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 14% ▕██ ▏ 535 MB/3.8 GB 22 MB/s 2m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 14% ▕██ ▏ 538 MB/3.8 GB 22 MB/s 2m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 14% ▕██ ▏ 538 MB/3.8 GB 22 MB/s 2m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 14% ▕██ ▏ 540 MB/3.8 GB 22 MB/s 2m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 14% ▕██ ▏ 543 MB/3.8 GB 22 MB/s 2m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 15% ▕██ ▏ 554 MB/3.8 GB 22 MB/s 2m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 15% ▕██ ▏ 554 MB/3.8 GB 22 MB/s 2m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 15% ▕██ ▏ 556 MB/3.8 GB 23 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 15% ▕██ ▏ 559 MB/3.8 GB 23 MB/s 2m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 15% ▕██ ▏ 561 MB/3.8 GB 23 MB/s 2m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 15% ▕██ ▏ 562 MB/3.8 GB 23 MB/s 2m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 15% ▕██ ▏ 565 MB/3.8 GB 23 MB/s 2m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 15% ▕██ ▏ 566 MB/3.8 GB 23 MB/s 2m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 15% ▕██ ▏ 568 MB/3.8 GB 23 MB/s 2m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 15% ▕██ ▏ 574 MB/3.8 GB 23 MB/s 2m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 15% ▕██ ▏ 576 MB/3.8 GB 23 MB/s 2m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 15% ▕██ ▏ 578 MB/3.8 GB 23 MB/s 2m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 15% ▕██ ▏ 580 MB/3.8 GB 24 MB/s 2m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 15% ▕██ ▏ 585 MB/3.8 GB 24 MB/s 2m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 15% ▕██ ▏ 586 MB/3.8 GB 24 MB/s 2m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 15% ▕██ ▏ 588 MB/3.8 GB 24 MB/s 2m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 16% ▕██ ▏ 592 MB/3.8 GB 24 MB/s 2m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 16% ▕██ ▏ 595 MB/3.8 GB 24 MB/s 2m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 16% ▕██ ▏ 600 MB/3.8 GB 24 MB/s 2m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 16% ▕██ ▏ 601 MB/3.8 GB 24 MB/s 2m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 16% ▕██ ▏ 606 MB/3.8 GB 24 MB/s 2m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 16% ▕██ ▏ 610 MB/3.8 GB 24 MB/s 2m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 16% ▕██ ▏ 610 MB/3.8 GB 24 MB/s 2m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 16% ▕██ ▏ 612 MB/3.8 GB 24 MB/s 2m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 16% ▕██ ▏ 616 MB/3.8 GB 24 MB/s 2m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 16% ▕██ ▏ 619 MB/3.8 GB 24 MB/s 2m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 16% ▕██ ▏ 623 MB/3.8 GB 24 MB/s 2m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 16% ▕██ ▏ 624 MB/3.8 GB 24 MB/s 2m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 16% ▕██ ▏ 626 MB/3.8 GB 24 MB/s 2m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 16% ▕██ ▏ 628 MB/3.8 GB 24 MB/s 2m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 16% ▕██ ▏ 628 MB/3.8 GB 24 MB/s 2m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 17% ▕██ ▏ 632 MB/3.8 GB 24 MB/s 2m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 17% ▕██ ▏ 633 MB/3.8 GB 24 MB/s 2m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 17% ▕██ ▏ 635 MB/3.8 GB 25 MB/s 2m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 17% ▕██ ▏ 638 MB/3.8 GB 25 MB/s 2m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 17% ▕██ ▏ 644 MB/3.8 GB 25 MB/s 2m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 17% ▕██ ▏ 648 MB/3.8 GB 25 MB/s 2m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 17% ▕██ ▏ 648 MB/3.8 GB 25 MB/s 2m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 17% ▕██ ▏ 652 MB/3.8 GB 25 MB/s 2m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 17% ▕██ ▏ 656 MB/3.8 GB 25 MB/s 2m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 17% ▕██ ▏ 664 MB/3.8 GB 25 MB/s 2m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 17% ▕██ ▏ 667 MB/3.8 GB 25 MB/s 2m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 17% ▕██ ▏ 668 MB/3.8 GB 25 MB/s 2m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 17% ▕██ ▏ 668 MB/3.8 GB 26 MB/s 1m59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 17% ▕██ ▏ 668 MB/3.8 GB 26 MB/s 1m59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 18% ▕██ ▏ 671 MB/3.8 GB 26 MB/s 1m59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 18% ▕██ ▏ 673 MB/3.8 GB 26 MB/s 1m59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 18% ▕██ ▏ 673 MB/3.8 GB 26 MB/s 1m59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 18% ▕██ ▏ 679 MB/3.8 GB 26 MB/s 1m59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 18% ▕██ ▏ 680 MB/3.8 GB 26 MB/s 1m59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 18% ▕██ ▏ 680 MB/3.8 GB 26 MB/s 1m59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 18% ▕██ ▏ 685 MB/3.8 GB 26 MB/s 1m59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 18% ▕██ ▏ 691 MB/3.8 GB 26 MB/s 1m58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 18% ▕██ ▏ 696 MB/3.8 GB 27 MB/s 1m55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 18% ▕██ ▏ 698 MB/3.8 GB 27 MB/s 1m55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 18% ▕██ ▏ 699 MB/3.8 GB 27 MB/s 1m55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 18% ▕██ ▏ 704 MB/3.8 GB 27 MB/s 1m55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 18% ▕██ ▏ 706 MB/3.8 GB 27 MB/s 1m55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 18% ▕██ ▏ 706 MB/3.8 GB 27 MB/s 1m55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 19% ▕██ ▏ 709 MB/3.8 GB 27 MB/s 1m55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 19% ▕███ ▏ 720 MB/3.8 GB 27 MB/s 1m54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 19% ▕███ ▏ 722 MB/3.8 GB 27 MB/s 1m54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 19% ▕███ ▏ 722 MB/3.8 GB 27 MB/s 1m54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 19% ▕███ ▏ 724 MB/3.8 GB 27 MB/s 1m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 19% ▕███ ▏ 725 MB/3.8 GB 27 MB/s 1m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 19% ▕███ ▏ 726 MB/3.8 GB 27 MB/s 1m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 19% ▕███ ▏ 730 MB/3.8 GB 27 MB/s 1m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 19% ▕███ ▏ 735 MB/3.8 GB 27 MB/s 1m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 19% ▕███ ▏ 737 MB/3.8 GB 27 MB/s 1m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 19% ▕███ ▏ 739 MB/3.8 GB 27 MB/s 1m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 19% ▕███ ▏ 739 MB/3.8 GB 27 MB/s 1m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 19% ▕███ ▏ 739 MB/3.8 GB 27 MB/s 1m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 19% ▕███ ▏ 742 MB/3.8 GB 27 MB/s 1m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 20% ▕███ ▏ 747 MB/3.8 GB 27 MB/s 1m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 20% ▕███ ▏ 750 MB/3.8 GB 27 MB/s 1m53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 20% ▕███ ▏ 753 MB/3.8 GB 27 MB/s 1m53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 20% ▕███ ▏ 753 MB/3.8 GB 27 MB/s 1m53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 20% ▕███ ▏ 755 MB/3.8 GB 27 MB/s 1m53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 20% ▕███ ▏ 755 MB/3.8 GB 27 MB/s 1m53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 20% ▕███ ▏ 756 MB/3.8 GB 27 MB/s 1m53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 20% ▕███ ▏ 769 MB/3.8 GB 27 MB/s 1m52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 20% ▕███ ▏ 771 MB/3.8 GB 27 MB/s 1m52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 20% ▕███ ▏ 772 MB/3.8 GB 27 MB/s 1m52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 20% ▕███ ▏ 775 MB/3.8 GB 27 MB/s 1m52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 20% ▕███ ▏ 776 MB/3.8 GB 28 MB/s 1m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 20% ▕███ ▏ 777 MB/3.8 GB 28 MB/s 1m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 20% ▕███ ▏ 783 MB/3.8 GB 28 MB/s 1m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 21% ▕███ ▏ 785 MB/3.8 GB 28 MB/s 1m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 21% ▕███ ▏ 783 MB/3.8 GB 28 MB/s 1m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 21% ▕███ ▏ 784 MB/3.8 GB 28 MB/s 1m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 21% ▕███ ▏ 792 MB/3.8 GB 28 MB/s 1m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 21% ▕███ ▏ 795 MB/3.8 GB 28 MB/s 1m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 21% ▕███ ▏ 797 MB/3.8 GB 28 MB/s 1m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 21% ▕███ ▏ 798 MB/3.8 GB 28 MB/s 1m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 21% ▕███ ▏ 803 MB/3.8 GB 27 MB/s 1m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 21% ▕███ ▏ 804 MB/3.8 GB 27 MB/s 1m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 21% ▕███ ▏ 806 MB/3.8 GB 27 MB/s 1m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 21% ▕███ ▏ 807 MB/3.8 GB 27 MB/s 1m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 21% ▕███ ▏ 813 MB/3.8 GB 27 MB/s 1m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 21% ▕███ ▏ 820 MB/3.8 GB 27 MB/s 1m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 21% ▕███ ▏ 821 MB/3.8 GB 27 MB/s 1m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 22% ▕███ ▏ 824 MB/3.8 GB 27 MB/s 1m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 22% ▕███ ▏ 826 MB/3.8 GB 27 MB/s 1m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 22% ▕███ ▏ 828 MB/3.8 GB 27 MB/s 1m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 22% ▕███ ▏ 836 MB/3.8 GB 28 MB/s 1m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 22% ▕███ ▏ 840 MB/3.8 GB 28 MB/s 1m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 22% ▕███ ▏ 842 MB/3.8 GB 28 MB/s 1m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 22% ▕███ ▏ 844 MB/3.8 GB 28 MB/s 1m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 22% ▕███ ▏ 842 MB/3.8 GB 28 MB/s 1m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 22% ▕███ ▏ 843 MB/3.8 GB 28 MB/s 1m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 22% ▕███ ▏ 851 MB/3.8 GB 28 MB/s 1m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 22% ▕███ ▏ 855 MB/3.8 GB 28 MB/s 1m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 22% ▕███ ▏ 857 MB/3.8 GB 28 MB/s 1m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 22% ▕███ ▏ 859 MB/3.8 GB 28 MB/s 1m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 23% ▕███ ▏ 863 MB/3.8 GB 28 MB/s 1m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 23% ▕███ ▏ 865 MB/3.8 GB 28 MB/s 1m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 23% ▕███ ▏ 870 MB/3.8 GB 28 MB/s 1m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 23% ▕███ ▏ 873 MB/3.8 GB 28 MB/s 1m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 23% ▕███ ▏ 873 MB/3.8 GB 28 MB/s 1m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 23% ▕███ ▏ 877 MB/3.8 GB 28 MB/s 1m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 23% ▕███ ▏ 883 MB/3.8 GB 28 MB/s 1m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 23% ▕███ ▏ 884 MB/3.8 GB 28 MB/s 1m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 23% ▕███ ▏ 885 MB/3.8 GB 28 MB/s 1m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 23% ▕███ ▏ 885 MB/3.8 GB 28 MB/s 1m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 23% ▕███ ▏ 887 MB/3.8 GB 28 MB/s 1m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 24% ▕███ ▏ 898 MB/3.8 GB 28 MB/s 1m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 24% ▕███ ▏ 902 MB/3.8 GB 28 MB/s 1m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 24% ▕███ ▏ 902 MB/3.8 GB 28 MB/s 1m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 24% ▕███ ▏ 899 MB/3.8 GB 28 MB/s 1m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 24% ▕███ ▏ 899 MB/3.8 GB 28 MB/s 1m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 24% ▕███ ▏ 902 MB/3.8 GB 28 MB/s 1m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 24% ▕███ ▏ 904 MB/3.8 GB 28 MB/s 1m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 24% ▕███ ▏ 905 MB/3.8 GB 28 MB/s 1m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 24% ▕███ ▏ 907 MB/3.8 GB 28 MB/s 1m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 24% ▕███ ▏ 914 MB/3.8 GB 28 MB/s 1m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 24% ▕███ ▏ 916 MB/3.8 GB 27 MB/s 1m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 24% ▕███ ▏ 917 MB/3.8 GB 27 MB/s 1m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 24% ▕███ ▏ 919 MB/3.8 GB 27 MB/s 1m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 24% ▕███ ▏ 923 MB/3.8 GB 27 MB/s 1m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 24% ▕███ ▏ 929 MB/3.8 GB 27 MB/s 1m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 24% ▕███ ▏ 931 MB/3.8 GB 27 MB/s 1m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 24% ▕███ ▏ 933 MB/3.8 GB 27 MB/s 1m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 25% ▕███ ▏ 937 MB/3.8 GB 27 MB/s 1m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 25% ▕███ ▏ 943 MB/3.8 GB 27 MB/s 1m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 25% ▕███ ▏ 948 MB/3.8 GB 27 MB/s 1m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 25% ▕███ ▏ 950 MB/3.8 GB 28 MB/s 1m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 25% ▕███ ▏ 951 MB/3.8 GB 28 MB/s 1m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 25% ▕███ ▏ 954 MB/3.8 GB 28 MB/s 1m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 25% ▕████ ▏ 957 MB/3.8 GB 28 MB/s 1m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 25% ▕████ ▏ 959 MB/3.8 GB 28 MB/s 1m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 25% ▕████ ▏ 959 MB/3.8 GB 28 MB/s 1m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 25% ▕████ ▏ 964 MB/3.8 GB 28 MB/s 1m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 25% ▕████ ▏ 965 MB/3.8 GB 28 MB/s 1m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 25% ▕████ ▏ 974 MB/3.8 GB 28 MB/s 1m40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 25% ▕████ ▏ 974 MB/3.8 GB 28 MB/s 1m40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 26% ▕████ ▏ 976 MB/3.8 GB 28 MB/s 1m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 26% ▕████ ▏ 977 MB/3.8 GB 28 MB/s 1m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 26% ▕████ ▏ 981 MB/3.8 GB 28 MB/s 1m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 26% ▕████ ▏ 986 MB/3.8 GB 28 MB/s 1m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 26% ▕████ ▏ 988 MB/3.8 GB 28 MB/s 1m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 26% ▕████ ▏ 989 MB/3.8 GB 28 MB/s 1m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 26% ▕████ ▏ 989 MB/3.8 GB 28 MB/s 1m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 26% ▕████ ▏ 995 MB/3.8 GB 28 MB/s 1m40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 26% ▕████ ▏ 996 MB/3.8 GB 28 MB/s 1m40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 26% ▕████ ▏ 1.0 GB/3.8 GB 28 MB/s 1m40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 26% ▕████ ▏ 1.0 GB/3.8 GB 28 MB/s 1m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 26% ▕████ ▏ 1.0 GB/3.8 GB 28 MB/s 1m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 26% ▕████ ▏ 1.0 GB/3.8 GB 28 MB/s 1m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 26% ▕████ ▏ 1.0 GB/3.8 GB 28 MB/s 1m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 26% ▕████ ▏ 1.0 GB/3.8 GB 28 MB/s 1m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 26% ▕████ ▏ 1.0 GB/3.8 GB 28 MB/s 1m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 27% ▕████ ▏ 1.0 GB/3.8 GB 28 MB/s 1m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 27% ▕████ ▏ 1.0 GB/3.8 GB 28 MB/s 1m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 27% ▕████ ▏ 1.0 GB/3.8 GB 28 MB/s 1m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 27% ▕████ ▏ 1.0 GB/3.8 GB 28 MB/s 1m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 27% ▕████ ▏ 1.0 GB/3.8 GB 28 MB/s 1m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 27% ▕████ ▏ 1.0 GB/3.8 GB 27 MB/s 1m40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 27% ▕████ ▏ 1.0 GB/3.8 GB 27 MB/s 1m40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 27% ▕████ ▏ 1.0 GB/3.8 GB 27 MB/s 1m40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 27% ▕████ ▏ 1.0 GB/3.8 GB 27 MB/s 1m40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 27% ▕████ ▏ 1.0 GB/3.8 GB 27 MB/s 1m40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 27% ▕████ ▏ 1.0 GB/3.8 GB 27 MB/s 1m40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 27% ▕████ ▏ 1.0 GB/3.8 GB 27 MB/s 1m40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 27% ▕████ ▏ 1.0 GB/3.8 GB 27 MB/s 1m40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 27% ▕████ ▏ 1.0 GB/3.8 GB 27 MB/s 1m40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 27% ▕████ ▏ 1.0 GB/3.8 GB 27 MB/s 1m40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 27% ▕████ ▏ 1.0 GB/3.8 GB 26 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 27% ▕████ ▏ 1.0 GB/3.8 GB 26 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 28% ▕████ ▏ 1.1 GB/3.8 GB 26 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 27% ▕████ ▏ 1.0 GB/3.8 GB 26 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 27% ▕████ ▏ 1.0 GB/3.8 GB 26 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 27% ▕████ ▏ 1.0 GB/3.8 GB 26 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 27% ▕████ ▏ 1.1 GB/3.8 GB 26 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 28% ▕████ ▏ 1.1 GB/3.8 GB 26 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 28% ▕████ ▏ 1.1 GB/3.8 GB 26 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 28% ▕████ ▏ 1.1 GB/3.8 GB 26 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 28% ▕████ ▏ 1.1 GB/3.8 GB 24 MB/s 1m52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 28% ▕████ ▏ 1.1 GB/3.8 GB 24 MB/s 1m52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 28% ▕████ ▏ 1.1 GB/3.8 GB 24 MB/s 1m52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 28% ▕████ ▏ 1.1 GB/3.8 GB 24 MB/s 1m52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 28% ▕████ ▏ 1.1 GB/3.8 GB 24 MB/s 1m52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 28% ▕████ ▏ 1.1 GB/3.8 GB 24 MB/s 1m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 28% ▕████ ▏ 1.1 GB/3.8 GB 24 MB/s 1m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 28% ▕████ ▏ 1.1 GB/3.8 GB 24 MB/s 1m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 28% ▕████ ▏ 1.1 GB/3.8 GB 24 MB/s 1m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 28% ▕████ ▏ 1.1 GB/3.8 GB 24 MB/s 1m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 28% ▕████ ▏ 1.1 GB/3.8 GB 23 MB/s 1m57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 28% ▕████ ▏ 1.1 GB/3.8 GB 23 MB/s 1m57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 28% ▕████ ▏ 1.1 GB/3.8 GB 23 MB/s 1m57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 28% ▕████ ▏ 1.1 GB/3.8 GB 23 MB/s 1m57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 28% ▕████ ▏ 1.1 GB/3.8 GB 23 MB/s 1m57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 28% ▕████ ▏ 1.1 GB/3.8 GB 23 MB/s 1m57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 28% ▕████ ▏ 1.1 GB/3.8 GB 23 MB/s 1m57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 28% ▕████ ▏ 1.1 GB/3.8 GB 23 MB/s 1m57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 28% ▕████ ▏ 1.1 GB/3.8 GB 23 MB/s 1m57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 29% ▕████ ▏ 1.1 GB/3.8 GB 23 MB/s 1m57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 29% ▕████ ▏ 1.1 GB/3.8 GB 22 MB/s 2m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 29% ▕████ ▏ 1.1 GB/3.8 GB 22 MB/s 2m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 29% ▕████ ▏ 1.1 GB/3.8 GB 22 MB/s 2m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 29% ▕████ ▏ 1.1 GB/3.8 GB 22 MB/s 2m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 29% ▕████ ▏ 1.1 GB/3.8 GB 22 MB/s 2m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 29% ▕████ ▏ 1.1 GB/3.8 GB 22 MB/s 2m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 29% ▕████ ▏ 1.1 GB/3.8 GB 22 MB/s 2m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 29% ▕████ ▏ 1.1 GB/3.8 GB 22 MB/s 2m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 29% ▕████ ▏ 1.1 GB/3.8 GB 22 MB/s 2m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 29% ▕████ ▏ 1.1 GB/3.8 GB 22 MB/s 2m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 29% ▕████ ▏ 1.1 GB/3.8 GB 22 MB/s 2m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 29% ▕████ ▏ 1.1 GB/3.8 GB 22 MB/s 2m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 29% ▕████ ▏ 1.1 GB/3.8 GB 22 MB/s 2m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 29% ▕████ ▏ 1.1 GB/3.8 GB 22 MB/s 2m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 29% ▕████ ▏ 1.1 GB/3.8 GB 22 MB/s 2m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 29% ▕████ ▏ 1.1 GB/3.8 GB 22 MB/s 2m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 29% ▕████ ▏ 1.1 GB/3.8 GB 22 MB/s 2m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 29% ▕████ ▏ 1.1 GB/3.8 GB 22 MB/s 2m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 29% ▕████ ▏ 1.1 GB/3.8 GB 22 MB/s 2m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 29% ▕████ ▏ 1.1 GB/3.8 GB 22 MB/s 2m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 29% ▕████ ▏ 1.1 GB/3.8 GB 22 MB/s 2m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 30% ▕████ ▏ 1.1 GB/3.8 GB 19 MB/s 2m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 30% ▕████ ▏ 1.1 GB/3.8 GB 19 MB/s 2m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 30% ▕████ ▏ 1.1 GB/3.8 GB 19 MB/s 2m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 30% ▕████ ▏ 1.1 GB/3.8 GB 19 MB/s 2m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 30% ▕████ ▏ 1.1 GB/3.8 GB 19 MB/s 2m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 30% ▕████ ▏ 1.1 GB/3.8 GB 19 MB/s 2m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 30% ▕████ ▏ 1.1 GB/3.8 GB 19 MB/s 2m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 30% ▕████ ▏ 1.1 GB/3.8 GB 19 MB/s 2m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 30% ▕████ ▏ 1.1 GB/3.8 GB 19 MB/s 2m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 30% ▕████ ▏ 1.1 GB/3.8 GB 19 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 30% ▕████ ▏ 1.1 GB/3.8 GB 19 MB/s 2m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 30% ▕████ ▏ 1.1 GB/3.8 GB 19 MB/s 2m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 30% ▕████ ▏ 1.2 GB/3.8 GB 19 MB/s 2m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 30% ▕████ ▏ 1.2 GB/3.8 GB 19 MB/s 2m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 30% ▕████ ▏ 1.2 GB/3.8 GB 19 MB/s 2m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 30% ▕████ ▏ 1.2 GB/3.8 GB 19 MB/s 2m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 31% ▕████ ▏ 1.2 GB/3.8 GB 19 MB/s 2m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 31% ▕████ ▏ 1.2 GB/3.8 GB 19 MB/s 2m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 31% ▕████ ▏ 1.2 GB/3.8 GB 19 MB/s 2m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 31% ▕████ ▏ 1.2 GB/3.8 GB 19 MB/s 2m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 31% ▕████ ▏ 1.2 GB/3.8 GB 18 MB/s 2m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 31% ▕████ ▏ 1.2 GB/3.8 GB 18 MB/s 2m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 31% ▕████ ▏ 1.2 GB/3.8 GB 18 MB/s 2m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 31% ▕████ ▏ 1.2 GB/3.8 GB 18 MB/s 2m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 31% ▕████ ▏ 1.2 GB/3.8 GB 18 MB/s 2m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 31% ▕████ ▏ 1.2 GB/3.8 GB 18 MB/s 2m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 31% ▕████ ▏ 1.2 GB/3.8 GB 18 MB/s 2m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 31% ▕████ ▏ 1.2 GB/3.8 GB 18 MB/s 2m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 31% ▕████ ▏ 1.2 GB/3.8 GB 18 MB/s 2m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 31% ▕████ ▏ 1.2 GB/3.8 GB 18 MB/s 2m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 31% ▕████ ▏ 1.2 GB/3.8 GB 18 MB/s 2m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 31% ▕████ ▏ 1.2 GB/3.8 GB 18 MB/s 2m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 31% ▕████ ▏ 1.2 GB/3.8 GB 18 MB/s 2m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 31% ▕████ ▏ 1.2 GB/3.8 GB 18 MB/s 2m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 31% ▕█████ ▏ 1.2 GB/3.8 GB 18 MB/s 2m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 31% ▕█████ ▏ 1.2 GB/3.8 GB 18 MB/s 2m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 31% ▕█████ ▏ 1.2 GB/3.8 GB 18 MB/s 2m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 31% ▕█████ ▏ 1.2 GB/3.8 GB 18 MB/s 2m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 31% ▕█████ ▏ 1.2 GB/3.8 GB 18 MB/s 2m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 31% ▕█████ ▏ 1.2 GB/3.8 GB 18 MB/s 2m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 32% ▕█████ ▏ 1.2 GB/3.8 GB 18 MB/s 2m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 32% ▕█████ ▏ 1.2 GB/3.8 GB 17 MB/s 2m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 32% ▕█████ ▏ 1.2 GB/3.8 GB 17 MB/s 2m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 32% ▕█████ ▏ 1.2 GB/3.8 GB 17 MB/s 2m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 32% ▕█████ ▏ 1.2 GB/3.8 GB 17 MB/s 2m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 32% ▕█████ ▏ 1.2 GB/3.8 GB 17 MB/s 2m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 32% ▕█████ ▏ 1.2 GB/3.8 GB 17 MB/s 2m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 32% ▕█████ ▏ 1.2 GB/3.8 GB 17 MB/s 2m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 32% ▕█████ ▏ 1.2 GB/3.8 GB 17 MB/s 2m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 32% ▕█████ ▏ 1.2 GB/3.8 GB 17 MB/s 2m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 32% ▕█████ ▏ 1.2 GB/3.8 GB 17 MB/s 2m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 32% ▕█████ ▏ 1.2 GB/3.8 GB 18 MB/s 2m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 32% ▕█████ ▏ 1.2 GB/3.8 GB 18 MB/s 2m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 32% ▕█████ ▏ 1.2 GB/3.8 GB 18 MB/s 2m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 32% ▕█████ ▏ 1.2 GB/3.8 GB 18 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 32% ▕█████ ▏ 1.2 GB/3.8 GB 18 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 33% ▕█████ ▏ 1.2 GB/3.8 GB 18 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 33% ▕█████ ▏ 1.2 GB/3.8 GB 18 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 33% ▕█████ ▏ 1.2 GB/3.8 GB 18 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 33% ▕█████ ▏ 1.2 GB/3.8 GB 18 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 33% ▕█████ ▏ 1.2 GB/3.8 GB 18 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 33% ▕█████ ▏ 1.2 GB/3.8 GB 19 MB/s 2m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 33% ▕█████ ▏ 1.2 GB/3.8 GB 19 MB/s 2m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 33% ▕█████ ▏ 1.3 GB/3.8 GB 19 MB/s 2m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 33% ▕█████ ▏ 1.3 GB/3.8 GB 19 MB/s 2m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 33% ▕█████ ▏ 1.3 GB/3.8 GB 19 MB/s 2m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 33% ▕█████ ▏ 1.3 GB/3.8 GB 19 MB/s 2m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 33% ▕█████ ▏ 1.3 GB/3.8 GB 19 MB/s 2m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 33% ▕█████ ▏ 1.3 GB/3.8 GB 19 MB/s 2m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 33% ▕█████ ▏ 1.3 GB/3.8 GB 19 MB/s 2m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 33% ▕█████ ▏ 1.3 GB/3.8 GB 19 MB/s 2m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 33% ▕█████ ▏ 1.3 GB/3.8 GB 20 MB/s 2m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 34% ▕█████ ▏ 1.3 GB/3.8 GB 20 MB/s 2m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 34% ▕█████ ▏ 1.3 GB/3.8 GB 20 MB/s 2m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 34% ▕█████ ▏ 1.3 GB/3.8 GB 20 MB/s 2m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 34% ▕█████ ▏ 1.3 GB/3.8 GB 20 MB/s 2m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 34% ▕█████ ▏ 1.3 GB/3.8 GB 20 MB/s 2m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 34% ▕█████ ▏ 1.3 GB/3.8 GB 20 MB/s 2m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 34% ▕█████ ▏ 1.3 GB/3.8 GB 20 MB/s 2m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 34% ▕█████ ▏ 1.3 GB/3.8 GB 20 MB/s 2m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 34% ▕█████ ▏ 1.3 GB/3.8 GB 20 MB/s 1m59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 34% ▕█████ ▏ 1.3 GB/3.8 GB 22 MB/s 1m53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 34% ▕█████ ▏ 1.3 GB/3.8 GB 22 MB/s 1m53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 34% ▕█████ ▏ 1.3 GB/3.8 GB 22 MB/s 1m53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 35% ▕█████ ▏ 1.3 GB/3.8 GB 22 MB/s 1m53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 35% ▕█████ ▏ 1.3 GB/3.8 GB 22 MB/s 1m53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 35% ▕█████ ▏ 1.3 GB/3.8 GB 22 MB/s 1m53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 35% ▕█████ ▏ 1.3 GB/3.8 GB 22 MB/s 1m53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 35% ▕█████ ▏ 1.3 GB/3.8 GB 22 MB/s 1m53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 35% ▕█████ ▏ 1.3 GB/3.8 GB 22 MB/s 1m52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 35% ▕█████ ▏ 1.3 GB/3.8 GB 22 MB/s 1m52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 35% ▕█████ ▏ 1.3 GB/3.8 GB 22 MB/s 1m52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 35% ▕█████ ▏ 1.3 GB/3.8 GB 23 MB/s 1m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 35% ▕█████ ▏ 1.3 GB/3.8 GB 23 MB/s 1m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 35% ▕█████ ▏ 1.3 GB/3.8 GB 23 MB/s 1m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 35% ▕█████ ▏ 1.3 GB/3.8 GB 23 MB/s 1m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 35% ▕█████ ▏ 1.3 GB/3.8 GB 23 MB/s 1m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 35% ▕█████ ▏ 1.3 GB/3.8 GB 23 MB/s 1m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 35% ▕█████ ▏ 1.4 GB/3.8 GB 23 MB/s 1m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 35% ▕█████ ▏ 1.4 GB/3.8 GB 23 MB/s 1m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 35% ▕█████ ▏ 1.4 GB/3.8 GB 23 MB/s 1m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 36% ▕█████ ▏ 1.4 GB/3.8 GB 23 MB/s 1m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 36% ▕█████ ▏ 1.4 GB/3.8 GB 23 MB/s 1m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 36% ▕█████ ▏ 1.4 GB/3.8 GB 23 MB/s 1m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 36% ▕█████ ▏ 1.4 GB/3.8 GB 23 MB/s 1m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 36% ▕█████ ▏ 1.4 GB/3.8 GB 23 MB/s 1m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 36% ▕█████ ▏ 1.4 GB/3.8 GB 23 MB/s 1m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 36% ▕█████ ▏ 1.4 GB/3.8 GB 23 MB/s 1m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 36% ▕█████ ▏ 1.4 GB/3.8 GB 23 MB/s 1m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 36% ▕█████ ▏ 1.4 GB/3.8 GB 23 MB/s 1m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 36% ▕█████ ▏ 1.4 GB/3.8 GB 23 MB/s 1m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 36% ▕█████ ▏ 1.4 GB/3.8 GB 23 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 36% ▕█████ ▏ 1.4 GB/3.8 GB 23 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 36% ▕█████ ▏ 1.4 GB/3.8 GB 23 MB/s 1m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 37% ▕█████ ▏ 1.4 GB/3.8 GB 23 MB/s 1m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 37% ▕█████ ▏ 1.4 GB/3.8 GB 23 MB/s 1m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 37% ▕█████ ▏ 1.4 GB/3.8 GB 23 MB/s 1m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 37% ▕█████ ▏ 1.4 GB/3.8 GB 23 MB/s 1m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 37% ▕█████ ▏ 1.4 GB/3.8 GB 23 MB/s 1m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 37% ▕█████ ▏ 1.4 GB/3.8 GB 23 MB/s 1m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 37% ▕█████ ▏ 1.4 GB/3.8 GB 23 MB/s 1m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 37% ▕█████ ▏ 1.4 GB/3.8 GB 23 MB/s 1m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 37% ▕█████ ▏ 1.4 GB/3.8 GB 24 MB/s 1m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 37% ▕█████ ▏ 1.4 GB/3.8 GB 24 MB/s 1m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 37% ▕█████ ▏ 1.4 GB/3.8 GB 24 MB/s 1m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 37% ▕█████ ▏ 1.4 GB/3.8 GB 24 MB/s 1m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 37% ▕█████ ▏ 1.4 GB/3.8 GB 24 MB/s 1m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 37% ▕█████ ▏ 1.4 GB/3.8 GB 24 MB/s 1m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 37% ▕█████ ▏ 1.4 GB/3.8 GB 24 MB/s 1m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 38% ▕██████ ▏ 1.4 GB/3.8 GB 24 MB/s 1m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 38% ▕██████ ▏ 1.4 GB/3.8 GB 24 MB/s 1m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 38% ▕██████ ▏ 1.4 GB/3.8 GB 24 MB/s 1m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 38% ▕██████ ▏ 1.4 GB/3.8 GB 26 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 38% ▕██████ ▏ 1.4 GB/3.8 GB 26 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 38% ▕██████ ▏ 1.4 GB/3.8 GB 26 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 38% ▕██████ ▏ 1.4 GB/3.8 GB 26 MB/s 1m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 38% ▕██████ ▏ 1.5 GB/3.8 GB 26 MB/s 1m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 38% ▕██████ ▏ 1.5 GB/3.8 GB 26 MB/s 1m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 38% ▕██████ ▏ 1.5 GB/3.8 GB 26 MB/s 1m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 38% ▕██████ ▏ 1.5 GB/3.8 GB 26 MB/s 1m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 38% ▕██████ ▏ 1.5 GB/3.8 GB 26 MB/s 1m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 38% ▕██████ ▏ 1.5 GB/3.8 GB 26 MB/s 1m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 38% ▕██████ ▏ 1.5 GB/3.8 GB 26 MB/s 1m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 38% ▕██████ ▏ 1.5 GB/3.8 GB 26 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 39% ▕██████ ▏ 1.5 GB/3.8 GB 26 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 39% ▕██████ ▏ 1.5 GB/3.8 GB 26 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 39% ▕██████ ▏ 1.5 GB/3.8 GB 26 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 39% ▕██████ ▏ 1.5 GB/3.8 GB 26 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 39% ▕██████ ▏ 1.5 GB/3.8 GB 26 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 39% ▕██████ ▏ 1.5 GB/3.8 GB 26 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 39% ▕██████ ▏ 1.5 GB/3.8 GB 26 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 39% ▕██████ ▏ 1.5 GB/3.8 GB 26 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 39% ▕██████ ▏ 1.5 GB/3.8 GB 26 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 39% ▕██████ ▏ 1.5 GB/3.8 GB 27 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 39% ▕██████ ▏ 1.5 GB/3.8 GB 27 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 39% ▕██████ ▏ 1.5 GB/3.8 GB 27 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 39% ▕██████ ▏ 1.5 GB/3.8 GB 27 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 39% ▕██████ ▏ 1.5 GB/3.8 GB 27 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 40% ▕██████ ▏ 1.5 GB/3.8 GB 27 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 40% ▕██████ ▏ 1.5 GB/3.8 GB 27 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 40% ▕██████ ▏ 1.5 GB/3.8 GB 27 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 40% ▕██████ ▏ 1.5 GB/3.8 GB 27 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 40% ▕██████ ▏ 1.5 GB/3.8 GB 27 MB/s 1m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 40% ▕██████ ▏ 1.5 GB/3.8 GB 26 MB/s 1m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 40% ▕██████ ▏ 1.5 GB/3.8 GB 26 MB/s 1m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 40% ▕██████ ▏ 1.5 GB/3.8 GB 26 MB/s 1m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 40% ▕██████ ▏ 1.5 GB/3.8 GB 26 MB/s 1m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 40% ▕██████ ▏ 1.5 GB/3.8 GB 26 MB/s 1m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 40% ▕██████ ▏ 1.5 GB/3.8 GB 26 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 40% ▕██████ ▏ 1.5 GB/3.8 GB 26 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 40% ▕██████ ▏ 1.5 GB/3.8 GB 26 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 40% ▕██████ ▏ 1.5 GB/3.8 GB 26 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 41% ▕██████ ▏ 1.5 GB/3.8 GB 26 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 41% ▕██████ ▏ 1.6 GB/3.8 GB 26 MB/s 1m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 41% ▕██████ ▏ 1.6 GB/3.8 GB 26 MB/s 1m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 41% ▕██████ ▏ 1.6 GB/3.8 GB 26 MB/s 1m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 41% ▕██████ ▏ 1.6 GB/3.8 GB 26 MB/s 1m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 41% ▕██████ ▏ 1.6 GB/3.8 GB 26 MB/s 1m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 41% ▕██████ ▏ 1.6 GB/3.8 GB 26 MB/s 1m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 41% ▕██████ ▏ 1.6 GB/3.8 GB 26 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 41% ▕██████ ▏ 1.6 GB/3.8 GB 26 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 41% ▕██████ ▏ 1.6 GB/3.8 GB 26 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 41% ▕██████ ▏ 1.6 GB/3.8 GB 26 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 41% ▕██████ ▏ 1.6 GB/3.8 GB 27 MB/s 1m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 41% ▕██████ ▏ 1.6 GB/3.8 GB 27 MB/s 1m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 41% ▕██████ ▏ 1.6 GB/3.8 GB 27 MB/s 1m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 41% ▕██████ ▏ 1.6 GB/3.8 GB 27 MB/s 1m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 42% ▕██████ ▏ 1.6 GB/3.8 GB 27 MB/s 1m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 42% ▕██████ ▏ 1.6 GB/3.8 GB 27 MB/s 1m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 42% ▕██████ ▏ 1.6 GB/3.8 GB 27 MB/s 1m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 42% ▕██████ ▏ 1.6 GB/3.8 GB 27 MB/s 1m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 42% ▕██████ ▏ 1.6 GB/3.8 GB 27 MB/s 1m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 42% ▕██████ ▏ 1.6 GB/3.8 GB 27 MB/s 1m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 42% ▕██████ ▏ 1.6 GB/3.8 GB 27 MB/s 1m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 42% ▕██████ ▏ 1.6 GB/3.8 GB 26 MB/s 1m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 42% ▕██████ ▏ 1.6 GB/3.8 GB 26 MB/s 1m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 42% ▕██████ ▏ 1.6 GB/3.8 GB 26 MB/s 1m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 42% ▕██████ ▏ 1.6 GB/3.8 GB 26 MB/s 1m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 42% ▕██████ ▏ 1.6 GB/3.8 GB 26 MB/s 1m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 42% ▕██████ ▏ 1.6 GB/3.8 GB 26 MB/s 1m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 42% ▕██████ ▏ 1.6 GB/3.8 GB 26 MB/s 1m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 42% ▕██████ ▏ 1.6 GB/3.8 GB 26 MB/s 1m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 42% ▕██████ ▏ 1.6 GB/3.8 GB 26 MB/s 1m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 43% ▕██████ ▏ 1.6 GB/3.8 GB 26 MB/s 1m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 43% ▕██████ ▏ 1.6 GB/3.8 GB 26 MB/s 1m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 43% ▕██████ ▏ 1.6 GB/3.8 GB 26 MB/s 1m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 43% ▕██████ ▏ 1.6 GB/3.8 GB 26 MB/s 1m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 43% ▕██████ ▏ 1.6 GB/3.8 GB 26 MB/s 1m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 43% ▕██████ ▏ 1.6 GB/3.8 GB 26 MB/s 1m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 43% ▕██████ ▏ 1.6 GB/3.8 GB 26 MB/s 1m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 43% ▕██████ ▏ 1.6 GB/3.8 GB 26 MB/s 1m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 43% ▕██████ ▏ 1.6 GB/3.8 GB 26 MB/s 1m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 43% ▕██████ ▏ 1.6 GB/3.8 GB 26 MB/s 1m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 43% ▕██████ ▏ 1.7 GB/3.8 GB 26 MB/s 1m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 43% ▕██████ ▏ 1.7 GB/3.8 GB 27 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 43% ▕██████ ▏ 1.7 GB/3.8 GB 27 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 44% ▕██████ ▏ 1.7 GB/3.8 GB 27 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 44% ▕██████ ▏ 1.7 GB/3.8 GB 27 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 44% ▕██████ ▏ 1.7 GB/3.8 GB 27 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 44% ▕██████ ▏ 1.7 GB/3.8 GB 27 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 44% ▕██████ ▏ 1.7 GB/3.8 GB 27 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 44% ▕███████ ▏ 1.7 GB/3.8 GB 27 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 44% ▕███████ ▏ 1.7 GB/3.8 GB 27 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 44% ▕███████ ▏ 1.7 GB/3.8 GB 27 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 44% ▕███████ ▏ 1.7 GB/3.8 GB 26 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 44% ▕███████ ▏ 1.7 GB/3.8 GB 26 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 44% ▕███████ ▏ 1.7 GB/3.8 GB 26 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 44% ▕███████ ▏ 1.7 GB/3.8 GB 26 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 44% ▕███████ ▏ 1.7 GB/3.8 GB 26 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 44% ▕███████ ▏ 1.7 GB/3.8 GB 26 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 44% ▕███████ ▏ 1.7 GB/3.8 GB 26 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 44% ▕███████ ▏ 1.7 GB/3.8 GB 26 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 44% ▕███████ ▏ 1.7 GB/3.8 GB 26 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 44% ▕███████ ▏ 1.7 GB/3.8 GB 26 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 45% ▕███████ ▏ 1.7 GB/3.8 GB 26 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 45% ▕███████ ▏ 1.7 GB/3.8 GB 26 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 45% ▕███████ ▏ 1.7 GB/3.8 GB 26 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 45% ▕███████ ▏ 1.7 GB/3.8 GB 26 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 45% ▕███████ ▏ 1.7 GB/3.8 GB 26 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 45% ▕███████ ▏ 1.7 GB/3.8 GB 26 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 45% ▕███████ ▏ 1.7 GB/3.8 GB 26 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 45% ▕███████ ▏ 1.7 GB/3.8 GB 26 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 45% ▕███████ ▏ 1.7 GB/3.8 GB 26 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 45% ▕███████ ▏ 1.7 GB/3.8 GB 26 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 45% ▕███████ ▏ 1.7 GB/3.8 GB 26 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 45% ▕███████ ▏ 1.7 GB/3.8 GB 24 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 45% ▕███████ ▏ 1.7 GB/3.8 GB 24 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 45% ▕███████ ▏ 1.7 GB/3.8 GB 24 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 45% ▕███████ ▏ 1.7 GB/3.8 GB 24 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 45% ▕███████ ▏ 1.7 GB/3.8 GB 24 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 45% ▕███████ ▏ 1.7 GB/3.8 GB 24 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 45% ▕███████ ▏ 1.7 GB/3.8 GB 24 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 46% ▕███████ ▏ 1.7 GB/3.8 GB 24 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 46% ▕███████ ▏ 1.7 GB/3.8 GB 24 MB/s 1m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 46% ▕███████ ▏ 1.7 GB/3.8 GB 24 MB/s 1m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 46% ▕███████ ▏ 1.8 GB/3.8 GB 25 MB/s 1m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 46% ▕███████ ▏ 1.8 GB/3.8 GB 25 MB/s 1m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 46% ▕███████ ▏ 1.8 GB/3.8 GB 25 MB/s 1m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 46% ▕███████ ▏ 1.8 GB/3.8 GB 25 MB/s 1m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 46% ▕███████ ▏ 1.8 GB/3.8 GB 25 MB/s 1m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 46% ▕███████ ▏ 1.8 GB/3.8 GB 25 MB/s 1m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 46% ▕███████ ▏ 1.8 GB/3.8 GB 25 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 46% ▕███████ ▏ 1.8 GB/3.8 GB 25 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 46% ▕███████ ▏ 1.8 GB/3.8 GB 25 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 47% ▕███████ ▏ 1.8 GB/3.8 GB 25 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 47% ▕███████ ▏ 1.8 GB/3.8 GB 25 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 47% ▕███████ ▏ 1.8 GB/3.8 GB 25 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 47% ▕███████ ▏ 1.8 GB/3.8 GB 25 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 47% ▕███████ ▏ 1.8 GB/3.8 GB 25 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 47% ▕███████ ▏ 1.8 GB/3.8 GB 25 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 47% ▕███████ ▏ 1.8 GB/3.8 GB 25 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 47% ▕███████ ▏ 1.8 GB/3.8 GB 25 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 47% ▕███████ ▏ 1.8 GB/3.8 GB 25 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 47% ▕███████ ▏ 1.8 GB/3.8 GB 25 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 47% ▕███████ ▏ 1.8 GB/3.8 GB 25 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 47% ▕███████ ▏ 1.8 GB/3.8 GB 25 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 48% ▕███████ ▏ 1.8 GB/3.8 GB 25 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 48% ▕███████ ▏ 1.8 GB/3.8 GB 25 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 48% ▕███████ ▏ 1.8 GB/3.8 GB 25 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 48% ▕███████ ▏ 1.8 GB/3.8 GB 25 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 48% ▕███████ ▏ 1.8 GB/3.8 GB 25 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 48% ▕███████ ▏ 1.8 GB/3.8 GB 25 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 48% ▕███████ ▏ 1.8 GB/3.8 GB 25 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 48% ▕███████ ▏ 1.8 GB/3.8 GB 25 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 48% ▕███████ ▏ 1.8 GB/3.8 GB 25 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 48% ▕███████ ▏ 1.8 GB/3.8 GB 26 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 48% ▕███████ ▏ 1.8 GB/3.8 GB 26 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 48% ▕███████ ▏ 1.8 GB/3.8 GB 26 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 49% ▕███████ ▏ 1.9 GB/3.8 GB 26 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 49% ▕███████ ▏ 1.9 GB/3.8 GB 26 MB/s 1m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 49% ▕███████ ▏ 1.9 GB/3.8 GB 26 MB/s 1m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 49% ▕███████ ▏ 1.9 GB/3.8 GB 26 MB/s 1m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 49% ▕███████ ▏ 1.9 GB/3.8 GB 26 MB/s 1m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 49% ▕███████ ▏ 1.9 GB/3.8 GB 26 MB/s 1m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 49% ▕███████ ▏ 1.9 GB/3.8 GB 26 MB/s 1m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 49% ▕███████ ▏ 1.9 GB/3.8 GB 26 MB/s 1m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 49% ▕███████ ▏ 1.9 GB/3.8 GB 27 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 49% ▕███████ ▏ 1.9 GB/3.8 GB 27 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 49% ▕███████ ▏ 1.9 GB/3.8 GB 27 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 50% ▕███████ ▏ 1.9 GB/3.8 GB 27 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 50% ▕███████ ▏ 1.9 GB/3.8 GB 27 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 50% ▕███████ ▏ 1.9 GB/3.8 GB 27 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 50% ▕███████ ▏ 1.9 GB/3.8 GB 27 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 50% ▕███████ ▏ 1.9 GB/3.8 GB 27 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 50% ▕███████ ▏ 1.9 GB/3.8 GB 27 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 50% ▕███████ ▏ 1.9 GB/3.8 GB 27 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 50% ▕███████ ▏ 1.9 GB/3.8 GB 27 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 50% ▕███████ ▏ 1.9 GB/3.8 GB 27 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 50% ▕████████ ▏ 1.9 GB/3.8 GB 27 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 50% ▕████████ ▏ 1.9 GB/3.8 GB 27 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 50% ▕████████ ▏ 1.9 GB/3.8 GB 27 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 50% ▕████████ ▏ 1.9 GB/3.8 GB 27 MB/s 1m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 50% ▕████████ ▏ 1.9 GB/3.8 GB 27 MB/s 1m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 50% ▕████████ ▏ 1.9 GB/3.8 GB 27 MB/s 1m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 51% ▕████████ ▏ 1.9 GB/3.8 GB 27 MB/s 1m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 51% ▕████████ ▏ 1.9 GB/3.8 GB 27 MB/s 1m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 51% ▕████████ ▏ 1.9 GB/3.8 GB 27 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 51% ▕████████ ▏ 1.9 GB/3.8 GB 27 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 51% ▕████████ ▏ 1.9 GB/3.8 GB 27 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 51% ▕████████ ▏ 1.9 GB/3.8 GB 27 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 51% ▕████████ ▏ 1.9 GB/3.8 GB 27 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 51% ▕████████ ▏ 2.0 GB/3.8 GB 27 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 51% ▕████████ ▏ 2.0 GB/3.8 GB 27 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 51% ▕████████ ▏ 2.0 GB/3.8 GB 27 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 51% ▕████████ ▏ 2.0 GB/3.8 GB 27 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 51% ▕████████ ▏ 2.0 GB/3.8 GB 27 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 52% ▕████████ ▏ 2.0 GB/3.8 GB 29 MB/s 1m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 52% ▕████████ ▏ 2.0 GB/3.8 GB 29 MB/s 1m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 52% ▕████████ ▏ 2.0 GB/3.8 GB 29 MB/s 1m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 52% ▕████████ ▏ 2.0 GB/3.8 GB 29 MB/s 1m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 52% ▕████████ ▏ 2.0 GB/3.8 GB 29 MB/s 1m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 52% ▕████████ ▏ 2.0 GB/3.8 GB 29 MB/s 1m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 52% ▕████████ ▏ 2.0 GB/3.8 GB 29 MB/s 1m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 52% ▕████████ ▏ 2.0 GB/3.8 GB 29 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 52% ▕████████ ▏ 2.0 GB/3.8 GB 29 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 52% ▕████████ ▏ 2.0 GB/3.8 GB 29 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 52% ▕████████ ▏ 2.0 GB/3.8 GB 31 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 52% ▕████████ ▏ 2.0 GB/3.8 GB 31 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 53% ▕████████ ▏ 2.0 GB/3.8 GB 31 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 53% ▕████████ ▏ 2.0 GB/3.8 GB 31 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 53% ▕████████ ▏ 2.0 GB/3.8 GB 31 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 53% ▕████████ ▏ 2.0 GB/3.8 GB 31 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 53% ▕████████ ▏ 2.0 GB/3.8 GB 31 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 53% ▕████████ ▏ 2.0 GB/3.8 GB 31 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 53% ▕████████ ▏ 2.0 GB/3.8 GB 31 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 53% ▕████████ ▏ 2.0 GB/3.8 GB 31 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 53% ▕████████ ▏ 2.0 GB/3.8 GB 31 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 53% ▕████████ ▏ 2.0 GB/3.8 GB 30 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 53% ▕████████ ▏ 2.0 GB/3.8 GB 30 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 53% ▕████████ ▏ 2.0 GB/3.8 GB 30 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 53% ▕████████ ▏ 2.0 GB/3.8 GB 30 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 53% ▕████████ ▏ 2.0 GB/3.8 GB 30 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 53% ▕████████ ▏ 2.0 GB/3.8 GB 30 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 54% ▕████████ ▏ 2.0 GB/3.8 GB 30 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 54% ▕████████ ▏ 2.1 GB/3.8 GB 30 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 54% ▕████████ ▏ 2.1 GB/3.8 GB 30 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 54% ▕████████ ▏ 2.1 GB/3.8 GB 30 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 54% ▕████████ ▏ 2.1 GB/3.8 GB 31 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 54% ▕████████ ▏ 2.1 GB/3.8 GB 31 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 54% ▕████████ ▏ 2.1 GB/3.8 GB 31 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 54% ▕████████ ▏ 2.1 GB/3.8 GB 31 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 54% ▕████████ ▏ 2.1 GB/3.8 GB 31 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 54% ▕████████ ▏ 2.1 GB/3.8 GB 31 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 54% ▕████████ ▏ 2.1 GB/3.8 GB 31 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 54% ▕████████ ▏ 2.1 GB/3.8 GB 31 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 54% ▕████████ ▏ 2.1 GB/3.8 GB 31 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 55% ▕████████ ▏ 2.1 GB/3.8 GB 31 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 55% ▕████████ ▏ 2.1 GB/3.8 GB 30 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 55% ▕████████ ▏ 2.1 GB/3.8 GB 30 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 55% ▕████████ ▏ 2.1 GB/3.8 GB 30 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 55% ▕████████ ▏ 2.1 GB/3.8 GB 30 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 55% ▕████████ ▏ 2.1 GB/3.8 GB 30 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 55% ▕████████ ▏ 2.1 GB/3.8 GB 30 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 55% ▕████████ ▏ 2.1 GB/3.8 GB 30 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 55% ▕████████ ▏ 2.1 GB/3.8 GB 30 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 55% ▕████████ ▏ 2.1 GB/3.8 GB 30 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 56% ▕████████ ▏ 2.1 GB/3.8 GB 30 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 56% ▕████████ ▏ 2.1 GB/3.8 GB 31 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 56% ▕████████ ▏ 2.1 GB/3.8 GB 31 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 56% ▕████████ ▏ 2.1 GB/3.8 GB 31 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 56% ▕████████ ▏ 2.1 GB/3.8 GB 31 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 56% ▕████████ ▏ 2.1 GB/3.8 GB 31 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 56% ▕████████ ▏ 2.1 GB/3.8 GB 31 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 56% ▕████████ ▏ 2.1 GB/3.8 GB 31 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 56% ▕████████ ▏ 2.1 GB/3.8 GB 31 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 56% ▕████████ ▏ 2.1 GB/3.8 GB 31 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 56% ▕█████████ ▏ 2.2 GB/3.8 GB 31 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 56% ▕█████████ ▏ 2.2 GB/3.8 GB 30 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 56% ▕█████████ ▏ 2.2 GB/3.8 GB 30 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 57% ▕█████████ ▏ 2.2 GB/3.8 GB 30 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 57% ▕█████████ ▏ 2.2 GB/3.8 GB 30 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 57% ▕█████████ ▏ 2.2 GB/3.8 GB 30 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 57% ▕█████████ ▏ 2.2 GB/3.8 GB 30 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 57% ▕█████████ ▏ 2.2 GB/3.8 GB 30 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 57% ▕█████████ ▏ 2.2 GB/3.8 GB 30 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 57% ▕█████████ ▏ 2.2 GB/3.8 GB 30 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 57% ▕█████████ ▏ 2.2 GB/3.8 GB 30 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 57% ▕█████████ ▏ 2.2 GB/3.8 GB 30 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 57% ▕█████████ ▏ 2.2 GB/3.8 GB 30 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 57% ▕█████████ ▏ 2.2 GB/3.8 GB 30 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 57% ▕█████████ ▏ 2.2 GB/3.8 GB 30 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 57% ▕█████████ ▏ 2.2 GB/3.8 GB 30 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 57% ▕█████████ ▏ 2.2 GB/3.8 GB 30 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 57% ▕█████████ ▏ 2.2 GB/3.8 GB 30 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 58% ▕█████████ ▏ 2.2 GB/3.8 GB 30 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 58% ▕█████████ ▏ 2.2 GB/3.8 GB 30 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 58% ▕█████████ ▏ 2.2 GB/3.8 GB 30 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 58% ▕█████████ ▏ 2.2 GB/3.8 GB 30 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 58% ▕█████████ ▏ 2.2 GB/3.8 GB 30 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 58% ▕█████████ ▏ 2.2 GB/3.8 GB 30 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 58% ▕█████████ ▏ 2.2 GB/3.8 GB 30 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 58% ▕█████████ ▏ 2.2 GB/3.8 GB 30 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 58% ▕█████████ ▏ 2.2 GB/3.8 GB 30 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 58% ▕█████████ ▏ 2.2 GB/3.8 GB 30 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 58% ▕█████████ ▏ 2.2 GB/3.8 GB 30 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 58% ▕█████████ ▏ 2.2 GB/3.8 GB 30 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 58% ▕█████████ ▏ 2.2 GB/3.8 GB 30 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 59% ▕█████████ ▏ 2.2 GB/3.8 GB 30 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 59% ▕█████████ ▏ 2.2 GB/3.8 GB 30 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 59% ▕█████████ ▏ 2.2 GB/3.8 GB 30 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 59% ▕█████████ ▏ 2.2 GB/3.8 GB 30 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 59% ▕█████████ ▏ 2.2 GB/3.8 GB 30 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 59% ▕█████████ ▏ 2.3 GB/3.8 GB 30 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 59% ▕█████████ ▏ 2.3 GB/3.8 GB 30 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 59% ▕█████████ ▏ 2.3 GB/3.8 GB 30 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 59% ▕█████████ ▏ 2.3 GB/3.8 GB 30 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 59% ▕█████████ ▏ 2.3 GB/3.8 GB 30 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 59% ▕█████████ ▏ 2.3 GB/3.8 GB 30 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 59% ▕█████████ ▏ 2.3 GB/3.8 GB 29 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 59% ▕█████████ ▏ 2.3 GB/3.8 GB 29 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 60% ▕█████████ ▏ 2.3 GB/3.8 GB 29 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 60% ▕█████████ ▏ 2.3 GB/3.8 GB 29 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 60% ▕█████████ ▏ 2.3 GB/3.8 GB 29 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 60% ▕█████████ ▏ 2.3 GB/3.8 GB 29 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 60% ▕█████████ ▏ 2.3 GB/3.8 GB 29 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 60% ▕█████████ ▏ 2.3 GB/3.8 GB 29 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 60% ▕█████████ ▏ 2.3 GB/3.8 GB 29 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 60% ▕█████████ ▏ 2.3 GB/3.8 GB 29 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 60% ▕█████████ ▏ 2.3 GB/3.8 GB 29 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 60% ▕█████████ ▏ 2.3 GB/3.8 GB 29 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 60% ▕█████████ ▏ 2.3 GB/3.8 GB 29 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 60% ▕█████████ ▏ 2.3 GB/3.8 GB 29 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 60% ▕█████████ ▏ 2.3 GB/3.8 GB 29 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 60% ▕█████████ ▏ 2.3 GB/3.8 GB 29 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 60% ▕█████████ ▏ 2.3 GB/3.8 GB 29 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 60% ▕█████████ ▏ 2.3 GB/3.8 GB 29 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 60% ▕█████████ ▏ 2.3 GB/3.8 GB 29 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 60% ▕█████████ ▏ 2.3 GB/3.8 GB 29 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 61% ▕█████████ ▏ 2.3 GB/3.8 GB 29 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 61% ▕█████████ ▏ 2.3 GB/3.8 GB 27 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 61% ▕█████████ ▏ 2.3 GB/3.8 GB 27 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 61% ▕█████████ ▏ 2.3 GB/3.8 GB 27 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 61% ▕█████████ ▏ 2.3 GB/3.8 GB 27 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 61% ▕█████████ ▏ 2.3 GB/3.8 GB 27 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 61% ▕█████████ ▏ 2.3 GB/3.8 GB 27 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 61% ▕█████████ ▏ 2.3 GB/3.8 GB 27 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 61% ▕█████████ ▏ 2.3 GB/3.8 GB 27 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 61% ▕█████████ ▏ 2.3 GB/3.8 GB 27 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 61% ▕█████████ ▏ 2.3 GB/3.8 GB 27 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 61% ▕█████████ ▏ 2.3 GB/3.8 GB 27 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 61% ▕█████████ ▏ 2.3 GB/3.8 GB 27 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 61% ▕█████████ ▏ 2.3 GB/3.8 GB 27 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 61% ▕█████████ ▏ 2.3 GB/3.8 GB 27 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 61% ▕█████████ ▏ 2.3 GB/3.8 GB 27 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 62% ▕█████████ ▏ 2.4 GB/3.8 GB 27 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 62% ▕█████████ ▏ 2.4 GB/3.8 GB 27 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 62% ▕█████████ ▏ 2.4 GB/3.8 GB 27 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 62% ▕█████████ ▏ 2.4 GB/3.8 GB 27 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 62% ▕█████████ ▏ 2.4 GB/3.8 GB 27 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 62% ▕█████████ ▏ 2.4 GB/3.8 GB 27 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 62% ▕█████████ ▏ 2.4 GB/3.8 GB 27 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 62% ▕█████████ ▏ 2.4 GB/3.8 GB 27 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 62% ▕█████████ ▏ 2.4 GB/3.8 GB 27 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 62% ▕█████████ ▏ 2.4 GB/3.8 GB 27 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 63% ▕██████████ ▏ 2.4 GB/3.8 GB 27 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 63% ▕██████████ ▏ 2.4 GB/3.8 GB 27 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 63% ▕██████████ ▏ 2.4 GB/3.8 GB 27 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 63% ▕██████████ ▏ 2.4 GB/3.8 GB 27 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 63% ▕██████████ ▏ 2.4 GB/3.8 GB 27 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 63% ▕██████████ ▏ 2.4 GB/3.8 GB 27 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 63% ▕██████████ ▏ 2.4 GB/3.8 GB 27 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 63% ▕██████████ ▏ 2.4 GB/3.8 GB 27 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 63% ▕██████████ ▏ 2.4 GB/3.8 GB 27 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 63% ▕██████████ ▏ 2.4 GB/3.8 GB 27 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 63% ▕██████████ ▏ 2.4 GB/3.8 GB 27 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 64% ▕██████████ ▏ 2.4 GB/3.8 GB 27 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 64% ▕██████████ ▏ 2.4 GB/3.8 GB 27 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 64% ▕██████████ ▏ 2.4 GB/3.8 GB 27 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 64% ▕██████████ ▏ 2.4 GB/3.8 GB 27 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 64% ▕██████████ ▏ 2.4 GB/3.8 GB 28 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 64% ▕██████████ ▏ 2.4 GB/3.8 GB 28 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 64% ▕██████████ ▏ 2.4 GB/3.8 GB 28 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 64% ▕██████████ ▏ 2.4 GB/3.8 GB 28 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 64% ▕██████████ ▏ 2.4 GB/3.8 GB 28 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 64% ▕██████████ ▏ 2.4 GB/3.8 GB 28 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 64% ▕██████████ ▏ 2.4 GB/3.8 GB 28 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 64% ▕██████████ ▏ 2.5 GB/3.8 GB 28 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 64% ▕██████████ ▏ 2.5 GB/3.8 GB 28 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 64% ▕██████████ ▏ 2.5 GB/3.8 GB 28 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 64% ▕██████████ ▏ 2.5 GB/3.8 GB 28 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 64% ▕██████████ ▏ 2.5 GB/3.8 GB 27 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 64% ▕██████████ ▏ 2.5 GB/3.8 GB 27 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 65% ▕██████████ ▏ 2.5 GB/3.8 GB 27 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 65% ▕██████████ ▏ 2.5 GB/3.8 GB 27 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 65% ▕██████████ ▏ 2.5 GB/3.8 GB 27 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 65% ▕██████████ ▏ 2.5 GB/3.8 GB 27 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 65% ▕██████████ ▏ 2.5 GB/3.8 GB 27 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 65% ▕██████████ ▏ 2.5 GB/3.8 GB 27 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 65% ▕██████████ ▏ 2.5 GB/3.8 GB 27 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 65% ▕██████████ ▏ 2.5 GB/3.8 GB 27 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 65% ▕██████████ ▏ 2.5 GB/3.8 GB 27 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 65% ▕██████████ ▏ 2.5 GB/3.8 GB 27 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 65% ▕██████████ ▏ 2.5 GB/3.8 GB 27 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 65% ▕██████████ ▏ 2.5 GB/3.8 GB 27 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 65% ▕██████████ ▏ 2.5 GB/3.8 GB 27 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 65% ▕██████████ ▏ 2.5 GB/3.8 GB 27 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 65% ▕██████████ ▏ 2.5 GB/3.8 GB 27 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 66% ▕██████████ ▏ 2.5 GB/3.8 GB 27 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 66% ▕██████████ ▏ 2.5 GB/3.8 GB 27 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 66% ▕██████████ ▏ 2.5 GB/3.8 GB 27 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 66% ▕██████████ ▏ 2.5 GB/3.8 GB 26 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 66% ▕██████████ ▏ 2.5 GB/3.8 GB 26 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 66% ▕██████████ ▏ 2.5 GB/3.8 GB 26 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 66% ▕██████████ ▏ 2.5 GB/3.8 GB 26 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 66% ▕██████████ ▏ 2.5 GB/3.8 GB 26 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 66% ▕██████████ ▏ 2.5 GB/3.8 GB 26 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 66% ▕██████████ ▏ 2.5 GB/3.8 GB 26 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 66% ▕██████████ ▏ 2.5 GB/3.8 GB 26 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 66% ▕██████████ ▏ 2.5 GB/3.8 GB 26 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 66% ▕██████████ ▏ 2.5 GB/3.8 GB 26 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 66% ▕██████████ ▏ 2.5 GB/3.8 GB 27 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 66% ▕██████████ ▏ 2.5 GB/3.8 GB 27 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 67% ▕██████████ ▏ 2.5 GB/3.8 GB 27 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 67% ▕██████████ ▏ 2.5 GB/3.8 GB 27 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 67% ▕██████████ ▏ 2.6 GB/3.8 GB 27 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 67% ▕██████████ ▏ 2.6 GB/3.8 GB 27 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 67% ▕██████████ ▏ 2.6 GB/3.8 GB 27 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 67% ▕██████████ ▏ 2.6 GB/3.8 GB 27 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 67% ▕██████████ ▏ 2.6 GB/3.8 GB 27 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 67% ▕██████████ ▏ 2.6 GB/3.8 GB 27 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 67% ▕██████████ ▏ 2.6 GB/3.8 GB 28 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 67% ▕██████████ ▏ 2.6 GB/3.8 GB 28 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 67% ▕██████████ ▏ 2.6 GB/3.8 GB 28 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 67% ▕██████████ ▏ 2.6 GB/3.8 GB 28 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 67% ▕██████████ ▏ 2.6 GB/3.8 GB 28 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 68% ▕██████████ ▏ 2.6 GB/3.8 GB 28 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 68% ▕██████████ ▏ 2.6 GB/3.8 GB 28 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 68% ▕██████████ ▏ 2.6 GB/3.8 GB 28 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 68% ▕██████████ ▏ 2.6 GB/3.8 GB 28 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 68% ▕██████████ ▏ 2.6 GB/3.8 GB 28 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 68% ▕██████████ ▏ 2.6 GB/3.8 GB 28 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 68% ▕██████████ ▏ 2.6 GB/3.8 GB 27 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 68% ▕██████████ ▏ 2.6 GB/3.8 GB 27 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 68% ▕██████████ ▏ 2.6 GB/3.8 GB 27 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 68% ▕██████████ ▏ 2.6 GB/3.8 GB 27 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 68% ▕██████████ ▏ 2.6 GB/3.8 GB 27 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 68% ▕██████████ ▏ 2.6 GB/3.8 GB 27 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 68% ▕██████████ ▏ 2.6 GB/3.8 GB 27 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 68% ▕██████████ ▏ 2.6 GB/3.8 GB 27 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 68% ▕██████████ ▏ 2.6 GB/3.8 GB 27 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 68% ▕██████████ ▏ 2.6 GB/3.8 GB 27 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 68% ▕██████████ ▏ 2.6 GB/3.8 GB 26 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 68% ▕██████████ ▏ 2.6 GB/3.8 GB 26 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 68% ▕██████████ ▏ 2.6 GB/3.8 GB 26 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 69% ▕██████████ ▏ 2.6 GB/3.8 GB 26 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 69% ▕██████████ ▏ 2.6 GB/3.8 GB 26 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 69% ▕██████████ ▏ 2.6 GB/3.8 GB 26 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 69% ▕███████████ ▏ 2.6 GB/3.8 GB 26 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 69% ▕███████████ ▏ 2.6 GB/3.8 GB 26 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 69% ▕███████████ ▏ 2.6 GB/3.8 GB 26 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 69% ▕███████████ ▏ 2.6 GB/3.8 GB 26 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 69% ▕███████████ ▏ 2.6 GB/3.8 GB 25 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 69% ▕███████████ ▏ 2.6 GB/3.8 GB 25 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 69% ▕███████████ ▏ 2.6 GB/3.8 GB 25 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 69% ▕███████████ ▏ 2.6 GB/3.8 GB 25 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 69% ▕███████████ ▏ 2.6 GB/3.8 GB 25 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 69% ▕███████████ ▏ 2.6 GB/3.8 GB 25 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 69% ▕███████████ ▏ 2.6 GB/3.8 GB 25 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 69% ▕███████████ ▏ 2.7 GB/3.8 GB 25 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 70% ▕███████████ ▏ 2.7 GB/3.8 GB 25 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 70% ▕███████████ ▏ 2.7 GB/3.8 GB 25 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 70% ▕███████████ ▏ 2.7 GB/3.8 GB 24 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 70% ▕███████████ ▏ 2.7 GB/3.8 GB 24 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 70% ▕███████████ ▏ 2.7 GB/3.8 GB 24 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 70% ▕███████████ ▏ 2.7 GB/3.8 GB 24 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 70% ▕███████████ ▏ 2.7 GB/3.8 GB 24 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 70% ▕███████████ ▏ 2.7 GB/3.8 GB 24 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 70% ▕███████████ ▏ 2.7 GB/3.8 GB 24 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 70% ▕███████████ ▏ 2.7 GB/3.8 GB 24 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 70% ▕███████████ ▏ 2.7 GB/3.8 GB 24 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 70% ▕███████████ ▏ 2.7 GB/3.8 GB 24 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 70% ▕███████████ ▏ 2.7 GB/3.8 GB 24 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 70% ▕███████████ ▏ 2.7 GB/3.8 GB 24 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 70% ▕███████████ ▏ 2.7 GB/3.8 GB 24 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 70% ▕███████████ ▏ 2.7 GB/3.8 GB 24 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 70% ▕███████████ ▏ 2.7 GB/3.8 GB 24 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 71% ▕███████████ ▏ 2.7 GB/3.8 GB 24 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 71% ▕███████████ ▏ 2.7 GB/3.8 GB 24 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 71% ▕███████████ ▏ 2.7 GB/3.8 GB 24 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 71% ▕███████████ ▏ 2.7 GB/3.8 GB 24 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 71% ▕███████████ ▏ 2.7 GB/3.8 GB 24 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 71% ▕███████████ ▏ 2.7 GB/3.8 GB 24 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 71% ▕███████████ ▏ 2.7 GB/3.8 GB 25 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 71% ▕███████████ ▏ 2.7 GB/3.8 GB 25 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 71% ▕███████████ ▏ 2.7 GB/3.8 GB 25 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 71% ▕███████████ ▏ 2.7 GB/3.8 GB 25 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 71% ▕███████████ ▏ 2.7 GB/3.8 GB 25 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 71% ▕███████████ ▏ 2.7 GB/3.8 GB 25 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 71% ▕███████████ ▏ 2.7 GB/3.8 GB 25 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 72% ▕███████████ ▏ 2.7 GB/3.8 GB 25 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 72% ▕███████████ ▏ 2.7 GB/3.8 GB 25 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 72% ▕███████████ ▏ 2.7 GB/3.8 GB 25 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 72% ▕███████████ ▏ 2.7 GB/3.8 GB 25 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 72% ▕███████████ ▏ 2.7 GB/3.8 GB 25 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 72% ▕███████████ ▏ 2.8 GB/3.8 GB 25 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 72% ▕███████████ ▏ 2.8 GB/3.8 GB 25 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 72% ▕███████████ ▏ 2.8 GB/3.8 GB 25 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 72% ▕███████████ ▏ 2.8 GB/3.8 GB 25 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 72% ▕███████████ ▏ 2.8 GB/3.8 GB 25 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 72% ▕███████████ ▏ 2.8 GB/3.8 GB 25 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 72% ▕███████████ ▏ 2.8 GB/3.8 GB 25 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 72% ▕███████████ ▏ 2.8 GB/3.8 GB 25 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 72% ▕███████████ ▏ 2.8 GB/3.8 GB 25 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 73% ▕███████████ ▏ 2.8 GB/3.8 GB 25 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 73% ▕███████████ ▏ 2.8 GB/3.8 GB 25 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 73% ▕███████████ ▏ 2.8 GB/3.8 GB 25 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 73% ▕███████████ ▏ 2.8 GB/3.8 GB 25 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 73% ▕███████████ ▏ 2.8 GB/3.8 GB 25 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 73% ▕███████████ ▏ 2.8 GB/3.8 GB 25 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 73% ▕███████████ ▏ 2.8 GB/3.8 GB 25 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 73% ▕███████████ ▏ 2.8 GB/3.8 GB 25 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 73% ▕███████████ ▏ 2.8 GB/3.8 GB 25 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 73% ▕███████████ ▏ 2.8 GB/3.8 GB 25 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 73% ▕███████████ ▏ 2.8 GB/3.8 GB 25 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 73% ▕███████████ ▏ 2.8 GB/3.8 GB 25 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 73% ▕███████████ ▏ 2.8 GB/3.8 GB 25 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 73% ▕███████████ ▏ 2.8 GB/3.8 GB 25 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 73% ▕███████████ ▏ 2.8 GB/3.8 GB 25 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 74% ▕███████████ ▏ 2.8 GB/3.8 GB 25 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 74% ▕███████████ ▏ 2.8 GB/3.8 GB 25 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 74% ▕███████████ ▏ 2.8 GB/3.8 GB 25 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 74% ▕███████████ ▏ 2.8 GB/3.8 GB 25 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 74% ▕███████████ ▏ 2.8 GB/3.8 GB 25 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 74% ▕███████████ ▏ 2.8 GB/3.8 GB 25 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 74% ▕███████████ ▏ 2.8 GB/3.8 GB 25 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 74% ▕███████████ ▏ 2.8 GB/3.8 GB 25 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 74% ▕███████████ ▏ 2.8 GB/3.8 GB 25 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 74% ▕███████████ ▏ 2.8 GB/3.8 GB 25 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 74% ▕███████████ ▏ 2.8 GB/3.8 GB 25 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 74% ▕███████████ ▏ 2.8 GB/3.8 GB 25 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 74% ▕███████████ ▏ 2.8 GB/3.8 GB 25 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 74% ▕███████████ ▏ 2.8 GB/3.8 GB 25 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 75% ▕███████████ ▏ 2.8 GB/3.8 GB 25 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 75% ▕███████████ ▏ 2.9 GB/3.8 GB 26 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 75% ▕███████████ ▏ 2.9 GB/3.8 GB 26 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 75% ▕███████████ ▏ 2.9 GB/3.8 GB 26 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 75% ▕███████████ ▏ 2.9 GB/3.8 GB 26 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 75% ▕███████████ ▏ 2.9 GB/3.8 GB 26 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 75% ▕███████████ ▏ 2.9 GB/3.8 GB 26 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 75% ▕████████████ ▏ 2.9 GB/3.8 GB 26 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 75% ▕████████████ ▏ 2.9 GB/3.8 GB 26 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 75% ▕████████████ ▏ 2.9 GB/3.8 GB 26 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 75% ▕████████████ ▏ 2.9 GB/3.8 GB 26 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 75% ▕████████████ ▏ 2.9 GB/3.8 GB 27 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 75% ▕████████████ ▏ 2.9 GB/3.8 GB 27 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 75% ▕████████████ ▏ 2.9 GB/3.8 GB 27 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 76% ▕████████████ ▏ 2.9 GB/3.8 GB 27 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 76% ▕████████████ ▏ 2.9 GB/3.8 GB 27 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 76% ▕████████████ ▏ 2.9 GB/3.8 GB 27 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 76% ▕████████████ ▏ 2.9 GB/3.8 GB 27 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 76% ▕████████████ ▏ 2.9 GB/3.8 GB 27 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 76% ▕████████████ ▏ 2.9 GB/3.8 GB 27 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 76% ▕████████████ ▏ 2.9 GB/3.8 GB 27 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 76% ▕████████████ ▏ 2.9 GB/3.8 GB 27 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 76% ▕████████████ ▏ 2.9 GB/3.8 GB 27 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 76% ▕████████████ ▏ 2.9 GB/3.8 GB 27 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 76% ▕████████████ ▏ 2.9 GB/3.8 GB 27 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 76% ▕████████████ ▏ 2.9 GB/3.8 GB 27 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 77% ▕████████████ ▏ 2.9 GB/3.8 GB 27 MB/s 31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 77% ▕████████████ ▏ 2.9 GB/3.8 GB 27 MB/s 31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 77% ▕████████████ ▏ 2.9 GB/3.8 GB 27 MB/s 31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 77% ▕████████████ ▏ 2.9 GB/3.8 GB 27 MB/s 31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 77% ▕████████████ ▏ 2.9 GB/3.8 GB 27 MB/s 31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 77% ▕████████████ ▏ 2.9 GB/3.8 GB 28 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 77% ▕████████████ ▏ 2.9 GB/3.8 GB 28 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 77% ▕████████████ ▏ 2.9 GB/3.8 GB 28 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 77% ▕████████████ ▏ 2.9 GB/3.8 GB 28 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 77% ▕████████████ ▏ 3.0 GB/3.8 GB 28 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 77% ▕████████████ ▏ 3.0 GB/3.8 GB 28 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 77% ▕████████████ ▏ 3.0 GB/3.8 GB 28 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 78% ▕████████████ ▏ 3.0 GB/3.8 GB 28 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 78% ▕████████████ ▏ 3.0 GB/3.8 GB 28 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 78% ▕████████████ ▏ 3.0 GB/3.8 GB 28 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 78% ▕████████████ ▏ 3.0 GB/3.8 GB 28 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 78% ▕████████████ ▏ 3.0 GB/3.8 GB 28 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 78% ▕████████████ ▏ 3.0 GB/3.8 GB 28 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 78% ▕████████████ ▏ 3.0 GB/3.8 GB 28 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 78% ▕████████████ ▏ 3.0 GB/3.8 GB 28 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 78% ▕████████████ ▏ 3.0 GB/3.8 GB 28 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 78% ▕████████████ ▏ 3.0 GB/3.8 GB 28 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 78% ▕████████████ ▏ 3.0 GB/3.8 GB 28 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 78% ▕████████████ ▏ 3.0 GB/3.8 GB 28 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 78% ▕████████████ ▏ 3.0 GB/3.8 GB 28 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 78% ▕████████████ ▏ 3.0 GB/3.8 GB 28 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 78% ▕████████████ ▏ 3.0 GB/3.8 GB 28 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 79% ▕████████████ ▏ 3.0 GB/3.8 GB 28 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 79% ▕████████████ ▏ 3.0 GB/3.8 GB 28 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 79% ▕████████████ ▏ 3.0 GB/3.8 GB 28 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 79% ▕████████████ ▏ 3.0 GB/3.8 GB 28 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 79% ▕████████████ ▏ 3.0 GB/3.8 GB 28 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 79% ▕████████████ ▏ 3.0 GB/3.8 GB 28 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 79% ▕████████████ ▏ 3.0 GB/3.8 GB 28 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 79% ▕████████████ ▏ 3.0 GB/3.8 GB 28 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 79% ▕████████████ ▏ 3.0 GB/3.8 GB 28 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 79% ▕████████████ ▏ 3.0 GB/3.8 GB 28 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 79% ▕████████████ ▏ 3.0 GB/3.8 GB 28 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 79% ▕████████████ ▏ 3.0 GB/3.8 GB 28 MB/s 27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 79% ▕████████████ ▏ 3.0 GB/3.8 GB 28 MB/s 27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 80% ▕████████████ ▏ 3.0 GB/3.8 GB 28 MB/s 27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 80% ▕████████████ ▏ 3.0 GB/3.8 GB 28 MB/s 27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 80% ▕████████████ ▏ 3.0 GB/3.8 GB 28 MB/s 27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 80% ▕████████████ ▏ 3.1 GB/3.8 GB 28 MB/s 27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 80% ▕████████████ ▏ 3.1 GB/3.8 GB 28 MB/s 27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 80% ▕████████████ ▏ 3.1 GB/3.8 GB 28 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 80% ▕████████████ ▏ 3.1 GB/3.8 GB 29 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 80% ▕████████████ ▏ 3.1 GB/3.8 GB 29 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 80% ▕████████████ ▏ 3.1 GB/3.8 GB 29 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 80% ▕████████████ ▏ 3.1 GB/3.8 GB 29 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 80% ▕████████████ ▏ 3.1 GB/3.8 GB 29 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 81% ▕████████████ ▏ 3.1 GB/3.8 GB 29 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 81% ▕████████████ ▏ 3.1 GB/3.8 GB 29 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 81% ▕████████████ ▏ 3.1 GB/3.8 GB 29 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 81% ▕████████████ ▏ 3.1 GB/3.8 GB 29 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 81% ▕████████████ ▏ 3.1 GB/3.8 GB 29 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 81% ▕████████████ ▏ 3.1 GB/3.8 GB 30 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 81% ▕████████████ ▏ 3.1 GB/3.8 GB 30 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 81% ▕████████████ ▏ 3.1 GB/3.8 GB 30 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 81% ▕████████████ ▏ 3.1 GB/3.8 GB 30 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 81% ▕█████████████ ▏ 3.1 GB/3.8 GB 30 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 81% ▕█████████████ ▏ 3.1 GB/3.8 GB 30 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 81% ▕█████████████ ▏ 3.1 GB/3.8 GB 30 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 81% ▕█████████████ ▏ 3.1 GB/3.8 GB 30 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 82% ▕█████████████ ▏ 3.1 GB/3.8 GB 30 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 82% ▕█████████████ ▏ 3.1 GB/3.8 GB 30 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 82% ▕█████████████ ▏ 3.1 GB/3.8 GB 29 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 82% ▕█████████████ ▏ 3.1 GB/3.8 GB 29 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 82% ▕█████████████ ▏ 3.1 GB/3.8 GB 29 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 82% ▕█████████████ ▏ 3.1 GB/3.8 GB 29 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 82% ▕█████████████ ▏ 3.1 GB/3.8 GB 29 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 82% ▕█████████████ ▏ 3.1 GB/3.8 GB 29 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 82% ▕█████████████ ▏ 3.1 GB/3.8 GB 29 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 82% ▕█████████████ ▏ 3.1 GB/3.8 GB 29 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 82% ▕█████████████ ▏ 3.1 GB/3.8 GB 29 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 82% ▕█████████████ ▏ 3.1 GB/3.8 GB 29 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 82% ▕█████████████ ▏ 3.1 GB/3.8 GB 29 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 82% ▕█████████████ ▏ 3.1 GB/3.8 GB 29 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 82% ▕█████████████ ▏ 3.1 GB/3.8 GB 29 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 83% ▕█████████████ ▏ 3.2 GB/3.8 GB 29 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 83% ▕█████████████ ▏ 3.2 GB/3.8 GB 29 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 83% ▕█████████████ ▏ 3.2 GB/3.8 GB 29 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 83% ▕█████████████ ▏ 3.2 GB/3.8 GB 29 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 83% ▕█████████████ ▏ 3.2 GB/3.8 GB 29 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 83% ▕█████████████ ▏ 3.2 GB/3.8 GB 29 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 83% ▕█████████████ ▏ 3.2 GB/3.8 GB 29 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 83% ▕█████████████ ▏ 3.2 GB/3.8 GB 29 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 83% ▕█████████████ ▏ 3.2 GB/3.8 GB 29 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 83% ▕█████████████ ▏ 3.2 GB/3.8 GB 29 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 83% ▕█████████████ ▏ 3.2 GB/3.8 GB 29 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 84% ▕█████████████ ▏ 3.2 GB/3.8 GB 29 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 84% ▕█████████████ ▏ 3.2 GB/3.8 GB 29 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 84% ▕█████████████ ▏ 3.2 GB/3.8 GB 29 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 84% ▕█████████████ ▏ 3.2 GB/3.8 GB 29 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 84% ▕█████████████ ▏ 3.2 GB/3.8 GB 29 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 84% ▕█████████████ ▏ 3.2 GB/3.8 GB 29 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 84% ▕█████████████ ▏ 3.2 GB/3.8 GB 29 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 84% ▕█████████████ ▏ 3.2 GB/3.8 GB 30 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 84% ▕█████████████ ▏ 3.2 GB/3.8 GB 30 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 84% ▕█████████████ ▏ 3.2 GB/3.8 GB 30 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 84% ▕█████████████ ▏ 3.2 GB/3.8 GB 30 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 84% ▕█████████████ ▏ 3.2 GB/3.8 GB 30 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 84% ▕█████████████ ▏ 3.2 GB/3.8 GB 30 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 84% ▕█████████████ ▏ 3.2 GB/3.8 GB 30 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 84% ▕█████████████ ▏ 3.2 GB/3.8 GB 30 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 84% ▕█████████████ ▏ 3.2 GB/3.8 GB 30 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 84% ▕█████████████ ▏ 3.2 GB/3.8 GB 30 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 85% ▕█████████████ ▏ 3.2 GB/3.8 GB 29 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 85% ▕█████████████ ▏ 3.2 GB/3.8 GB 29 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 85% ▕█████████████ ▏ 3.2 GB/3.8 GB 29 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 85% ▕█████████████ ▏ 3.2 GB/3.8 GB 29 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 85% ▕█████████████ ▏ 3.2 GB/3.8 GB 29 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 85% ▕█████████████ ▏ 3.2 GB/3.8 GB 29 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 85% ▕█████████████ ▏ 3.2 GB/3.8 GB 29 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 85% ▕█████████████ ▏ 3.2 GB/3.8 GB 29 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 85% ▕█████████████ ▏ 3.2 GB/3.8 GB 29 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 85% ▕█████████████ ▏ 3.3 GB/3.8 GB 29 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 85% ▕█████████████ ▏ 3.3 GB/3.8 GB 28 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 85% ▕█████████████ ▏ 3.3 GB/3.8 GB 28 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 85% ▕█████████████ ▏ 3.3 GB/3.8 GB 28 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 85% ▕█████████████ ▏ 3.3 GB/3.8 GB 28 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 85% ▕█████████████ ▏ 3.3 GB/3.8 GB 28 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 85% ▕█████████████ ▏ 3.3 GB/3.8 GB 28 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 85% ▕█████████████ ▏ 3.3 GB/3.8 GB 28 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 85% ▕█████████████ ▏ 3.3 GB/3.8 GB 28 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 86% ▕█████████████ ▏ 3.3 GB/3.8 GB 28 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 86% ▕█████████████ ▏ 3.3 GB/3.8 GB 28 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 86% ▕█████████████ ▏ 3.3 GB/3.8 GB 28 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 86% ▕█████████████ ▏ 3.3 GB/3.8 GB 27 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 86% ▕█████████████ ▏ 3.3 GB/3.8 GB 27 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 86% ▕█████████████ ▏ 3.3 GB/3.8 GB 27 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 86% ▕█████████████ ▏ 3.3 GB/3.8 GB 27 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 86% ▕█████████████ ▏ 3.3 GB/3.8 GB 27 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 86% ▕█████████████ ▏ 3.3 GB/3.8 GB 27 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 86% ▕█████████████ ▏ 3.3 GB/3.8 GB 27 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 86% ▕█████████████ ▏ 3.3 GB/3.8 GB 27 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 86% ▕█████████████ ▏ 3.3 GB/3.8 GB 27 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 86% ▕█████████████ ▏ 3.3 GB/3.8 GB 27 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 86% ▕█████████████ ▏ 3.3 GB/3.8 GB 25 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 86% ▕█████████████ ▏ 3.3 GB/3.8 GB 25 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 86% ▕█████████████ ▏ 3.3 GB/3.8 GB 25 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 86% ▕█████████████ ▏ 3.3 GB/3.8 GB 25 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 86% ▕█████████████ ▏ 3.3 GB/3.8 GB 25 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 86% ▕█████████████ ▏ 3.3 GB/3.8 GB 25 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 86% ▕█████████████ ▏ 3.3 GB/3.8 GB 25 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 86% ▕█████████████ ▏ 3.3 GB/3.8 GB 25 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 87% ▕█████████████ ▏ 3.3 GB/3.8 GB 25 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 87% ▕█████████████ ▏ 3.3 GB/3.8 GB 25 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 87% ▕█████████████ ▏ 3.3 GB/3.8 GB 24 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 87% ▕█████████████ ▏ 3.3 GB/3.8 GB 24 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 87% ▕█████████████ ▏ 3.3 GB/3.8 GB 24 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 87% ▕█████████████ ▏ 3.3 GB/3.8 GB 24 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 87% ▕█████████████ ▏ 3.3 GB/3.8 GB 24 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 87% ▕█████████████ ▏ 3.3 GB/3.8 GB 24 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 87% ▕█████████████ ▏ 3.3 GB/3.8 GB 24 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 87% ▕█████████████ ▏ 3.3 GB/3.8 GB 24 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 87% ▕█████████████ ▏ 3.3 GB/3.8 GB 24 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 87% ▕█████████████ ▏ 3.3 GB/3.8 GB 24 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 88% ▕██████████████ ▏ 3.3 GB/3.8 GB 25 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 88% ▕██████████████ ▏ 3.3 GB/3.8 GB 25 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 88% ▕██████████████ ▏ 3.4 GB/3.8 GB 25 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 88% ▕██████████████ ▏ 3.4 GB/3.8 GB 25 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 88% ▕██████████████ ▏ 3.4 GB/3.8 GB 25 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 88% ▕██████████████ ▏ 3.4 GB/3.8 GB 25 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 88% ▕██████████████ ▏ 3.4 GB/3.8 GB 25 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 88% ▕██████████████ ▏ 3.4 GB/3.8 GB 25 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 88% ▕██████████████ ▏ 3.4 GB/3.8 GB 25 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 88% ▕██████████████ ▏ 3.4 GB/3.8 GB 25 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 88% ▕██████████████ ▏ 3.4 GB/3.8 GB 25 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 88% ▕██████████████ ▏ 3.4 GB/3.8 GB 25 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 88% ▕██████████████ ▏ 3.4 GB/3.8 GB 25 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 88% ▕██████████████ ▏ 3.4 GB/3.8 GB 25 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 88% ▕██████████████ ▏ 3.4 GB/3.8 GB 25 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 89% ▕██████████████ ▏ 3.4 GB/3.8 GB 25 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 89% ▕██████████████ ▏ 3.4 GB/3.8 GB 25 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 89% ▕██████████████ ▏ 3.4 GB/3.8 GB 25 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 89% ▕██████████████ ▏ 3.4 GB/3.8 GB 25 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 89% ▕██████████████ ▏ 3.4 GB/3.8 GB 25 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 89% ▕██████████████ ▏ 3.4 GB/3.8 GB 25 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 89% ▕██████████████ ▏ 3.4 GB/3.8 GB 25 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 89% ▕██████████████ ▏ 3.4 GB/3.8 GB 25 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 89% ▕██████████████ ▏ 3.4 GB/3.8 GB 25 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 89% ▕██████████████ ▏ 3.4 GB/3.8 GB 25 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 89% ▕██████████████ ▏ 3.4 GB/3.8 GB 25 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 89% ▕██████████████ ▏ 3.4 GB/3.8 GB 25 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 89% ▕██████████████ ▏ 3.4 GB/3.8 GB 25 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 90% ▕██████████████ ▏ 3.4 GB/3.8 GB 25 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 90% ▕██████████████ ▏ 3.4 GB/3.8 GB 25 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 90% ▕██████████████ ▏ 3.4 GB/3.8 GB 25 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 90% ▕██████████████ ▏ 3.4 GB/3.8 GB 23 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 90% ▕██████████████ ▏ 3.4 GB/3.8 GB 23 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 90% ▕██████████████ ▏ 3.4 GB/3.8 GB 23 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 90% ▕██████████████ ▏ 3.4 GB/3.8 GB 23 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 90% ▕██████████████ ▏ 3.4 GB/3.8 GB 23 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 90% ▕██████████████ ▏ 3.4 GB/3.8 GB 23 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 90% ▕██████████████ ▏ 3.5 GB/3.8 GB 23 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 90% ▕██████████████ ▏ 3.5 GB/3.8 GB 23 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 90% ▕██████████████ ▏ 3.5 GB/3.8 GB 23 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 91% ▕██████████████ ▏ 3.5 GB/3.8 GB 23 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 91% ▕██████████████ ▏ 3.5 GB/3.8 GB 24 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 91% ▕██████████████ ▏ 3.5 GB/3.8 GB 24 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 91% ▕██████████████ ▏ 3.5 GB/3.8 GB 24 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 91% ▕██████████████ ▏ 3.5 GB/3.8 GB 24 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 91% ▕██████████████ ▏ 3.5 GB/3.8 GB 24 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 91% ▕██████████████ ▏ 3.5 GB/3.8 GB 24 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 91% ▕██████████████ ▏ 3.5 GB/3.8 GB 24 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 91% ▕██████████████ ▏ 3.5 GB/3.8 GB 24 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 91% ▕██████████████ ▏ 3.5 GB/3.8 GB 24 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 91% ▕██████████████ ▏ 3.5 GB/3.8 GB 24 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 91% ▕██████████████ ▏ 3.5 GB/3.8 GB 26 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 91% ▕██████████████ ▏ 3.5 GB/3.8 GB 26 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 92% ▕██████████████ ▏ 3.5 GB/3.8 GB 26 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 92% ▕██████████████ ▏ 3.5 GB/3.8 GB 26 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 92% ▕██████████████ ▏ 3.5 GB/3.8 GB 26 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 92% ▕██████████████ ▏ 3.5 GB/3.8 GB 26 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 92% ▕██████████████ ▏ 3.5 GB/3.8 GB 26 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 92% ▕██████████████ ▏ 3.5 GB/3.8 GB 26 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 92% ▕██████████████ ▏ 3.5 GB/3.8 GB 26 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 92% ▕██████████████ ▏ 3.5 GB/3.8 GB 26 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 92% ▕██████████████ ▏ 3.5 GB/3.8 GB 27 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 92% ▕██████████████ ▏ 3.5 GB/3.8 GB 27 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 92% ▕██████████████ ▏ 3.5 GB/3.8 GB 27 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 92% ▕██████████████ ▏ 3.5 GB/3.8 GB 27 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 92% ▕██████████████ ▏ 3.5 GB/3.8 GB 27 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 92% ▕██████████████ ▏ 3.5 GB/3.8 GB 27 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 93% ▕██████████████ ▏ 3.5 GB/3.8 GB 27 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 93% ▕██████████████ ▏ 3.5 GB/3.8 GB 27 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 93% ▕██████████████ ▏ 3.5 GB/3.8 GB 27 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 93% ▕██████████████ ▏ 3.5 GB/3.8 GB 27 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 93% ▕██████████████ ▏ 3.5 GB/3.8 GB 27 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 93% ▕██████████████ ▏ 3.5 GB/3.8 GB 28 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 93% ▕██████████████ ▏ 3.6 GB/3.8 GB 28 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 93% ▕██████████████ ▏ 3.6 GB/3.8 GB 28 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 93% ▕██████████████ ▏ 3.6 GB/3.8 GB 28 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 93% ▕██████████████ ▏ 3.6 GB/3.8 GB 28 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 93% ▕██████████████ ▏ 3.6 GB/3.8 GB 28 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 93% ▕██████████████ ▏ 3.6 GB/3.8 GB 28 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 93% ▕██████████████ ▏ 3.6 GB/3.8 GB 28 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 93% ▕██████████████ ▏ 3.6 GB/3.8 GB 28 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 94% ▕██████████████ ▏ 3.6 GB/3.8 GB 28 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 94% ▕██████████████ ▏ 3.6 GB/3.8 GB 29 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 94% ▕██████████████ ▏ 3.6 GB/3.8 GB 29 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 94% ▕██████████████ ▏ 3.6 GB/3.8 GB 29 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 94% ▕███████████████ ▏ 3.6 GB/3.8 GB 29 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 94% ▕███████████████ ▏ 3.6 GB/3.8 GB 29 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 94% ▕███████████████ ▏ 3.6 GB/3.8 GB 29 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 94% ▕███████████████ ▏ 3.6 GB/3.8 GB 29 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 94% ▕███████████████ ▏ 3.6 GB/3.8 GB 29 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 94% ▕███████████████ ▏ 3.6 GB/3.8 GB 29 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 94% ▕███████████████ ▏ 3.6 GB/3.8 GB 29 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 94% ▕███████████████ ▏ 3.6 GB/3.8 GB 29 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 94% ▕███████████████ ▏ 3.6 GB/3.8 GB 29 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 95% ▕███████████████ ▏ 3.6 GB/3.8 GB 29 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 95% ▕███████████████ ▏ 3.6 GB/3.8 GB 29 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 95% ▕███████████████ ▏ 3.6 GB/3.8 GB 29 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 95% ▕███████████████ ▏ 3.6 GB/3.8 GB 29 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 95% ▕███████████████ ▏ 3.6 GB/3.8 GB 29 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 95% ▕███████████████ ▏ 3.6 GB/3.8 GB 29 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 95% ▕███████████████ ▏ 3.6 GB/3.8 GB 29 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 95% ▕███████████████ ▏ 3.6 GB/3.8 GB 29 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 95% ▕███████████████ ▏ 3.6 GB/3.8 GB 29 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 95% ▕███████████████ ▏ 3.6 GB/3.8 GB 29 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 95% ▕███████████████ ▏ 3.6 GB/3.8 GB 29 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 95% ▕███████████████ ▏ 3.6 GB/3.8 GB 29 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 96% ▕███████████████ ▏ 3.7 GB/3.8 GB 29 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 96% ▕███████████████ ▏ 3.7 GB/3.8 GB 29 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 96% ▕███████████████ ▏ 3.7 GB/3.8 GB 29 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 96% ▕███████████████ ▏ 3.7 GB/3.8 GB 29 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 96% ▕███████████████ ▏ 3.7 GB/3.8 GB 29 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 96% ▕███████████████ ▏ 3.7 GB/3.8 GB 29 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 96% ▕███████████████ ▏ 3.7 GB/3.8 GB 29 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 96% ▕███████████████ ▏ 3.7 GB/3.8 GB 30 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 96% ▕███████████████ ▏ 3.7 GB/3.8 GB 30 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 96% ▕███████████████ ▏ 3.7 GB/3.8 GB 30 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 96% ▕███████████████ ▏ 3.7 GB/3.8 GB 30 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 97% ▕███████████████ ▏ 3.7 GB/3.8 GB 30 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 97% ▕███████████████ ▏ 3.7 GB/3.8 GB 30 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 97% ▕███████████████ ▏ 3.7 GB/3.8 GB 30 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 97% ▕███████████████ ▏ 3.7 GB/3.8 GB 30 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 97% ▕███████████████ ▏ 3.7 GB/3.8 GB 30 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 97% ▕███████████████ ▏ 3.7 GB/3.8 GB 30 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 97% ▕███████████████ ▏ 3.7 GB/3.8 GB 30 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 97% ▕███████████████ ▏ 3.7 GB/3.8 GB 30 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 97% ▕███████████████ ▏ 3.7 GB/3.8 GB 30 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 97% ▕███████████████ ▏ 3.7 GB/3.8 GB 30 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 98% ▕███████████████ ▏ 3.7 GB/3.8 GB 30 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 98% ▕███████████████ ▏ 3.7 GB/3.8 GB 30 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 98% ▕███████████████ ▏ 3.7 GB/3.8 GB 30 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 98% ▕███████████████ ▏ 3.7 GB/3.8 GB 30 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 98% ▕███████████████ ▏ 3.7 GB/3.8 GB 30 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 98% ▕███████████████ ▏ 3.7 GB/3.8 GB 30 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 98% ▕███████████████ ▏ 3.7 GB/3.8 GB 31 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 98% ▕███████████████ ▏ 3.7 GB/3.8 GB 31 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 98% ▕███████████████ ▏ 3.8 GB/3.8 GB 31 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 98% ▕███████████████ ▏ 3.8 GB/3.8 GB 31 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 98% ▕███████████████ ▏ 3.8 GB/3.8 GB 31 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 98% ▕███████████████ ▏ 3.8 GB/3.8 GB 31 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 99% ▕███████████████ ▏ 3.8 GB/3.8 GB 31 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 99% ▕███████████████ ▏ 3.8 GB/3.8 GB 31 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 99% ▕███████████████ ▏ 3.8 GB/3.8 GB 31 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 99% ▕███████████████ ▏ 3.8 GB/3.8 GB 31 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 99% ▕███████████████ ▏ 3.8 GB/3.8 GB 31 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 99% ▕███████████████ ▏ 3.8 GB/3.8 GB 31 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 99% ▕███████████████ ▏ 3.8 GB/3.8 GB 31 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 99% ▕███████████████ ▏ 3.8 GB/3.8 GB 31 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 99% ▕███████████████ ▏ 3.8 GB/3.8 GB 31 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 99% ▕███████████████ ▏ 3.8 GB/3.8 GB 31 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 99% ▕███████████████ ▏ 3.8 GB/3.8 GB 31 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 99% ▕███████████████ ▏ 3.8 GB/3.8 GB 31 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 99% ▕███████████████ ▏ 3.8 GB/3.8 GB 31 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕███████████████ ▏ 3.8 GB/3.8 GB 31 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕███████████████ ▏ 3.8 GB/3.8 GB 31 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕███████████████ ▏ 3.8 GB/3.8 GB 31 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕███████████████ ▏ 3.8 GB/3.8 GB 31 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕███████████████ ▏ 3.8 GB/3.8 GB 31 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕███████████████ ▏ 3.8 GB/3.8 GB 31 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕███████████████ ▏ 3.8 GB/3.8 GB 31 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing f04e304bcc21... 100% ▕████████████████▏ 457 B \n", - "pushing manifest \n", - "success \u001b[?25h\n", - "\u001b[?25ltransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer \n", - "creating template layer \n", - "creating system layer \n", - "creating parameters layer \n", - "creating config layer \n", - "using already created layer sha256:08b2aea22d8885547520e4fc1562f90cf1fd58c3a6d7e4dfcfa543f6e3a184e3 \n", - "using already created layer sha256:04de533bb8fd4eb327158f79cdc0de736558e45d198db9275ef536f470281f1f \n", - "using already created layer sha256:af41c51c14924c73d476c474dd0617253462cdb32f1256d8b3d3d9fc00371199 \n", - "using already created layer sha256:3559b403e83a9669ecd8d347a509c20b870674a9838218f8b812c93c419fec88 \n", - "writing layer sha256:a6cb191236f733238e3b90b7a998b055d39f259642422e5d461b58885425a7ce \n", - "writing manifest \n", - "success \u001b[?25h\n", - "copied 'notus:q3_K_M' to 'argilla/notus:q3_K_M'\n", - "\u001b[?25lretrieving manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 0% ▕ ▏ 622 KB/3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 0% ▕ ▏ 2.0 MB/3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 0% ▕ ▏ 2.0 MB/3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 0% ▕ ▏ 2.1 MB/3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 0% ▕ ▏ 2.1 MB/3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 0% ▕ ▏ 2.1 MB/3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 0% ▕ ▏ 3.0 MB/3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 0% ▕ ▏ 3.5 MB/3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 0% ▕ ▏ 3.5 MB/3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 0% ▕ ▏ 3.5 MB/3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 0% ▕ ▏ 3.5 MB/3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 0% ▕ ▏ 3.5 MB/3.5 GB 2.9 MB/s 20m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 0% ▕ ▏ 3.5 MB/3.5 GB 2.9 MB/s 20m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 0% ▕ ▏ 3.5 MB/3.5 GB 2.9 MB/s 20m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 0% ▕ ▏ 3.5 MB/3.5 GB 2.9 MB/s 20m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 0% ▕ ▏ 3.5 MB/3.5 GB 2.9 MB/s 20m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 0% ▕ ▏ 3.5 MB/3.5 GB 2.9 MB/s 20m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 0% ▕ ▏ 3.5 MB/3.5 GB 2.9 MB/s 20m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 0% ▕ ▏ 3.5 MB/3.5 GB 2.9 MB/s 20m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 0% ▕ ▏ 507 KB/3.5 GB 2.9 MB/s 20m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 0% ▕ ▏ 2.7 MB/3.5 GB 2.9 MB/s 20m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 0% ▕ ▏ 5.5 MB/3.5 GB 1.9 MB/s 31m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 0% ▕ ▏ 8.2 MB/3.5 GB 1.9 MB/s 31m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 0% ▕ ▏ 13 MB/3.5 GB 1.9 MB/s 31m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 1% ▕ ▏ 17 MB/3.5 GB 1.9 MB/s 31m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 1% ▕ ▏ 20 MB/3.5 GB 1.9 MB/s 31m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 1% ▕ ▏ 22 MB/3.5 GB 1.9 MB/s 31m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 1% ▕ ▏ 22 MB/3.5 GB 1.9 MB/s 31m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 1% ▕ ▏ 25 MB/3.5 GB 1.9 MB/s 31m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 1% ▕ ▏ 28 MB/3.5 GB 1.9 MB/s 31m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 1% ▕ ▏ 32 MB/3.5 GB 1.9 MB/s 31m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 1% ▕ ▏ 37 MB/3.5 GB 11 MB/s 5m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 1% ▕ ▏ 41 MB/3.5 GB 11 MB/s 5m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 1% ▕ ▏ 44 MB/3.5 GB 11 MB/s 5m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 1% ▕ ▏ 46 MB/3.5 GB 11 MB/s 5m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 1% ▕ ▏ 50 MB/3.5 GB 11 MB/s 5m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 2% ▕ ▏ 53 MB/3.5 GB 11 MB/s 5m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 2% ▕ ▏ 54 MB/3.5 GB 11 MB/s 5m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 2% ▕ ▏ 58 MB/3.5 GB 11 MB/s 5m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 2% ▕ ▏ 61 MB/3.5 GB 11 MB/s 5m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 2% ▕ ▏ 66 MB/3.5 GB 11 MB/s 5m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 2% ▕ ▏ 68 MB/3.5 GB 17 MB/s 3m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 2% ▕ ▏ 72 MB/3.5 GB 17 MB/s 3m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 2% ▕ ▏ 75 MB/3.5 GB 17 MB/s 3m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 2% ▕ ▏ 80 MB/3.5 GB 17 MB/s 3m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 2% ▕ ▏ 83 MB/3.5 GB 17 MB/s 3m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 2% ▕ ▏ 87 MB/3.5 GB 17 MB/s 3m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 3% ▕ ▏ 90 MB/3.5 GB 17 MB/s 3m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 3% ▕ ▏ 93 MB/3.5 GB 17 MB/s 3m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 3% ▕ ▏ 101 MB/3.5 GB 17 MB/s 3m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 3% ▕ ▏ 102 MB/3.5 GB 17 MB/s 3m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 3% ▕ ▏ 104 MB/3.5 GB 20 MB/s 2m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 3% ▕ ▏ 110 MB/3.5 GB 20 MB/s 2m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 3% ▕ ▏ 110 MB/3.5 GB 20 MB/s 2m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 3% ▕ ▏ 112 MB/3.5 GB 20 MB/s 2m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 3% ▕ ▏ 113 MB/3.5 GB 20 MB/s 2m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 3% ▕ ▏ 116 MB/3.5 GB 20 MB/s 2m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 3% ▕ ▏ 119 MB/3.5 GB 20 MB/s 2m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 3% ▕ ▏ 123 MB/3.5 GB 20 MB/s 2m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 4% ▕ ▏ 123 MB/3.5 GB 20 MB/s 2m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 4% ▕ ▏ 129 MB/3.5 GB 20 MB/s 2m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 4% ▕ ▏ 130 MB/3.5 GB 21 MB/s 2m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 4% ▕ ▏ 134 MB/3.5 GB 21 MB/s 2m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 4% ▕ ▏ 137 MB/3.5 GB 21 MB/s 2m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 4% ▕ ▏ 139 MB/3.5 GB 21 MB/s 2m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 4% ▕ ▏ 142 MB/3.5 GB 21 MB/s 2m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 4% ▕ ▏ 144 MB/3.5 GB 21 MB/s 2m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 4% ▕ ▏ 147 MB/3.5 GB 21 MB/s 2m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 4% ▕ ▏ 154 MB/3.5 GB 21 MB/s 2m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 4% ▕ ▏ 154 MB/3.5 GB 21 MB/s 2m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 4% ▕ ▏ 154 MB/3.5 GB 21 MB/s 2m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 5% ▕ ▏ 159 MB/3.5 GB 21 MB/s 2m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 5% ▕ ▏ 161 MB/3.5 GB 22 MB/s 2m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 5% ▕ ▏ 162 MB/3.5 GB 22 MB/s 2m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 5% ▕ ▏ 163 MB/3.5 GB 22 MB/s 2m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 5% ▕ ▏ 164 MB/3.5 GB 22 MB/s 2m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 5% ▕ ▏ 165 MB/3.5 GB 22 MB/s 2m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 5% ▕ ▏ 166 MB/3.5 GB 22 MB/s 2m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 5% ▕ ▏ 172 MB/3.5 GB 22 MB/s 2m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 5% ▕ ▏ 172 MB/3.5 GB 22 MB/s 2m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 5% ▕ ▏ 179 MB/3.5 GB 22 MB/s 2m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 5% ▕ ▏ 183 MB/3.5 GB 22 MB/s 2m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 5% ▕ ▏ 186 MB/3.5 GB 23 MB/s 2m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 5% ▕ ▏ 188 MB/3.5 GB 23 MB/s 2m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 5% ▕ ▏ 188 MB/3.5 GB 23 MB/s 2m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 5% ▕ ▏ 189 MB/3.5 GB 23 MB/s 2m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 6% ▕ ▏ 195 MB/3.5 GB 23 MB/s 2m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 6% ▕ ▏ 202 MB/3.5 GB 23 MB/s 2m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 6% ▕ ▏ 202 MB/3.5 GB 23 MB/s 2m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 6% ▕ ▏ 204 MB/3.5 GB 23 MB/s 2m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 6% ▕ ▏ 209 MB/3.5 GB 23 MB/s 2m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 6% ▕ ▏ 213 MB/3.5 GB 23 MB/s 2m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 6% ▕ ▏ 214 MB/3.5 GB 23 MB/s 2m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 6% ▕ ▏ 210 MB/3.5 GB 23 MB/s 2m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 6% ▕ ▏ 214 MB/3.5 GB 23 MB/s 2m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 6% ▕█ ▏ 220 MB/3.5 GB 23 MB/s 2m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 6% ▕█ ▏ 220 MB/3.5 GB 23 MB/s 2m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 6% ▕█ ▏ 222 MB/3.5 GB 23 MB/s 2m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 6% ▕█ ▏ 228 MB/3.5 GB 23 MB/s 2m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 7% ▕█ ▏ 230 MB/3.5 GB 23 MB/s 2m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 7% ▕█ ▏ 232 MB/3.5 GB 23 MB/s 2m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 7% ▕█ ▏ 232 MB/3.5 GB 23 MB/s 2m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 7% ▕█ ▏ 238 MB/3.5 GB 26 MB/s 2m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 7% ▕█ ▏ 243 MB/3.5 GB 26 MB/s 2m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 7% ▕█ ▏ 245 MB/3.5 GB 26 MB/s 2m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 7% ▕█ ▏ 245 MB/3.5 GB 26 MB/s 2m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 7% ▕█ ▏ 247 MB/3.5 GB 26 MB/s 2m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 7% ▕█ ▏ 252 MB/3.5 GB 26 MB/s 2m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 7% ▕█ ▏ 253 MB/3.5 GB 26 MB/s 2m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 7% ▕█ ▏ 258 MB/3.5 GB 26 MB/s 2m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 7% ▕█ ▏ 258 MB/3.5 GB 26 MB/s 2m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 7% ▕█ ▏ 263 MB/3.5 GB 26 MB/s 2m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 7% ▕█ ▏ 263 MB/3.5 GB 26 MB/s 2m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 8% ▕█ ▏ 264 MB/3.5 GB 28 MB/s 1m53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 8% ▕█ ▏ 267 MB/3.5 GB 28 MB/s 1m52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 8% ▕█ ▏ 271 MB/3.5 GB 28 MB/s 1m52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 8% ▕█ ▏ 276 MB/3.5 GB 28 MB/s 1m52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 8% ▕█ ▏ 280 MB/3.5 GB 28 MB/s 1m52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 8% ▕█ ▏ 281 MB/3.5 GB 28 MB/s 1m52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 8% ▕█ ▏ 281 MB/3.5 GB 28 MB/s 1m52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 8% ▕█ ▏ 286 MB/3.5 GB 28 MB/s 1m52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 8% ▕█ ▏ 294 MB/3.5 GB 28 MB/s 1m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 8% ▕█ ▏ 295 MB/3.5 GB 28 MB/s 1m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 9% ▕█ ▏ 299 MB/3.5 GB 29 MB/s 1m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 9% ▕█ ▏ 300 MB/3.5 GB 29 MB/s 1m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 9% ▕█ ▏ 300 MB/3.5 GB 29 MB/s 1m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 9% ▕█ ▏ 300 MB/3.5 GB 29 MB/s 1m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 9% ▕█ ▏ 301 MB/3.5 GB 29 MB/s 1m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 9% ▕█ ▏ 304 MB/3.5 GB 29 MB/s 1m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 9% ▕█ ▏ 307 MB/3.5 GB 29 MB/s 1m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 9% ▕█ ▏ 307 MB/3.5 GB 29 MB/s 1m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 9% ▕█ ▏ 308 MB/3.5 GB 29 MB/s 1m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 9% ▕█ ▏ 313 MB/3.5 GB 29 MB/s 1m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 9% ▕█ ▏ 313 MB/3.5 GB 27 MB/s 1m57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 9% ▕█ ▏ 315 MB/3.5 GB 27 MB/s 1m57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 9% ▕█ ▏ 318 MB/3.5 GB 27 MB/s 1m57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 9% ▕█ ▏ 325 MB/3.5 GB 27 MB/s 1m57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 9% ▕█ ▏ 325 MB/3.5 GB 27 MB/s 1m57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 9% ▕█ ▏ 329 MB/3.5 GB 27 MB/s 1m57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 9% ▕█ ▏ 331 MB/3.5 GB 27 MB/s 1m57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 10% ▕█ ▏ 337 MB/3.5 GB 27 MB/s 1m56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 10% ▕█ ▏ 339 MB/3.5 GB 27 MB/s 1m56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 10% ▕█ ▏ 340 MB/3.5 GB 27 MB/s 1m56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 10% ▕█ ▏ 340 MB/3.5 GB 26 MB/s 2m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 10% ▕█ ▏ 349 MB/3.5 GB 26 MB/s 2m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 10% ▕█ ▏ 352 MB/3.5 GB 26 MB/s 2m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 10% ▕█ ▏ 353 MB/3.5 GB 26 MB/s 2m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 10% ▕█ ▏ 356 MB/3.5 GB 26 MB/s 2m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 10% ▕█ ▏ 357 MB/3.5 GB 26 MB/s 2m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 10% ▕█ ▏ 362 MB/3.5 GB 26 MB/s 2m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 11% ▕█ ▏ 370 MB/3.5 GB 26 MB/s 1m59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 11% ▕█ ▏ 371 MB/3.5 GB 26 MB/s 1m59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 10% ▕█ ▏ 368 MB/3.5 GB 26 MB/s 1m59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 11% ▕█ ▏ 371 MB/3.5 GB 26 MB/s 1m57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 11% ▕█ ▏ 378 MB/3.5 GB 26 MB/s 1m57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 11% ▕█ ▏ 379 MB/3.5 GB 26 MB/s 1m57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 11% ▕█ ▏ 387 MB/3.5 GB 26 MB/s 1m56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 11% ▕█ ▏ 389 MB/3.5 GB 26 MB/s 1m56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 11% ▕█ ▏ 392 MB/3.5 GB 26 MB/s 1m56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 11% ▕█ ▏ 398 MB/3.5 GB 26 MB/s 1m56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 11% ▕█ ▏ 398 MB/3.5 GB 26 MB/s 1m56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 11% ▕█ ▏ 400 MB/3.5 GB 26 MB/s 1m56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 12% ▕█ ▏ 408 MB/3.5 GB 26 MB/s 1m56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 12% ▕█ ▏ 410 MB/3.5 GB 26 MB/s 1m56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 12% ▕█ ▏ 413 MB/3.5 GB 28 MB/s 1m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 12% ▕█ ▏ 413 MB/3.5 GB 28 MB/s 1m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 12% ▕█ ▏ 421 MB/3.5 GB 28 MB/s 1m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 12% ▕█ ▏ 424 MB/3.5 GB 28 MB/s 1m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 12% ▕█ ▏ 430 MB/3.5 GB 28 MB/s 1m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 12% ▕█ ▏ 433 MB/3.5 GB 28 MB/s 1m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 12% ▕█ ▏ 437 MB/3.5 GB 28 MB/s 1m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 13% ▕██ ▏ 443 MB/3.5 GB 28 MB/s 1m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 13% ▕██ ▏ 445 MB/3.5 GB 28 MB/s 1m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 13% ▕██ ▏ 445 MB/3.5 GB 28 MB/s 1m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 13% ▕██ ▏ 446 MB/3.5 GB 29 MB/s 1m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 13% ▕██ ▏ 452 MB/3.5 GB 29 MB/s 1m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 13% ▕██ ▏ 454 MB/3.5 GB 29 MB/s 1m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 13% ▕██ ▏ 457 MB/3.5 GB 29 MB/s 1m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 13% ▕██ ▏ 457 MB/3.5 GB 29 MB/s 1m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 13% ▕██ ▏ 460 MB/3.5 GB 29 MB/s 1m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 13% ▕██ ▏ 468 MB/3.5 GB 29 MB/s 1m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 13% ▕██ ▏ 469 MB/3.5 GB 29 MB/s 1m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 13% ▕██ ▏ 472 MB/3.5 GB 29 MB/s 1m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 14% ▕██ ▏ 479 MB/3.5 GB 29 MB/s 1m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 14% ▕██ ▏ 484 MB/3.5 GB 29 MB/s 1m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 14% ▕██ ▏ 485 MB/3.5 GB 29 MB/s 1m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 14% ▕██ ▏ 489 MB/3.5 GB 29 MB/s 1m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 14% ▕██ ▏ 495 MB/3.5 GB 29 MB/s 1m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 14% ▕██ ▏ 502 MB/3.5 GB 29 MB/s 1m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 14% ▕██ ▏ 504 MB/3.5 GB 29 MB/s 1m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 14% ▕██ ▏ 506 MB/3.5 GB 29 MB/s 1m40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 15% ▕██ ▏ 510 MB/3.5 GB 29 MB/s 1m40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 15% ▕██ ▏ 517 MB/3.5 GB 29 MB/s 1m40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 15% ▕██ ▏ 516 MB/3.5 GB 29 MB/s 1m40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 15% ▕██ ▏ 516 MB/3.5 GB 30 MB/s 1m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 15% ▕██ ▏ 517 MB/3.5 GB 30 MB/s 1m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 15% ▕██ ▏ 518 MB/3.5 GB 30 MB/s 1m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 15% ▕██ ▏ 528 MB/3.5 GB 30 MB/s 1m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 15% ▕██ ▏ 535 MB/3.5 GB 30 MB/s 1m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 15% ▕██ ▏ 535 MB/3.5 GB 30 MB/s 1m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 15% ▕██ ▏ 536 MB/3.5 GB 30 MB/s 1m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 16% ▕██ ▏ 545 MB/3.5 GB 30 MB/s 1m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 16% ▕██ ▏ 551 MB/3.5 GB 30 MB/s 1m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 16% ▕██ ▏ 554 MB/3.5 GB 30 MB/s 1m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 16% ▕██ ▏ 560 MB/3.5 GB 32 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 16% ▕██ ▏ 560 MB/3.5 GB 32 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 16% ▕██ ▏ 560 MB/3.5 GB 32 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 16% ▕██ ▏ 562 MB/3.5 GB 32 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 16% ▕██ ▏ 571 MB/3.5 GB 32 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 16% ▕██ ▏ 576 MB/3.5 GB 32 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 16% ▕██ ▏ 577 MB/3.5 GB 32 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 16% ▕██ ▏ 578 MB/3.5 GB 32 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 17% ▕██ ▏ 582 MB/3.5 GB 32 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 17% ▕██ ▏ 586 MB/3.5 GB 32 MB/s 1m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 17% ▕██ ▏ 587 MB/3.5 GB 32 MB/s 1m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 17% ▕██ ▏ 590 MB/3.5 GB 32 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 17% ▕██ ▏ 593 MB/3.5 GB 32 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 17% ▕██ ▏ 596 MB/3.5 GB 32 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 17% ▕██ ▏ 602 MB/3.5 GB 32 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 17% ▕██ ▏ 609 MB/3.5 GB 32 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 18% ▕██ ▏ 616 MB/3.5 GB 32 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 18% ▕██ ▏ 617 MB/3.5 GB 32 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 18% ▕██ ▏ 619 MB/3.5 GB 32 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 18% ▕██ ▏ 620 MB/3.5 GB 32 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 18% ▕██ ▏ 620 MB/3.5 GB 32 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 18% ▕██ ▏ 625 MB/3.5 GB 34 MB/s 1m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 18% ▕██ ▏ 633 MB/3.5 GB 34 MB/s 1m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 18% ▕██ ▏ 640 MB/3.5 GB 34 MB/s 1m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 18% ▕██ ▏ 644 MB/3.5 GB 34 MB/s 1m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 18% ▕██ ▏ 645 MB/3.5 GB 34 MB/s 1m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 18% ▕██ ▏ 646 MB/3.5 GB 34 MB/s 1m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 18% ▕██ ▏ 648 MB/3.5 GB 34 MB/s 1m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 19% ▕███ ▏ 661 MB/3.5 GB 34 MB/s 1m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 19% ▕███ ▏ 662 MB/3.5 GB 34 MB/s 1m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 19% ▕███ ▏ 665 MB/3.5 GB 34 MB/s 1m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 19% ▕███ ▏ 662 MB/3.5 GB 35 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 19% ▕███ ▏ 662 MB/3.5 GB 35 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 19% ▕███ ▏ 669 MB/3.5 GB 35 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 19% ▕███ ▏ 674 MB/3.5 GB 35 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 19% ▕███ ▏ 675 MB/3.5 GB 35 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 19% ▕███ ▏ 678 MB/3.5 GB 35 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 20% ▕███ ▏ 686 MB/3.5 GB 35 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 20% ▕███ ▏ 689 MB/3.5 GB 35 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 20% ▕███ ▏ 690 MB/3.5 GB 35 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 20% ▕███ ▏ 690 MB/3.5 GB 35 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 20% ▕███ ▏ 691 MB/3.5 GB 35 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 20% ▕███ ▏ 699 MB/3.5 GB 35 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 20% ▕███ ▏ 707 MB/3.5 GB 35 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 20% ▕███ ▏ 715 MB/3.5 GB 35 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 20% ▕███ ▏ 716 MB/3.5 GB 35 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 20% ▕███ ▏ 716 MB/3.5 GB 35 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 20% ▕███ ▏ 716 MB/3.5 GB 35 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 20% ▕███ ▏ 721 MB/3.5 GB 35 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 21% ▕███ ▏ 721 MB/3.5 GB 35 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 21% ▕███ ▏ 723 MB/3.5 GB 35 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 21% ▕███ ▏ 730 MB/3.5 GB 35 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 21% ▕███ ▏ 731 MB/3.5 GB 35 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 21% ▕███ ▏ 730 MB/3.5 GB 35 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 21% ▕███ ▏ 737 MB/3.5 GB 35 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 21% ▕███ ▏ 741 MB/3.5 GB 35 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 21% ▕███ ▏ 741 MB/3.5 GB 35 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 21% ▕███ ▏ 741 MB/3.5 GB 35 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 21% ▕███ ▏ 747 MB/3.5 GB 35 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 21% ▕███ ▏ 751 MB/3.5 GB 35 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 22% ▕███ ▏ 757 MB/3.5 GB 35 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 22% ▕███ ▏ 757 MB/3.5 GB 35 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 22% ▕███ ▏ 758 MB/3.5 GB 34 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 22% ▕███ ▏ 761 MB/3.5 GB 34 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 22% ▕███ ▏ 768 MB/3.5 GB 34 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 22% ▕███ ▏ 768 MB/3.5 GB 34 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 22% ▕███ ▏ 770 MB/3.5 GB 34 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 22% ▕███ ▏ 776 MB/3.5 GB 34 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 22% ▕███ ▏ 776 MB/3.5 GB 34 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 22% ▕███ ▏ 782 MB/3.5 GB 34 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 22% ▕███ ▏ 784 MB/3.5 GB 34 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 22% ▕███ ▏ 787 MB/3.5 GB 34 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 22% ▕███ ▏ 787 MB/3.5 GB 33 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 22% ▕███ ▏ 784 MB/3.5 GB 33 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 22% ▕███ ▏ 784 MB/3.5 GB 33 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 22% ▕███ ▏ 785 MB/3.5 GB 33 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 22% ▕███ ▏ 785 MB/3.5 GB 33 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 22% ▕███ ▏ 789 MB/3.5 GB 33 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 22% ▕███ ▏ 791 MB/3.5 GB 33 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 23% ▕███ ▏ 799 MB/3.5 GB 33 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 23% ▕███ ▏ 800 MB/3.5 GB 33 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 23% ▕███ ▏ 801 MB/3.5 GB 33 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 23% ▕███ ▏ 801 MB/3.5 GB 31 MB/s 1m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 23% ▕███ ▏ 801 MB/3.5 GB 31 MB/s 1m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 23% ▕███ ▏ 802 MB/3.5 GB 31 MB/s 1m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 23% ▕███ ▏ 807 MB/3.5 GB 31 MB/s 1m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 23% ▕███ ▏ 807 MB/3.5 GB 31 MB/s 1m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 23% ▕███ ▏ 815 MB/3.5 GB 31 MB/s 1m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 23% ▕███ ▏ 817 MB/3.5 GB 31 MB/s 1m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 23% ▕███ ▏ 821 MB/3.5 GB 31 MB/s 1m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 24% ▕███ ▏ 828 MB/3.5 GB 31 MB/s 1m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 24% ▕███ ▏ 829 MB/3.5 GB 31 MB/s 1m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 24% ▕███ ▏ 829 MB/3.5 GB 29 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 24% ▕███ ▏ 827 MB/3.5 GB 29 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 24% ▕███ ▏ 828 MB/3.5 GB 29 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 24% ▕███ ▏ 832 MB/3.5 GB 29 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 24% ▕███ ▏ 836 MB/3.5 GB 29 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 24% ▕███ ▏ 843 MB/3.5 GB 29 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 24% ▕███ ▏ 845 MB/3.5 GB 29 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 24% ▕███ ▏ 852 MB/3.5 GB 29 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 24% ▕███ ▏ 853 MB/3.5 GB 29 MB/s 1m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 24% ▕███ ▏ 859 MB/3.5 GB 29 MB/s 1m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 25% ▕███ ▏ 865 MB/3.5 GB 30 MB/s 1m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 25% ▕███ ▏ 869 MB/3.5 GB 30 MB/s 1m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 25% ▕███ ▏ 872 MB/3.5 GB 30 MB/s 1m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 25% ▕███ ▏ 876 MB/3.5 GB 30 MB/s 1m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 25% ▕███ ▏ 878 MB/3.5 GB 30 MB/s 1m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 25% ▕███ ▏ 879 MB/3.5 GB 30 MB/s 1m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 25% ▕████ ▏ 881 MB/3.5 GB 30 MB/s 1m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 25% ▕████ ▏ 882 MB/3.5 GB 30 MB/s 1m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 25% ▕████ ▏ 884 MB/3.5 GB 30 MB/s 1m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 25% ▕████ ▏ 886 MB/3.5 GB 30 MB/s 1m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 25% ▕████ ▏ 887 MB/3.5 GB 29 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 25% ▕████ ▏ 887 MB/3.5 GB 29 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 25% ▕████ ▏ 887 MB/3.5 GB 29 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 25% ▕████ ▏ 888 MB/3.5 GB 29 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 25% ▕████ ▏ 888 MB/3.5 GB 29 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 25% ▕████ ▏ 889 MB/3.5 GB 29 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 25% ▕████ ▏ 895 MB/3.5 GB 29 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 26% ▕████ ▏ 905 MB/3.5 GB 29 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 26% ▕████ ▏ 908 MB/3.5 GB 29 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 26% ▕████ ▏ 910 MB/3.5 GB 29 MB/s 1m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 26% ▕████ ▏ 911 MB/3.5 GB 29 MB/s 1m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 26% ▕████ ▏ 911 MB/3.5 GB 27 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 26% ▕████ ▏ 911 MB/3.5 GB 27 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 26% ▕████ ▏ 917 MB/3.5 GB 27 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 26% ▕████ ▏ 919 MB/3.5 GB 27 MB/s 1m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 26% ▕████ ▏ 924 MB/3.5 GB 27 MB/s 1m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 26% ▕████ ▏ 927 MB/3.5 GB 27 MB/s 1m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 27% ▕████ ▏ 934 MB/3.5 GB 27 MB/s 1m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 27% ▕████ ▏ 940 MB/3.5 GB 27 MB/s 1m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 27% ▕████ ▏ 943 MB/3.5 GB 27 MB/s 1m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 27% ▕████ ▏ 948 MB/3.5 GB 27 MB/s 1m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 27% ▕████ ▏ 949 MB/3.5 GB 28 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 27% ▕████ ▏ 949 MB/3.5 GB 28 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 27% ▕████ ▏ 948 MB/3.5 GB 28 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 27% ▕████ ▏ 952 MB/3.5 GB 28 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 27% ▕████ ▏ 958 MB/3.5 GB 28 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 27% ▕████ ▏ 962 MB/3.5 GB 28 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 27% ▕████ ▏ 963 MB/3.5 GB 28 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 27% ▕████ ▏ 966 MB/3.5 GB 28 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 28% ▕████ ▏ 969 MB/3.5 GB 28 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 28% ▕████ ▏ 974 MB/3.5 GB 28 MB/s 1m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 28% ▕████ ▏ 975 MB/3.5 GB 27 MB/s 1m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 28% ▕████ ▏ 976 MB/3.5 GB 27 MB/s 1m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 28% ▕████ ▏ 978 MB/3.5 GB 27 MB/s 1m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 28% ▕████ ▏ 982 MB/3.5 GB 27 MB/s 1m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 28% ▕████ ▏ 983 MB/3.5 GB 27 MB/s 1m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 28% ▕████ ▏ 985 MB/3.5 GB 27 MB/s 1m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 28% ▕████ ▏ 987 MB/3.5 GB 27 MB/s 1m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 28% ▕████ ▏ 994 MB/3.5 GB 27 MB/s 1m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 28% ▕████ ▏ 995 MB/3.5 GB 27 MB/s 1m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 29% ▕████ ▏ 1.0 GB/3.5 GB 27 MB/s 1m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 29% ▕████ ▏ 1.0 GB/3.5 GB 27 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 29% ▕████ ▏ 1.0 GB/3.5 GB 27 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 29% ▕████ ▏ 1.0 GB/3.5 GB 27 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 29% ▕████ ▏ 1.0 GB/3.5 GB 27 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 29% ▕████ ▏ 1.0 GB/3.5 GB 27 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 29% ▕████ ▏ 1.0 GB/3.5 GB 27 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 29% ▕████ ▏ 1.0 GB/3.5 GB 27 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 29% ▕████ ▏ 1.0 GB/3.5 GB 27 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 29% ▕████ ▏ 1.0 GB/3.5 GB 27 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 29% ▕████ ▏ 1.0 GB/3.5 GB 27 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 29% ▕████ ▏ 1.0 GB/3.5 GB 26 MB/s 1m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 29% ▕████ ▏ 1.0 GB/3.5 GB 26 MB/s 1m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 29% ▕████ ▏ 1.0 GB/3.5 GB 26 MB/s 1m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 29% ▕████ ▏ 1.0 GB/3.5 GB 26 MB/s 1m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 29% ▕████ ▏ 1.0 GB/3.5 GB 26 MB/s 1m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 30% ▕████ ▏ 1.0 GB/3.5 GB 26 MB/s 1m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 30% ▕████ ▏ 1.0 GB/3.5 GB 26 MB/s 1m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 30% ▕████ ▏ 1.0 GB/3.5 GB 26 MB/s 1m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 30% ▕████ ▏ 1.0 GB/3.5 GB 26 MB/s 1m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 30% ▕████ ▏ 1.0 GB/3.5 GB 26 MB/s 1m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 30% ▕████ ▏ 1.0 GB/3.5 GB 26 MB/s 1m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 30% ▕████ ▏ 1.0 GB/3.5 GB 27 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 30% ▕████ ▏ 1.0 GB/3.5 GB 27 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 30% ▕████ ▏ 1.0 GB/3.5 GB 27 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 30% ▕████ ▏ 1.1 GB/3.5 GB 27 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 30% ▕████ ▏ 1.1 GB/3.5 GB 27 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 30% ▕████ ▏ 1.1 GB/3.5 GB 27 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 30% ▕████ ▏ 1.1 GB/3.5 GB 27 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 30% ▕████ ▏ 1.1 GB/3.5 GB 27 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 30% ▕████ ▏ 1.1 GB/3.5 GB 27 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 30% ▕████ ▏ 1.1 GB/3.5 GB 27 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 30% ▕████ ▏ 1.1 GB/3.5 GB 25 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 30% ▕████ ▏ 1.1 GB/3.5 GB 25 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 30% ▕████ ▏ 1.1 GB/3.5 GB 25 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 30% ▕████ ▏ 1.1 GB/3.5 GB 25 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 30% ▕████ ▏ 1.1 GB/3.5 GB 25 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 31% ▕████ ▏ 1.1 GB/3.5 GB 25 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 31% ▕████ ▏ 1.1 GB/3.5 GB 25 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 31% ▕████ ▏ 1.1 GB/3.5 GB 25 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 31% ▕████ ▏ 1.1 GB/3.5 GB 25 MB/s 1m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 31% ▕████ ▏ 1.1 GB/3.5 GB 25 MB/s 1m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 31% ▕████ ▏ 1.1 GB/3.5 GB 25 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 31% ▕████ ▏ 1.1 GB/3.5 GB 25 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 31% ▕█████ ▏ 1.1 GB/3.5 GB 25 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 31% ▕█████ ▏ 1.1 GB/3.5 GB 25 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 31% ▕█████ ▏ 1.1 GB/3.5 GB 25 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 32% ▕█████ ▏ 1.1 GB/3.5 GB 25 MB/s 1m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 32% ▕█████ ▏ 1.1 GB/3.5 GB 25 MB/s 1m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 32% ▕█████ ▏ 1.1 GB/3.5 GB 25 MB/s 1m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 32% ▕█████ ▏ 1.1 GB/3.5 GB 25 MB/s 1m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 32% ▕█████ ▏ 1.1 GB/3.5 GB 25 MB/s 1m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 32% ▕█████ ▏ 1.1 GB/3.5 GB 26 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 32% ▕█████ ▏ 1.1 GB/3.5 GB 26 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 32% ▕█████ ▏ 1.1 GB/3.5 GB 26 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 32% ▕█████ ▏ 1.1 GB/3.5 GB 26 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 32% ▕█████ ▏ 1.1 GB/3.5 GB 26 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 33% ▕█████ ▏ 1.1 GB/3.5 GB 26 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 33% ▕█████ ▏ 1.1 GB/3.5 GB 26 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 33% ▕█████ ▏ 1.1 GB/3.5 GB 26 MB/s 1m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 33% ▕█████ ▏ 1.2 GB/3.5 GB 26 MB/s 1m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 33% ▕█████ ▏ 1.2 GB/3.5 GB 26 MB/s 1m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 33% ▕█████ ▏ 1.2 GB/3.5 GB 27 MB/s 1m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 33% ▕█████ ▏ 1.2 GB/3.5 GB 27 MB/s 1m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 33% ▕█████ ▏ 1.2 GB/3.5 GB 27 MB/s 1m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 33% ▕█████ ▏ 1.2 GB/3.5 GB 27 MB/s 1m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 33% ▕█████ ▏ 1.2 GB/3.5 GB 27 MB/s 1m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 33% ▕█████ ▏ 1.2 GB/3.5 GB 27 MB/s 1m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 33% ▕█████ ▏ 1.2 GB/3.5 GB 27 MB/s 1m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 33% ▕█████ ▏ 1.2 GB/3.5 GB 27 MB/s 1m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 33% ▕█████ ▏ 1.2 GB/3.5 GB 27 MB/s 1m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 33% ▕█████ ▏ 1.2 GB/3.5 GB 27 MB/s 1m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 34% ▕█████ ▏ 1.2 GB/3.5 GB 27 MB/s 1m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 34% ▕█████ ▏ 1.2 GB/3.5 GB 25 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 34% ▕█████ ▏ 1.2 GB/3.5 GB 25 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 34% ▕█████ ▏ 1.2 GB/3.5 GB 25 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 34% ▕█████ ▏ 1.2 GB/3.5 GB 25 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 34% ▕█████ ▏ 1.2 GB/3.5 GB 25 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 34% ▕█████ ▏ 1.2 GB/3.5 GB 25 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 34% ▕█████ ▏ 1.2 GB/3.5 GB 25 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 34% ▕█████ ▏ 1.2 GB/3.5 GB 25 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 34% ▕█████ ▏ 1.2 GB/3.5 GB 25 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 35% ▕█████ ▏ 1.2 GB/3.5 GB 25 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 35% ▕█████ ▏ 1.2 GB/3.5 GB 26 MB/s 1m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 35% ▕█████ ▏ 1.2 GB/3.5 GB 26 MB/s 1m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 35% ▕█████ ▏ 1.2 GB/3.5 GB 26 MB/s 1m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 35% ▕█████ ▏ 1.2 GB/3.5 GB 26 MB/s 1m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 35% ▕█████ ▏ 1.2 GB/3.5 GB 26 MB/s 1m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 35% ▕█████ ▏ 1.2 GB/3.5 GB 26 MB/s 1m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 35% ▕█████ ▏ 1.2 GB/3.5 GB 26 MB/s 1m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 35% ▕█████ ▏ 1.2 GB/3.5 GB 26 MB/s 1m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 36% ▕█████ ▏ 1.3 GB/3.5 GB 26 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 36% ▕█████ ▏ 1.3 GB/3.5 GB 26 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 36% ▕█████ ▏ 1.3 GB/3.5 GB 28 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 36% ▕█████ ▏ 1.3 GB/3.5 GB 28 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 36% ▕█████ ▏ 1.3 GB/3.5 GB 28 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 36% ▕█████ ▏ 1.3 GB/3.5 GB 28 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 36% ▕█████ ▏ 1.3 GB/3.5 GB 28 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 36% ▕█████ ▏ 1.3 GB/3.5 GB 28 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 37% ▕█████ ▏ 1.3 GB/3.5 GB 28 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 37% ▕█████ ▏ 1.3 GB/3.5 GB 28 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 37% ▕█████ ▏ 1.3 GB/3.5 GB 28 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 37% ▕█████ ▏ 1.3 GB/3.5 GB 28 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 37% ▕█████ ▏ 1.3 GB/3.5 GB 30 MB/s 1m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 37% ▕█████ ▏ 1.3 GB/3.5 GB 30 MB/s 1m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 37% ▕█████ ▏ 1.3 GB/3.5 GB 30 MB/s 1m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 37% ▕█████ ▏ 1.3 GB/3.5 GB 30 MB/s 1m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 37% ▕█████ ▏ 1.3 GB/3.5 GB 30 MB/s 1m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 37% ▕█████ ▏ 1.3 GB/3.5 GB 30 MB/s 1m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 37% ▕█████ ▏ 1.3 GB/3.5 GB 30 MB/s 1m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 38% ▕██████ ▏ 1.3 GB/3.5 GB 30 MB/s 1m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 38% ▕██████ ▏ 1.3 GB/3.5 GB 30 MB/s 1m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 38% ▕██████ ▏ 1.3 GB/3.5 GB 30 MB/s 1m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 38% ▕██████ ▏ 1.3 GB/3.5 GB 30 MB/s 1m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 38% ▕██████ ▏ 1.3 GB/3.5 GB 31 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 38% ▕██████ ▏ 1.3 GB/3.5 GB 31 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 38% ▕██████ ▏ 1.3 GB/3.5 GB 31 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 38% ▕██████ ▏ 1.4 GB/3.5 GB 31 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 39% ▕██████ ▏ 1.4 GB/3.5 GB 31 MB/s 1m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 39% ▕██████ ▏ 1.4 GB/3.5 GB 31 MB/s 1m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 39% ▕██████ ▏ 1.4 GB/3.5 GB 31 MB/s 1m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 39% ▕██████ ▏ 1.4 GB/3.5 GB 31 MB/s 1m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 39% ▕██████ ▏ 1.4 GB/3.5 GB 31 MB/s 1m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 39% ▕██████ ▏ 1.4 GB/3.5 GB 31 MB/s 1m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 39% ▕██████ ▏ 1.4 GB/3.5 GB 35 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 39% ▕██████ ▏ 1.4 GB/3.5 GB 35 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 39% ▕██████ ▏ 1.4 GB/3.5 GB 35 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 39% ▕██████ ▏ 1.4 GB/3.5 GB 35 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 39% ▕██████ ▏ 1.4 GB/3.5 GB 35 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 40% ▕██████ ▏ 1.4 GB/3.5 GB 35 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 40% ▕██████ ▏ 1.4 GB/3.5 GB 35 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 40% ▕██████ ▏ 1.4 GB/3.5 GB 35 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 40% ▕██████ ▏ 1.4 GB/3.5 GB 35 MB/s 59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 40% ▕██████ ▏ 1.4 GB/3.5 GB 35 MB/s 59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 40% ▕██████ ▏ 1.4 GB/3.5 GB 36 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 41% ▕██████ ▏ 1.4 GB/3.5 GB 36 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 41% ▕██████ ▏ 1.4 GB/3.5 GB 36 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 41% ▕██████ ▏ 1.4 GB/3.5 GB 36 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 41% ▕██████ ▏ 1.4 GB/3.5 GB 36 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 41% ▕██████ ▏ 1.4 GB/3.5 GB 36 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 41% ▕██████ ▏ 1.4 GB/3.5 GB 36 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 41% ▕██████ ▏ 1.4 GB/3.5 GB 36 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 41% ▕██████ ▏ 1.5 GB/3.5 GB 36 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 41% ▕██████ ▏ 1.5 GB/3.5 GB 36 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 41% ▕██████ ▏ 1.5 GB/3.5 GB 36 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 42% ▕██████ ▏ 1.5 GB/3.5 GB 36 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 42% ▕██████ ▏ 1.5 GB/3.5 GB 36 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 42% ▕██████ ▏ 1.5 GB/3.5 GB 36 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 42% ▕██████ ▏ 1.5 GB/3.5 GB 36 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 42% ▕██████ ▏ 1.5 GB/3.5 GB 36 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 42% ▕██████ ▏ 1.5 GB/3.5 GB 36 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 42% ▕██████ ▏ 1.5 GB/3.5 GB 36 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 42% ▕██████ ▏ 1.5 GB/3.5 GB 36 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 42% ▕██████ ▏ 1.5 GB/3.5 GB 36 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 43% ▕██████ ▏ 1.5 GB/3.5 GB 37 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 43% ▕██████ ▏ 1.5 GB/3.5 GB 37 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 43% ▕██████ ▏ 1.5 GB/3.5 GB 37 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 43% ▕██████ ▏ 1.5 GB/3.5 GB 37 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 43% ▕██████ ▏ 1.5 GB/3.5 GB 37 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 43% ▕██████ ▏ 1.5 GB/3.5 GB 37 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 43% ▕██████ ▏ 1.5 GB/3.5 GB 37 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 43% ▕██████ ▏ 1.5 GB/3.5 GB 37 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 43% ▕██████ ▏ 1.5 GB/3.5 GB 37 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 43% ▕██████ ▏ 1.5 GB/3.5 GB 37 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 44% ▕██████ ▏ 1.5 GB/3.5 GB 38 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 44% ▕███████ ▏ 1.5 GB/3.5 GB 38 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 44% ▕███████ ▏ 1.5 GB/3.5 GB 38 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 44% ▕███████ ▏ 1.5 GB/3.5 GB 38 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 44% ▕███████ ▏ 1.6 GB/3.5 GB 38 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 44% ▕███████ ▏ 1.6 GB/3.5 GB 38 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 44% ▕███████ ▏ 1.6 GB/3.5 GB 38 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 44% ▕███████ ▏ 1.6 GB/3.5 GB 38 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 44% ▕███████ ▏ 1.6 GB/3.5 GB 38 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 44% ▕███████ ▏ 1.6 GB/3.5 GB 38 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 44% ▕███████ ▏ 1.6 GB/3.5 GB 38 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 45% ▕███████ ▏ 1.6 GB/3.5 GB 39 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 45% ▕███████ ▏ 1.6 GB/3.5 GB 39 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 45% ▕███████ ▏ 1.6 GB/3.5 GB 39 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 45% ▕███████ ▏ 1.6 GB/3.5 GB 39 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 45% ▕███████ ▏ 1.6 GB/3.5 GB 39 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 45% ▕███████ ▏ 1.6 GB/3.5 GB 39 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 45% ▕███████ ▏ 1.6 GB/3.5 GB 39 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 46% ▕███████ ▏ 1.6 GB/3.5 GB 39 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 46% ▕███████ ▏ 1.6 GB/3.5 GB 39 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 46% ▕███████ ▏ 1.6 GB/3.5 GB 39 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 46% ▕███████ ▏ 1.6 GB/3.5 GB 38 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 46% ▕███████ ▏ 1.6 GB/3.5 GB 38 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 46% ▕███████ ▏ 1.6 GB/3.5 GB 38 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 46% ▕███████ ▏ 1.6 GB/3.5 GB 38 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 46% ▕███████ ▏ 1.6 GB/3.5 GB 38 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 46% ▕███████ ▏ 1.6 GB/3.5 GB 38 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 46% ▕███████ ▏ 1.6 GB/3.5 GB 38 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 46% ▕███████ ▏ 1.6 GB/3.5 GB 38 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 46% ▕███████ ▏ 1.6 GB/3.5 GB 38 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 47% ▕███████ ▏ 1.6 GB/3.5 GB 38 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 47% ▕███████ ▏ 1.6 GB/3.5 GB 38 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 47% ▕███████ ▏ 1.7 GB/3.5 GB 38 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 47% ▕███████ ▏ 1.7 GB/3.5 GB 38 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 47% ▕███████ ▏ 1.7 GB/3.5 GB 38 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 47% ▕███████ ▏ 1.7 GB/3.5 GB 38 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 47% ▕███████ ▏ 1.7 GB/3.5 GB 38 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 48% ▕███████ ▏ 1.7 GB/3.5 GB 38 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 48% ▕███████ ▏ 1.7 GB/3.5 GB 38 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 48% ▕███████ ▏ 1.7 GB/3.5 GB 38 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 48% ▕███████ ▏ 1.7 GB/3.5 GB 38 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 48% ▕███████ ▏ 1.7 GB/3.5 GB 39 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 48% ▕███████ ▏ 1.7 GB/3.5 GB 39 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 48% ▕███████ ▏ 1.7 GB/3.5 GB 39 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 48% ▕███████ ▏ 1.7 GB/3.5 GB 39 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 48% ▕███████ ▏ 1.7 GB/3.5 GB 39 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 48% ▕███████ ▏ 1.7 GB/3.5 GB 39 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 48% ▕███████ ▏ 1.7 GB/3.5 GB 39 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 48% ▕███████ ▏ 1.7 GB/3.5 GB 39 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 49% ▕███████ ▏ 1.7 GB/3.5 GB 39 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 49% ▕███████ ▏ 1.7 GB/3.5 GB 39 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 49% ▕███████ ▏ 1.7 GB/3.5 GB 37 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 49% ▕███████ ▏ 1.7 GB/3.5 GB 37 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 49% ▕███████ ▏ 1.7 GB/3.5 GB 37 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 49% ▕███████ ▏ 1.7 GB/3.5 GB 37 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 49% ▕███████ ▏ 1.7 GB/3.5 GB 37 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 49% ▕███████ ▏ 1.7 GB/3.5 GB 37 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 49% ▕███████ ▏ 1.7 GB/3.5 GB 37 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 49% ▕███████ ▏ 1.7 GB/3.5 GB 37 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 50% ▕███████ ▏ 1.7 GB/3.5 GB 37 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 50% ▕███████ ▏ 1.7 GB/3.5 GB 37 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 50% ▕███████ ▏ 1.7 GB/3.5 GB 37 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 50% ▕███████ ▏ 1.8 GB/3.5 GB 35 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 50% ▕███████ ▏ 1.8 GB/3.5 GB 35 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 50% ▕███████ ▏ 1.8 GB/3.5 GB 35 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 50% ▕███████ ▏ 1.8 GB/3.5 GB 35 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 50% ▕███████ ▏ 1.8 GB/3.5 GB 35 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 50% ▕████████ ▏ 1.8 GB/3.5 GB 35 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 50% ▕████████ ▏ 1.8 GB/3.5 GB 35 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 50% ▕████████ ▏ 1.8 GB/3.5 GB 35 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 50% ▕████████ ▏ 1.8 GB/3.5 GB 35 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 51% ▕████████ ▏ 1.8 GB/3.5 GB 35 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 51% ▕████████ ▏ 1.8 GB/3.5 GB 35 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 51% ▕████████ ▏ 1.8 GB/3.5 GB 35 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 51% ▕████████ ▏ 1.8 GB/3.5 GB 35 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 51% ▕████████ ▏ 1.8 GB/3.5 GB 35 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 51% ▕████████ ▏ 1.8 GB/3.5 GB 35 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 51% ▕████████ ▏ 1.8 GB/3.5 GB 35 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 51% ▕████████ ▏ 1.8 GB/3.5 GB 35 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 51% ▕████████ ▏ 1.8 GB/3.5 GB 35 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 51% ▕████████ ▏ 1.8 GB/3.5 GB 35 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 52% ▕████████ ▏ 1.8 GB/3.5 GB 35 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 52% ▕████████ ▏ 1.8 GB/3.5 GB 35 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 52% ▕████████ ▏ 1.8 GB/3.5 GB 35 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 52% ▕████████ ▏ 1.8 GB/3.5 GB 35 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 52% ▕████████ ▏ 1.8 GB/3.5 GB 35 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 52% ▕████████ ▏ 1.8 GB/3.5 GB 35 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 52% ▕████████ ▏ 1.8 GB/3.5 GB 35 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 52% ▕████████ ▏ 1.8 GB/3.5 GB 35 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 52% ▕████████ ▏ 1.8 GB/3.5 GB 35 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 52% ▕████████ ▏ 1.8 GB/3.5 GB 35 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 52% ▕████████ ▏ 1.8 GB/3.5 GB 35 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 52% ▕████████ ▏ 1.8 GB/3.5 GB 34 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 53% ▕████████ ▏ 1.8 GB/3.5 GB 34 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 53% ▕████████ ▏ 1.9 GB/3.5 GB 34 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 53% ▕████████ ▏ 1.9 GB/3.5 GB 34 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 53% ▕████████ ▏ 1.9 GB/3.5 GB 34 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 53% ▕████████ ▏ 1.9 GB/3.5 GB 34 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 53% ▕████████ ▏ 1.9 GB/3.5 GB 34 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 53% ▕████████ ▏ 1.9 GB/3.5 GB 34 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 53% ▕████████ ▏ 1.9 GB/3.5 GB 34 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 53% ▕████████ ▏ 1.9 GB/3.5 GB 34 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 54% ▕████████ ▏ 1.9 GB/3.5 GB 34 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 54% ▕████████ ▏ 1.9 GB/3.5 GB 34 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 54% ▕████████ ▏ 1.9 GB/3.5 GB 34 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 54% ▕████████ ▏ 1.9 GB/3.5 GB 34 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 54% ▕████████ ▏ 1.9 GB/3.5 GB 34 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 54% ▕████████ ▏ 1.9 GB/3.5 GB 34 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 54% ▕████████ ▏ 1.9 GB/3.5 GB 34 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 54% ▕████████ ▏ 1.9 GB/3.5 GB 34 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 54% ▕████████ ▏ 1.9 GB/3.5 GB 34 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 54% ▕████████ ▏ 1.9 GB/3.5 GB 34 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 54% ▕████████ ▏ 1.9 GB/3.5 GB 34 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 55% ▕████████ ▏ 1.9 GB/3.5 GB 34 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 55% ▕████████ ▏ 1.9 GB/3.5 GB 34 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 55% ▕████████ ▏ 1.9 GB/3.5 GB 34 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 55% ▕████████ ▏ 1.9 GB/3.5 GB 34 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 55% ▕████████ ▏ 1.9 GB/3.5 GB 34 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 55% ▕████████ ▏ 1.9 GB/3.5 GB 34 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 55% ▕████████ ▏ 1.9 GB/3.5 GB 34 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 55% ▕████████ ▏ 1.9 GB/3.5 GB 34 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 55% ▕████████ ▏ 1.9 GB/3.5 GB 34 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 55% ▕████████ ▏ 2.0 GB/3.5 GB 34 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 56% ▕████████ ▏ 2.0 GB/3.5 GB 34 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 56% ▕████████ ▏ 2.0 GB/3.5 GB 34 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 56% ▕████████ ▏ 2.0 GB/3.5 GB 34 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 56% ▕████████ ▏ 2.0 GB/3.5 GB 34 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 56% ▕████████ ▏ 2.0 GB/3.5 GB 34 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 56% ▕████████ ▏ 2.0 GB/3.5 GB 34 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 56% ▕█████████ ▏ 2.0 GB/3.5 GB 34 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 56% ▕█████████ ▏ 2.0 GB/3.5 GB 34 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 57% ▕█████████ ▏ 2.0 GB/3.5 GB 34 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 57% ▕█████████ ▏ 2.0 GB/3.5 GB 34 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 57% ▕█████████ ▏ 2.0 GB/3.5 GB 34 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 57% ▕█████████ ▏ 2.0 GB/3.5 GB 34 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 57% ▕█████████ ▏ 2.0 GB/3.5 GB 34 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 57% ▕█████████ ▏ 2.0 GB/3.5 GB 34 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 57% ▕█████████ ▏ 2.0 GB/3.5 GB 34 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 57% ▕█████████ ▏ 2.0 GB/3.5 GB 34 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 57% ▕█████████ ▏ 2.0 GB/3.5 GB 34 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 58% ▕█████████ ▏ 2.0 GB/3.5 GB 34 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 58% ▕█████████ ▏ 2.0 GB/3.5 GB 34 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 58% ▕█████████ ▏ 2.0 GB/3.5 GB 34 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 58% ▕█████████ ▏ 2.0 GB/3.5 GB 35 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 58% ▕█████████ ▏ 2.0 GB/3.5 GB 35 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 58% ▕█████████ ▏ 2.0 GB/3.5 GB 35 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 58% ▕█████████ ▏ 2.0 GB/3.5 GB 35 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 58% ▕█████████ ▏ 2.0 GB/3.5 GB 35 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 58% ▕█████████ ▏ 2.0 GB/3.5 GB 35 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 58% ▕█████████ ▏ 2.0 GB/3.5 GB 35 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 58% ▕█████████ ▏ 2.1 GB/3.5 GB 35 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 59% ▕█████████ ▏ 2.1 GB/3.5 GB 35 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 59% ▕█████████ ▏ 2.1 GB/3.5 GB 35 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 59% ▕█████████ ▏ 2.1 GB/3.5 GB 35 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 59% ▕█████████ ▏ 2.1 GB/3.5 GB 36 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 59% ▕█████████ ▏ 2.1 GB/3.5 GB 36 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 59% ▕█████████ ▏ 2.1 GB/3.5 GB 36 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 59% ▕█████████ ▏ 2.1 GB/3.5 GB 36 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 59% ▕█████████ ▏ 2.1 GB/3.5 GB 36 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 59% ▕█████████ ▏ 2.1 GB/3.5 GB 36 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 59% ▕█████████ ▏ 2.1 GB/3.5 GB 36 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 59% ▕█████████ ▏ 2.1 GB/3.5 GB 36 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 59% ▕█████████ ▏ 2.1 GB/3.5 GB 36 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 59% ▕█████████ ▏ 2.1 GB/3.5 GB 36 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 60% ▕█████████ ▏ 2.1 GB/3.5 GB 35 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 60% ▕█████████ ▏ 2.1 GB/3.5 GB 35 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 60% ▕█████████ ▏ 2.1 GB/3.5 GB 35 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 60% ▕█████████ ▏ 2.1 GB/3.5 GB 35 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 60% ▕█████████ ▏ 2.1 GB/3.5 GB 35 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 60% ▕█████████ ▏ 2.1 GB/3.5 GB 35 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 60% ▕█████████ ▏ 2.1 GB/3.5 GB 35 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 61% ▕█████████ ▏ 2.1 GB/3.5 GB 35 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 61% ▕█████████ ▏ 2.1 GB/3.5 GB 35 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 61% ▕█████████ ▏ 2.1 GB/3.5 GB 35 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 61% ▕█████████ ▏ 2.1 GB/3.5 GB 35 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 61% ▕█████████ ▏ 2.1 GB/3.5 GB 35 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 61% ▕█████████ ▏ 2.1 GB/3.5 GB 35 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 61% ▕█████████ ▏ 2.2 GB/3.5 GB 35 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 61% ▕█████████ ▏ 2.2 GB/3.5 GB 35 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 61% ▕█████████ ▏ 2.2 GB/3.5 GB 35 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 62% ▕█████████ ▏ 2.2 GB/3.5 GB 35 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 62% ▕█████████ ▏ 2.2 GB/3.5 GB 35 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 62% ▕█████████ ▏ 2.2 GB/3.5 GB 35 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 62% ▕█████████ ▏ 2.2 GB/3.5 GB 35 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 62% ▕█████████ ▏ 2.2 GB/3.5 GB 36 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 62% ▕█████████ ▏ 2.2 GB/3.5 GB 36 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 62% ▕█████████ ▏ 2.2 GB/3.5 GB 36 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 62% ▕█████████ ▏ 2.2 GB/3.5 GB 36 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 62% ▕█████████ ▏ 2.2 GB/3.5 GB 36 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 62% ▕█████████ ▏ 2.2 GB/3.5 GB 36 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 62% ▕█████████ ▏ 2.2 GB/3.5 GB 36 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 62% ▕█████████ ▏ 2.2 GB/3.5 GB 36 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 62% ▕█████████ ▏ 2.2 GB/3.5 GB 36 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 62% ▕█████████ ▏ 2.2 GB/3.5 GB 36 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 62% ▕█████████ ▏ 2.2 GB/3.5 GB 35 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 62% ▕█████████ ▏ 2.2 GB/3.5 GB 35 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 63% ▕██████████ ▏ 2.2 GB/3.5 GB 35 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 63% ▕██████████ ▏ 2.2 GB/3.5 GB 35 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 63% ▕██████████ ▏ 2.2 GB/3.5 GB 35 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 63% ▕██████████ ▏ 2.2 GB/3.5 GB 35 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 63% ▕██████████ ▏ 2.2 GB/3.5 GB 35 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 63% ▕██████████ ▏ 2.2 GB/3.5 GB 35 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 63% ▕██████████ ▏ 2.2 GB/3.5 GB 35 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 63% ▕██████████ ▏ 2.2 GB/3.5 GB 35 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 63% ▕██████████ ▏ 2.2 GB/3.5 GB 34 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 64% ▕██████████ ▏ 2.2 GB/3.5 GB 34 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 64% ▕██████████ ▏ 2.2 GB/3.5 GB 34 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 64% ▕██████████ ▏ 2.2 GB/3.5 GB 34 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 64% ▕██████████ ▏ 2.2 GB/3.5 GB 34 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 64% ▕██████████ ▏ 2.2 GB/3.5 GB 34 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 64% ▕██████████ ▏ 2.2 GB/3.5 GB 34 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 64% ▕██████████ ▏ 2.2 GB/3.5 GB 34 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 64% ▕██████████ ▏ 2.2 GB/3.5 GB 34 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 64% ▕██████████ ▏ 2.2 GB/3.5 GB 34 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 64% ▕██████████ ▏ 2.3 GB/3.5 GB 34 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 64% ▕██████████ ▏ 2.3 GB/3.5 GB 33 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 64% ▕██████████ ▏ 2.3 GB/3.5 GB 33 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 64% ▕██████████ ▏ 2.3 GB/3.5 GB 33 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 65% ▕██████████ ▏ 2.3 GB/3.5 GB 33 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 65% ▕██████████ ▏ 2.3 GB/3.5 GB 33 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 65% ▕██████████ ▏ 2.3 GB/3.5 GB 33 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 65% ▕██████████ ▏ 2.3 GB/3.5 GB 33 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 65% ▕██████████ ▏ 2.3 GB/3.5 GB 33 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 65% ▕██████████ ▏ 2.3 GB/3.5 GB 33 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 65% ▕██████████ ▏ 2.3 GB/3.5 GB 33 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 65% ▕██████████ ▏ 2.3 GB/3.5 GB 33 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 65% ▕██████████ ▏ 2.3 GB/3.5 GB 33 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 65% ▕██████████ ▏ 2.3 GB/3.5 GB 33 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 65% ▕██████████ ▏ 2.3 GB/3.5 GB 33 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 66% ▕██████████ ▏ 2.3 GB/3.5 GB 33 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 66% ▕██████████ ▏ 2.3 GB/3.5 GB 33 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 66% ▕██████████ ▏ 2.3 GB/3.5 GB 33 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 66% ▕██████████ ▏ 2.3 GB/3.5 GB 33 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 66% ▕██████████ ▏ 2.3 GB/3.5 GB 33 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 66% ▕██████████ ▏ 2.3 GB/3.5 GB 33 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 66% ▕██████████ ▏ 2.3 GB/3.5 GB 32 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 66% ▕██████████ ▏ 2.3 GB/3.5 GB 32 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 66% ▕██████████ ▏ 2.3 GB/3.5 GB 32 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 66% ▕██████████ ▏ 2.3 GB/3.5 GB 32 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 66% ▕██████████ ▏ 2.3 GB/3.5 GB 32 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 67% ▕██████████ ▏ 2.3 GB/3.5 GB 32 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 67% ▕██████████ ▏ 2.3 GB/3.5 GB 32 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 67% ▕██████████ ▏ 2.4 GB/3.5 GB 32 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 67% ▕██████████ ▏ 2.4 GB/3.5 GB 32 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 67% ▕██████████ ▏ 2.4 GB/3.5 GB 32 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 67% ▕██████████ ▏ 2.4 GB/3.5 GB 32 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 67% ▕██████████ ▏ 2.4 GB/3.5 GB 32 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 67% ▕██████████ ▏ 2.4 GB/3.5 GB 32 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 67% ▕██████████ ▏ 2.4 GB/3.5 GB 32 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 67% ▕██████████ ▏ 2.4 GB/3.5 GB 32 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 67% ▕██████████ ▏ 2.4 GB/3.5 GB 32 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 67% ▕██████████ ▏ 2.4 GB/3.5 GB 32 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 67% ▕██████████ ▏ 2.4 GB/3.5 GB 32 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 68% ▕██████████ ▏ 2.4 GB/3.5 GB 32 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 68% ▕██████████ ▏ 2.4 GB/3.5 GB 32 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 68% ▕██████████ ▏ 2.4 GB/3.5 GB 31 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 68% ▕██████████ ▏ 2.4 GB/3.5 GB 31 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 68% ▕██████████ ▏ 2.4 GB/3.5 GB 31 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 68% ▕██████████ ▏ 2.4 GB/3.5 GB 31 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 68% ▕██████████ ▏ 2.4 GB/3.5 GB 31 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 68% ▕██████████ ▏ 2.4 GB/3.5 GB 31 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 68% ▕██████████ ▏ 2.4 GB/3.5 GB 31 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 68% ▕██████████ ▏ 2.4 GB/3.5 GB 31 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 68% ▕██████████ ▏ 2.4 GB/3.5 GB 31 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 68% ▕██████████ ▏ 2.4 GB/3.5 GB 31 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 68% ▕██████████ ▏ 2.4 GB/3.5 GB 31 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 69% ▕██████████ ▏ 2.4 GB/3.5 GB 30 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 69% ▕██████████ ▏ 2.4 GB/3.5 GB 30 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 69% ▕██████████ ▏ 2.4 GB/3.5 GB 30 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 69% ▕██████████ ▏ 2.4 GB/3.5 GB 30 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 69% ▕███████████ ▏ 2.4 GB/3.5 GB 30 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 69% ▕███████████ ▏ 2.4 GB/3.5 GB 30 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 69% ▕███████████ ▏ 2.4 GB/3.5 GB 30 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 69% ▕███████████ ▏ 2.4 GB/3.5 GB 30 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 69% ▕███████████ ▏ 2.4 GB/3.5 GB 30 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 69% ▕███████████ ▏ 2.4 GB/3.5 GB 30 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 69% ▕███████████ ▏ 2.4 GB/3.5 GB 29 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 69% ▕███████████ ▏ 2.4 GB/3.5 GB 29 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 69% ▕███████████ ▏ 2.4 GB/3.5 GB 29 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 69% ▕███████████ ▏ 2.4 GB/3.5 GB 29 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 69% ▕███████████ ▏ 2.4 GB/3.5 GB 29 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 70% ▕███████████ ▏ 2.5 GB/3.5 GB 29 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 70% ▕███████████ ▏ 2.5 GB/3.5 GB 29 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 70% ▕███████████ ▏ 2.5 GB/3.5 GB 29 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 70% ▕███████████ ▏ 2.5 GB/3.5 GB 29 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 70% ▕███████████ ▏ 2.5 GB/3.5 GB 29 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 70% ▕███████████ ▏ 2.5 GB/3.5 GB 29 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 70% ▕███████████ ▏ 2.5 GB/3.5 GB 29 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 70% ▕███████████ ▏ 2.5 GB/3.5 GB 29 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 70% ▕███████████ ▏ 2.5 GB/3.5 GB 29 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 70% ▕███████████ ▏ 2.5 GB/3.5 GB 29 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 70% ▕███████████ ▏ 2.5 GB/3.5 GB 29 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 71% ▕███████████ ▏ 2.5 GB/3.5 GB 29 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 71% ▕███████████ ▏ 2.5 GB/3.5 GB 29 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 71% ▕███████████ ▏ 2.5 GB/3.5 GB 29 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 71% ▕███████████ ▏ 2.5 GB/3.5 GB 29 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 71% ▕███████████ ▏ 2.5 GB/3.5 GB 29 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 71% ▕███████████ ▏ 2.5 GB/3.5 GB 29 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 71% ▕███████████ ▏ 2.5 GB/3.5 GB 29 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 71% ▕███████████ ▏ 2.5 GB/3.5 GB 29 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 71% ▕███████████ ▏ 2.5 GB/3.5 GB 29 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 72% ▕███████████ ▏ 2.5 GB/3.5 GB 29 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 72% ▕███████████ ▏ 2.5 GB/3.5 GB 29 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 72% ▕███████████ ▏ 2.5 GB/3.5 GB 29 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 72% ▕███████████ ▏ 2.5 GB/3.5 GB 29 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 72% ▕███████████ ▏ 2.5 GB/3.5 GB 29 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 72% ▕███████████ ▏ 2.5 GB/3.5 GB 31 MB/s 31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 72% ▕███████████ ▏ 2.5 GB/3.5 GB 31 MB/s 31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 72% ▕███████████ ▏ 2.5 GB/3.5 GB 31 MB/s 31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 72% ▕███████████ ▏ 2.5 GB/3.5 GB 31 MB/s 31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 72% ▕███████████ ▏ 2.6 GB/3.5 GB 31 MB/s 31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 73% ▕███████████ ▏ 2.6 GB/3.5 GB 31 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 73% ▕███████████ ▏ 2.6 GB/3.5 GB 31 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 73% ▕███████████ ▏ 2.6 GB/3.5 GB 31 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 73% ▕███████████ ▏ 2.6 GB/3.5 GB 31 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 73% ▕███████████ ▏ 2.6 GB/3.5 GB 31 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 73% ▕███████████ ▏ 2.6 GB/3.5 GB 31 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 73% ▕███████████ ▏ 2.6 GB/3.5 GB 31 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 73% ▕███████████ ▏ 2.6 GB/3.5 GB 31 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 74% ▕███████████ ▏ 2.6 GB/3.5 GB 31 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 74% ▕███████████ ▏ 2.6 GB/3.5 GB 31 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 74% ▕███████████ ▏ 2.6 GB/3.5 GB 31 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 74% ▕███████████ ▏ 2.6 GB/3.5 GB 31 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 74% ▕███████████ ▏ 2.6 GB/3.5 GB 31 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 74% ▕███████████ ▏ 2.6 GB/3.5 GB 31 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 74% ▕███████████ ▏ 2.6 GB/3.5 GB 31 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 74% ▕███████████ ▏ 2.6 GB/3.5 GB 31 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 74% ▕███████████ ▏ 2.6 GB/3.5 GB 32 MB/s 27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 75% ▕███████████ ▏ 2.6 GB/3.5 GB 32 MB/s 27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 75% ▕███████████ ▏ 2.6 GB/3.5 GB 32 MB/s 27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 75% ▕███████████ ▏ 2.6 GB/3.5 GB 32 MB/s 27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 75% ▕███████████ ▏ 2.6 GB/3.5 GB 32 MB/s 27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 75% ▕████████████ ▏ 2.6 GB/3.5 GB 32 MB/s 27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 75% ▕████████████ ▏ 2.6 GB/3.5 GB 32 MB/s 27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 75% ▕████████████ ▏ 2.6 GB/3.5 GB 32 MB/s 27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 75% ▕████████████ ▏ 2.7 GB/3.5 GB 32 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 76% ▕████████████ ▏ 2.7 GB/3.5 GB 32 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 76% ▕████████████ ▏ 2.7 GB/3.5 GB 33 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 76% ▕████████████ ▏ 2.7 GB/3.5 GB 33 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 76% ▕████████████ ▏ 2.7 GB/3.5 GB 33 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 76% ▕████████████ ▏ 2.7 GB/3.5 GB 33 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 76% ▕████████████ ▏ 2.7 GB/3.5 GB 33 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 76% ▕████████████ ▏ 2.7 GB/3.5 GB 33 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 76% ▕████████████ ▏ 2.7 GB/3.5 GB 33 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 76% ▕████████████ ▏ 2.7 GB/3.5 GB 33 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 76% ▕████████████ ▏ 2.7 GB/3.5 GB 33 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 77% ▕████████████ ▏ 2.7 GB/3.5 GB 33 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 77% ▕████████████ ▏ 2.7 GB/3.5 GB 34 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 77% ▕████████████ ▏ 2.7 GB/3.5 GB 34 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 77% ▕████████████ ▏ 2.7 GB/3.5 GB 34 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 77% ▕████████████ ▏ 2.7 GB/3.5 GB 34 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 77% ▕████████████ ▏ 2.7 GB/3.5 GB 34 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 77% ▕████████████ ▏ 2.7 GB/3.5 GB 34 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 77% ▕████████████ ▏ 2.7 GB/3.5 GB 34 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 77% ▕████████████ ▏ 2.7 GB/3.5 GB 34 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 77% ▕████████████ ▏ 2.7 GB/3.5 GB 34 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 78% ▕████████████ ▏ 2.7 GB/3.5 GB 34 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 78% ▕████████████ ▏ 2.7 GB/3.5 GB 34 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 78% ▕████████████ ▏ 2.7 GB/3.5 GB 36 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 78% ▕████████████ ▏ 2.7 GB/3.5 GB 36 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 78% ▕████████████ ▏ 2.7 GB/3.5 GB 36 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 78% ▕████████████ ▏ 2.8 GB/3.5 GB 36 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 78% ▕████████████ ▏ 2.8 GB/3.5 GB 36 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 78% ▕████████████ ▏ 2.8 GB/3.5 GB 36 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 78% ▕████████████ ▏ 2.8 GB/3.5 GB 36 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 79% ▕████████████ ▏ 2.8 GB/3.5 GB 36 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 79% ▕████████████ ▏ 2.8 GB/3.5 GB 36 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 79% ▕████████████ ▏ 2.8 GB/3.5 GB 36 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 79% ▕████████████ ▏ 2.8 GB/3.5 GB 37 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 79% ▕████████████ ▏ 2.8 GB/3.5 GB 37 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 79% ▕████████████ ▏ 2.8 GB/3.5 GB 37 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 79% ▕████████████ ▏ 2.8 GB/3.5 GB 37 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 79% ▕████████████ ▏ 2.8 GB/3.5 GB 37 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 80% ▕████████████ ▏ 2.8 GB/3.5 GB 37 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 80% ▕████████████ ▏ 2.8 GB/3.5 GB 37 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 80% ▕████████████ ▏ 2.8 GB/3.5 GB 37 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 80% ▕████████████ ▏ 2.8 GB/3.5 GB 37 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 80% ▕████████████ ▏ 2.8 GB/3.5 GB 37 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 80% ▕████████████ ▏ 2.8 GB/3.5 GB 39 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 80% ▕████████████ ▏ 2.8 GB/3.5 GB 39 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 80% ▕████████████ ▏ 2.8 GB/3.5 GB 39 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 80% ▕████████████ ▏ 2.8 GB/3.5 GB 39 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 80% ▕████████████ ▏ 2.8 GB/3.5 GB 39 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 80% ▕████████████ ▏ 2.8 GB/3.5 GB 39 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 81% ▕████████████ ▏ 2.8 GB/3.5 GB 39 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 81% ▕████████████ ▏ 2.8 GB/3.5 GB 39 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 81% ▕████████████ ▏ 2.8 GB/3.5 GB 39 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 81% ▕████████████ ▏ 2.8 GB/3.5 GB 39 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 81% ▕████████████ ▏ 2.8 GB/3.5 GB 38 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 81% ▕████████████ ▏ 2.9 GB/3.5 GB 38 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 81% ▕████████████ ▏ 2.9 GB/3.5 GB 38 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 81% ▕████████████ ▏ 2.9 GB/3.5 GB 38 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 81% ▕████████████ ▏ 2.9 GB/3.5 GB 38 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 81% ▕████████████ ▏ 2.9 GB/3.5 GB 38 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 81% ▕█████████████ ▏ 2.9 GB/3.5 GB 38 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 81% ▕█████████████ ▏ 2.9 GB/3.5 GB 38 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 81% ▕█████████████ ▏ 2.9 GB/3.5 GB 38 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 82% ▕█████████████ ▏ 2.9 GB/3.5 GB 38 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 82% ▕█████████████ ▏ 2.9 GB/3.5 GB 37 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 82% ▕█████████████ ▏ 2.9 GB/3.5 GB 37 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 82% ▕█████████████ ▏ 2.9 GB/3.5 GB 37 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 82% ▕█████████████ ▏ 2.9 GB/3.5 GB 37 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 82% ▕█████████████ ▏ 2.9 GB/3.5 GB 37 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 82% ▕█████████████ ▏ 2.9 GB/3.5 GB 37 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 82% ▕█████████████ ▏ 2.9 GB/3.5 GB 37 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 82% ▕█████████████ ▏ 2.9 GB/3.5 GB 37 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 82% ▕█████████████ ▏ 2.9 GB/3.5 GB 37 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 83% ▕█████████████ ▏ 2.9 GB/3.5 GB 37 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 83% ▕█████████████ ▏ 2.9 GB/3.5 GB 37 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 83% ▕█████████████ ▏ 2.9 GB/3.5 GB 36 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 83% ▕█████████████ ▏ 2.9 GB/3.5 GB 36 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 83% ▕█████████████ ▏ 2.9 GB/3.5 GB 36 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 83% ▕█████████████ ▏ 2.9 GB/3.5 GB 36 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 83% ▕█████████████ ▏ 2.9 GB/3.5 GB 36 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 83% ▕█████████████ ▏ 2.9 GB/3.5 GB 36 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 83% ▕█████████████ ▏ 2.9 GB/3.5 GB 36 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 83% ▕█████████████ ▏ 2.9 GB/3.5 GB 36 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 84% ▕█████████████ ▏ 2.9 GB/3.5 GB 36 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 84% ▕█████████████ ▏ 2.9 GB/3.5 GB 36 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 84% ▕█████████████ ▏ 2.9 GB/3.5 GB 36 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 84% ▕█████████████ ▏ 3.0 GB/3.5 GB 36 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 84% ▕█████████████ ▏ 3.0 GB/3.5 GB 36 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 84% ▕█████████████ ▏ 3.0 GB/3.5 GB 36 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 84% ▕█████████████ ▏ 3.0 GB/3.5 GB 36 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 84% ▕█████████████ ▏ 3.0 GB/3.5 GB 36 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 84% ▕█████████████ ▏ 3.0 GB/3.5 GB 36 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 85% ▕█████████████ ▏ 3.0 GB/3.5 GB 36 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 85% ▕█████████████ ▏ 3.0 GB/3.5 GB 36 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 85% ▕█████████████ ▏ 3.0 GB/3.5 GB 36 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 85% ▕█████████████ ▏ 3.0 GB/3.5 GB 35 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 85% ▕█████████████ ▏ 3.0 GB/3.5 GB 35 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 85% ▕█████████████ ▏ 3.0 GB/3.5 GB 35 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 85% ▕█████████████ ▏ 3.0 GB/3.5 GB 35 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 85% ▕█████████████ ▏ 3.0 GB/3.5 GB 35 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 85% ▕█████████████ ▏ 3.0 GB/3.5 GB 35 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 85% ▕█████████████ ▏ 3.0 GB/3.5 GB 35 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 85% ▕█████████████ ▏ 3.0 GB/3.5 GB 35 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 86% ▕█████████████ ▏ 3.0 GB/3.5 GB 35 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 86% ▕█████████████ ▏ 3.0 GB/3.5 GB 35 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 86% ▕█████████████ ▏ 3.0 GB/3.5 GB 36 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 86% ▕█████████████ ▏ 3.0 GB/3.5 GB 36 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 86% ▕█████████████ ▏ 3.0 GB/3.5 GB 36 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 86% ▕█████████████ ▏ 3.0 GB/3.5 GB 36 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 86% ▕█████████████ ▏ 3.0 GB/3.5 GB 36 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 86% ▕█████████████ ▏ 3.0 GB/3.5 GB 36 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 86% ▕█████████████ ▏ 3.0 GB/3.5 GB 36 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 86% ▕█████████████ ▏ 3.0 GB/3.5 GB 36 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 86% ▕█████████████ ▏ 3.0 GB/3.5 GB 36 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 87% ▕█████████████ ▏ 3.0 GB/3.5 GB 36 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 87% ▕█████████████ ▏ 3.0 GB/3.5 GB 34 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 87% ▕█████████████ ▏ 3.1 GB/3.5 GB 34 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 87% ▕█████████████ ▏ 3.1 GB/3.5 GB 34 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 87% ▕█████████████ ▏ 3.1 GB/3.5 GB 34 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 87% ▕█████████████ ▏ 3.1 GB/3.5 GB 34 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 87% ▕█████████████ ▏ 3.1 GB/3.5 GB 34 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 87% ▕█████████████ ▏ 3.1 GB/3.5 GB 34 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 87% ▕█████████████ ▏ 3.1 GB/3.5 GB 34 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 88% ▕██████████████ ▏ 3.1 GB/3.5 GB 34 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 88% ▕██████████████ ▏ 3.1 GB/3.5 GB 34 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 88% ▕██████████████ ▏ 3.1 GB/3.5 GB 34 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 88% ▕██████████████ ▏ 3.1 GB/3.5 GB 34 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 88% ▕██████████████ ▏ 3.1 GB/3.5 GB 34 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 88% ▕██████████████ ▏ 3.1 GB/3.5 GB 34 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 88% ▕██████████████ ▏ 3.1 GB/3.5 GB 34 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 88% ▕██████████████ ▏ 3.1 GB/3.5 GB 34 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 88% ▕██████████████ ▏ 3.1 GB/3.5 GB 34 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 89% ▕██████████████ ▏ 3.1 GB/3.5 GB 34 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 89% ▕██████████████ ▏ 3.1 GB/3.5 GB 34 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 89% ▕██████████████ ▏ 3.1 GB/3.5 GB 34 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 89% ▕██████████████ ▏ 3.1 GB/3.5 GB 34 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 89% ▕██████████████ ▏ 3.1 GB/3.5 GB 35 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 89% ▕██████████████ ▏ 3.1 GB/3.5 GB 35 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 89% ▕██████████████ ▏ 3.1 GB/3.5 GB 35 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 89% ▕██████████████ ▏ 3.1 GB/3.5 GB 35 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 89% ▕██████████████ ▏ 3.1 GB/3.5 GB 35 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 90% ▕██████████████ ▏ 3.1 GB/3.5 GB 35 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 90% ▕██████████████ ▏ 3.2 GB/3.5 GB 35 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 90% ▕██████████████ ▏ 3.2 GB/3.5 GB 35 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 90% ▕██████████████ ▏ 3.2 GB/3.5 GB 35 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 90% ▕██████████████ ▏ 3.2 GB/3.5 GB 35 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 90% ▕██████████████ ▏ 3.2 GB/3.5 GB 35 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 90% ▕██████████████ ▏ 3.2 GB/3.5 GB 35 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 90% ▕██████████████ ▏ 3.2 GB/3.5 GB 35 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 90% ▕██████████████ ▏ 3.2 GB/3.5 GB 35 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 91% ▕██████████████ ▏ 3.2 GB/3.5 GB 35 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 91% ▕██████████████ ▏ 3.2 GB/3.5 GB 35 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 91% ▕██████████████ ▏ 3.2 GB/3.5 GB 35 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 91% ▕██████████████ ▏ 3.2 GB/3.5 GB 35 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 91% ▕██████████████ ▏ 3.2 GB/3.5 GB 35 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 91% ▕██████████████ ▏ 3.2 GB/3.5 GB 35 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 91% ▕██████████████ ▏ 3.2 GB/3.5 GB 37 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 91% ▕██████████████ ▏ 3.2 GB/3.5 GB 37 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 92% ▕██████████████ ▏ 3.2 GB/3.5 GB 37 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 92% ▕██████████████ ▏ 3.2 GB/3.5 GB 37 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 92% ▕██████████████ ▏ 3.2 GB/3.5 GB 37 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 92% ▕██████████████ ▏ 3.2 GB/3.5 GB 37 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 92% ▕██████████████ ▏ 3.2 GB/3.5 GB 37 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 92% ▕██████████████ ▏ 3.2 GB/3.5 GB 37 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 92% ▕██████████████ ▏ 3.2 GB/3.5 GB 37 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 92% ▕██████████████ ▏ 3.2 GB/3.5 GB 37 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 92% ▕██████████████ ▏ 3.3 GB/3.5 GB 38 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 93% ▕██████████████ ▏ 3.3 GB/3.5 GB 38 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 93% ▕██████████████ ▏ 3.3 GB/3.5 GB 38 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 93% ▕██████████████ ▏ 3.3 GB/3.5 GB 38 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 93% ▕██████████████ ▏ 3.3 GB/3.5 GB 38 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 93% ▕██████████████ ▏ 3.3 GB/3.5 GB 38 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 93% ▕██████████████ ▏ 3.3 GB/3.5 GB 38 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 93% ▕██████████████ ▏ 3.3 GB/3.5 GB 38 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 93% ▕██████████████ ▏ 3.3 GB/3.5 GB 38 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 93% ▕██████████████ ▏ 3.3 GB/3.5 GB 38 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 93% ▕██████████████ ▏ 3.3 GB/3.5 GB 38 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 94% ▕██████████████ ▏ 3.3 GB/3.5 GB 38 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 94% ▕██████████████ ▏ 3.3 GB/3.5 GB 38 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 94% ▕███████████████ ▏ 3.3 GB/3.5 GB 38 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 94% ▕███████████████ ▏ 3.3 GB/3.5 GB 38 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 94% ▕███████████████ ▏ 3.3 GB/3.5 GB 38 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 94% ▕███████████████ ▏ 3.3 GB/3.5 GB 38 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 94% ▕███████████████ ▏ 3.3 GB/3.5 GB 38 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 94% ▕███████████████ ▏ 3.3 GB/3.5 GB 38 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 95% ▕███████████████ ▏ 3.3 GB/3.5 GB 38 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 95% ▕███████████████ ▏ 3.3 GB/3.5 GB 38 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 95% ▕███████████████ ▏ 3.3 GB/3.5 GB 38 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 95% ▕███████████████ ▏ 3.3 GB/3.5 GB 38 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 95% ▕███████████████ ▏ 3.3 GB/3.5 GB 38 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 95% ▕███████████████ ▏ 3.4 GB/3.5 GB 38 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 95% ▕███████████████ ▏ 3.4 GB/3.5 GB 38 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 95% ▕███████████████ ▏ 3.4 GB/3.5 GB 38 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 96% ▕███████████████ ▏ 3.4 GB/3.5 GB 38 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 96% ▕███████████████ ▏ 3.4 GB/3.5 GB 38 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 96% ▕███████████████ ▏ 3.4 GB/3.5 GB 38 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 96% ▕███████████████ ▏ 3.4 GB/3.5 GB 38 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 96% ▕███████████████ ▏ 3.4 GB/3.5 GB 40 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 96% ▕███████████████ ▏ 3.4 GB/3.5 GB 40 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 96% ▕███████████████ ▏ 3.4 GB/3.5 GB 40 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 96% ▕███████████████ ▏ 3.4 GB/3.5 GB 40 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 97% ▕███████████████ ▏ 3.4 GB/3.5 GB 40 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 97% ▕███████████████ ▏ 3.4 GB/3.5 GB 40 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 97% ▕███████████████ ▏ 3.4 GB/3.5 GB 40 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 97% ▕███████████████ ▏ 3.4 GB/3.5 GB 40 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 97% ▕███████████████ ▏ 3.4 GB/3.5 GB 40 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 97% ▕███████████████ ▏ 3.4 GB/3.5 GB 40 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 97% ▕███████████████ ▏ 3.4 GB/3.5 GB 41 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 97% ▕███████████████ ▏ 3.4 GB/3.5 GB 41 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 97% ▕███████████████ ▏ 3.4 GB/3.5 GB 41 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 97% ▕███████████████ ▏ 3.4 GB/3.5 GB 41 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 98% ▕███████████████ ▏ 3.4 GB/3.5 GB 41 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 98% ▕███████████████ ▏ 3.4 GB/3.5 GB 41 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 98% ▕███████████████ ▏ 3.4 GB/3.5 GB 41 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 98% ▕███████████████ ▏ 3.4 GB/3.5 GB 41 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 98% ▕███████████████ ▏ 3.5 GB/3.5 GB 41 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 98% ▕███████████████ ▏ 3.5 GB/3.5 GB 41 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 98% ▕███████████████ ▏ 3.5 GB/3.5 GB 40 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 98% ▕███████████████ ▏ 3.5 GB/3.5 GB 40 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 98% ▕███████████████ ▏ 3.5 GB/3.5 GB 40 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 99% ▕███████████████ ▏ 3.5 GB/3.5 GB 40 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 99% ▕███████████████ ▏ 3.5 GB/3.5 GB 40 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 99% ▕███████████████ ▏ 3.5 GB/3.5 GB 40 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 99% ▕███████████████ ▏ 3.5 GB/3.5 GB 40 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 99% ▕███████████████ ▏ 3.5 GB/3.5 GB 40 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 99% ▕███████████████ ▏ 3.5 GB/3.5 GB 40 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 99% ▕███████████████ ▏ 3.5 GB/3.5 GB 40 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 99% ▕███████████████ ▏ 3.5 GB/3.5 GB 40 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 99% ▕███████████████ ▏ 3.5 GB/3.5 GB 40 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕███████████████ ▏ 3.5 GB/3.5 GB 40 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕███████████████ ▏ 3.5 GB/3.5 GB 40 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕███████████████ ▏ 3.5 GB/3.5 GB 40 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕███████████████ ▏ 3.5 GB/3.5 GB 40 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕███████████████ ▏ 3.5 GB/3.5 GB 40 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕███████████████ ▏ 3.5 GB/3.5 GB 40 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing a6cb191236f7... 100% ▕████████████████▏ 457 B \n", - "pushing manifest \n", - "success \u001b[?25h\n", - "\u001b[?25ltransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer \n", - "creating template layer \n", - "creating system layer \n", - "creating parameters layer \n", - "creating config layer \n", - "using already created layer sha256:3b452f408f0220bb930dcd4585be4c9766d191525d0a4b7b24ddb9c2b92125de \n", - "using already created layer sha256:04de533bb8fd4eb327158f79cdc0de736558e45d198db9275ef536f470281f1f \n", - "using already created layer sha256:af41c51c14924c73d476c474dd0617253462cdb32f1256d8b3d3d9fc00371199 \n", - "using already created layer sha256:3559b403e83a9669ecd8d347a509c20b870674a9838218f8b812c93c419fec88 \n", - "writing layer sha256:ea1459c26ce110d91cbd9ca655724c7603a510bd8b393c587c181c77d42abd8a \n", - "writing manifest \n", - "success \u001b[?25h\n", - "copied 'notus:q3_K_S' to 'argilla/notus:q3_K_S'\n", - "\u001b[?25lretrieving manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 0% ▕ ▏ 573 KB/3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 0% ▕ ▏ 1.9 MB/3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 0% ▕ ▏ 1.9 MB/3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 0% ▕ ▏ 2.1 MB/3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 0% ▕ ▏ 2.1 MB/3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 0% ▕ ▏ 2.1 MB/3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 0% ▕ ▏ 3.2 MB/3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 0% ▕ ▏ 3.2 MB/3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 0% ▕ ▏ 3.2 MB/3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 0% ▕ ▏ 3.2 MB/3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 0% ▕ ▏ 3.2 MB/3.2 GB 2.6 MB/s 20m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 0% ▕ ▏ 3.2 MB/3.2 GB 2.6 MB/s 20m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 0% ▕ ▏ 3.2 MB/3.2 GB 2.6 MB/s 20m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 0% ▕ ▏ 3.2 MB/3.2 GB 2.6 MB/s 20m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 0% ▕ ▏ 3.2 MB/3.2 GB 2.6 MB/s 20m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 0% ▕ ▏ 3.2 MB/3.2 GB 2.6 MB/s 20m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 0% ▕ ▏ 3.2 MB/3.2 GB 2.6 MB/s 20m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 0% ▕ ▏ 3.2 MB/3.2 GB 2.6 MB/s 20m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 0% ▕ ▏ 3.2 MB/3.2 GB 2.6 MB/s 20m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 0% ▕ ▏ 1.9 MB/3.2 GB 2.6 MB/s 20m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 0% ▕ ▏ 4.5 MB/3.2 GB 2.6 MB/s 20m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 0% ▕ ▏ 6.5 MB/3.2 GB 2.3 MB/s 22m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 0% ▕ ▏ 11 MB/3.2 GB 2.3 MB/s 22m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 0% ▕ ▏ 15 MB/3.2 GB 2.3 MB/s 22m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 1% ▕ ▏ 21 MB/3.2 GB 2.3 MB/s 22m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 1% ▕ ▏ 24 MB/3.2 GB 2.3 MB/s 22m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 1% ▕ ▏ 29 MB/3.2 GB 2.3 MB/s 22m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 1% ▕ ▏ 32 MB/3.2 GB 2.3 MB/s 22m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 1% ▕ ▏ 38 MB/3.2 GB 2.3 MB/s 22m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 1% ▕ ▏ 42 MB/3.2 GB 2.3 MB/s 22m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 2% ▕ ▏ 48 MB/3.2 GB 2.3 MB/s 22m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 2% ▕ ▏ 52 MB/3.2 GB 16 MB/s 3m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 2% ▕ ▏ 56 MB/3.2 GB 16 MB/s 3m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 2% ▕ ▏ 60 MB/3.2 GB 16 MB/s 3m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 2% ▕ ▏ 65 MB/3.2 GB 16 MB/s 3m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 2% ▕ ▏ 64 MB/3.2 GB 16 MB/s 3m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 2% ▕ ▏ 71 MB/3.2 GB 16 MB/s 3m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 2% ▕ ▏ 77 MB/3.2 GB 16 MB/s 3m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 3% ▕ ▏ 79 MB/3.2 GB 16 MB/s 3m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 3% ▕ ▏ 87 MB/3.2 GB 16 MB/s 3m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 3% ▕ ▏ 91 MB/3.2 GB 16 MB/s 3m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 3% ▕ ▏ 96 MB/3.2 GB 24 MB/s 2m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 3% ▕ ▏ 100 MB/3.2 GB 24 MB/s 2m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 3% ▕ ▏ 104 MB/3.2 GB 24 MB/s 2m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 3% ▕ ▏ 108 MB/3.2 GB 24 MB/s 2m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 4% ▕ ▏ 114 MB/3.2 GB 24 MB/s 2m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 4% ▕ ▏ 119 MB/3.2 GB 24 MB/s 2m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 4% ▕ ▏ 124 MB/3.2 GB 24 MB/s 2m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 4% ▕ ▏ 129 MB/3.2 GB 24 MB/s 2m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 4% ▕ ▏ 131 MB/3.2 GB 24 MB/s 2m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 4% ▕ ▏ 135 MB/3.2 GB 24 MB/s 2m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 4% ▕ ▏ 138 MB/3.2 GB 27 MB/s 1m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 4% ▕ ▏ 140 MB/3.2 GB 27 MB/s 1m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 4% ▕ ▏ 141 MB/3.2 GB 27 MB/s 1m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 5% ▕ ▏ 146 MB/3.2 GB 27 MB/s 1m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 5% ▕ ▏ 150 MB/3.2 GB 27 MB/s 1m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 5% ▕ ▏ 154 MB/3.2 GB 27 MB/s 1m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 5% ▕ ▏ 160 MB/3.2 GB 27 MB/s 1m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 5% ▕ ▏ 165 MB/3.2 GB 27 MB/s 1m48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 5% ▕ ▏ 168 MB/3.2 GB 27 MB/s 1m48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 5% ▕ ▏ 170 MB/3.2 GB 27 MB/s 1m48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 6% ▕ ▏ 176 MB/3.2 GB 29 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 6% ▕ ▏ 176 MB/3.2 GB 29 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 6% ▕ ▏ 184 MB/3.2 GB 29 MB/s 1m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 6% ▕ ▏ 189 MB/3.2 GB 29 MB/s 1m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 6% ▕ ▏ 191 MB/3.2 GB 29 MB/s 1m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 6% ▕ ▏ 193 MB/3.2 GB 29 MB/s 1m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 6% ▕█ ▏ 200 MB/3.2 GB 29 MB/s 1m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 6% ▕█ ▏ 202 MB/3.2 GB 29 MB/s 1m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 6% ▕█ ▏ 203 MB/3.2 GB 29 MB/s 1m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 7% ▕█ ▏ 209 MB/3.2 GB 29 MB/s 1m40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 7% ▕█ ▏ 210 MB/3.2 GB 29 MB/s 1m40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 7% ▕█ ▏ 218 MB/3.2 GB 30 MB/s 1m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 7% ▕█ ▏ 223 MB/3.2 GB 30 MB/s 1m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 7% ▕█ ▏ 226 MB/3.2 GB 30 MB/s 1m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 7% ▕█ ▏ 231 MB/3.2 GB 30 MB/s 1m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 8% ▕█ ▏ 240 MB/3.2 GB 30 MB/s 1m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 8% ▕█ ▏ 243 MB/3.2 GB 30 MB/s 1m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 8% ▕█ ▏ 245 MB/3.2 GB 30 MB/s 1m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 8% ▕█ ▏ 251 MB/3.2 GB 30 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 8% ▕█ ▏ 255 MB/3.2 GB 30 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 8% ▕█ ▏ 260 MB/3.2 GB 30 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 8% ▕█ ▏ 265 MB/3.2 GB 32 MB/s 1m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 9% ▕█ ▏ 269 MB/3.2 GB 32 MB/s 1m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 9% ▕█ ▏ 274 MB/3.2 GB 32 MB/s 1m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 9% ▕█ ▏ 277 MB/3.2 GB 32 MB/s 1m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 9% ▕█ ▏ 277 MB/3.2 GB 32 MB/s 1m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 9% ▕█ ▏ 283 MB/3.2 GB 32 MB/s 1m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 9% ▕█ ▏ 291 MB/3.2 GB 32 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 9% ▕█ ▏ 289 MB/3.2 GB 32 MB/s 1m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 9% ▕█ ▏ 296 MB/3.2 GB 32 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 10% ▕█ ▏ 302 MB/3.2 GB 32 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 10% ▕█ ▏ 306 MB/3.2 GB 33 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 10% ▕█ ▏ 312 MB/3.2 GB 33 MB/s 1m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 10% ▕█ ▏ 317 MB/3.2 GB 33 MB/s 1m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 10% ▕█ ▏ 319 MB/3.2 GB 33 MB/s 1m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 10% ▕█ ▏ 326 MB/3.2 GB 33 MB/s 1m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 10% ▕█ ▏ 329 MB/3.2 GB 33 MB/s 1m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 11% ▕█ ▏ 333 MB/3.2 GB 33 MB/s 1m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 11% ▕█ ▏ 335 MB/3.2 GB 33 MB/s 1m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 11% ▕█ ▏ 339 MB/3.2 GB 33 MB/s 1m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 11% ▕█ ▏ 341 MB/3.2 GB 33 MB/s 1m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 11% ▕█ ▏ 347 MB/3.2 GB 38 MB/s 1m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 11% ▕█ ▏ 355 MB/3.2 GB 38 MB/s 1m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 11% ▕█ ▏ 357 MB/3.2 GB 38 MB/s 1m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 11% ▕█ ▏ 362 MB/3.2 GB 38 MB/s 1m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 12% ▕█ ▏ 370 MB/3.2 GB 38 MB/s 1m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 12% ▕█ ▏ 373 MB/3.2 GB 38 MB/s 1m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 12% ▕█ ▏ 374 MB/3.2 GB 38 MB/s 1m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 12% ▕█ ▏ 383 MB/3.2 GB 38 MB/s 1m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 12% ▕█ ▏ 383 MB/3.2 GB 38 MB/s 1m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 12% ▕█ ▏ 383 MB/3.2 GB 38 MB/s 1m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 12% ▕█ ▏ 390 MB/3.2 GB 42 MB/s 1m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 12% ▕█ ▏ 393 MB/3.2 GB 42 MB/s 1m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 13% ▕██ ▏ 398 MB/3.2 GB 42 MB/s 1m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 13% ▕██ ▏ 403 MB/3.2 GB 42 MB/s 1m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 13% ▕██ ▏ 407 MB/3.2 GB 42 MB/s 1m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 13% ▕██ ▏ 411 MB/3.2 GB 42 MB/s 1m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 13% ▕██ ▏ 416 MB/3.2 GB 42 MB/s 1m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 13% ▕██ ▏ 417 MB/3.2 GB 42 MB/s 1m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 14% ▕██ ▏ 427 MB/3.2 GB 42 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 14% ▕██ ▏ 431 MB/3.2 GB 42 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 14% ▕██ ▏ 434 MB/3.2 GB 42 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 14% ▕██ ▏ 440 MB/3.2 GB 43 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 14% ▕██ ▏ 446 MB/3.2 GB 43 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 14% ▕██ ▏ 448 MB/3.2 GB 43 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 14% ▕██ ▏ 455 MB/3.2 GB 43 MB/s 1m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 15% ▕██ ▏ 462 MB/3.2 GB 43 MB/s 1m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 15% ▕██ ▏ 461 MB/3.2 GB 43 MB/s 1m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 15% ▕██ ▏ 464 MB/3.2 GB 43 MB/s 1m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 15% ▕██ ▏ 471 MB/3.2 GB 43 MB/s 1m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 15% ▕██ ▏ 476 MB/3.2 GB 43 MB/s 1m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 15% ▕██ ▏ 484 MB/3.2 GB 43 MB/s 1m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 15% ▕██ ▏ 488 MB/3.2 GB 43 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 15% ▕██ ▏ 489 MB/3.2 GB 43 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 16% ▕██ ▏ 492 MB/3.2 GB 43 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 16% ▕██ ▏ 504 MB/3.2 GB 43 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 16% ▕██ ▏ 505 MB/3.2 GB 43 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 16% ▕██ ▏ 513 MB/3.2 GB 43 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 16% ▕██ ▏ 517 MB/3.2 GB 43 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 16% ▕██ ▏ 518 MB/3.2 GB 43 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 17% ▕██ ▏ 524 MB/3.2 GB 43 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 17% ▕██ ▏ 529 MB/3.2 GB 43 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 17% ▕██ ▏ 531 MB/3.2 GB 43 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 17% ▕██ ▏ 539 MB/3.2 GB 43 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 17% ▕██ ▏ 542 MB/3.2 GB 43 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 17% ▕██ ▏ 542 MB/3.2 GB 43 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 17% ▕██ ▏ 550 MB/3.2 GB 43 MB/s 59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 18% ▕██ ▏ 556 MB/3.2 GB 43 MB/s 59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 18% ▕██ ▏ 558 MB/3.2 GB 43 MB/s 59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 18% ▕██ ▏ 562 MB/3.2 GB 43 MB/s 59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 18% ▕██ ▏ 565 MB/3.2 GB 43 MB/s 59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 18% ▕██ ▏ 565 MB/3.2 GB 43 MB/s 59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 18% ▕██ ▏ 580 MB/3.2 GB 44 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 18% ▕██ ▏ 584 MB/3.2 GB 44 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 18% ▕██ ▏ 584 MB/3.2 GB 44 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 19% ▕███ ▏ 593 MB/3.2 GB 44 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 19% ▕███ ▏ 598 MB/3.2 GB 44 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 19% ▕███ ▏ 599 MB/3.2 GB 44 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 19% ▕███ ▏ 599 MB/3.2 GB 44 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 19% ▕███ ▏ 608 MB/3.2 GB 44 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 19% ▕███ ▏ 609 MB/3.2 GB 44 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 19% ▕███ ▏ 614 MB/3.2 GB 44 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 20% ▕███ ▏ 624 MB/3.2 GB 45 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 20% ▕███ ▏ 626 MB/3.2 GB 45 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 20% ▕███ ▏ 630 MB/3.2 GB 45 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 20% ▕███ ▏ 638 MB/3.2 GB 45 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 20% ▕███ ▏ 639 MB/3.2 GB 45 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 20% ▕███ ▏ 641 MB/3.2 GB 45 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 21% ▕███ ▏ 650 MB/3.2 GB 45 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 21% ▕███ ▏ 652 MB/3.2 GB 45 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 21% ▕███ ▏ 654 MB/3.2 GB 45 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 21% ▕███ ▏ 658 MB/3.2 GB 45 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 21% ▕███ ▏ 662 MB/3.2 GB 45 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 21% ▕███ ▏ 668 MB/3.2 GB 44 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 21% ▕███ ▏ 672 MB/3.2 GB 44 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 21% ▕███ ▏ 674 MB/3.2 GB 44 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 22% ▕███ ▏ 686 MB/3.2 GB 44 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 22% ▕███ ▏ 689 MB/3.2 GB 44 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 22% ▕███ ▏ 691 MB/3.2 GB 44 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 22% ▕███ ▏ 692 MB/3.2 GB 44 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 22% ▕███ ▏ 700 MB/3.2 GB 44 MB/s 54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 22% ▕███ ▏ 705 MB/3.2 GB 44 MB/s 54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 22% ▕███ ▏ 710 MB/3.2 GB 44 MB/s 54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 22% ▕███ ▏ 711 MB/3.2 GB 45 MB/s 54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 23% ▕███ ▏ 713 MB/3.2 GB 45 MB/s 54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 23% ▕███ ▏ 718 MB/3.2 GB 45 MB/s 54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 23% ▕███ ▏ 722 MB/3.2 GB 45 MB/s 54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 23% ▕███ ▏ 724 MB/3.2 GB 45 MB/s 54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 23% ▕███ ▏ 724 MB/3.2 GB 45 MB/s 54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 23% ▕███ ▏ 729 MB/3.2 GB 45 MB/s 54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 23% ▕███ ▏ 732 MB/3.2 GB 45 MB/s 54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 23% ▕███ ▏ 736 MB/3.2 GB 45 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 24% ▕███ ▏ 746 MB/3.2 GB 45 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 24% ▕███ ▏ 747 MB/3.2 GB 44 MB/s 54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 24% ▕███ ▏ 756 MB/3.2 GB 44 MB/s 54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 24% ▕███ ▏ 761 MB/3.2 GB 44 MB/s 54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 24% ▕███ ▏ 761 MB/3.2 GB 44 MB/s 54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 24% ▕███ ▏ 765 MB/3.2 GB 44 MB/s 54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 24% ▕███ ▏ 773 MB/3.2 GB 44 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 24% ▕███ ▏ 773 MB/3.2 GB 44 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 24% ▕███ ▏ 774 MB/3.2 GB 44 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 25% ▕███ ▏ 784 MB/3.2 GB 44 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 25% ▕███ ▏ 786 MB/3.2 GB 44 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 25% ▕███ ▏ 786 MB/3.2 GB 43 MB/s 54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 25% ▕████ ▏ 793 MB/3.2 GB 43 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 25% ▕████ ▏ 798 MB/3.2 GB 43 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 25% ▕████ ▏ 801 MB/3.2 GB 43 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 25% ▕████ ▏ 801 MB/3.2 GB 43 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 25% ▕████ ▏ 802 MB/3.2 GB 43 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 26% ▕████ ▏ 810 MB/3.2 GB 43 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 26% ▕████ ▏ 816 MB/3.2 GB 43 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 26% ▕████ ▏ 819 MB/3.2 GB 43 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 26% ▕████ ▏ 830 MB/3.2 GB 43 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 26% ▕████ ▏ 832 MB/3.2 GB 43 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 26% ▕████ ▏ 832 MB/3.2 GB 43 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 26% ▕████ ▏ 837 MB/3.2 GB 43 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 27% ▕████ ▏ 846 MB/3.2 GB 43 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 27% ▕████ ▏ 848 MB/3.2 GB 43 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 27% ▕████ ▏ 851 MB/3.2 GB 43 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 27% ▕████ ▏ 860 MB/3.2 GB 43 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 27% ▕████ ▏ 861 MB/3.2 GB 43 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 27% ▕████ ▏ 866 MB/3.2 GB 43 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 28% ▕████ ▏ 875 MB/3.2 GB 43 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 28% ▕████ ▏ 877 MB/3.2 GB 43 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 28% ▕████ ▏ 881 MB/3.2 GB 43 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 28% ▕████ ▏ 883 MB/3.2 GB 43 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 28% ▕████ ▏ 883 MB/3.2 GB 43 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 28% ▕████ ▏ 894 MB/3.2 GB 43 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 28% ▕████ ▏ 896 MB/3.2 GB 43 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 28% ▕████ ▏ 897 MB/3.2 GB 43 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 29% ▕████ ▏ 907 MB/3.2 GB 43 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 29% ▕████ ▏ 908 MB/3.2 GB 43 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 29% ▕████ ▏ 915 MB/3.2 GB 43 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 29% ▕████ ▏ 921 MB/3.2 GB 43 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 29% ▕████ ▏ 922 MB/3.2 GB 43 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 29% ▕████ ▏ 922 MB/3.2 GB 43 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 29% ▕████ ▏ 927 MB/3.2 GB 43 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 30% ▕████ ▏ 937 MB/3.2 GB 43 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 30% ▕████ ▏ 942 MB/3.2 GB 43 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 30% ▕████ ▏ 945 MB/3.2 GB 43 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 30% ▕████ ▏ 944 MB/3.2 GB 43 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 30% ▕████ ▏ 947 MB/3.2 GB 43 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 30% ▕████ ▏ 954 MB/3.2 GB 43 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 30% ▕████ ▏ 958 MB/3.2 GB 43 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 31% ▕████ ▏ 965 MB/3.2 GB 42 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 31% ▕████ ▏ 972 MB/3.2 GB 42 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 31% ▕████ ▏ 978 MB/3.2 GB 42 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 31% ▕████ ▏ 981 MB/3.2 GB 42 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 31% ▕████ ▏ 983 MB/3.2 GB 42 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 31% ▕████ ▏ 985 MB/3.2 GB 42 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 31% ▕████ ▏ 986 MB/3.2 GB 42 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 31% ▕█████ ▏ 996 MB/3.2 GB 42 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 32% ▕█████ ▏ 1.0 GB/3.2 GB 42 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 32% ▕█████ ▏ 1.0 GB/3.2 GB 42 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 32% ▕█████ ▏ 1.0 GB/3.2 GB 43 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 32% ▕█████ ▏ 1.0 GB/3.2 GB 43 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 32% ▕█████ ▏ 1.0 GB/3.2 GB 43 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 32% ▕█████ ▏ 1.0 GB/3.2 GB 43 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 33% ▕█████ ▏ 1.0 GB/3.2 GB 43 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 33% ▕█████ ▏ 1.0 GB/3.2 GB 43 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 33% ▕█████ ▏ 1.0 GB/3.2 GB 43 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 33% ▕█████ ▏ 1.0 GB/3.2 GB 43 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 33% ▕█████ ▏ 1.0 GB/3.2 GB 43 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 33% ▕█████ ▏ 1.1 GB/3.2 GB 43 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 33% ▕█████ ▏ 1.1 GB/3.2 GB 42 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 33% ▕█████ ▏ 1.1 GB/3.2 GB 42 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 34% ▕█████ ▏ 1.1 GB/3.2 GB 42 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 34% ▕█████ ▏ 1.1 GB/3.2 GB 42 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 34% ▕█████ ▏ 1.1 GB/3.2 GB 42 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 34% ▕█████ ▏ 1.1 GB/3.2 GB 42 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 34% ▕█████ ▏ 1.1 GB/3.2 GB 42 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 34% ▕█████ ▏ 1.1 GB/3.2 GB 42 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 34% ▕█████ ▏ 1.1 GB/3.2 GB 42 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 35% ▕█████ ▏ 1.1 GB/3.2 GB 42 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 35% ▕█████ ▏ 1.1 GB/3.2 GB 42 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 35% ▕█████ ▏ 1.1 GB/3.2 GB 43 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 35% ▕█████ ▏ 1.1 GB/3.2 GB 43 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 35% ▕█████ ▏ 1.1 GB/3.2 GB 43 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 35% ▕█████ ▏ 1.1 GB/3.2 GB 43 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 35% ▕█████ ▏ 1.1 GB/3.2 GB 43 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 35% ▕█████ ▏ 1.1 GB/3.2 GB 43 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 35% ▕█████ ▏ 1.1 GB/3.2 GB 43 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 36% ▕█████ ▏ 1.1 GB/3.2 GB 43 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 36% ▕█████ ▏ 1.1 GB/3.2 GB 43 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 36% ▕█████ ▏ 1.1 GB/3.2 GB 43 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 36% ▕█████ ▏ 1.1 GB/3.2 GB 42 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 36% ▕█████ ▏ 1.1 GB/3.2 GB 42 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 36% ▕█████ ▏ 1.2 GB/3.2 GB 42 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 36% ▕█████ ▏ 1.1 GB/3.2 GB 42 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 36% ▕█████ ▏ 1.1 GB/3.2 GB 42 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 37% ▕█████ ▏ 1.2 GB/3.2 GB 42 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 37% ▕█████ ▏ 1.2 GB/3.2 GB 42 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 37% ▕█████ ▏ 1.2 GB/3.2 GB 42 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 37% ▕█████ ▏ 1.2 GB/3.2 GB 42 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 37% ▕█████ ▏ 1.2 GB/3.2 GB 42 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 37% ▕█████ ▏ 1.2 GB/3.2 GB 42 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 37% ▕█████ ▏ 1.2 GB/3.2 GB 42 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 37% ▕█████ ▏ 1.2 GB/3.2 GB 42 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 37% ▕█████ ▏ 1.2 GB/3.2 GB 42 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 38% ▕██████ ▏ 1.2 GB/3.2 GB 42 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 38% ▕██████ ▏ 1.2 GB/3.2 GB 42 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 38% ▕██████ ▏ 1.2 GB/3.2 GB 42 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 38% ▕██████ ▏ 1.2 GB/3.2 GB 42 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 38% ▕██████ ▏ 1.2 GB/3.2 GB 42 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 38% ▕██████ ▏ 1.2 GB/3.2 GB 42 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 38% ▕██████ ▏ 1.2 GB/3.2 GB 41 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 38% ▕██████ ▏ 1.2 GB/3.2 GB 41 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 39% ▕██████ ▏ 1.2 GB/3.2 GB 41 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 39% ▕██████ ▏ 1.2 GB/3.2 GB 41 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 39% ▕██████ ▏ 1.2 GB/3.2 GB 41 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 39% ▕██████ ▏ 1.2 GB/3.2 GB 41 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 39% ▕██████ ▏ 1.2 GB/3.2 GB 41 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 39% ▕██████ ▏ 1.2 GB/3.2 GB 41 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 39% ▕██████ ▏ 1.2 GB/3.2 GB 41 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 39% ▕██████ ▏ 1.2 GB/3.2 GB 41 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 39% ▕██████ ▏ 1.2 GB/3.2 GB 41 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 40% ▕██████ ▏ 1.3 GB/3.2 GB 41 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 40% ▕██████ ▏ 1.3 GB/3.2 GB 41 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 40% ▕██████ ▏ 1.3 GB/3.2 GB 41 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 40% ▕██████ ▏ 1.3 GB/3.2 GB 41 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 40% ▕██████ ▏ 1.3 GB/3.2 GB 41 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 40% ▕██████ ▏ 1.3 GB/3.2 GB 41 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 40% ▕██████ ▏ 1.3 GB/3.2 GB 41 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 41% ▕██████ ▏ 1.3 GB/3.2 GB 41 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 41% ▕██████ ▏ 1.3 GB/3.2 GB 41 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 41% ▕██████ ▏ 1.3 GB/3.2 GB 41 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 41% ▕██████ ▏ 1.3 GB/3.2 GB 41 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 41% ▕██████ ▏ 1.3 GB/3.2 GB 41 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 41% ▕██████ ▏ 1.3 GB/3.2 GB 41 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 41% ▕██████ ▏ 1.3 GB/3.2 GB 41 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 42% ▕██████ ▏ 1.3 GB/3.2 GB 41 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 42% ▕██████ ▏ 1.3 GB/3.2 GB 41 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 42% ▕██████ ▏ 1.3 GB/3.2 GB 41 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 42% ▕██████ ▏ 1.3 GB/3.2 GB 41 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 42% ▕██████ ▏ 1.3 GB/3.2 GB 41 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 42% ▕██████ ▏ 1.3 GB/3.2 GB 41 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 42% ▕██████ ▏ 1.3 GB/3.2 GB 40 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 42% ▕██████ ▏ 1.3 GB/3.2 GB 40 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 42% ▕██████ ▏ 1.3 GB/3.2 GB 40 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 43% ▕██████ ▏ 1.3 GB/3.2 GB 40 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 43% ▕██████ ▏ 1.3 GB/3.2 GB 40 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 43% ▕██████ ▏ 1.4 GB/3.2 GB 40 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 43% ▕██████ ▏ 1.4 GB/3.2 GB 40 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 43% ▕██████ ▏ 1.4 GB/3.2 GB 40 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 43% ▕██████ ▏ 1.4 GB/3.2 GB 40 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 43% ▕██████ ▏ 1.4 GB/3.2 GB 40 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 43% ▕██████ ▏ 1.4 GB/3.2 GB 39 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 43% ▕██████ ▏ 1.4 GB/3.2 GB 39 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 44% ▕██████ ▏ 1.4 GB/3.2 GB 39 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 44% ▕███████ ▏ 1.4 GB/3.2 GB 39 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 44% ▕███████ ▏ 1.4 GB/3.2 GB 39 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 44% ▕███████ ▏ 1.4 GB/3.2 GB 39 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 44% ▕███████ ▏ 1.4 GB/3.2 GB 39 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 44% ▕███████ ▏ 1.4 GB/3.2 GB 39 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 44% ▕███████ ▏ 1.4 GB/3.2 GB 39 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 44% ▕███████ ▏ 1.4 GB/3.2 GB 39 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 45% ▕███████ ▏ 1.4 GB/3.2 GB 40 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 45% ▕███████ ▏ 1.4 GB/3.2 GB 40 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 45% ▕███████ ▏ 1.4 GB/3.2 GB 40 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 45% ▕███████ ▏ 1.4 GB/3.2 GB 40 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 45% ▕███████ ▏ 1.4 GB/3.2 GB 40 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 45% ▕███████ ▏ 1.4 GB/3.2 GB 40 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 45% ▕███████ ▏ 1.4 GB/3.2 GB 40 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 46% ▕███████ ▏ 1.4 GB/3.2 GB 40 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 46% ▕███████ ▏ 1.4 GB/3.2 GB 40 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 46% ▕███████ ▏ 1.4 GB/3.2 GB 40 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 46% ▕███████ ▏ 1.4 GB/3.2 GB 37 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 46% ▕███████ ▏ 1.5 GB/3.2 GB 37 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 46% ▕███████ ▏ 1.5 GB/3.2 GB 37 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 46% ▕███████ ▏ 1.5 GB/3.2 GB 37 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 46% ▕███████ ▏ 1.5 GB/3.2 GB 37 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 46% ▕███████ ▏ 1.5 GB/3.2 GB 37 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 47% ▕███████ ▏ 1.5 GB/3.2 GB 37 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 47% ▕███████ ▏ 1.5 GB/3.2 GB 37 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 47% ▕███████ ▏ 1.5 GB/3.2 GB 37 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 47% ▕███████ ▏ 1.5 GB/3.2 GB 37 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 47% ▕███████ ▏ 1.5 GB/3.2 GB 37 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 47% ▕███████ ▏ 1.5 GB/3.2 GB 39 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 47% ▕███████ ▏ 1.5 GB/3.2 GB 39 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 47% ▕███████ ▏ 1.5 GB/3.2 GB 39 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 48% ▕███████ ▏ 1.5 GB/3.2 GB 39 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 48% ▕███████ ▏ 1.5 GB/3.2 GB 39 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 48% ▕███████ ▏ 1.5 GB/3.2 GB 39 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 48% ▕███████ ▏ 1.5 GB/3.2 GB 39 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 48% ▕███████ ▏ 1.5 GB/3.2 GB 39 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 48% ▕███████ ▏ 1.5 GB/3.2 GB 39 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 48% ▕███████ ▏ 1.5 GB/3.2 GB 39 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 49% ▕███████ ▏ 1.5 GB/3.2 GB 40 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 49% ▕███████ ▏ 1.5 GB/3.2 GB 40 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 49% ▕███████ ▏ 1.5 GB/3.2 GB 40 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 49% ▕███████ ▏ 1.5 GB/3.2 GB 40 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 49% ▕███████ ▏ 1.5 GB/3.2 GB 40 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 49% ▕███████ ▏ 1.6 GB/3.2 GB 40 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 49% ▕███████ ▏ 1.6 GB/3.2 GB 40 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 49% ▕███████ ▏ 1.6 GB/3.2 GB 40 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 49% ▕███████ ▏ 1.6 GB/3.2 GB 40 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 49% ▕███████ ▏ 1.6 GB/3.2 GB 40 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 50% ▕███████ ▏ 1.6 GB/3.2 GB 40 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 50% ▕███████ ▏ 1.6 GB/3.2 GB 40 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 50% ▕███████ ▏ 1.6 GB/3.2 GB 40 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 50% ▕███████ ▏ 1.6 GB/3.2 GB 40 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 50% ▕███████ ▏ 1.6 GB/3.2 GB 40 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 50% ▕████████ ▏ 1.6 GB/3.2 GB 40 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 50% ▕████████ ▏ 1.6 GB/3.2 GB 40 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 50% ▕████████ ▏ 1.6 GB/3.2 GB 40 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 50% ▕████████ ▏ 1.6 GB/3.2 GB 40 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 50% ▕████████ ▏ 1.6 GB/3.2 GB 40 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 50% ▕████████ ▏ 1.6 GB/3.2 GB 38 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 50% ▕████████ ▏ 1.6 GB/3.2 GB 38 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 50% ▕████████ ▏ 1.6 GB/3.2 GB 38 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 51% ▕████████ ▏ 1.6 GB/3.2 GB 38 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 51% ▕████████ ▏ 1.6 GB/3.2 GB 38 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 51% ▕████████ ▏ 1.6 GB/3.2 GB 38 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 51% ▕████████ ▏ 1.6 GB/3.2 GB 38 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 51% ▕████████ ▏ 1.6 GB/3.2 GB 38 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 51% ▕████████ ▏ 1.6 GB/3.2 GB 38 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 51% ▕████████ ▏ 1.6 GB/3.2 GB 38 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 51% ▕████████ ▏ 1.6 GB/3.2 GB 37 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 52% ▕████████ ▏ 1.6 GB/3.2 GB 37 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 52% ▕████████ ▏ 1.6 GB/3.2 GB 37 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 52% ▕████████ ▏ 1.6 GB/3.2 GB 37 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 52% ▕████████ ▏ 1.6 GB/3.2 GB 37 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 52% ▕████████ ▏ 1.6 GB/3.2 GB 37 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 52% ▕████████ ▏ 1.6 GB/3.2 GB 37 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 52% ▕████████ ▏ 1.7 GB/3.2 GB 37 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 53% ▕████████ ▏ 1.7 GB/3.2 GB 37 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 53% ▕████████ ▏ 1.7 GB/3.2 GB 37 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 53% ▕████████ ▏ 1.7 GB/3.2 GB 37 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 53% ▕████████ ▏ 1.7 GB/3.2 GB 37 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 53% ▕████████ ▏ 1.7 GB/3.2 GB 37 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 53% ▕████████ ▏ 1.7 GB/3.2 GB 37 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 53% ▕████████ ▏ 1.7 GB/3.2 GB 37 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 53% ▕████████ ▏ 1.7 GB/3.2 GB 37 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 54% ▕████████ ▏ 1.7 GB/3.2 GB 37 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 54% ▕████████ ▏ 1.7 GB/3.2 GB 37 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 54% ▕████████ ▏ 1.7 GB/3.2 GB 37 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 54% ▕████████ ▏ 1.7 GB/3.2 GB 37 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 54% ▕████████ ▏ 1.7 GB/3.2 GB 37 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 54% ▕████████ ▏ 1.7 GB/3.2 GB 38 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 54% ▕████████ ▏ 1.7 GB/3.2 GB 38 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 55% ▕████████ ▏ 1.7 GB/3.2 GB 38 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 55% ▕████████ ▏ 1.7 GB/3.2 GB 38 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 55% ▕████████ ▏ 1.7 GB/3.2 GB 38 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 55% ▕████████ ▏ 1.7 GB/3.2 GB 38 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 55% ▕████████ ▏ 1.7 GB/3.2 GB 38 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 55% ▕████████ ▏ 1.7 GB/3.2 GB 38 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 55% ▕████████ ▏ 1.7 GB/3.2 GB 38 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 55% ▕████████ ▏ 1.8 GB/3.2 GB 38 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 55% ▕████████ ▏ 1.8 GB/3.2 GB 37 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 55% ▕████████ ▏ 1.8 GB/3.2 GB 37 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 56% ▕████████ ▏ 1.8 GB/3.2 GB 37 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 56% ▕████████ ▏ 1.8 GB/3.2 GB 37 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 56% ▕████████ ▏ 1.8 GB/3.2 GB 37 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 56% ▕████████ ▏ 1.8 GB/3.2 GB 37 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 56% ▕████████ ▏ 1.8 GB/3.2 GB 37 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 56% ▕█████████ ▏ 1.8 GB/3.2 GB 37 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 57% ▕█████████ ▏ 1.8 GB/3.2 GB 37 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 57% ▕█████████ ▏ 1.8 GB/3.2 GB 37 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 57% ▕█████████ ▏ 1.8 GB/3.2 GB 39 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 57% ▕█████████ ▏ 1.8 GB/3.2 GB 39 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 57% ▕█████████ ▏ 1.8 GB/3.2 GB 39 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 57% ▕█████████ ▏ 1.8 GB/3.2 GB 39 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 57% ▕█████████ ▏ 1.8 GB/3.2 GB 39 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 57% ▕█████████ ▏ 1.8 GB/3.2 GB 39 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 58% ▕█████████ ▏ 1.8 GB/3.2 GB 39 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 58% ▕█████████ ▏ 1.8 GB/3.2 GB 39 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 58% ▕█████████ ▏ 1.8 GB/3.2 GB 39 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 58% ▕█████████ ▏ 1.8 GB/3.2 GB 39 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 58% ▕█████████ ▏ 1.8 GB/3.2 GB 38 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 58% ▕█████████ ▏ 1.8 GB/3.2 GB 38 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 58% ▕█████████ ▏ 1.8 GB/3.2 GB 38 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 58% ▕█████████ ▏ 1.8 GB/3.2 GB 38 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 59% ▕█████████ ▏ 1.9 GB/3.2 GB 38 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 59% ▕█████████ ▏ 1.9 GB/3.2 GB 38 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 59% ▕█████████ ▏ 1.9 GB/3.2 GB 38 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 59% ▕█████████ ▏ 1.9 GB/3.2 GB 38 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 59% ▕█████████ ▏ 1.9 GB/3.2 GB 38 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 59% ▕█████████ ▏ 1.9 GB/3.2 GB 38 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 59% ▕█████████ ▏ 1.9 GB/3.2 GB 38 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 59% ▕█████████ ▏ 1.9 GB/3.2 GB 38 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 60% ▕█████████ ▏ 1.9 GB/3.2 GB 38 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 60% ▕█████████ ▏ 1.9 GB/3.2 GB 38 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 60% ▕█████████ ▏ 1.9 GB/3.2 GB 38 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 60% ▕█████████ ▏ 1.9 GB/3.2 GB 38 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 60% ▕█████████ ▏ 1.9 GB/3.2 GB 38 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 60% ▕█████████ ▏ 1.9 GB/3.2 GB 38 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 60% ▕█████████ ▏ 1.9 GB/3.2 GB 38 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 60% ▕█████████ ▏ 1.9 GB/3.2 GB 38 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 61% ▕█████████ ▏ 1.9 GB/3.2 GB 38 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 61% ▕█████████ ▏ 1.9 GB/3.2 GB 39 MB/s 31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 61% ▕█████████ ▏ 1.9 GB/3.2 GB 39 MB/s 31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 61% ▕█████████ ▏ 1.9 GB/3.2 GB 39 MB/s 31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 61% ▕█████████ ▏ 1.9 GB/3.2 GB 39 MB/s 31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 61% ▕█████████ ▏ 1.9 GB/3.2 GB 39 MB/s 31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 62% ▕█████████ ▏ 1.9 GB/3.2 GB 39 MB/s 31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 62% ▕█████████ ▏ 1.9 GB/3.2 GB 39 MB/s 31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 62% ▕█████████ ▏ 2.0 GB/3.2 GB 39 MB/s 31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 62% ▕█████████ ▏ 2.0 GB/3.2 GB 39 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 62% ▕█████████ ▏ 2.0 GB/3.2 GB 39 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 62% ▕█████████ ▏ 2.0 GB/3.2 GB 41 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 62% ▕█████████ ▏ 2.0 GB/3.2 GB 41 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 63% ▕██████████ ▏ 2.0 GB/3.2 GB 41 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 63% ▕██████████ ▏ 2.0 GB/3.2 GB 41 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 63% ▕██████████ ▏ 2.0 GB/3.2 GB 41 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 63% ▕██████████ ▏ 2.0 GB/3.2 GB 41 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 63% ▕██████████ ▏ 2.0 GB/3.2 GB 41 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 63% ▕██████████ ▏ 2.0 GB/3.2 GB 41 MB/s 27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 63% ▕██████████ ▏ 2.0 GB/3.2 GB 41 MB/s 27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 63% ▕██████████ ▏ 2.0 GB/3.2 GB 41 MB/s 27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 63% ▕██████████ ▏ 2.0 GB/3.2 GB 41 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 63% ▕██████████ ▏ 2.0 GB/3.2 GB 41 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 64% ▕██████████ ▏ 2.0 GB/3.2 GB 41 MB/s 27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 64% ▕██████████ ▏ 2.0 GB/3.2 GB 41 MB/s 27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 64% ▕██████████ ▏ 2.0 GB/3.2 GB 41 MB/s 27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 64% ▕██████████ ▏ 2.0 GB/3.2 GB 41 MB/s 27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 64% ▕██████████ ▏ 2.0 GB/3.2 GB 41 MB/s 27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 64% ▕██████████ ▏ 2.0 GB/3.2 GB 41 MB/s 27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 64% ▕██████████ ▏ 2.0 GB/3.2 GB 41 MB/s 27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 64% ▕██████████ ▏ 2.0 GB/3.2 GB 41 MB/s 27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 65% ▕██████████ ▏ 2.0 GB/3.2 GB 41 MB/s 27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 65% ▕██████████ ▏ 2.0 GB/3.2 GB 41 MB/s 27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 65% ▕██████████ ▏ 2.1 GB/3.2 GB 41 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 65% ▕██████████ ▏ 2.1 GB/3.2 GB 41 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 65% ▕██████████ ▏ 2.1 GB/3.2 GB 41 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 65% ▕██████████ ▏ 2.1 GB/3.2 GB 41 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 65% ▕██████████ ▏ 2.1 GB/3.2 GB 41 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 65% ▕██████████ ▏ 2.1 GB/3.2 GB 41 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 65% ▕██████████ ▏ 2.1 GB/3.2 GB 41 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 66% ▕██████████ ▏ 2.1 GB/3.2 GB 41 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 66% ▕██████████ ▏ 2.1 GB/3.2 GB 41 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 66% ▕██████████ ▏ 2.1 GB/3.2 GB 41 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 66% ▕██████████ ▏ 2.1 GB/3.2 GB 41 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 66% ▕██████████ ▏ 2.1 GB/3.2 GB 41 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 66% ▕██████████ ▏ 2.1 GB/3.2 GB 41 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 66% ▕██████████ ▏ 2.1 GB/3.2 GB 41 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 67% ▕██████████ ▏ 2.1 GB/3.2 GB 41 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 67% ▕██████████ ▏ 2.1 GB/3.2 GB 41 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 67% ▕██████████ ▏ 2.1 GB/3.2 GB 41 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 67% ▕██████████ ▏ 2.1 GB/3.2 GB 41 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 67% ▕██████████ ▏ 2.1 GB/3.2 GB 41 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 67% ▕██████████ ▏ 2.1 GB/3.2 GB 40 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 67% ▕██████████ ▏ 2.1 GB/3.2 GB 40 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 67% ▕██████████ ▏ 2.1 GB/3.2 GB 40 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 68% ▕██████████ ▏ 2.1 GB/3.2 GB 40 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 68% ▕██████████ ▏ 2.1 GB/3.2 GB 40 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 68% ▕██████████ ▏ 2.1 GB/3.2 GB 40 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 68% ▕██████████ ▏ 2.1 GB/3.2 GB 40 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 68% ▕██████████ ▏ 2.1 GB/3.2 GB 40 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 68% ▕██████████ ▏ 2.1 GB/3.2 GB 40 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 68% ▕██████████ ▏ 2.2 GB/3.2 GB 40 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 68% ▕██████████ ▏ 2.2 GB/3.2 GB 39 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 68% ▕██████████ ▏ 2.2 GB/3.2 GB 39 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 68% ▕██████████ ▏ 2.2 GB/3.2 GB 39 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 69% ▕██████████ ▏ 2.2 GB/3.2 GB 39 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 69% ▕██████████ ▏ 2.2 GB/3.2 GB 39 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 69% ▕███████████ ▏ 2.2 GB/3.2 GB 39 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 69% ▕███████████ ▏ 2.2 GB/3.2 GB 39 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 69% ▕███████████ ▏ 2.2 GB/3.2 GB 39 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 69% ▕███████████ ▏ 2.2 GB/3.2 GB 39 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 69% ▕███████████ ▏ 2.2 GB/3.2 GB 39 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 69% ▕███████████ ▏ 2.2 GB/3.2 GB 39 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 69% ▕███████████ ▏ 2.2 GB/3.2 GB 39 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 70% ▕███████████ ▏ 2.2 GB/3.2 GB 39 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 70% ▕███████████ ▏ 2.2 GB/3.2 GB 39 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 70% ▕███████████ ▏ 2.2 GB/3.2 GB 39 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 70% ▕███████████ ▏ 2.2 GB/3.2 GB 39 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 70% ▕███████████ ▏ 2.2 GB/3.2 GB 39 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 70% ▕███████████ ▏ 2.2 GB/3.2 GB 39 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 70% ▕███████████ ▏ 2.2 GB/3.2 GB 39 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 70% ▕███████████ ▏ 2.2 GB/3.2 GB 39 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 71% ▕███████████ ▏ 2.2 GB/3.2 GB 39 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 71% ▕███████████ ▏ 2.2 GB/3.2 GB 39 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 71% ▕███████████ ▏ 2.2 GB/3.2 GB 39 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 71% ▕███████████ ▏ 2.2 GB/3.2 GB 39 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 71% ▕███████████ ▏ 2.3 GB/3.2 GB 39 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 71% ▕███████████ ▏ 2.3 GB/3.2 GB 39 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 71% ▕███████████ ▏ 2.3 GB/3.2 GB 39 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 72% ▕███████████ ▏ 2.3 GB/3.2 GB 39 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 72% ▕███████████ ▏ 2.3 GB/3.2 GB 39 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 72% ▕███████████ ▏ 2.3 GB/3.2 GB 39 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 72% ▕███████████ ▏ 2.3 GB/3.2 GB 39 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 72% ▕███████████ ▏ 2.3 GB/3.2 GB 39 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 72% ▕███████████ ▏ 2.3 GB/3.2 GB 39 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 72% ▕███████████ ▏ 2.3 GB/3.2 GB 39 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 72% ▕███████████ ▏ 2.3 GB/3.2 GB 39 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 72% ▕███████████ ▏ 2.3 GB/3.2 GB 39 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 72% ▕███████████ ▏ 2.3 GB/3.2 GB 39 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 73% ▕███████████ ▏ 2.3 GB/3.2 GB 39 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 73% ▕███████████ ▏ 2.3 GB/3.2 GB 39 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 73% ▕███████████ ▏ 2.3 GB/3.2 GB 39 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 73% ▕███████████ ▏ 2.3 GB/3.2 GB 39 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 73% ▕███████████ ▏ 2.3 GB/3.2 GB 38 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 73% ▕███████████ ▏ 2.3 GB/3.2 GB 38 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 74% ▕███████████ ▏ 2.3 GB/3.2 GB 38 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 74% ▕███████████ ▏ 2.3 GB/3.2 GB 38 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 74% ▕███████████ ▏ 2.3 GB/3.2 GB 38 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 74% ▕███████████ ▏ 2.3 GB/3.2 GB 38 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 74% ▕███████████ ▏ 2.3 GB/3.2 GB 38 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 74% ▕███████████ ▏ 2.3 GB/3.2 GB 38 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 74% ▕███████████ ▏ 2.4 GB/3.2 GB 38 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 74% ▕███████████ ▏ 2.4 GB/3.2 GB 38 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 74% ▕███████████ ▏ 2.4 GB/3.2 GB 39 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 75% ▕███████████ ▏ 2.4 GB/3.2 GB 39 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 75% ▕███████████ ▏ 2.4 GB/3.2 GB 39 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 75% ▕███████████ ▏ 2.4 GB/3.2 GB 39 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 75% ▕███████████ ▏ 2.4 GB/3.2 GB 39 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 75% ▕████████████ ▏ 2.4 GB/3.2 GB 39 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 75% ▕████████████ ▏ 2.4 GB/3.2 GB 39 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 75% ▕████████████ ▏ 2.4 GB/3.2 GB 39 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 76% ▕████████████ ▏ 2.4 GB/3.2 GB 39 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 76% ▕████████████ ▏ 2.4 GB/3.2 GB 39 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 76% ▕████████████ ▏ 2.4 GB/3.2 GB 39 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 76% ▕████████████ ▏ 2.4 GB/3.2 GB 39 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 76% ▕████████████ ▏ 2.4 GB/3.2 GB 39 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 76% ▕████████████ ▏ 2.4 GB/3.2 GB 39 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 76% ▕████████████ ▏ 2.4 GB/3.2 GB 39 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 76% ▕████████████ ▏ 2.4 GB/3.2 GB 39 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 77% ▕████████████ ▏ 2.4 GB/3.2 GB 39 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 77% ▕████████████ ▏ 2.4 GB/3.2 GB 39 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 77% ▕████████████ ▏ 2.4 GB/3.2 GB 39 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 77% ▕████████████ ▏ 2.4 GB/3.2 GB 39 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 77% ▕████████████ ▏ 2.4 GB/3.2 GB 39 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 77% ▕████████████ ▏ 2.4 GB/3.2 GB 39 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 77% ▕████████████ ▏ 2.4 GB/3.2 GB 39 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 77% ▕████████████ ▏ 2.5 GB/3.2 GB 39 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 78% ▕████████████ ▏ 2.5 GB/3.2 GB 39 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 78% ▕████████████ ▏ 2.5 GB/3.2 GB 39 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 78% ▕████████████ ▏ 2.5 GB/3.2 GB 39 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 78% ▕████████████ ▏ 2.5 GB/3.2 GB 39 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 78% ▕████████████ ▏ 2.5 GB/3.2 GB 39 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 78% ▕████████████ ▏ 2.5 GB/3.2 GB 39 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 78% ▕████████████ ▏ 2.5 GB/3.2 GB 39 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 79% ▕████████████ ▏ 2.5 GB/3.2 GB 40 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 79% ▕████████████ ▏ 2.5 GB/3.2 GB 40 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 79% ▕████████████ ▏ 2.5 GB/3.2 GB 40 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 79% ▕████████████ ▏ 2.5 GB/3.2 GB 40 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 79% ▕████████████ ▏ 2.5 GB/3.2 GB 40 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 79% ▕████████████ ▏ 2.5 GB/3.2 GB 40 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 79% ▕████████████ ▏ 2.5 GB/3.2 GB 40 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 79% ▕████████████ ▏ 2.5 GB/3.2 GB 40 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 79% ▕████████████ ▏ 2.5 GB/3.2 GB 40 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 80% ▕████████████ ▏ 2.5 GB/3.2 GB 40 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 80% ▕████████████ ▏ 2.5 GB/3.2 GB 40 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 80% ▕████████████ ▏ 2.5 GB/3.2 GB 40 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 80% ▕████████████ ▏ 2.5 GB/3.2 GB 40 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 80% ▕████████████ ▏ 2.5 GB/3.2 GB 40 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 80% ▕████████████ ▏ 2.5 GB/3.2 GB 40 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 80% ▕████████████ ▏ 2.5 GB/3.2 GB 40 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 80% ▕████████████ ▏ 2.5 GB/3.2 GB 40 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 80% ▕████████████ ▏ 2.5 GB/3.2 GB 40 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 81% ▕████████████ ▏ 2.6 GB/3.2 GB 40 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 81% ▕████████████ ▏ 2.6 GB/3.2 GB 40 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 81% ▕████████████ ▏ 2.6 GB/3.2 GB 40 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 81% ▕████████████ ▏ 2.6 GB/3.2 GB 40 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 81% ▕████████████ ▏ 2.6 GB/3.2 GB 40 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 81% ▕████████████ ▏ 2.6 GB/3.2 GB 40 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 81% ▕█████████████ ▏ 2.6 GB/3.2 GB 40 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 82% ▕█████████████ ▏ 2.6 GB/3.2 GB 40 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 82% ▕█████████████ ▏ 2.6 GB/3.2 GB 40 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 82% ▕█████████████ ▏ 2.6 GB/3.2 GB 40 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 82% ▕█████████████ ▏ 2.6 GB/3.2 GB 40 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 82% ▕█████████████ ▏ 2.6 GB/3.2 GB 40 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 82% ▕█████████████ ▏ 2.6 GB/3.2 GB 40 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 82% ▕█████████████ ▏ 2.6 GB/3.2 GB 40 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 82% ▕█████████████ ▏ 2.6 GB/3.2 GB 40 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 83% ▕█████████████ ▏ 2.6 GB/3.2 GB 40 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 83% ▕█████████████ ▏ 2.6 GB/3.2 GB 40 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 83% ▕█████████████ ▏ 2.6 GB/3.2 GB 40 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 83% ▕█████████████ ▏ 2.6 GB/3.2 GB 40 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 83% ▕█████████████ ▏ 2.6 GB/3.2 GB 40 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 83% ▕█████████████ ▏ 2.6 GB/3.2 GB 40 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 83% ▕█████████████ ▏ 2.6 GB/3.2 GB 40 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 84% ▕█████████████ ▏ 2.6 GB/3.2 GB 41 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 84% ▕█████████████ ▏ 2.6 GB/3.2 GB 41 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 84% ▕█████████████ ▏ 2.6 GB/3.2 GB 41 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 84% ▕█████████████ ▏ 2.7 GB/3.2 GB 41 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 84% ▕█████████████ ▏ 2.7 GB/3.2 GB 41 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 84% ▕█████████████ ▏ 2.7 GB/3.2 GB 41 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 84% ▕█████████████ ▏ 2.7 GB/3.2 GB 41 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 84% ▕█████████████ ▏ 2.7 GB/3.2 GB 41 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 84% ▕█████████████ ▏ 2.7 GB/3.2 GB 41 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 85% ▕█████████████ ▏ 2.7 GB/3.2 GB 41 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 85% ▕█████████████ ▏ 2.7 GB/3.2 GB 41 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 85% ▕█████████████ ▏ 2.7 GB/3.2 GB 41 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 85% ▕█████████████ ▏ 2.7 GB/3.2 GB 41 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 85% ▕█████████████ ▏ 2.7 GB/3.2 GB 41 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 85% ▕█████████████ ▏ 2.7 GB/3.2 GB 41 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 85% ▕█████████████ ▏ 2.7 GB/3.2 GB 41 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 86% ▕█████████████ ▏ 2.7 GB/3.2 GB 41 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 86% ▕█████████████ ▏ 2.7 GB/3.2 GB 41 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 86% ▕█████████████ ▏ 2.7 GB/3.2 GB 41 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 86% ▕█████████████ ▏ 2.7 GB/3.2 GB 41 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 86% ▕█████████████ ▏ 2.7 GB/3.2 GB 41 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 86% ▕█████████████ ▏ 2.7 GB/3.2 GB 41 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 86% ▕█████████████ ▏ 2.7 GB/3.2 GB 41 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 87% ▕█████████████ ▏ 2.7 GB/3.2 GB 41 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 87% ▕█████████████ ▏ 2.7 GB/3.2 GB 41 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 87% ▕█████████████ ▏ 2.7 GB/3.2 GB 41 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 87% ▕█████████████ ▏ 2.8 GB/3.2 GB 41 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 87% ▕█████████████ ▏ 2.8 GB/3.2 GB 41 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 87% ▕█████████████ ▏ 2.8 GB/3.2 GB 41 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 87% ▕█████████████ ▏ 2.8 GB/3.2 GB 41 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 88% ▕██████████████ ▏ 2.8 GB/3.2 GB 41 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 88% ▕██████████████ ▏ 2.8 GB/3.2 GB 41 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 88% ▕██████████████ ▏ 2.8 GB/3.2 GB 41 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 88% ▕██████████████ ▏ 2.8 GB/3.2 GB 41 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 88% ▕██████████████ ▏ 2.8 GB/3.2 GB 41 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 88% ▕██████████████ ▏ 2.8 GB/3.2 GB 41 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 88% ▕██████████████ ▏ 2.8 GB/3.2 GB 41 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 88% ▕██████████████ ▏ 2.8 GB/3.2 GB 41 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 89% ▕██████████████ ▏ 2.8 GB/3.2 GB 41 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 89% ▕██████████████ ▏ 2.8 GB/3.2 GB 41 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 89% ▕██████████████ ▏ 2.8 GB/3.2 GB 41 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 89% ▕██████████████ ▏ 2.8 GB/3.2 GB 42 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 89% ▕██████████████ ▏ 2.8 GB/3.2 GB 42 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 89% ▕██████████████ ▏ 2.8 GB/3.2 GB 42 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 90% ▕██████████████ ▏ 2.8 GB/3.2 GB 42 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 90% ▕██████████████ ▏ 2.8 GB/3.2 GB 42 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 90% ▕██████████████ ▏ 2.8 GB/3.2 GB 42 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 90% ▕██████████████ ▏ 2.8 GB/3.2 GB 42 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 90% ▕██████████████ ▏ 2.8 GB/3.2 GB 42 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 90% ▕██████████████ ▏ 2.9 GB/3.2 GB 42 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 90% ▕██████████████ ▏ 2.9 GB/3.2 GB 42 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 90% ▕██████████████ ▏ 2.9 GB/3.2 GB 41 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 90% ▕██████████████ ▏ 2.9 GB/3.2 GB 41 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 91% ▕██████████████ ▏ 2.9 GB/3.2 GB 41 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 91% ▕██████████████ ▏ 2.9 GB/3.2 GB 41 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 91% ▕██████████████ ▏ 2.9 GB/3.2 GB 41 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 91% ▕██████████████ ▏ 2.9 GB/3.2 GB 41 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 91% ▕██████████████ ▏ 2.9 GB/3.2 GB 41 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 91% ▕██████████████ ▏ 2.9 GB/3.2 GB 41 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 91% ▕██████████████ ▏ 2.9 GB/3.2 GB 41 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 91% ▕██████████████ ▏ 2.9 GB/3.2 GB 41 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 91% ▕██████████████ ▏ 2.9 GB/3.2 GB 41 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 92% ▕██████████████ ▏ 2.9 GB/3.2 GB 41 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 92% ▕██████████████ ▏ 2.9 GB/3.2 GB 41 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 92% ▕██████████████ ▏ 2.9 GB/3.2 GB 41 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 92% ▕██████████████ ▏ 2.9 GB/3.2 GB 41 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 92% ▕██████████████ ▏ 2.9 GB/3.2 GB 41 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 92% ▕██████████████ ▏ 2.9 GB/3.2 GB 41 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 92% ▕██████████████ ▏ 2.9 GB/3.2 GB 41 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 93% ▕██████████████ ▏ 2.9 GB/3.2 GB 41 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 93% ▕██████████████ ▏ 2.9 GB/3.2 GB 41 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 93% ▕██████████████ ▏ 2.9 GB/3.2 GB 41 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 93% ▕██████████████ ▏ 2.9 GB/3.2 GB 42 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 93% ▕██████████████ ▏ 2.9 GB/3.2 GB 42 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 93% ▕██████████████ ▏ 2.9 GB/3.2 GB 42 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 93% ▕██████████████ ▏ 3.0 GB/3.2 GB 42 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 93% ▕██████████████ ▏ 3.0 GB/3.2 GB 42 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 94% ▕██████████████ ▏ 3.0 GB/3.2 GB 42 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 94% ▕██████████████ ▏ 3.0 GB/3.2 GB 42 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 94% ▕██████████████ ▏ 3.0 GB/3.2 GB 42 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 94% ▕███████████████ ▏ 3.0 GB/3.2 GB 42 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 94% ▕███████████████ ▏ 3.0 GB/3.2 GB 42 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 94% ▕███████████████ ▏ 3.0 GB/3.2 GB 42 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 94% ▕███████████████ ▏ 3.0 GB/3.2 GB 42 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 94% ▕███████████████ ▏ 3.0 GB/3.2 GB 42 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 95% ▕███████████████ ▏ 3.0 GB/3.2 GB 42 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 95% ▕███████████████ ▏ 3.0 GB/3.2 GB 42 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 95% ▕███████████████ ▏ 3.0 GB/3.2 GB 42 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 95% ▕███████████████ ▏ 3.0 GB/3.2 GB 42 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 95% ▕███████████████ ▏ 3.0 GB/3.2 GB 42 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 95% ▕███████████████ ▏ 3.0 GB/3.2 GB 42 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 95% ▕███████████████ ▏ 3.0 GB/3.2 GB 42 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 95% ▕███████████████ ▏ 3.0 GB/3.2 GB 41 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 96% ▕███████████████ ▏ 3.0 GB/3.2 GB 41 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 96% ▕███████████████ ▏ 3.0 GB/3.2 GB 41 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 96% ▕███████████████ ▏ 3.0 GB/3.2 GB 41 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 96% ▕███████████████ ▏ 3.0 GB/3.2 GB 41 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 96% ▕███████████████ ▏ 3.0 GB/3.2 GB 41 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 96% ▕███████████████ ▏ 3.0 GB/3.2 GB 41 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 96% ▕███████████████ ▏ 3.0 GB/3.2 GB 41 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 96% ▕███████████████ ▏ 3.0 GB/3.2 GB 41 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 96% ▕███████████████ ▏ 3.1 GB/3.2 GB 41 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 97% ▕███████████████ ▏ 3.1 GB/3.2 GB 41 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 97% ▕███████████████ ▏ 3.1 GB/3.2 GB 41 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 97% ▕███████████████ ▏ 3.1 GB/3.2 GB 41 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 97% ▕███████████████ ▏ 3.1 GB/3.2 GB 41 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 97% ▕███████████████ ▏ 3.1 GB/3.2 GB 41 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 97% ▕███████████████ ▏ 3.1 GB/3.2 GB 41 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 97% ▕███████████████ ▏ 3.1 GB/3.2 GB 41 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 97% ▕███████████████ ▏ 3.1 GB/3.2 GB 41 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 98% ▕███████████████ ▏ 3.1 GB/3.2 GB 41 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 98% ▕███████████████ ▏ 3.1 GB/3.2 GB 41 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 98% ▕███████████████ ▏ 3.1 GB/3.2 GB 41 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 98% ▕███████████████ ▏ 3.1 GB/3.2 GB 41 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 98% ▕███████████████ ▏ 3.1 GB/3.2 GB 41 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 98% ▕███████████████ ▏ 3.1 GB/3.2 GB 41 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 98% ▕███████████████ ▏ 3.1 GB/3.2 GB 41 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 99% ▕███████████████ ▏ 3.1 GB/3.2 GB 41 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 99% ▕███████████████ ▏ 3.1 GB/3.2 GB 41 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 99% ▕███████████████ ▏ 3.1 GB/3.2 GB 41 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 99% ▕███████████████ ▏ 3.1 GB/3.2 GB 41 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 99% ▕███████████████ ▏ 3.1 GB/3.2 GB 41 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 99% ▕███████████████ ▏ 3.1 GB/3.2 GB 41 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 99% ▕███████████████ ▏ 3.1 GB/3.2 GB 40 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 99% ▕███████████████ ▏ 3.1 GB/3.2 GB 40 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 99% ▕███████████████ ▏ 3.1 GB/3.2 GB 40 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕███████████████ ▏ 3.2 GB/3.2 GB 40 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕███████████████ ▏ 3.2 GB/3.2 GB 40 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕███████████████ ▏ 3.2 GB/3.2 GB 40 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕███████████████ ▏ 3.2 GB/3.2 GB 40 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕███████████████ ▏ 3.2 GB/3.2 GB 40 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ea1459c26ce1... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ea1459c26ce1... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ea1459c26ce1... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ea1459c26ce1... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ea1459c26ce1... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ea1459c26ce1... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ea1459c26ce1... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ea1459c26ce1... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ea1459c26ce1... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ea1459c26ce1... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ea1459c26ce1... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ea1459c26ce1... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ea1459c26ce1... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ea1459c26ce1... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ea1459c26ce1... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ea1459c26ce1... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ea1459c26ce1... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ea1459c26ce1... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ea1459c26ce1... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ea1459c26ce1... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ea1459c26ce1... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ea1459c26ce1... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ea1459c26ce1... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ea1459c26ce1... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ea1459c26ce1... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ea1459c26ce1... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ea1459c26ce1... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ea1459c26ce1... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ea1459c26ce1... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ea1459c26ce1... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ea1459c26ce1... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ea1459c26ce1... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ea1459c26ce1... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ea1459c26ce1... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ea1459c26ce1... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ea1459c26ce1... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ea1459c26ce1... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ea1459c26ce1... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ea1459c26ce1... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ea1459c26ce1... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ea1459c26ce1... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ea1459c26ce1... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ea1459c26ce1... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ea1459c26ce1... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ea1459c26ce1... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ea1459c26ce1... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ea1459c26ce1... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ea1459c26ce1... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ea1459c26ce1... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ea1459c26ce1... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ea1459c26ce1... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ea1459c26ce1... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ea1459c26ce1... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ea1459c26ce1... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ea1459c26ce1... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ea1459c26ce1... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ea1459c26ce1... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ea1459c26ce1... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ea1459c26ce1... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ea1459c26ce1... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ea1459c26ce1... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ea1459c26ce1... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ea1459c26ce1... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ea1459c26ce1... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ea1459c26ce1... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ea1459c26ce1... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ea1459c26ce1... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ea1459c26ce1... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ea1459c26ce1... 100% ▕████████████████▏ 457 B \n", - "pushing manifest \n", - "success \u001b[?25h\n", - "\u001b[?25ltransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer \n", - "creating template layer \n", - "creating system layer \n", - "creating parameters layer \n", - "creating config layer \n", - "using already created layer sha256:1171bd8a88da4cd85f89eb80dc293aedf4df2ebbd559316a81e2598041d0ad52 \n", - "using already created layer sha256:04de533bb8fd4eb327158f79cdc0de736558e45d198db9275ef536f470281f1f \n", - "using already created layer sha256:af41c51c14924c73d476c474dd0617253462cdb32f1256d8b3d3d9fc00371199 \n", - "using already created layer sha256:3559b403e83a9669ecd8d347a509c20b870674a9838218f8b812c93c419fec88 \n", - "writing layer sha256:cfb862f630d6657227d7f6518db4bcae380110440ff966f252303240dd7c0f77 \n", - "writing manifest \n", - "success \u001b[?25h\n", - "copied 'notus:q4_0' to 'argilla/notus:q4_0'\n", - "\u001b[?25lretrieving manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 0% ▕ ▏ 917 KB/4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 0% ▕ ▏ 1.9 MB/4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 0% ▕ ▏ 2.1 MB/4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 0% ▕ ▏ 2.1 MB/4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 0% ▕ ▏ 2.1 MB/4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 0% ▕ ▏ 2.1 MB/4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 0% ▕ ▏ 3.2 MB/4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 0% ▕ ▏ 3.2 MB/4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 0% ▕ ▏ 131 KB/4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 0% ▕ ▏ 2.0 MB/4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 0% ▕ ▏ 3.4 MB/4.1 GB 2.5 MB/s 27m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 0% ▕ ▏ 10 MB/4.1 GB 2.5 MB/s 27m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 0% ▕ ▏ 12 MB/4.1 GB 2.5 MB/s 27m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 0% ▕ ▏ 17 MB/4.1 GB 2.5 MB/s 27m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 1% ▕ ▏ 20 MB/4.1 GB 2.5 MB/s 27m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 1% ▕ ▏ 23 MB/4.1 GB 2.5 MB/s 27m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 1% ▕ ▏ 30 MB/4.1 GB 2.5 MB/s 27m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 1% ▕ ▏ 38 MB/4.1 GB 2.5 MB/s 27m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 1% ▕ ▏ 41 MB/4.1 GB 2.5 MB/s 27m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 1% ▕ ▏ 43 MB/4.1 GB 2.5 MB/s 27m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 1% ▕ ▏ 48 MB/4.1 GB 23 MB/s 2m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 1% ▕ ▏ 53 MB/4.1 GB 23 MB/s 2m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 1% ▕ ▏ 59 MB/4.1 GB 23 MB/s 2m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 2% ▕ ▏ 65 MB/4.1 GB 23 MB/s 2m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 2% ▕ ▏ 70 MB/4.1 GB 23 MB/s 2m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 2% ▕ ▏ 77 MB/4.1 GB 23 MB/s 2m48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 2% ▕ ▏ 78 MB/4.1 GB 23 MB/s 2m48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 2% ▕ ▏ 75 MB/4.1 GB 23 MB/s 2m48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 2% ▕ ▏ 82 MB/4.1 GB 23 MB/s 2m48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 2% ▕ ▏ 89 MB/4.1 GB 23 MB/s 2m48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 2% ▕ ▏ 94 MB/4.1 GB 23 MB/s 2m48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 2% ▕ ▏ 101 MB/4.1 GB 32 MB/s 2m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 3% ▕ ▏ 103 MB/4.1 GB 32 MB/s 2m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 3% ▕ ▏ 109 MB/4.1 GB 32 MB/s 2m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 3% ▕ ▏ 119 MB/4.1 GB 32 MB/s 2m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 3% ▕ ▏ 121 MB/4.1 GB 32 MB/s 2m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 3% ▕ ▏ 126 MB/4.1 GB 32 MB/s 2m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 3% ▕ ▏ 128 MB/4.1 GB 32 MB/s 2m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 3% ▕ ▏ 133 MB/4.1 GB 32 MB/s 2m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 3% ▕ ▏ 135 MB/4.1 GB 32 MB/s 2m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 3% ▕ ▏ 141 MB/4.1 GB 32 MB/s 2m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 4% ▕ ▏ 150 MB/4.1 GB 36 MB/s 1m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 4% ▕ ▏ 151 MB/4.1 GB 36 MB/s 1m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 4% ▕ ▏ 154 MB/4.1 GB 36 MB/s 1m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 4% ▕ ▏ 164 MB/4.1 GB 36 MB/s 1m48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 4% ▕ ▏ 167 MB/4.1 GB 36 MB/s 1m48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 4% ▕ ▏ 170 MB/4.1 GB 36 MB/s 1m48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 4% ▕ ▏ 172 MB/4.1 GB 36 MB/s 1m48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 4% ▕ ▏ 174 MB/4.1 GB 36 MB/s 1m48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 4% ▕ ▏ 184 MB/4.1 GB 36 MB/s 1m48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 5% ▕ ▏ 189 MB/4.1 GB 36 MB/s 1m48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 5% ▕ ▏ 190 MB/4.1 GB 37 MB/s 1m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 5% ▕ ▏ 192 MB/4.1 GB 37 MB/s 1m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 5% ▕ ▏ 203 MB/4.1 GB 37 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 5% ▕ ▏ 210 MB/4.1 GB 37 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 5% ▕ ▏ 213 MB/4.1 GB 37 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 5% ▕ ▏ 218 MB/4.1 GB 37 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 5% ▕ ▏ 217 MB/4.1 GB 37 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 5% ▕ ▏ 225 MB/4.1 GB 37 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 6% ▕ ▏ 227 MB/4.1 GB 37 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 6% ▕ ▏ 230 MB/4.1 GB 37 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 6% ▕ ▏ 235 MB/4.1 GB 39 MB/s 1m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 6% ▕ ▏ 245 MB/4.1 GB 39 MB/s 1m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 6% ▕ ▏ 247 MB/4.1 GB 39 MB/s 1m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 6% ▕ ▏ 248 MB/4.1 GB 39 MB/s 1m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 6% ▕ ▏ 254 MB/4.1 GB 39 MB/s 1m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 6% ▕█ ▏ 262 MB/4.1 GB 39 MB/s 1m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 7% ▕█ ▏ 267 MB/4.1 GB 39 MB/s 1m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 7% ▕█ ▏ 272 MB/4.1 GB 39 MB/s 1m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 7% ▕█ ▏ 276 MB/4.1 GB 39 MB/s 1m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 7% ▕█ ▏ 285 MB/4.1 GB 39 MB/s 1m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 7% ▕█ ▏ 287 MB/4.1 GB 40 MB/s 1m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 7% ▕█ ▏ 291 MB/4.1 GB 40 MB/s 1m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 7% ▕█ ▏ 295 MB/4.1 GB 40 MB/s 1m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 7% ▕█ ▏ 296 MB/4.1 GB 40 MB/s 1m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 7% ▕█ ▏ 297 MB/4.1 GB 40 MB/s 1m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 8% ▕█ ▏ 308 MB/4.1 GB 40 MB/s 1m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 8% ▕█ ▏ 316 MB/4.1 GB 40 MB/s 1m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 8% ▕█ ▏ 317 MB/4.1 GB 40 MB/s 1m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 8% ▕█ ▏ 320 MB/4.1 GB 40 MB/s 1m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 8% ▕█ ▏ 319 MB/4.1 GB 40 MB/s 1m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 8% ▕█ ▏ 320 MB/4.1 GB 40 MB/s 1m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 8% ▕█ ▏ 335 MB/4.1 GB 40 MB/s 1m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 8% ▕█ ▏ 339 MB/4.1 GB 40 MB/s 1m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 8% ▕█ ▏ 340 MB/4.1 GB 40 MB/s 1m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 8% ▕█ ▏ 344 MB/4.1 GB 40 MB/s 1m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 9% ▕█ ▏ 351 MB/4.1 GB 40 MB/s 1m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 9% ▕█ ▏ 352 MB/4.1 GB 40 MB/s 1m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 9% ▕█ ▏ 364 MB/4.1 GB 40 MB/s 1m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 9% ▕█ ▏ 370 MB/4.1 GB 40 MB/s 1m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 9% ▕█ ▏ 370 MB/4.1 GB 40 MB/s 1m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 9% ▕█ ▏ 371 MB/4.1 GB 40 MB/s 1m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 9% ▕█ ▏ 372 MB/4.1 GB 41 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 9% ▕█ ▏ 377 MB/4.1 GB 41 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 9% ▕█ ▏ 386 MB/4.1 GB 41 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 10% ▕█ ▏ 390 MB/4.1 GB 41 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 10% ▕█ ▏ 395 MB/4.1 GB 41 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 10% ▕█ ▏ 401 MB/4.1 GB 41 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 10% ▕█ ▏ 403 MB/4.1 GB 41 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 10% ▕█ ▏ 404 MB/4.1 GB 41 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 10% ▕█ ▏ 406 MB/4.1 GB 41 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 10% ▕█ ▏ 414 MB/4.1 GB 41 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 10% ▕█ ▏ 424 MB/4.1 GB 46 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 10% ▕█ ▏ 428 MB/4.1 GB 46 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 11% ▕█ ▏ 433 MB/4.1 GB 46 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 11% ▕█ ▏ 433 MB/4.1 GB 46 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 11% ▕█ ▏ 436 MB/4.1 GB 46 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 11% ▕█ ▏ 441 MB/4.1 GB 46 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 11% ▕█ ▏ 442 MB/4.1 GB 46 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 11% ▕█ ▏ 448 MB/4.1 GB 46 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 11% ▕█ ▏ 462 MB/4.1 GB 46 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 11% ▕█ ▏ 463 MB/4.1 GB 46 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 11% ▕█ ▏ 468 MB/4.1 GB 46 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 11% ▕█ ▏ 468 MB/4.1 GB 46 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 11% ▕█ ▏ 469 MB/4.1 GB 46 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 12% ▕█ ▏ 479 MB/4.1 GB 46 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 12% ▕█ ▏ 477 MB/4.1 GB 46 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 12% ▕█ ▏ 481 MB/4.1 GB 46 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 12% ▕█ ▏ 484 MB/4.1 GB 46 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 12% ▕█ ▏ 500 MB/4.1 GB 46 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 12% ▕█ ▏ 501 MB/4.1 GB 46 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 12% ▕█ ▏ 502 MB/4.1 GB 46 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 12% ▕█ ▏ 505 MB/4.1 GB 45 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 12% ▕█ ▏ 513 MB/4.1 GB 45 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 13% ▕██ ▏ 519 MB/4.1 GB 45 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 13% ▕██ ▏ 523 MB/4.1 GB 45 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 13% ▕██ ▏ 525 MB/4.1 GB 45 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 13% ▕██ ▏ 530 MB/4.1 GB 45 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 13% ▕██ ▏ 531 MB/4.1 GB 45 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 13% ▕██ ▏ 533 MB/4.1 GB 45 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 13% ▕██ ▏ 537 MB/4.1 GB 45 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 13% ▕██ ▏ 547 MB/4.1 GB 45 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 13% ▕██ ▏ 549 MB/4.1 GB 45 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 14% ▕██ ▏ 556 MB/4.1 GB 45 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 14% ▕██ ▏ 564 MB/4.1 GB 45 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 14% ▕██ ▏ 567 MB/4.1 GB 45 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 14% ▕██ ▏ 568 MB/4.1 GB 45 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 14% ▕██ ▏ 569 MB/4.1 GB 45 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 14% ▕██ ▏ 570 MB/4.1 GB 45 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 14% ▕██ ▏ 586 MB/4.1 GB 45 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 14% ▕██ ▏ 589 MB/4.1 GB 45 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 14% ▕██ ▏ 590 MB/4.1 GB 45 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 14% ▕██ ▏ 590 MB/4.1 GB 45 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 14% ▕██ ▏ 588 MB/4.1 GB 44 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 15% ▕██ ▏ 602 MB/4.1 GB 44 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 15% ▕██ ▏ 607 MB/4.1 GB 44 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 15% ▕██ ▏ 610 MB/4.1 GB 44 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 15% ▕██ ▏ 613 MB/4.1 GB 44 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 15% ▕██ ▏ 616 MB/4.1 GB 44 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 15% ▕██ ▏ 621 MB/4.1 GB 44 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 15% ▕██ ▏ 631 MB/4.1 GB 44 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 16% ▕██ ▏ 638 MB/4.1 GB 44 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 16% ▕██ ▏ 639 MB/4.1 GB 44 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 16% ▕██ ▏ 639 MB/4.1 GB 44 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 16% ▕██ ▏ 640 MB/4.1 GB 44 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 16% ▕██ ▏ 644 MB/4.1 GB 44 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 16% ▕██ ▏ 645 MB/4.1 GB 44 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 16% ▕██ ▏ 651 MB/4.1 GB 44 MB/s 1m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 16% ▕██ ▏ 654 MB/4.1 GB 44 MB/s 1m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 16% ▕██ ▏ 655 MB/4.1 GB 44 MB/s 1m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 16% ▕██ ▏ 666 MB/4.1 GB 44 MB/s 1m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 16% ▕██ ▏ 672 MB/4.1 GB 44 MB/s 1m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 16% ▕██ ▏ 674 MB/4.1 GB 44 MB/s 1m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 16% ▕██ ▏ 676 MB/4.1 GB 43 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 17% ▕██ ▏ 679 MB/4.1 GB 43 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 17% ▕██ ▏ 681 MB/4.1 GB 43 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 17% ▕██ ▏ 688 MB/4.1 GB 43 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 17% ▕██ ▏ 701 MB/4.1 GB 43 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 17% ▕██ ▏ 700 MB/4.1 GB 43 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 17% ▕██ ▏ 702 MB/4.1 GB 43 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 17% ▕██ ▏ 705 MB/4.1 GB 43 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 17% ▕██ ▏ 709 MB/4.1 GB 43 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 17% ▕██ ▏ 714 MB/4.1 GB 43 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 18% ▕██ ▏ 730 MB/4.1 GB 45 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 18% ▕██ ▏ 731 MB/4.1 GB 45 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 18% ▕██ ▏ 736 MB/4.1 GB 45 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 18% ▕██ ▏ 736 MB/4.1 GB 45 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 18% ▕██ ▏ 736 MB/4.1 GB 45 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 18% ▕██ ▏ 736 MB/4.1 GB 45 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 18% ▕██ ▏ 741 MB/4.1 GB 45 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 18% ▕██ ▏ 752 MB/4.1 GB 45 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 18% ▕██ ▏ 757 MB/4.1 GB 45 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 19% ▕██ ▏ 763 MB/4.1 GB 45 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 19% ▕██ ▏ 768 MB/4.1 GB 45 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 19% ▕███ ▏ 774 MB/4.1 GB 44 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 19% ▕███ ▏ 776 MB/4.1 GB 44 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 19% ▕███ ▏ 781 MB/4.1 GB 44 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 19% ▕███ ▏ 784 MB/4.1 GB 44 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 19% ▕███ ▏ 786 MB/4.1 GB 44 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 19% ▕███ ▏ 789 MB/4.1 GB 44 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 19% ▕███ ▏ 798 MB/4.1 GB 44 MB/s 1m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 19% ▕███ ▏ 800 MB/4.1 GB 44 MB/s 1m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 20% ▕███ ▏ 802 MB/4.1 GB 44 MB/s 1m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 20% ▕███ ▏ 811 MB/4.1 GB 44 MB/s 1m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 20% ▕███ ▏ 817 MB/4.1 GB 43 MB/s 1m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 20% ▕███ ▏ 818 MB/4.1 GB 43 MB/s 1m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 20% ▕███ ▏ 824 MB/4.1 GB 43 MB/s 1m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 20% ▕███ ▏ 833 MB/4.1 GB 43 MB/s 1m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 20% ▕███ ▏ 837 MB/4.1 GB 43 MB/s 1m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 20% ▕███ ▏ 839 MB/4.1 GB 43 MB/s 1m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 20% ▕███ ▏ 839 MB/4.1 GB 43 MB/s 1m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 20% ▕███ ▏ 840 MB/4.1 GB 43 MB/s 1m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 21% ▕███ ▏ 844 MB/4.1 GB 43 MB/s 1m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 21% ▕███ ▏ 854 MB/4.1 GB 43 MB/s 1m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 21% ▕███ ▏ 856 MB/4.1 GB 43 MB/s 1m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 21% ▕███ ▏ 860 MB/4.1 GB 43 MB/s 1m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 21% ▕███ ▏ 861 MB/4.1 GB 43 MB/s 1m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 21% ▕███ ▏ 865 MB/4.1 GB 43 MB/s 1m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 21% ▕███ ▏ 871 MB/4.1 GB 43 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 21% ▕███ ▏ 873 MB/4.1 GB 43 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 21% ▕███ ▏ 873 MB/4.1 GB 43 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 21% ▕███ ▏ 883 MB/4.1 GB 43 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 22% ▕███ ▏ 888 MB/4.1 GB 43 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 22% ▕███ ▏ 889 MB/4.1 GB 43 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 22% ▕███ ▏ 891 MB/4.1 GB 42 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 22% ▕███ ▏ 901 MB/4.1 GB 42 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 22% ▕███ ▏ 905 MB/4.1 GB 42 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 22% ▕███ ▏ 907 MB/4.1 GB 42 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 22% ▕███ ▏ 910 MB/4.1 GB 42 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 22% ▕███ ▏ 911 MB/4.1 GB 42 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 22% ▕███ ▏ 916 MB/4.1 GB 42 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 23% ▕███ ▏ 925 MB/4.1 GB 42 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 23% ▕███ ▏ 927 MB/4.1 GB 42 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 23% ▕███ ▏ 932 MB/4.1 GB 42 MB/s 1m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 23% ▕███ ▏ 938 MB/4.1 GB 43 MB/s 1m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 23% ▕███ ▏ 941 MB/4.1 GB 43 MB/s 1m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 23% ▕███ ▏ 948 MB/4.1 GB 43 MB/s 1m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 23% ▕███ ▏ 953 MB/4.1 GB 43 MB/s 1m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 23% ▕███ ▏ 955 MB/4.1 GB 43 MB/s 1m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 23% ▕███ ▏ 964 MB/4.1 GB 43 MB/s 1m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 24% ▕███ ▏ 966 MB/4.1 GB 43 MB/s 1m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 24% ▕███ ▏ 969 MB/4.1 GB 43 MB/s 1m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 24% ▕███ ▏ 975 MB/4.1 GB 43 MB/s 1m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 24% ▕███ ▏ 980 MB/4.1 GB 43 MB/s 1m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 24% ▕███ ▏ 981 MB/4.1 GB 43 MB/s 1m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 24% ▕███ ▏ 988 MB/4.1 GB 44 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 24% ▕███ ▏ 994 MB/4.1 GB 44 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 24% ▕███ ▏ 999 MB/4.1 GB 44 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 24% ▕███ ▏ 1.0 GB/4.1 GB 44 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 24% ▕███ ▏ 1.0 GB/4.1 GB 44 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 25% ▕███ ▏ 1.0 GB/4.1 GB 44 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 25% ▕███ ▏ 1.0 GB/4.1 GB 44 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 25% ▕███ ▏ 1.0 GB/4.1 GB 44 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 25% ▕███ ▏ 1.0 GB/4.1 GB 44 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 25% ▕████ ▏ 1.0 GB/4.1 GB 44 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 25% ▕████ ▏ 1.0 GB/4.1 GB 43 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 25% ▕████ ▏ 1.0 GB/4.1 GB 43 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 25% ▕████ ▏ 1.0 GB/4.1 GB 43 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 26% ▕████ ▏ 1.0 GB/4.1 GB 43 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 26% ▕████ ▏ 1.1 GB/4.1 GB 43 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 26% ▕████ ▏ 1.1 GB/4.1 GB 43 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 26% ▕████ ▏ 1.1 GB/4.1 GB 43 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 26% ▕████ ▏ 1.1 GB/4.1 GB 43 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 26% ▕████ ▏ 1.1 GB/4.1 GB 43 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 26% ▕████ ▏ 1.1 GB/4.1 GB 43 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 26% ▕████ ▏ 1.1 GB/4.1 GB 44 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 26% ▕████ ▏ 1.1 GB/4.1 GB 44 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 27% ▕████ ▏ 1.1 GB/4.1 GB 44 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 27% ▕████ ▏ 1.1 GB/4.1 GB 44 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 27% ▕████ ▏ 1.1 GB/4.1 GB 44 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 27% ▕████ ▏ 1.1 GB/4.1 GB 44 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 27% ▕████ ▏ 1.1 GB/4.1 GB 44 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 27% ▕████ ▏ 1.1 GB/4.1 GB 44 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 27% ▕████ ▏ 1.1 GB/4.1 GB 44 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 27% ▕████ ▏ 1.1 GB/4.1 GB 44 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 28% ▕████ ▏ 1.1 GB/4.1 GB 44 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 28% ▕████ ▏ 1.1 GB/4.1 GB 44 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 28% ▕████ ▏ 1.1 GB/4.1 GB 44 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 28% ▕████ ▏ 1.1 GB/4.1 GB 44 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 28% ▕████ ▏ 1.1 GB/4.1 GB 44 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 28% ▕████ ▏ 1.1 GB/4.1 GB 44 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 28% ▕████ ▏ 1.1 GB/4.1 GB 44 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 28% ▕████ ▏ 1.2 GB/4.1 GB 44 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 28% ▕████ ▏ 1.2 GB/4.1 GB 44 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 28% ▕████ ▏ 1.2 GB/4.1 GB 44 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 28% ▕████ ▏ 1.2 GB/4.1 GB 43 MB/s 1m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 28% ▕████ ▏ 1.2 GB/4.1 GB 43 MB/s 1m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 29% ▕████ ▏ 1.2 GB/4.1 GB 43 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 29% ▕████ ▏ 1.2 GB/4.1 GB 43 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 29% ▕████ ▏ 1.2 GB/4.1 GB 43 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 29% ▕████ ▏ 1.2 GB/4.1 GB 43 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 29% ▕████ ▏ 1.2 GB/4.1 GB 43 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 29% ▕████ ▏ 1.2 GB/4.1 GB 43 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 29% ▕████ ▏ 1.2 GB/4.1 GB 43 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 29% ▕████ ▏ 1.2 GB/4.1 GB 43 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 29% ▕████ ▏ 1.2 GB/4.1 GB 43 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 29% ▕████ ▏ 1.2 GB/4.1 GB 43 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 30% ▕████ ▏ 1.2 GB/4.1 GB 43 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 30% ▕████ ▏ 1.2 GB/4.1 GB 43 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 30% ▕████ ▏ 1.2 GB/4.1 GB 43 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 30% ▕████ ▏ 1.2 GB/4.1 GB 43 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 30% ▕████ ▏ 1.2 GB/4.1 GB 43 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 30% ▕████ ▏ 1.2 GB/4.1 GB 43 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 30% ▕████ ▏ 1.2 GB/4.1 GB 43 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 30% ▕████ ▏ 1.2 GB/4.1 GB 43 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 30% ▕████ ▏ 1.2 GB/4.1 GB 43 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 31% ▕████ ▏ 1.3 GB/4.1 GB 43 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 31% ▕████ ▏ 1.3 GB/4.1 GB 43 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 31% ▕████ ▏ 1.3 GB/4.1 GB 43 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 31% ▕████ ▏ 1.3 GB/4.1 GB 43 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 31% ▕████ ▏ 1.3 GB/4.1 GB 43 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 31% ▕████ ▏ 1.3 GB/4.1 GB 43 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 31% ▕████ ▏ 1.3 GB/4.1 GB 43 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 31% ▕████ ▏ 1.3 GB/4.1 GB 43 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 31% ▕████ ▏ 1.3 GB/4.1 GB 43 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 31% ▕█████ ▏ 1.3 GB/4.1 GB 43 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 31% ▕█████ ▏ 1.3 GB/4.1 GB 44 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 31% ▕█████ ▏ 1.3 GB/4.1 GB 44 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 32% ▕█████ ▏ 1.3 GB/4.1 GB 44 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 32% ▕█████ ▏ 1.3 GB/4.1 GB 44 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 32% ▕█████ ▏ 1.3 GB/4.1 GB 44 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 32% ▕█████ ▏ 1.3 GB/4.1 GB 44 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 32% ▕█████ ▏ 1.3 GB/4.1 GB 44 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 32% ▕█████ ▏ 1.3 GB/4.1 GB 44 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 32% ▕█████ ▏ 1.3 GB/4.1 GB 44 MB/s 1m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 32% ▕█████ ▏ 1.3 GB/4.1 GB 44 MB/s 1m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 32% ▕█████ ▏ 1.3 GB/4.1 GB 43 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 33% ▕█████ ▏ 1.3 GB/4.1 GB 43 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 33% ▕█████ ▏ 1.3 GB/4.1 GB 43 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 33% ▕█████ ▏ 1.3 GB/4.1 GB 43 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 33% ▕█████ ▏ 1.4 GB/4.1 GB 43 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 33% ▕█████ ▏ 1.4 GB/4.1 GB 43 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 33% ▕█████ ▏ 1.4 GB/4.1 GB 43 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 33% ▕█████ ▏ 1.4 GB/4.1 GB 43 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 33% ▕█████ ▏ 1.4 GB/4.1 GB 43 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 34% ▕█████ ▏ 1.4 GB/4.1 GB 43 MB/s 1m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 34% ▕█████ ▏ 1.4 GB/4.1 GB 43 MB/s 1m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 34% ▕█████ ▏ 1.4 GB/4.1 GB 43 MB/s 1m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 34% ▕█████ ▏ 1.4 GB/4.1 GB 43 MB/s 1m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 34% ▕█████ ▏ 1.4 GB/4.1 GB 43 MB/s 1m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 34% ▕█████ ▏ 1.4 GB/4.1 GB 43 MB/s 1m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 34% ▕█████ ▏ 1.4 GB/4.1 GB 43 MB/s 1m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 34% ▕█████ ▏ 1.4 GB/4.1 GB 43 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 34% ▕█████ ▏ 1.4 GB/4.1 GB 43 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 35% ▕█████ ▏ 1.4 GB/4.1 GB 43 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 35% ▕█████ ▏ 1.4 GB/4.1 GB 43 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 35% ▕█████ ▏ 1.4 GB/4.1 GB 43 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 35% ▕█████ ▏ 1.4 GB/4.1 GB 44 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 35% ▕█████ ▏ 1.4 GB/4.1 GB 44 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 35% ▕█████ ▏ 1.4 GB/4.1 GB 44 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 35% ▕█████ ▏ 1.4 GB/4.1 GB 44 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 35% ▕█████ ▏ 1.4 GB/4.1 GB 44 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 35% ▕█████ ▏ 1.4 GB/4.1 GB 44 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 35% ▕█████ ▏ 1.4 GB/4.1 GB 44 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 35% ▕█████ ▏ 1.5 GB/4.1 GB 44 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 35% ▕█████ ▏ 1.5 GB/4.1 GB 44 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 36% ▕█████ ▏ 1.5 GB/4.1 GB 44 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 36% ▕█████ ▏ 1.5 GB/4.1 GB 42 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 36% ▕█████ ▏ 1.5 GB/4.1 GB 42 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 36% ▕█████ ▏ 1.5 GB/4.1 GB 42 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 36% ▕█████ ▏ 1.5 GB/4.1 GB 42 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 36% ▕█████ ▏ 1.5 GB/4.1 GB 42 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 36% ▕█████ ▏ 1.5 GB/4.1 GB 42 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 37% ▕█████ ▏ 1.5 GB/4.1 GB 42 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 37% ▕█████ ▏ 1.5 GB/4.1 GB 42 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 37% ▕█████ ▏ 1.5 GB/4.1 GB 42 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 37% ▕█████ ▏ 1.5 GB/4.1 GB 42 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 37% ▕█████ ▏ 1.5 GB/4.1 GB 42 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 37% ▕█████ ▏ 1.5 GB/4.1 GB 42 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 37% ▕█████ ▏ 1.5 GB/4.1 GB 42 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 37% ▕█████ ▏ 1.5 GB/4.1 GB 42 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 37% ▕█████ ▏ 1.5 GB/4.1 GB 42 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 38% ▕██████ ▏ 1.5 GB/4.1 GB 42 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 38% ▕██████ ▏ 1.5 GB/4.1 GB 42 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 38% ▕██████ ▏ 1.6 GB/4.1 GB 42 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 38% ▕██████ ▏ 1.6 GB/4.1 GB 42 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 38% ▕██████ ▏ 1.6 GB/4.1 GB 42 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 38% ▕██████ ▏ 1.6 GB/4.1 GB 44 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 38% ▕██████ ▏ 1.6 GB/4.1 GB 44 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 38% ▕██████ ▏ 1.6 GB/4.1 GB 44 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 39% ▕██████ ▏ 1.6 GB/4.1 GB 44 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 39% ▕██████ ▏ 1.6 GB/4.1 GB 44 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 39% ▕██████ ▏ 1.6 GB/4.1 GB 44 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 39% ▕██████ ▏ 1.6 GB/4.1 GB 44 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 39% ▕██████ ▏ 1.6 GB/4.1 GB 44 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 39% ▕██████ ▏ 1.6 GB/4.1 GB 44 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 39% ▕██████ ▏ 1.6 GB/4.1 GB 44 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 39% ▕██████ ▏ 1.6 GB/4.1 GB 45 MB/s 54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 39% ▕██████ ▏ 1.6 GB/4.1 GB 45 MB/s 54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 39% ▕██████ ▏ 1.6 GB/4.1 GB 45 MB/s 54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 40% ▕██████ ▏ 1.6 GB/4.1 GB 45 MB/s 54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 40% ▕██████ ▏ 1.6 GB/4.1 GB 45 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 40% ▕██████ ▏ 1.6 GB/4.1 GB 45 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 40% ▕██████ ▏ 1.6 GB/4.1 GB 45 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 40% ▕██████ ▏ 1.6 GB/4.1 GB 45 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 40% ▕██████ ▏ 1.7 GB/4.1 GB 45 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 41% ▕██████ ▏ 1.7 GB/4.1 GB 45 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 41% ▕██████ ▏ 1.7 GB/4.1 GB 45 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 41% ▕██████ ▏ 1.7 GB/4.1 GB 46 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 41% ▕██████ ▏ 1.7 GB/4.1 GB 46 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 41% ▕██████ ▏ 1.7 GB/4.1 GB 46 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 41% ▕██████ ▏ 1.7 GB/4.1 GB 46 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 41% ▕██████ ▏ 1.7 GB/4.1 GB 46 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 41% ▕██████ ▏ 1.7 GB/4.1 GB 46 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 41% ▕██████ ▏ 1.7 GB/4.1 GB 46 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 41% ▕██████ ▏ 1.7 GB/4.1 GB 46 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 41% ▕██████ ▏ 1.7 GB/4.1 GB 46 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 41% ▕██████ ▏ 1.7 GB/4.1 GB 46 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 41% ▕██████ ▏ 1.7 GB/4.1 GB 45 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 41% ▕██████ ▏ 1.7 GB/4.1 GB 45 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 42% ▕██████ ▏ 1.7 GB/4.1 GB 45 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 42% ▕██████ ▏ 1.7 GB/4.1 GB 45 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 42% ▕██████ ▏ 1.7 GB/4.1 GB 45 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 42% ▕██████ ▏ 1.7 GB/4.1 GB 45 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 42% ▕██████ ▏ 1.7 GB/4.1 GB 45 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 42% ▕██████ ▏ 1.7 GB/4.1 GB 45 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 42% ▕██████ ▏ 1.7 GB/4.1 GB 45 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 42% ▕██████ ▏ 1.7 GB/4.1 GB 45 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 42% ▕██████ ▏ 1.7 GB/4.1 GB 45 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 43% ▕██████ ▏ 1.7 GB/4.1 GB 45 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 43% ▕██████ ▏ 1.8 GB/4.1 GB 45 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 43% ▕██████ ▏ 1.8 GB/4.1 GB 45 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 43% ▕██████ ▏ 1.8 GB/4.1 GB 45 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 43% ▕██████ ▏ 1.8 GB/4.1 GB 45 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 43% ▕██████ ▏ 1.8 GB/4.1 GB 45 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 43% ▕██████ ▏ 1.8 GB/4.1 GB 45 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 43% ▕██████ ▏ 1.8 GB/4.1 GB 45 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 43% ▕██████ ▏ 1.8 GB/4.1 GB 45 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 44% ▕██████ ▏ 1.8 GB/4.1 GB 45 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 44% ▕██████ ▏ 1.8 GB/4.1 GB 45 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 44% ▕██████ ▏ 1.8 GB/4.1 GB 45 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 44% ▕███████ ▏ 1.8 GB/4.1 GB 45 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 44% ▕███████ ▏ 1.8 GB/4.1 GB 45 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 44% ▕███████ ▏ 1.8 GB/4.1 GB 45 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 44% ▕███████ ▏ 1.8 GB/4.1 GB 45 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 44% ▕███████ ▏ 1.8 GB/4.1 GB 45 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 44% ▕███████ ▏ 1.8 GB/4.1 GB 45 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 44% ▕███████ ▏ 1.8 GB/4.1 GB 45 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 45% ▕███████ ▏ 1.8 GB/4.1 GB 45 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 45% ▕███████ ▏ 1.8 GB/4.1 GB 45 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 45% ▕███████ ▏ 1.8 GB/4.1 GB 45 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 45% ▕███████ ▏ 1.8 GB/4.1 GB 45 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 45% ▕███████ ▏ 1.8 GB/4.1 GB 45 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 45% ▕███████ ▏ 1.8 GB/4.1 GB 45 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 45% ▕███████ ▏ 1.9 GB/4.1 GB 45 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 45% ▕███████ ▏ 1.9 GB/4.1 GB 45 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 45% ▕███████ ▏ 1.9 GB/4.1 GB 45 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 45% ▕███████ ▏ 1.9 GB/4.1 GB 45 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 45% ▕███████ ▏ 1.9 GB/4.1 GB 45 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 46% ▕███████ ▏ 1.9 GB/4.1 GB 45 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 46% ▕███████ ▏ 1.9 GB/4.1 GB 45 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 46% ▕███████ ▏ 1.9 GB/4.1 GB 45 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 46% ▕███████ ▏ 1.9 GB/4.1 GB 45 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 46% ▕███████ ▏ 1.9 GB/4.1 GB 45 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 46% ▕███████ ▏ 1.9 GB/4.1 GB 45 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 46% ▕███████ ▏ 1.9 GB/4.1 GB 45 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 46% ▕███████ ▏ 1.9 GB/4.1 GB 45 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 46% ▕███████ ▏ 1.9 GB/4.1 GB 45 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 47% ▕███████ ▏ 1.9 GB/4.1 GB 45 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 47% ▕███████ ▏ 1.9 GB/4.1 GB 44 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 47% ▕███████ ▏ 1.9 GB/4.1 GB 44 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 47% ▕███████ ▏ 1.9 GB/4.1 GB 44 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 47% ▕███████ ▏ 1.9 GB/4.1 GB 44 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 47% ▕███████ ▏ 1.9 GB/4.1 GB 44 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 47% ▕███████ ▏ 1.9 GB/4.1 GB 44 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 47% ▕███████ ▏ 1.9 GB/4.1 GB 44 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 47% ▕███████ ▏ 1.9 GB/4.1 GB 44 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 47% ▕███████ ▏ 2.0 GB/4.1 GB 44 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 48% ▕███████ ▏ 2.0 GB/4.1 GB 44 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 48% ▕███████ ▏ 2.0 GB/4.1 GB 44 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 48% ▕███████ ▏ 2.0 GB/4.1 GB 44 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 48% ▕███████ ▏ 2.0 GB/4.1 GB 44 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 48% ▕███████ ▏ 2.0 GB/4.1 GB 44 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 48% ▕███████ ▏ 2.0 GB/4.1 GB 44 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 48% ▕███████ ▏ 2.0 GB/4.1 GB 44 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 49% ▕███████ ▏ 2.0 GB/4.1 GB 44 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 49% ▕███████ ▏ 2.0 GB/4.1 GB 44 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 49% ▕███████ ▏ 2.0 GB/4.1 GB 44 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 49% ▕███████ ▏ 2.0 GB/4.1 GB 44 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 49% ▕███████ ▏ 2.0 GB/4.1 GB 44 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 49% ▕███████ ▏ 2.0 GB/4.1 GB 44 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 49% ▕███████ ▏ 2.0 GB/4.1 GB 44 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 50% ▕███████ ▏ 2.0 GB/4.1 GB 44 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 50% ▕███████ ▏ 2.0 GB/4.1 GB 44 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 50% ▕███████ ▏ 2.0 GB/4.1 GB 44 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 50% ▕███████ ▏ 2.0 GB/4.1 GB 44 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 50% ▕███████ ▏ 2.0 GB/4.1 GB 44 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 50% ▕███████ ▏ 2.0 GB/4.1 GB 44 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 50% ▕███████ ▏ 2.0 GB/4.1 GB 44 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 50% ▕███████ ▏ 2.1 GB/4.1 GB 43 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 50% ▕████████ ▏ 2.1 GB/4.1 GB 43 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 50% ▕████████ ▏ 2.1 GB/4.1 GB 43 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 50% ▕████████ ▏ 2.1 GB/4.1 GB 43 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 51% ▕████████ ▏ 2.1 GB/4.1 GB 43 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 51% ▕████████ ▏ 2.1 GB/4.1 GB 43 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 51% ▕████████ ▏ 2.1 GB/4.1 GB 43 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 51% ▕████████ ▏ 2.1 GB/4.1 GB 43 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 51% ▕████████ ▏ 2.1 GB/4.1 GB 43 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 51% ▕████████ ▏ 2.1 GB/4.1 GB 43 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 51% ▕████████ ▏ 2.1 GB/4.1 GB 43 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 51% ▕████████ ▏ 2.1 GB/4.1 GB 45 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 51% ▕████████ ▏ 2.1 GB/4.1 GB 45 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 51% ▕████████ ▏ 2.1 GB/4.1 GB 45 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 52% ▕████████ ▏ 2.1 GB/4.1 GB 45 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 52% ▕████████ ▏ 2.1 GB/4.1 GB 45 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 52% ▕████████ ▏ 2.1 GB/4.1 GB 45 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 52% ▕████████ ▏ 2.1 GB/4.1 GB 45 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 52% ▕████████ ▏ 2.1 GB/4.1 GB 45 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 52% ▕████████ ▏ 2.1 GB/4.1 GB 45 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 52% ▕████████ ▏ 2.1 GB/4.1 GB 45 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 52% ▕████████ ▏ 2.2 GB/4.1 GB 45 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 52% ▕████████ ▏ 2.2 GB/4.1 GB 45 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 53% ▕████████ ▏ 2.2 GB/4.1 GB 45 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 53% ▕████████ ▏ 2.2 GB/4.1 GB 45 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 53% ▕████████ ▏ 2.2 GB/4.1 GB 45 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 53% ▕████████ ▏ 2.2 GB/4.1 GB 45 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 53% ▕████████ ▏ 2.2 GB/4.1 GB 45 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 53% ▕████████ ▏ 2.2 GB/4.1 GB 45 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 53% ▕████████ ▏ 2.2 GB/4.1 GB 45 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 53% ▕████████ ▏ 2.2 GB/4.1 GB 45 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 54% ▕████████ ▏ 2.2 GB/4.1 GB 45 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 54% ▕████████ ▏ 2.2 GB/4.1 GB 45 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 54% ▕████████ ▏ 2.2 GB/4.1 GB 45 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 54% ▕████████ ▏ 2.2 GB/4.1 GB 45 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 54% ▕████████ ▏ 2.2 GB/4.1 GB 45 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 54% ▕████████ ▏ 2.2 GB/4.1 GB 45 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 54% ▕████████ ▏ 2.2 GB/4.1 GB 45 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 54% ▕████████ ▏ 2.2 GB/4.1 GB 45 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 54% ▕████████ ▏ 2.2 GB/4.1 GB 45 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 54% ▕████████ ▏ 2.2 GB/4.1 GB 45 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 55% ▕████████ ▏ 2.2 GB/4.1 GB 44 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 55% ▕████████ ▏ 2.2 GB/4.1 GB 44 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 55% ▕████████ ▏ 2.2 GB/4.1 GB 44 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 55% ▕████████ ▏ 2.3 GB/4.1 GB 44 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 55% ▕████████ ▏ 2.3 GB/4.1 GB 44 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 55% ▕████████ ▏ 2.3 GB/4.1 GB 44 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 55% ▕████████ ▏ 2.3 GB/4.1 GB 44 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 55% ▕████████ ▏ 2.3 GB/4.1 GB 44 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 55% ▕████████ ▏ 2.3 GB/4.1 GB 44 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 55% ▕████████ ▏ 2.3 GB/4.1 GB 44 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 56% ▕████████ ▏ 2.3 GB/4.1 GB 46 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 56% ▕████████ ▏ 2.3 GB/4.1 GB 46 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 56% ▕████████ ▏ 2.3 GB/4.1 GB 46 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 56% ▕████████ ▏ 2.3 GB/4.1 GB 46 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 56% ▕████████ ▏ 2.3 GB/4.1 GB 46 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 56% ▕████████ ▏ 2.3 GB/4.1 GB 46 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 56% ▕████████ ▏ 2.3 GB/4.1 GB 46 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 56% ▕████████ ▏ 2.3 GB/4.1 GB 46 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 56% ▕█████████ ▏ 2.3 GB/4.1 GB 46 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 57% ▕█████████ ▏ 2.3 GB/4.1 GB 46 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 57% ▕█████████ ▏ 2.3 GB/4.1 GB 46 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 57% ▕█████████ ▏ 2.3 GB/4.1 GB 44 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 57% ▕█████████ ▏ 2.3 GB/4.1 GB 44 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 57% ▕█████████ ▏ 2.3 GB/4.1 GB 44 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 57% ▕█████████ ▏ 2.3 GB/4.1 GB 44 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 57% ▕█████████ ▏ 2.3 GB/4.1 GB 44 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 57% ▕█████████ ▏ 2.3 GB/4.1 GB 44 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 57% ▕█████████ ▏ 2.3 GB/4.1 GB 44 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 57% ▕█████████ ▏ 2.4 GB/4.1 GB 44 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 57% ▕█████████ ▏ 2.4 GB/4.1 GB 44 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 58% ▕█████████ ▏ 2.4 GB/4.1 GB 44 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 58% ▕█████████ ▏ 2.4 GB/4.1 GB 44 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 58% ▕█████████ ▏ 2.4 GB/4.1 GB 44 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 58% ▕█████████ ▏ 2.4 GB/4.1 GB 44 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 58% ▕█████████ ▏ 2.4 GB/4.1 GB 44 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 58% ▕█████████ ▏ 2.4 GB/4.1 GB 44 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 58% ▕█████████ ▏ 2.4 GB/4.1 GB 44 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 58% ▕█████████ ▏ 2.4 GB/4.1 GB 44 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 59% ▕█████████ ▏ 2.4 GB/4.1 GB 44 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 59% ▕█████████ ▏ 2.4 GB/4.1 GB 44 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 59% ▕█████████ ▏ 2.4 GB/4.1 GB 44 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 59% ▕█████████ ▏ 2.4 GB/4.1 GB 45 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 59% ▕█████████ ▏ 2.4 GB/4.1 GB 45 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 59% ▕█████████ ▏ 2.4 GB/4.1 GB 45 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 59% ▕█████████ ▏ 2.4 GB/4.1 GB 45 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 59% ▕█████████ ▏ 2.4 GB/4.1 GB 45 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 59% ▕█████████ ▏ 2.4 GB/4.1 GB 45 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 59% ▕█████████ ▏ 2.4 GB/4.1 GB 45 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 60% ▕█████████ ▏ 2.4 GB/4.1 GB 45 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 60% ▕█████████ ▏ 2.5 GB/4.1 GB 45 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 60% ▕█████████ ▏ 2.5 GB/4.1 GB 45 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 60% ▕█████████ ▏ 2.5 GB/4.1 GB 45 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 60% ▕█████████ ▏ 2.5 GB/4.1 GB 45 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 60% ▕█████████ ▏ 2.5 GB/4.1 GB 45 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 60% ▕█████████ ▏ 2.5 GB/4.1 GB 45 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 60% ▕█████████ ▏ 2.5 GB/4.1 GB 45 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 60% ▕█████████ ▏ 2.5 GB/4.1 GB 45 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 60% ▕█████████ ▏ 2.5 GB/4.1 GB 45 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 61% ▕█████████ ▏ 2.5 GB/4.1 GB 45 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 61% ▕█████████ ▏ 2.5 GB/4.1 GB 45 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 61% ▕█████████ ▏ 2.5 GB/4.1 GB 45 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 61% ▕█████████ ▏ 2.5 GB/4.1 GB 44 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 61% ▕█████████ ▏ 2.5 GB/4.1 GB 44 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 61% ▕█████████ ▏ 2.5 GB/4.1 GB 44 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 61% ▕█████████ ▏ 2.5 GB/4.1 GB 44 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 61% ▕█████████ ▏ 2.5 GB/4.1 GB 44 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 61% ▕█████████ ▏ 2.5 GB/4.1 GB 44 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 62% ▕█████████ ▏ 2.5 GB/4.1 GB 44 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 62% ▕█████████ ▏ 2.5 GB/4.1 GB 44 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 62% ▕█████████ ▏ 2.5 GB/4.1 GB 44 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 62% ▕█████████ ▏ 2.5 GB/4.1 GB 44 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 62% ▕█████████ ▏ 2.5 GB/4.1 GB 44 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 62% ▕█████████ ▏ 2.5 GB/4.1 GB 43 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 62% ▕█████████ ▏ 2.5 GB/4.1 GB 43 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 62% ▕█████████ ▏ 2.5 GB/4.1 GB 43 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 62% ▕█████████ ▏ 2.5 GB/4.1 GB 43 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 62% ▕█████████ ▏ 2.5 GB/4.1 GB 43 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 62% ▕█████████ ▏ 2.6 GB/4.1 GB 43 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 63% ▕██████████ ▏ 2.6 GB/4.1 GB 43 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 63% ▕██████████ ▏ 2.6 GB/4.1 GB 43 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 63% ▕██████████ ▏ 2.6 GB/4.1 GB 43 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 63% ▕██████████ ▏ 2.6 GB/4.1 GB 43 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 63% ▕██████████ ▏ 2.6 GB/4.1 GB 43 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 63% ▕██████████ ▏ 2.6 GB/4.1 GB 43 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 63% ▕██████████ ▏ 2.6 GB/4.1 GB 43 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 63% ▕██████████ ▏ 2.6 GB/4.1 GB 43 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 63% ▕██████████ ▏ 2.6 GB/4.1 GB 43 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 63% ▕██████████ ▏ 2.6 GB/4.1 GB 43 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 64% ▕██████████ ▏ 2.6 GB/4.1 GB 43 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 64% ▕██████████ ▏ 2.6 GB/4.1 GB 43 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 64% ▕██████████ ▏ 2.6 GB/4.1 GB 43 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 64% ▕██████████ ▏ 2.6 GB/4.1 GB 43 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 64% ▕██████████ ▏ 2.6 GB/4.1 GB 43 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 64% ▕██████████ ▏ 2.6 GB/4.1 GB 43 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 64% ▕██████████ ▏ 2.6 GB/4.1 GB 43 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 64% ▕██████████ ▏ 2.6 GB/4.1 GB 43 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 65% ▕██████████ ▏ 2.7 GB/4.1 GB 43 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 65% ▕██████████ ▏ 2.7 GB/4.1 GB 43 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 65% ▕██████████ ▏ 2.7 GB/4.1 GB 43 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 65% ▕██████████ ▏ 2.7 GB/4.1 GB 43 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 65% ▕██████████ ▏ 2.7 GB/4.1 GB 43 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 65% ▕██████████ ▏ 2.7 GB/4.1 GB 43 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 65% ▕██████████ ▏ 2.7 GB/4.1 GB 42 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 65% ▕██████████ ▏ 2.7 GB/4.1 GB 42 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 65% ▕██████████ ▏ 2.7 GB/4.1 GB 42 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 65% ▕██████████ ▏ 2.7 GB/4.1 GB 42 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 66% ▕██████████ ▏ 2.7 GB/4.1 GB 42 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 66% ▕██████████ ▏ 2.7 GB/4.1 GB 42 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 66% ▕██████████ ▏ 2.7 GB/4.1 GB 42 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 66% ▕██████████ ▏ 2.7 GB/4.1 GB 42 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 66% ▕██████████ ▏ 2.7 GB/4.1 GB 42 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 66% ▕██████████ ▏ 2.7 GB/4.1 GB 42 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 66% ▕██████████ ▏ 2.7 GB/4.1 GB 44 MB/s 31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 66% ▕██████████ ▏ 2.7 GB/4.1 GB 44 MB/s 31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 66% ▕██████████ ▏ 2.7 GB/4.1 GB 44 MB/s 31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 66% ▕██████████ ▏ 2.7 GB/4.1 GB 44 MB/s 31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 66% ▕██████████ ▏ 2.7 GB/4.1 GB 44 MB/s 31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 66% ▕██████████ ▏ 2.7 GB/4.1 GB 44 MB/s 31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 66% ▕██████████ ▏ 2.7 GB/4.1 GB 44 MB/s 31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 66% ▕██████████ ▏ 2.7 GB/4.1 GB 44 MB/s 31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 67% ▕██████████ ▏ 2.7 GB/4.1 GB 44 MB/s 31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 67% ▕██████████ ▏ 2.7 GB/4.1 GB 44 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 67% ▕██████████ ▏ 2.8 GB/4.1 GB 44 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 68% ▕██████████ ▏ 2.8 GB/4.1 GB 44 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 68% ▕██████████ ▏ 2.8 GB/4.1 GB 44 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 68% ▕██████████ ▏ 2.8 GB/4.1 GB 44 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 68% ▕██████████ ▏ 2.8 GB/4.1 GB 44 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 68% ▕██████████ ▏ 2.8 GB/4.1 GB 44 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 68% ▕██████████ ▏ 2.8 GB/4.1 GB 44 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 68% ▕██████████ ▏ 2.8 GB/4.1 GB 44 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 68% ▕██████████ ▏ 2.8 GB/4.1 GB 44 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 68% ▕██████████ ▏ 2.8 GB/4.1 GB 44 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 68% ▕██████████ ▏ 2.8 GB/4.1 GB 44 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 68% ▕██████████ ▏ 2.8 GB/4.1 GB 42 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 68% ▕██████████ ▏ 2.8 GB/4.1 GB 42 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 69% ▕██████████ ▏ 2.8 GB/4.1 GB 42 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 69% ▕██████████ ▏ 2.8 GB/4.1 GB 42 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 69% ▕██████████ ▏ 2.8 GB/4.1 GB 42 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 69% ▕███████████ ▏ 2.8 GB/4.1 GB 42 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 69% ▕███████████ ▏ 2.8 GB/4.1 GB 42 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 69% ▕███████████ ▏ 2.8 GB/4.1 GB 42 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 69% ▕███████████ ▏ 2.8 GB/4.1 GB 42 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 69% ▕███████████ ▏ 2.9 GB/4.1 GB 42 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 69% ▕███████████ ▏ 2.9 GB/4.1 GB 43 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 70% ▕███████████ ▏ 2.9 GB/4.1 GB 43 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 70% ▕███████████ ▏ 2.9 GB/4.1 GB 43 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 70% ▕███████████ ▏ 2.9 GB/4.1 GB 43 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 70% ▕███████████ ▏ 2.9 GB/4.1 GB 43 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 70% ▕███████████ ▏ 2.9 GB/4.1 GB 43 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 70% ▕███████████ ▏ 2.9 GB/4.1 GB 43 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 70% ▕███████████ ▏ 2.9 GB/4.1 GB 43 MB/s 27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 70% ▕███████████ ▏ 2.9 GB/4.1 GB 43 MB/s 27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 70% ▕███████████ ▏ 2.9 GB/4.1 GB 43 MB/s 27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 71% ▕███████████ ▏ 2.9 GB/4.1 GB 44 MB/s 27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 71% ▕███████████ ▏ 2.9 GB/4.1 GB 44 MB/s 27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 71% ▕███████████ ▏ 2.9 GB/4.1 GB 44 MB/s 27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 71% ▕███████████ ▏ 2.9 GB/4.1 GB 44 MB/s 27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 71% ▕███████████ ▏ 2.9 GB/4.1 GB 44 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 71% ▕███████████ ▏ 2.9 GB/4.1 GB 44 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 71% ▕███████████ ▏ 2.9 GB/4.1 GB 44 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 71% ▕███████████ ▏ 2.9 GB/4.1 GB 44 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 71% ▕███████████ ▏ 2.9 GB/4.1 GB 44 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 72% ▕███████████ ▏ 2.9 GB/4.1 GB 44 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 72% ▕███████████ ▏ 2.9 GB/4.1 GB 44 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 72% ▕███████████ ▏ 2.9 GB/4.1 GB 44 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 72% ▕███████████ ▏ 3.0 GB/4.1 GB 44 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 72% ▕███████████ ▏ 3.0 GB/4.1 GB 44 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 72% ▕███████████ ▏ 3.0 GB/4.1 GB 44 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 72% ▕███████████ ▏ 3.0 GB/4.1 GB 44 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 72% ▕███████████ ▏ 3.0 GB/4.1 GB 44 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 72% ▕███████████ ▏ 3.0 GB/4.1 GB 44 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 73% ▕███████████ ▏ 3.0 GB/4.1 GB 44 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 73% ▕███████████ ▏ 3.0 GB/4.1 GB 44 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 73% ▕███████████ ▏ 3.0 GB/4.1 GB 44 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 73% ▕███████████ ▏ 3.0 GB/4.1 GB 44 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 73% ▕███████████ ▏ 3.0 GB/4.1 GB 44 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 73% ▕███████████ ▏ 3.0 GB/4.1 GB 44 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 73% ▕███████████ ▏ 3.0 GB/4.1 GB 44 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 73% ▕███████████ ▏ 3.0 GB/4.1 GB 44 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 73% ▕███████████ ▏ 3.0 GB/4.1 GB 44 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 73% ▕███████████ ▏ 3.0 GB/4.1 GB 44 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 74% ▕███████████ ▏ 3.0 GB/4.1 GB 44 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 74% ▕███████████ ▏ 3.0 GB/4.1 GB 44 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 74% ▕███████████ ▏ 3.0 GB/4.1 GB 44 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 74% ▕███████████ ▏ 3.0 GB/4.1 GB 43 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 74% ▕███████████ ▏ 3.0 GB/4.1 GB 43 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 74% ▕███████████ ▏ 3.0 GB/4.1 GB 43 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 74% ▕███████████ ▏ 3.1 GB/4.1 GB 43 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 75% ▕███████████ ▏ 3.1 GB/4.1 GB 43 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 75% ▕███████████ ▏ 3.1 GB/4.1 GB 43 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 75% ▕███████████ ▏ 3.1 GB/4.1 GB 43 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 75% ▕███████████ ▏ 3.1 GB/4.1 GB 43 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 75% ▕███████████ ▏ 3.1 GB/4.1 GB 43 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 75% ▕███████████ ▏ 3.1 GB/4.1 GB 43 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 75% ▕███████████ ▏ 3.1 GB/4.1 GB 44 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 75% ▕████████████ ▏ 3.1 GB/4.1 GB 44 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 75% ▕████████████ ▏ 3.1 GB/4.1 GB 44 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 75% ▕████████████ ▏ 3.1 GB/4.1 GB 44 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 75% ▕████████████ ▏ 3.1 GB/4.1 GB 44 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 76% ▕████████████ ▏ 3.1 GB/4.1 GB 44 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 76% ▕████████████ ▏ 3.1 GB/4.1 GB 44 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 76% ▕████████████ ▏ 3.1 GB/4.1 GB 44 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 76% ▕████████████ ▏ 3.1 GB/4.1 GB 44 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 76% ▕████████████ ▏ 3.1 GB/4.1 GB 44 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 76% ▕████████████ ▏ 3.1 GB/4.1 GB 45 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 76% ▕████████████ ▏ 3.1 GB/4.1 GB 45 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 76% ▕████████████ ▏ 3.1 GB/4.1 GB 45 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 76% ▕████████████ ▏ 3.1 GB/4.1 GB 45 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 76% ▕████████████ ▏ 3.1 GB/4.1 GB 45 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 76% ▕████████████ ▏ 3.1 GB/4.1 GB 45 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 76% ▕████████████ ▏ 3.1 GB/4.1 GB 45 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 76% ▕████████████ ▏ 3.1 GB/4.1 GB 45 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 76% ▕████████████ ▏ 3.1 GB/4.1 GB 45 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 76% ▕████████████ ▏ 3.1 GB/4.1 GB 45 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 77% ▕████████████ ▏ 3.1 GB/4.1 GB 42 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 77% ▕████████████ ▏ 3.2 GB/4.1 GB 42 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 77% ▕████████████ ▏ 3.2 GB/4.1 GB 42 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 77% ▕████████████ ▏ 3.2 GB/4.1 GB 42 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 77% ▕████████████ ▏ 3.2 GB/4.1 GB 42 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 77% ▕████████████ ▏ 3.2 GB/4.1 GB 42 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 77% ▕████████████ ▏ 3.2 GB/4.1 GB 42 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 77% ▕████████████ ▏ 3.2 GB/4.1 GB 42 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 78% ▕████████████ ▏ 3.2 GB/4.1 GB 42 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 78% ▕████████████ ▏ 3.2 GB/4.1 GB 42 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 78% ▕████████████ ▏ 3.2 GB/4.1 GB 42 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 78% ▕████████████ ▏ 3.2 GB/4.1 GB 43 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 78% ▕████████████ ▏ 3.2 GB/4.1 GB 43 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 78% ▕████████████ ▏ 3.2 GB/4.1 GB 43 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 78% ▕████████████ ▏ 3.2 GB/4.1 GB 43 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 78% ▕████████████ ▏ 3.2 GB/4.1 GB 43 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 78% ▕████████████ ▏ 3.2 GB/4.1 GB 43 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 79% ▕████████████ ▏ 3.2 GB/4.1 GB 43 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 79% ▕████████████ ▏ 3.2 GB/4.1 GB 43 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 79% ▕████████████ ▏ 3.2 GB/4.1 GB 43 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 79% ▕████████████ ▏ 3.2 GB/4.1 GB 43 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 79% ▕████████████ ▏ 3.2 GB/4.1 GB 43 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 79% ▕████████████ ▏ 3.2 GB/4.1 GB 43 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 79% ▕████████████ ▏ 3.3 GB/4.1 GB 43 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 79% ▕████████████ ▏ 3.3 GB/4.1 GB 43 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 79% ▕████████████ ▏ 3.3 GB/4.1 GB 43 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 79% ▕████████████ ▏ 3.3 GB/4.1 GB 43 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 80% ▕████████████ ▏ 3.3 GB/4.1 GB 43 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 80% ▕████████████ ▏ 3.3 GB/4.1 GB 43 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 80% ▕████████████ ▏ 3.3 GB/4.1 GB 43 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 80% ▕████████████ ▏ 3.3 GB/4.1 GB 43 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 80% ▕████████████ ▏ 3.3 GB/4.1 GB 42 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 80% ▕████████████ ▏ 3.3 GB/4.1 GB 42 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 80% ▕████████████ ▏ 3.3 GB/4.1 GB 42 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 80% ▕████████████ ▏ 3.3 GB/4.1 GB 42 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 80% ▕████████████ ▏ 3.3 GB/4.1 GB 42 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 81% ▕████████████ ▏ 3.3 GB/4.1 GB 42 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 81% ▕████████████ ▏ 3.3 GB/4.1 GB 42 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 81% ▕████████████ ▏ 3.3 GB/4.1 GB 42 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 81% ▕████████████ ▏ 3.3 GB/4.1 GB 42 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 81% ▕████████████ ▏ 3.3 GB/4.1 GB 42 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 81% ▕████████████ ▏ 3.3 GB/4.1 GB 42 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 81% ▕████████████ ▏ 3.3 GB/4.1 GB 42 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 81% ▕████████████ ▏ 3.3 GB/4.1 GB 42 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 81% ▕█████████████ ▏ 3.3 GB/4.1 GB 42 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 82% ▕█████████████ ▏ 3.4 GB/4.1 GB 42 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 82% ▕█████████████ ▏ 3.4 GB/4.1 GB 42 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 82% ▕█████████████ ▏ 3.4 GB/4.1 GB 42 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 82% ▕█████████████ ▏ 3.4 GB/4.1 GB 42 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 82% ▕█████████████ ▏ 3.4 GB/4.1 GB 42 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 82% ▕█████████████ ▏ 3.4 GB/4.1 GB 42 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 82% ▕█████████████ ▏ 3.4 GB/4.1 GB 42 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 82% ▕█████████████ ▏ 3.4 GB/4.1 GB 42 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 82% ▕█████████████ ▏ 3.4 GB/4.1 GB 42 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 82% ▕█████████████ ▏ 3.4 GB/4.1 GB 42 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 82% ▕█████████████ ▏ 3.4 GB/4.1 GB 42 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 83% ▕█████████████ ▏ 3.4 GB/4.1 GB 42 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 83% ▕█████████████ ▏ 3.4 GB/4.1 GB 42 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 83% ▕█████████████ ▏ 3.4 GB/4.1 GB 42 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 83% ▕█████████████ ▏ 3.4 GB/4.1 GB 42 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 83% ▕█████████████ ▏ 3.4 GB/4.1 GB 42 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 83% ▕█████████████ ▏ 3.4 GB/4.1 GB 42 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 83% ▕█████████████ ▏ 3.4 GB/4.1 GB 42 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 83% ▕█████████████ ▏ 3.4 GB/4.1 GB 42 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 83% ▕█████████████ ▏ 3.4 GB/4.1 GB 42 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 83% ▕█████████████ ▏ 3.4 GB/4.1 GB 42 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 84% ▕█████████████ ▏ 3.4 GB/4.1 GB 42 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 84% ▕█████████████ ▏ 3.4 GB/4.1 GB 42 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 84% ▕█████████████ ▏ 3.4 GB/4.1 GB 42 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 84% ▕█████████████ ▏ 3.5 GB/4.1 GB 42 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 84% ▕█████████████ ▏ 3.5 GB/4.1 GB 42 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 84% ▕█████████████ ▏ 3.5 GB/4.1 GB 42 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 84% ▕█████████████ ▏ 3.5 GB/4.1 GB 42 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 84% ▕█████████████ ▏ 3.5 GB/4.1 GB 42 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 85% ▕█████████████ ▏ 3.5 GB/4.1 GB 42 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 85% ▕█████████████ ▏ 3.5 GB/4.1 GB 42 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 85% ▕█████████████ ▏ 3.5 GB/4.1 GB 42 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 85% ▕█████████████ ▏ 3.5 GB/4.1 GB 42 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 85% ▕█████████████ ▏ 3.5 GB/4.1 GB 42 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 85% ▕█████████████ ▏ 3.5 GB/4.1 GB 42 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 85% ▕█████████████ ▏ 3.5 GB/4.1 GB 42 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 85% ▕█████████████ ▏ 3.5 GB/4.1 GB 42 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 85% ▕█████████████ ▏ 3.5 GB/4.1 GB 41 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 85% ▕█████████████ ▏ 3.5 GB/4.1 GB 41 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 86% ▕█████████████ ▏ 3.5 GB/4.1 GB 41 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 86% ▕█████████████ ▏ 3.5 GB/4.1 GB 41 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 86% ▕█████████████ ▏ 3.5 GB/4.1 GB 41 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 86% ▕█████████████ ▏ 3.5 GB/4.1 GB 41 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 86% ▕█████████████ ▏ 3.5 GB/4.1 GB 41 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 86% ▕█████████████ ▏ 3.5 GB/4.1 GB 41 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 86% ▕█████████████ ▏ 3.5 GB/4.1 GB 41 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 86% ▕█████████████ ▏ 3.5 GB/4.1 GB 41 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 86% ▕█████████████ ▏ 3.5 GB/4.1 GB 44 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 86% ▕█████████████ ▏ 3.6 GB/4.1 GB 44 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 87% ▕█████████████ ▏ 3.6 GB/4.1 GB 44 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 87% ▕█████████████ ▏ 3.6 GB/4.1 GB 44 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 87% ▕█████████████ ▏ 3.6 GB/4.1 GB 44 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 87% ▕█████████████ ▏ 3.6 GB/4.1 GB 44 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 87% ▕█████████████ ▏ 3.6 GB/4.1 GB 44 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 87% ▕█████████████ ▏ 3.6 GB/4.1 GB 44 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 87% ▕█████████████ ▏ 3.6 GB/4.1 GB 44 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 87% ▕█████████████ ▏ 3.6 GB/4.1 GB 44 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 87% ▕█████████████ ▏ 3.6 GB/4.1 GB 43 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 87% ▕█████████████ ▏ 3.6 GB/4.1 GB 43 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 87% ▕█████████████ ▏ 3.6 GB/4.1 GB 43 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 88% ▕██████████████ ▏ 3.6 GB/4.1 GB 43 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 88% ▕██████████████ ▏ 3.6 GB/4.1 GB 43 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 88% ▕██████████████ ▏ 3.6 GB/4.1 GB 43 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 88% ▕██████████████ ▏ 3.6 GB/4.1 GB 43 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 88% ▕██████████████ ▏ 3.6 GB/4.1 GB 43 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 88% ▕██████████████ ▏ 3.6 GB/4.1 GB 43 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 88% ▕██████████████ ▏ 3.6 GB/4.1 GB 43 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 88% ▕██████████████ ▏ 3.6 GB/4.1 GB 43 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 88% ▕██████████████ ▏ 3.6 GB/4.1 GB 42 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 88% ▕██████████████ ▏ 3.6 GB/4.1 GB 42 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 89% ▕██████████████ ▏ 3.6 GB/4.1 GB 42 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 89% ▕██████████████ ▏ 3.6 GB/4.1 GB 42 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 89% ▕██████████████ ▏ 3.6 GB/4.1 GB 42 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 89% ▕██████████████ ▏ 3.7 GB/4.1 GB 42 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 89% ▕██████████████ ▏ 3.7 GB/4.1 GB 42 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 89% ▕██████████████ ▏ 3.7 GB/4.1 GB 42 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 89% ▕██████████████ ▏ 3.7 GB/4.1 GB 42 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 89% ▕██████████████ ▏ 3.7 GB/4.1 GB 42 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 89% ▕██████████████ ▏ 3.7 GB/4.1 GB 43 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 90% ▕██████████████ ▏ 3.7 GB/4.1 GB 43 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 90% ▕██████████████ ▏ 3.7 GB/4.1 GB 43 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 90% ▕██████████████ ▏ 3.7 GB/4.1 GB 43 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 90% ▕██████████████ ▏ 3.7 GB/4.1 GB 43 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 90% ▕██████████████ ▏ 3.7 GB/4.1 GB 43 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 90% ▕██████████████ ▏ 3.7 GB/4.1 GB 43 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 90% ▕██████████████ ▏ 3.7 GB/4.1 GB 43 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 90% ▕██████████████ ▏ 3.7 GB/4.1 GB 43 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 90% ▕██████████████ ▏ 3.7 GB/4.1 GB 43 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 91% ▕██████████████ ▏ 3.7 GB/4.1 GB 43 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 91% ▕██████████████ ▏ 3.7 GB/4.1 GB 43 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 91% ▕██████████████ ▏ 3.7 GB/4.1 GB 43 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 91% ▕██████████████ ▏ 3.7 GB/4.1 GB 43 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 91% ▕██████████████ ▏ 3.7 GB/4.1 GB 43 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 91% ▕██████████████ ▏ 3.7 GB/4.1 GB 43 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 91% ▕██████████████ ▏ 3.7 GB/4.1 GB 43 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 91% ▕██████████████ ▏ 3.8 GB/4.1 GB 43 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 91% ▕██████████████ ▏ 3.8 GB/4.1 GB 43 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 92% ▕██████████████ ▏ 3.8 GB/4.1 GB 43 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 92% ▕██████████████ ▏ 3.8 GB/4.1 GB 44 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 92% ▕██████████████ ▏ 3.8 GB/4.1 GB 44 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 92% ▕██████████████ ▏ 3.8 GB/4.1 GB 44 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 92% ▕██████████████ ▏ 3.8 GB/4.1 GB 44 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 92% ▕██████████████ ▏ 3.8 GB/4.1 GB 44 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 92% ▕██████████████ ▏ 3.8 GB/4.1 GB 44 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 92% ▕██████████████ ▏ 3.8 GB/4.1 GB 44 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 92% ▕██████████████ ▏ 3.8 GB/4.1 GB 44 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 92% ▕██████████████ ▏ 3.8 GB/4.1 GB 44 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 93% ▕██████████████ ▏ 3.8 GB/4.1 GB 44 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 93% ▕██████████████ ▏ 3.8 GB/4.1 GB 44 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 93% ▕██████████████ ▏ 3.8 GB/4.1 GB 44 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 93% ▕██████████████ ▏ 3.8 GB/4.1 GB 44 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 93% ▕██████████████ ▏ 3.8 GB/4.1 GB 44 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 93% ▕██████████████ ▏ 3.8 GB/4.1 GB 44 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 93% ▕██████████████ ▏ 3.8 GB/4.1 GB 44 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 93% ▕██████████████ ▏ 3.8 GB/4.1 GB 44 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 93% ▕██████████████ ▏ 3.8 GB/4.1 GB 44 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 94% ▕██████████████ ▏ 3.8 GB/4.1 GB 44 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 94% ▕██████████████ ▏ 3.8 GB/4.1 GB 44 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 94% ▕██████████████ ▏ 3.9 GB/4.1 GB 44 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 94% ▕███████████████ ▏ 3.9 GB/4.1 GB 43 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 94% ▕███████████████ ▏ 3.9 GB/4.1 GB 43 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 94% ▕███████████████ ▏ 3.9 GB/4.1 GB 43 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 94% ▕███████████████ ▏ 3.9 GB/4.1 GB 43 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 94% ▕███████████████ ▏ 3.9 GB/4.1 GB 43 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 94% ▕███████████████ ▏ 3.9 GB/4.1 GB 43 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 94% ▕███████████████ ▏ 3.9 GB/4.1 GB 43 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 95% ▕███████████████ ▏ 3.9 GB/4.1 GB 43 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 95% ▕███████████████ ▏ 3.9 GB/4.1 GB 43 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 95% ▕███████████████ ▏ 3.9 GB/4.1 GB 43 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 95% ▕███████████████ ▏ 3.9 GB/4.1 GB 43 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 95% ▕███████████████ ▏ 3.9 GB/4.1 GB 43 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 95% ▕███████████████ ▏ 3.9 GB/4.1 GB 43 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 95% ▕███████████████ ▏ 3.9 GB/4.1 GB 43 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 95% ▕███████████████ ▏ 3.9 GB/4.1 GB 43 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 95% ▕███████████████ ▏ 3.9 GB/4.1 GB 43 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 95% ▕███████████████ ▏ 3.9 GB/4.1 GB 43 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 95% ▕███████████████ ▏ 3.9 GB/4.1 GB 43 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 96% ▕███████████████ ▏ 3.9 GB/4.1 GB 43 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 96% ▕███████████████ ▏ 3.9 GB/4.1 GB 43 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 96% ▕███████████████ ▏ 3.9 GB/4.1 GB 43 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 96% ▕███████████████ ▏ 3.9 GB/4.1 GB 43 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 96% ▕███████████████ ▏ 3.9 GB/4.1 GB 43 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 96% ▕███████████████ ▏ 3.9 GB/4.1 GB 43 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 96% ▕███████████████ ▏ 4.0 GB/4.1 GB 43 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 96% ▕███████████████ ▏ 4.0 GB/4.1 GB 43 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 96% ▕███████████████ ▏ 4.0 GB/4.1 GB 43 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 96% ▕███████████████ ▏ 4.0 GB/4.1 GB 43 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 97% ▕███████████████ ▏ 4.0 GB/4.1 GB 43 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 97% ▕███████████████ ▏ 4.0 GB/4.1 GB 43 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 97% ▕███████████████ ▏ 4.0 GB/4.1 GB 43 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 97% ▕███████████████ ▏ 4.0 GB/4.1 GB 43 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 97% ▕███████████████ ▏ 4.0 GB/4.1 GB 43 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 97% ▕███████████████ ▏ 4.0 GB/4.1 GB 43 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 97% ▕███████████████ ▏ 4.0 GB/4.1 GB 43 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 97% ▕███████████████ ▏ 4.0 GB/4.1 GB 43 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 97% ▕███████████████ ▏ 4.0 GB/4.1 GB 43 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 97% ▕███████████████ ▏ 4.0 GB/4.1 GB 43 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 97% ▕███████████████ ▏ 4.0 GB/4.1 GB 43 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 98% ▕███████████████ ▏ 4.0 GB/4.1 GB 43 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 98% ▕███████████████ ▏ 4.0 GB/4.1 GB 43 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 98% ▕███████████████ ▏ 4.0 GB/4.1 GB 43 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 98% ▕███████████████ ▏ 4.0 GB/4.1 GB 43 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 98% ▕███████████████ ▏ 4.0 GB/4.1 GB 43 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 98% ▕███████████████ ▏ 4.0 GB/4.1 GB 43 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 98% ▕███████████████ ▏ 4.0 GB/4.1 GB 43 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 98% ▕███████████████ ▏ 4.0 GB/4.1 GB 43 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 98% ▕███████████████ ▏ 4.0 GB/4.1 GB 43 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 98% ▕███████████████ ▏ 4.0 GB/4.1 GB 43 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 99% ▕███████████████ ▏ 4.0 GB/4.1 GB 43 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 99% ▕███████████████ ▏ 4.0 GB/4.1 GB 43 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 99% ▕███████████████ ▏ 4.1 GB/4.1 GB 41 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 99% ▕███████████████ ▏ 4.1 GB/4.1 GB 41 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 99% ▕███████████████ ▏ 4.1 GB/4.1 GB 41 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 99% ▕███████████████ ▏ 4.1 GB/4.1 GB 41 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 99% ▕███████████████ ▏ 4.1 GB/4.1 GB 41 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 99% ▕███████████████ ▏ 4.1 GB/4.1 GB 41 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 99% ▕███████████████ ▏ 4.1 GB/4.1 GB 41 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 99% ▕███████████████ ▏ 4.1 GB/4.1 GB 41 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 99% ▕███████████████ ▏ 4.1 GB/4.1 GB 41 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 99% ▕███████████████ ▏ 4.1 GB/4.1 GB 41 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕███████████████ ▏ 4.1 GB/4.1 GB 41 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕███████████████ ▏ 4.1 GB/4.1 GB 41 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕███████████████ ▏ 4.1 GB/4.1 GB 41 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕███████████████ ▏ 4.1 GB/4.1 GB 41 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕███████████████ ▏ 4.1 GB/4.1 GB 41 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕███████████████ ▏ 4.1 GB/4.1 GB 41 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing cfb862f630d6... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing cfb862f630d6... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing cfb862f630d6... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing cfb862f630d6... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing cfb862f630d6... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing cfb862f630d6... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing cfb862f630d6... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing cfb862f630d6... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing cfb862f630d6... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing cfb862f630d6... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing cfb862f630d6... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing cfb862f630d6... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing cfb862f630d6... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing cfb862f630d6... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing cfb862f630d6... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing cfb862f630d6... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing cfb862f630d6... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing cfb862f630d6... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing cfb862f630d6... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing cfb862f630d6... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing cfb862f630d6... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing cfb862f630d6... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing cfb862f630d6... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing cfb862f630d6... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing cfb862f630d6... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing cfb862f630d6... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing cfb862f630d6... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing cfb862f630d6... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing cfb862f630d6... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing cfb862f630d6... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing cfb862f630d6... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing cfb862f630d6... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing cfb862f630d6... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing cfb862f630d6... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing cfb862f630d6... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing cfb862f630d6... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing cfb862f630d6... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing cfb862f630d6... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing cfb862f630d6... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing cfb862f630d6... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing cfb862f630d6... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing cfb862f630d6... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing cfb862f630d6... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing cfb862f630d6... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing cfb862f630d6... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing cfb862f630d6... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing cfb862f630d6... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing cfb862f630d6... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing cfb862f630d6... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing cfb862f630d6... 100% ▕████████████████▏ 455 B \n", - "pushing manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing cfb862f630d6... 100% ▕████████████████▏ 455 B \n", - "pushing manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing cfb862f630d6... 100% ▕████████████████▏ 455 B \n", - "pushing manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing cfb862f630d6... 100% ▕████████████████▏ 455 B \n", - "pushing manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing cfb862f630d6... 100% ▕████████████████▏ 455 B \n", - "pushing manifest ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing cfb862f630d6... 100% ▕████████████████▏ 455 B \n", - "pushing manifest ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing cfb862f630d6... 100% ▕████████████████▏ 455 B \n", - "pushing manifest ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing cfb862f630d6... 100% ▕████████████████▏ 455 B \n", - "pushing manifest ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing cfb862f630d6... 100% ▕████████████████▏ 455 B \n", - "pushing manifest ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing cfb862f630d6... 100% ▕████████████████▏ 455 B \n", - "pushing manifest ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing cfb862f630d6... 100% ▕████████████████▏ 455 B \n", - "pushing manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing cfb862f630d6... 100% ▕████████████████▏ 455 B \n", - "pushing manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing cfb862f630d6... 100% ▕████████████████▏ 455 B \n", - "pushing manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing cfb862f630d6... 100% ▕████████████████▏ 455 B \n", - "pushing manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing cfb862f630d6... 100% ▕████████████████▏ 455 B \n", - "pushing manifest ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing cfb862f630d6... 100% ▕████████████████▏ 455 B \n", - "pushing manifest ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing cfb862f630d6... 100% ▕████████████████▏ 455 B \n", - "pushing manifest ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing cfb862f630d6... 100% ▕████████████████▏ 455 B \n", - "pushing manifest ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing cfb862f630d6... 100% ▕████████████████▏ 455 B \n", - "pushing manifest ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing cfb862f630d6... 100% ▕████████████████▏ 455 B \n", - "pushing manifest ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing cfb862f630d6... 100% ▕████████████████▏ 455 B \n", - "pushing manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing cfb862f630d6... 100% ▕████████████████▏ 455 B \n", - "pushing manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing cfb862f630d6... 100% ▕████████████████▏ 455 B \n", - "pushing manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing cfb862f630d6... 100% ▕████████████████▏ 455 B \n", - "pushing manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing cfb862f630d6... 100% ▕████████████████▏ 455 B \n", - "pushing manifest \n", - "success \u001b[?25h\n", - "\u001b[?25ltransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer \n", - "creating template layer \n", - "creating system layer \n", - "creating parameters layer \n", - "creating config layer \n", - "using already created layer sha256:e6479cdaed84707b6a19edf03a01e5c0972fdeb8f6c28df3e20dd9f96ee376b2 \n", - "using already created layer sha256:04de533bb8fd4eb327158f79cdc0de736558e45d198db9275ef536f470281f1f \n", - "using already created layer sha256:af41c51c14924c73d476c474dd0617253462cdb32f1256d8b3d3d9fc00371199 \n", - "using already created layer sha256:3559b403e83a9669ecd8d347a509c20b870674a9838218f8b812c93c419fec88 \n", - "writing layer sha256:095d90afa5725d1d1fd0757d4ba1293eb5df242f6eebc0f414759ee6e3a9e252 \n", - "writing manifest \n", - "success \u001b[?25h\n", - "copied 'notus:q4_K_M' to 'argilla/notus:q4_K_M'\n", - "\u001b[?25lretrieving manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 0% ▕ ▏ 1.1 MB/4.4 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 0% ▕ ▏ 2.1 MB/4.4 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 0% ▕ ▏ 2.1 MB/4.4 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 0% ▕ ▏ 2.1 MB/4.4 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 0% ▕ ▏ 2.1 MB/4.4 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 0% ▕ ▏ 3.0 MB/4.4 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 0% ▕ ▏ 3.0 MB/4.4 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 0% ▕ ▏ 3.6 MB/4.4 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 0% ▕ ▏ 0 B/4.4 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 0% ▕ ▏ 1.6 MB/4.4 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 0% ▕ ▏ 3.2 MB/4.4 GB 2.1 MB/s 35m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 0% ▕ ▏ 9.0 MB/4.4 GB 2.1 MB/s 35m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 0% ▕ ▏ 13 MB/4.4 GB 2.1 MB/s 35m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 0% ▕ ▏ 17 MB/4.4 GB 2.1 MB/s 35m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 0% ▕ ▏ 21 MB/4.4 GB 2.1 MB/s 35m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 1% ▕ ▏ 25 MB/4.4 GB 2.1 MB/s 35m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 1% ▕ ▏ 29 MB/4.4 GB 2.1 MB/s 35m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 1% ▕ ▏ 31 MB/4.4 GB 2.1 MB/s 35m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 1% ▕ ▏ 32 MB/4.4 GB 2.1 MB/s 35m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 1% ▕ ▏ 39 MB/4.4 GB 2.1 MB/s 34m57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 1% ▕ ▏ 46 MB/4.4 GB 22 MB/s 3m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 1% ▕ ▏ 49 MB/4.4 GB 22 MB/s 3m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 1% ▕ ▏ 55 MB/4.4 GB 22 MB/s 3m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 1% ▕ ▏ 63 MB/4.4 GB 22 MB/s 3m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 2% ▕ ▏ 66 MB/4.4 GB 22 MB/s 3m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 2% ▕ ▏ 68 MB/4.4 GB 22 MB/s 3m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 2% ▕ ▏ 76 MB/4.4 GB 22 MB/s 3m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 2% ▕ ▏ 78 MB/4.4 GB 22 MB/s 3m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 2% ▕ ▏ 82 MB/4.4 GB 22 MB/s 3m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 2% ▕ ▏ 89 MB/4.4 GB 22 MB/s 3m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 2% ▕ ▏ 92 MB/4.4 GB 22 MB/s 3m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 2% ▕ ▏ 96 MB/4.4 GB 31 MB/s 2m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 2% ▕ ▏ 99 MB/4.4 GB 31 MB/s 2m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 2% ▕ ▏ 103 MB/4.4 GB 31 MB/s 2m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 3% ▕ ▏ 110 MB/4.4 GB 31 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 3% ▕ ▏ 115 MB/4.4 GB 31 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 3% ▕ ▏ 118 MB/4.4 GB 31 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 3% ▕ ▏ 125 MB/4.4 GB 31 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 3% ▕ ▏ 131 MB/4.4 GB 31 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 3% ▕ ▏ 133 MB/4.4 GB 31 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 3% ▕ ▏ 141 MB/4.4 GB 31 MB/s 2m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 3% ▕ ▏ 144 MB/4.4 GB 35 MB/s 1m58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 3% ▕ ▏ 146 MB/4.4 GB 35 MB/s 1m58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 3% ▕ ▏ 152 MB/4.4 GB 35 MB/s 1m58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 4% ▕ ▏ 154 MB/4.4 GB 35 MB/s 1m58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 4% ▕ ▏ 156 MB/4.4 GB 35 MB/s 1m58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 4% ▕ ▏ 164 MB/4.4 GB 35 MB/s 1m58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 4% ▕ ▏ 167 MB/4.4 GB 35 MB/s 1m58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 4% ▕ ▏ 169 MB/4.4 GB 35 MB/s 1m58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 4% ▕ ▏ 175 MB/4.4 GB 35 MB/s 1m57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 4% ▕ ▏ 182 MB/4.4 GB 35 MB/s 1m57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 4% ▕ ▏ 184 MB/4.4 GB 36 MB/s 1m54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 4% ▕ ▏ 189 MB/4.4 GB 36 MB/s 1m53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 4% ▕ ▏ 195 MB/4.4 GB 36 MB/s 1m53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 4% ▕ ▏ 196 MB/4.4 GB 36 MB/s 1m53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 5% ▕ ▏ 202 MB/4.4 GB 36 MB/s 1m53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 5% ▕ ▏ 206 MB/4.4 GB 36 MB/s 1m53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 5% ▕ ▏ 206 MB/4.4 GB 36 MB/s 1m53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 5% ▕ ▏ 212 MB/4.4 GB 36 MB/s 1m53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 5% ▕ ▏ 214 MB/4.4 GB 36 MB/s 1m53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 5% ▕ ▏ 219 MB/4.4 GB 36 MB/s 1m53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 5% ▕ ▏ 223 MB/4.4 GB 37 MB/s 1m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 5% ▕ ▏ 229 MB/4.4 GB 37 MB/s 1m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 5% ▕ ▏ 234 MB/4.4 GB 37 MB/s 1m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 5% ▕ ▏ 238 MB/4.4 GB 37 MB/s 1m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 6% ▕ ▏ 242 MB/4.4 GB 37 MB/s 1m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 6% ▕ ▏ 249 MB/4.4 GB 37 MB/s 1m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 6% ▕ ▏ 251 MB/4.4 GB 37 MB/s 1m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 6% ▕ ▏ 252 MB/4.4 GB 37 MB/s 1m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 6% ▕ ▏ 256 MB/4.4 GB 37 MB/s 1m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 6% ▕ ▏ 263 MB/4.4 GB 37 MB/s 1m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 6% ▕ ▏ 267 MB/4.4 GB 38 MB/s 1m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 6% ▕ ▏ 269 MB/4.4 GB 38 MB/s 1m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 6% ▕ ▏ 270 MB/4.4 GB 38 MB/s 1m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 6% ▕█ ▏ 278 MB/4.4 GB 38 MB/s 1m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 6% ▕█ ▏ 282 MB/4.4 GB 38 MB/s 1m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 7% ▕█ ▏ 288 MB/4.4 GB 38 MB/s 1m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 7% ▕█ ▏ 294 MB/4.4 GB 38 MB/s 1m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 7% ▕█ ▏ 295 MB/4.4 GB 38 MB/s 1m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 7% ▕█ ▏ 302 MB/4.4 GB 38 MB/s 1m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 7% ▕█ ▏ 303 MB/4.4 GB 38 MB/s 1m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 7% ▕█ ▏ 308 MB/4.4 GB 38 MB/s 1m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 7% ▕█ ▏ 314 MB/4.4 GB 38 MB/s 1m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 7% ▕█ ▏ 317 MB/4.4 GB 38 MB/s 1m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 7% ▕█ ▏ 325 MB/4.4 GB 38 MB/s 1m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 8% ▕█ ▏ 328 MB/4.4 GB 38 MB/s 1m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 8% ▕█ ▏ 330 MB/4.4 GB 38 MB/s 1m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 8% ▕█ ▏ 339 MB/4.4 GB 38 MB/s 1m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 8% ▕█ ▏ 344 MB/4.4 GB 38 MB/s 1m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 8% ▕█ ▏ 348 MB/4.4 GB 38 MB/s 1m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 8% ▕█ ▏ 351 MB/4.4 GB 38 MB/s 1m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 8% ▕█ ▏ 359 MB/4.4 GB 38 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 8% ▕█ ▏ 360 MB/4.4 GB 39 MB/s 1m40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 8% ▕█ ▏ 361 MB/4.4 GB 39 MB/s 1m40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 8% ▕█ ▏ 366 MB/4.4 GB 39 MB/s 1m40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 9% ▕█ ▏ 374 MB/4.4 GB 39 MB/s 1m40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 9% ▕█ ▏ 378 MB/4.4 GB 39 MB/s 1m40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 9% ▕█ ▏ 380 MB/4.4 GB 39 MB/s 1m40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 9% ▕█ ▏ 387 MB/4.4 GB 39 MB/s 1m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 9% ▕█ ▏ 388 MB/4.4 GB 39 MB/s 1m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 9% ▕█ ▏ 390 MB/4.4 GB 39 MB/s 1m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 9% ▕█ ▏ 393 MB/4.4 GB 39 MB/s 1m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 9% ▕█ ▏ 393 MB/4.4 GB 43 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 9% ▕█ ▏ 398 MB/4.4 GB 43 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 9% ▕█ ▏ 401 MB/4.4 GB 43 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 9% ▕█ ▏ 406 MB/4.4 GB 43 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 9% ▕█ ▏ 410 MB/4.4 GB 43 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 10% ▕█ ▏ 418 MB/4.4 GB 43 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 10% ▕█ ▏ 424 MB/4.4 GB 43 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 10% ▕█ ▏ 425 MB/4.4 GB 43 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 10% ▕█ ▏ 426 MB/4.4 GB 43 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 10% ▕█ ▏ 431 MB/4.4 GB 43 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 10% ▕█ ▏ 433 MB/4.4 GB 43 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 10% ▕█ ▏ 445 MB/4.4 GB 43 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 10% ▕█ ▏ 449 MB/4.4 GB 43 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 10% ▕█ ▏ 453 MB/4.4 GB 43 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 10% ▕█ ▏ 454 MB/4.4 GB 43 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 10% ▕█ ▏ 451 MB/4.4 GB 43 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 11% ▕█ ▏ 461 MB/4.4 GB 43 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 11% ▕█ ▏ 468 MB/4.4 GB 43 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 11% ▕█ ▏ 470 MB/4.4 GB 43 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 11% ▕█ ▏ 482 MB/4.4 GB 43 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 11% ▕█ ▏ 486 MB/4.4 GB 43 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 11% ▕█ ▏ 487 MB/4.4 GB 43 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 11% ▕█ ▏ 487 MB/4.4 GB 43 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 11% ▕█ ▏ 488 MB/4.4 GB 43 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 11% ▕█ ▏ 488 MB/4.4 GB 43 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 11% ▕█ ▏ 494 MB/4.4 GB 43 MB/s 1m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 12% ▕█ ▏ 502 MB/4.4 GB 43 MB/s 1m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 12% ▕█ ▏ 506 MB/4.4 GB 43 MB/s 1m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 12% ▕█ ▏ 511 MB/4.4 GB 43 MB/s 1m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 12% ▕█ ▏ 518 MB/4.4 GB 43 MB/s 1m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 12% ▕█ ▏ 520 MB/4.4 GB 43 MB/s 1m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 12% ▕█ ▏ 520 MB/4.4 GB 41 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 12% ▕█ ▏ 523 MB/4.4 GB 41 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 12% ▕█ ▏ 530 MB/4.4 GB 41 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 12% ▕█ ▏ 537 MB/4.4 GB 41 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 12% ▕█ ▏ 541 MB/4.4 GB 41 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 12% ▕█ ▏ 541 MB/4.4 GB 41 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 12% ▕█ ▏ 543 MB/4.4 GB 41 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 12% ▕█ ▏ 543 MB/4.4 GB 41 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 12% ▕█ ▏ 545 MB/4.4 GB 41 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 13% ▕██ ▏ 557 MB/4.4 GB 41 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 13% ▕██ ▏ 561 MB/4.4 GB 41 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 13% ▕██ ▏ 562 MB/4.4 GB 41 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 13% ▕██ ▏ 563 MB/4.4 GB 41 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 13% ▕██ ▏ 569 MB/4.4 GB 41 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 13% ▕██ ▏ 571 MB/4.4 GB 41 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 13% ▕██ ▏ 575 MB/4.4 GB 41 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 13% ▕██ ▏ 578 MB/4.4 GB 41 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 13% ▕██ ▏ 578 MB/4.4 GB 41 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 13% ▕██ ▏ 584 MB/4.4 GB 41 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 14% ▕██ ▏ 594 MB/4.4 GB 41 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 14% ▕██ ▏ 595 MB/4.4 GB 41 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 14% ▕██ ▏ 604 MB/4.4 GB 41 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 14% ▕██ ▏ 608 MB/4.4 GB 41 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 14% ▕██ ▏ 609 MB/4.4 GB 41 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 14% ▕██ ▏ 610 MB/4.4 GB 41 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 14% ▕██ ▏ 612 MB/4.4 GB 41 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 14% ▕██ ▏ 626 MB/4.4 GB 41 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 14% ▕██ ▏ 629 MB/4.4 GB 41 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 15% ▕██ ▏ 634 MB/4.4 GB 41 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 15% ▕██ ▏ 635 MB/4.4 GB 41 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 15% ▕██ ▏ 635 MB/4.4 GB 40 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 15% ▕██ ▏ 636 MB/4.4 GB 40 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 15% ▕██ ▏ 643 MB/4.4 GB 40 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 15% ▕██ ▏ 650 MB/4.4 GB 40 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 15% ▕██ ▏ 654 MB/4.4 GB 40 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 15% ▕██ ▏ 656 MB/4.4 GB 40 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 15% ▕██ ▏ 657 MB/4.4 GB 40 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 15% ▕██ ▏ 658 MB/4.4 GB 40 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 15% ▕██ ▏ 662 MB/4.4 GB 40 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 15% ▕██ ▏ 671 MB/4.4 GB 40 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 15% ▕██ ▏ 676 MB/4.4 GB 40 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 16% ▕██ ▏ 679 MB/4.4 GB 40 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 16% ▕██ ▏ 691 MB/4.4 GB 40 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 16% ▕██ ▏ 694 MB/4.4 GB 40 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 16% ▕██ ▏ 697 MB/4.4 GB 40 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 16% ▕██ ▏ 698 MB/4.4 GB 40 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 16% ▕██ ▏ 700 MB/4.4 GB 40 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 16% ▕██ ▏ 701 MB/4.4 GB 40 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 16% ▕██ ▏ 713 MB/4.4 GB 40 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 16% ▕██ ▏ 715 MB/4.4 GB 40 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 16% ▕██ ▏ 715 MB/4.4 GB 40 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 16% ▕██ ▏ 718 MB/4.4 GB 39 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 17% ▕██ ▏ 727 MB/4.4 GB 39 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 17% ▕██ ▏ 733 MB/4.4 GB 39 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 17% ▕██ ▏ 738 MB/4.4 GB 39 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 17% ▕██ ▏ 745 MB/4.4 GB 39 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 17% ▕██ ▏ 746 MB/4.4 GB 39 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 17% ▕██ ▏ 752 MB/4.4 GB 39 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 17% ▕██ ▏ 764 MB/4.4 GB 39 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 18% ▕██ ▏ 766 MB/4.4 GB 39 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 18% ▕██ ▏ 769 MB/4.4 GB 39 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 18% ▕██ ▏ 769 MB/4.4 GB 41 MB/s 1m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 18% ▕██ ▏ 771 MB/4.4 GB 41 MB/s 1m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 18% ▕██ ▏ 771 MB/4.4 GB 41 MB/s 1m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 18% ▕██ ▏ 782 MB/4.4 GB 41 MB/s 1m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 18% ▕██ ▏ 788 MB/4.4 GB 41 MB/s 1m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 18% ▕██ ▏ 795 MB/4.4 GB 41 MB/s 1m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 18% ▕██ ▏ 797 MB/4.4 GB 41 MB/s 1m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 18% ▕██ ▏ 798 MB/4.4 GB 41 MB/s 1m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 18% ▕██ ▏ 806 MB/4.4 GB 41 MB/s 1m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 19% ▕██ ▏ 812 MB/4.4 GB 41 MB/s 1m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 19% ▕██ ▏ 816 MB/4.4 GB 42 MB/s 1m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 19% ▕███ ▏ 820 MB/4.4 GB 42 MB/s 1m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 19% ▕███ ▏ 821 MB/4.4 GB 42 MB/s 1m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 19% ▕███ ▏ 823 MB/4.4 GB 42 MB/s 1m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 19% ▕███ ▏ 831 MB/4.4 GB 42 MB/s 1m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 19% ▕███ ▏ 834 MB/4.4 GB 42 MB/s 1m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 19% ▕███ ▏ 842 MB/4.4 GB 42 MB/s 1m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 19% ▕███ ▏ 851 MB/4.4 GB 42 MB/s 1m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 20% ▕███ ▏ 853 MB/4.4 GB 42 MB/s 1m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 20% ▕███ ▏ 855 MB/4.4 GB 42 MB/s 1m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 20% ▕███ ▏ 860 MB/4.4 GB 41 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 20% ▕███ ▏ 867 MB/4.4 GB 41 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 20% ▕███ ▏ 868 MB/4.4 GB 41 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 20% ▕███ ▏ 874 MB/4.4 GB 41 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 20% ▕███ ▏ 890 MB/4.4 GB 41 MB/s 1m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 20% ▕███ ▏ 890 MB/4.4 GB 41 MB/s 1m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 21% ▕███ ▏ 896 MB/4.4 GB 41 MB/s 1m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 21% ▕███ ▏ 898 MB/4.4 GB 41 MB/s 1m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 21% ▕███ ▏ 900 MB/4.4 GB 41 MB/s 1m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 21% ▕███ ▏ 899 MB/4.4 GB 41 MB/s 1m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 21% ▕███ ▏ 901 MB/4.4 GB 42 MB/s 1m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 21% ▕███ ▏ 903 MB/4.4 GB 42 MB/s 1m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 21% ▕███ ▏ 911 MB/4.4 GB 42 MB/s 1m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 21% ▕███ ▏ 911 MB/4.4 GB 42 MB/s 1m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 21% ▕███ ▏ 911 MB/4.4 GB 42 MB/s 1m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 21% ▕███ ▏ 920 MB/4.4 GB 42 MB/s 1m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 21% ▕███ ▏ 929 MB/4.4 GB 42 MB/s 1m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 21% ▕███ ▏ 932 MB/4.4 GB 42 MB/s 1m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 21% ▕███ ▏ 935 MB/4.4 GB 42 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 21% ▕███ ▏ 936 MB/4.4 GB 42 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 21% ▕███ ▏ 938 MB/4.4 GB 42 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 22% ▕███ ▏ 946 MB/4.4 GB 42 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 22% ▕███ ▏ 953 MB/4.4 GB 42 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 22% ▕███ ▏ 954 MB/4.4 GB 42 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 22% ▕███ ▏ 967 MB/4.4 GB 42 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 22% ▕███ ▏ 969 MB/4.4 GB 42 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 22% ▕███ ▏ 971 MB/4.4 GB 42 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 22% ▕███ ▏ 979 MB/4.4 GB 42 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 23% ▕███ ▏ 983 MB/4.4 GB 42 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 23% ▕███ ▏ 986 MB/4.4 GB 42 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 23% ▕███ ▏ 991 MB/4.4 GB 42 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 23% ▕███ ▏ 994 MB/4.4 GB 44 MB/s 1m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 23% ▕███ ▏ 1.0 GB/4.4 GB 44 MB/s 1m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 23% ▕███ ▏ 1.0 GB/4.4 GB 44 MB/s 1m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 23% ▕███ ▏ 1.0 GB/4.4 GB 44 MB/s 1m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 23% ▕███ ▏ 1.0 GB/4.4 GB 44 MB/s 1m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 23% ▕███ ▏ 1.0 GB/4.4 GB 44 MB/s 1m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 23% ▕███ ▏ 1.0 GB/4.4 GB 44 MB/s 1m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 24% ▕███ ▏ 1.0 GB/4.4 GB 44 MB/s 1m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 24% ▕███ ▏ 1.0 GB/4.4 GB 44 MB/s 1m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 24% ▕███ ▏ 1.0 GB/4.4 GB 44 MB/s 1m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 24% ▕███ ▏ 1.0 GB/4.4 GB 45 MB/s 1m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 24% ▕███ ▏ 1.0 GB/4.4 GB 45 MB/s 1m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 24% ▕███ ▏ 1.1 GB/4.4 GB 45 MB/s 1m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 24% ▕███ ▏ 1.1 GB/4.4 GB 45 MB/s 1m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 24% ▕███ ▏ 1.1 GB/4.4 GB 45 MB/s 1m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 24% ▕███ ▏ 1.1 GB/4.4 GB 45 MB/s 1m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 24% ▕███ ▏ 1.1 GB/4.4 GB 45 MB/s 1m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 25% ▕███ ▏ 1.1 GB/4.4 GB 45 MB/s 1m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 25% ▕███ ▏ 1.1 GB/4.4 GB 45 MB/s 1m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 25% ▕███ ▏ 1.1 GB/4.4 GB 45 MB/s 1m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 25% ▕███ ▏ 1.1 GB/4.4 GB 45 MB/s 1m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 25% ▕███ ▏ 1.1 GB/4.4 GB 45 MB/s 1m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 25% ▕███ ▏ 1.1 GB/4.4 GB 45 MB/s 1m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 25% ▕███ ▏ 1.1 GB/4.4 GB 45 MB/s 1m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 25% ▕████ ▏ 1.1 GB/4.4 GB 45 MB/s 1m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 25% ▕████ ▏ 1.1 GB/4.4 GB 45 MB/s 1m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 25% ▕████ ▏ 1.1 GB/4.4 GB 45 MB/s 1m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 26% ▕████ ▏ 1.1 GB/4.4 GB 45 MB/s 1m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 26% ▕████ ▏ 1.1 GB/4.4 GB 45 MB/s 1m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 26% ▕████ ▏ 1.1 GB/4.4 GB 45 MB/s 1m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 26% ▕████ ▏ 1.1 GB/4.4 GB 44 MB/s 1m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 26% ▕████ ▏ 1.1 GB/4.4 GB 44 MB/s 1m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 26% ▕████ ▏ 1.1 GB/4.4 GB 44 MB/s 1m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 26% ▕████ ▏ 1.1 GB/4.4 GB 44 MB/s 1m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 26% ▕████ ▏ 1.1 GB/4.4 GB 44 MB/s 1m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 26% ▕████ ▏ 1.1 GB/4.4 GB 44 MB/s 1m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 26% ▕████ ▏ 1.2 GB/4.4 GB 44 MB/s 1m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 26% ▕████ ▏ 1.2 GB/4.4 GB 44 MB/s 1m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 26% ▕████ ▏ 1.2 GB/4.4 GB 44 MB/s 1m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 27% ▕████ ▏ 1.2 GB/4.4 GB 44 MB/s 1m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 27% ▕████ ▏ 1.2 GB/4.4 GB 44 MB/s 1m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 27% ▕████ ▏ 1.2 GB/4.4 GB 44 MB/s 1m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 27% ▕████ ▏ 1.2 GB/4.4 GB 44 MB/s 1m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 27% ▕████ ▏ 1.2 GB/4.4 GB 44 MB/s 1m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 27% ▕████ ▏ 1.2 GB/4.4 GB 44 MB/s 1m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 27% ▕████ ▏ 1.2 GB/4.4 GB 44 MB/s 1m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 27% ▕████ ▏ 1.2 GB/4.4 GB 44 MB/s 1m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 27% ▕████ ▏ 1.2 GB/4.4 GB 44 MB/s 1m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 27% ▕████ ▏ 1.2 GB/4.4 GB 44 MB/s 1m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 27% ▕████ ▏ 1.2 GB/4.4 GB 44 MB/s 1m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 28% ▕████ ▏ 1.2 GB/4.4 GB 44 MB/s 1m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 28% ▕████ ▏ 1.2 GB/4.4 GB 43 MB/s 1m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 28% ▕████ ▏ 1.2 GB/4.4 GB 43 MB/s 1m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 28% ▕████ ▏ 1.2 GB/4.4 GB 43 MB/s 1m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 28% ▕████ ▏ 1.2 GB/4.4 GB 43 MB/s 1m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 28% ▕████ ▏ 1.2 GB/4.4 GB 43 MB/s 1m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 28% ▕████ ▏ 1.2 GB/4.4 GB 43 MB/s 1m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 28% ▕████ ▏ 1.2 GB/4.4 GB 43 MB/s 1m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 29% ▕████ ▏ 1.2 GB/4.4 GB 43 MB/s 1m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 29% ▕████ ▏ 1.2 GB/4.4 GB 43 MB/s 1m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 29% ▕████ ▏ 1.3 GB/4.4 GB 43 MB/s 1m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 29% ▕████ ▏ 1.3 GB/4.4 GB 44 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 29% ▕████ ▏ 1.3 GB/4.4 GB 44 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 29% ▕████ ▏ 1.3 GB/4.4 GB 44 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 29% ▕████ ▏ 1.3 GB/4.4 GB 44 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 29% ▕████ ▏ 1.3 GB/4.4 GB 44 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 29% ▕████ ▏ 1.3 GB/4.4 GB 44 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 29% ▕████ ▏ 1.3 GB/4.4 GB 44 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 30% ▕████ ▏ 1.3 GB/4.4 GB 44 MB/s 1m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 30% ▕████ ▏ 1.3 GB/4.4 GB 44 MB/s 1m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 30% ▕████ ▏ 1.3 GB/4.4 GB 44 MB/s 1m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 30% ▕████ ▏ 1.3 GB/4.4 GB 43 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 30% ▕████ ▏ 1.3 GB/4.4 GB 43 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 30% ▕████ ▏ 1.3 GB/4.4 GB 43 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 30% ▕████ ▏ 1.3 GB/4.4 GB 43 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 30% ▕████ ▏ 1.3 GB/4.4 GB 43 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 30% ▕████ ▏ 1.3 GB/4.4 GB 43 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 30% ▕████ ▏ 1.3 GB/4.4 GB 43 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 30% ▕████ ▏ 1.3 GB/4.4 GB 43 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 30% ▕████ ▏ 1.3 GB/4.4 GB 43 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 30% ▕████ ▏ 1.3 GB/4.4 GB 43 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 31% ▕████ ▏ 1.3 GB/4.4 GB 43 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 31% ▕████ ▏ 1.3 GB/4.4 GB 43 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 31% ▕████ ▏ 1.3 GB/4.4 GB 43 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 31% ▕████ ▏ 1.4 GB/4.4 GB 43 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 31% ▕████ ▏ 1.4 GB/4.4 GB 43 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 31% ▕████ ▏ 1.4 GB/4.4 GB 43 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 31% ▕████ ▏ 1.4 GB/4.4 GB 43 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 31% ▕████ ▏ 1.4 GB/4.4 GB 43 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 31% ▕█████ ▏ 1.4 GB/4.4 GB 43 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 32% ▕█████ ▏ 1.4 GB/4.4 GB 43 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 32% ▕█████ ▏ 1.4 GB/4.4 GB 43 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 32% ▕█████ ▏ 1.4 GB/4.4 GB 43 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 32% ▕█████ ▏ 1.4 GB/4.4 GB 43 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 32% ▕█████ ▏ 1.4 GB/4.4 GB 43 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 32% ▕█████ ▏ 1.4 GB/4.4 GB 43 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 32% ▕█████ ▏ 1.4 GB/4.4 GB 43 MB/s 1m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 32% ▕█████ ▏ 1.4 GB/4.4 GB 43 MB/s 1m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 32% ▕█████ ▏ 1.4 GB/4.4 GB 43 MB/s 1m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 32% ▕█████ ▏ 1.4 GB/4.4 GB 43 MB/s 1m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 32% ▕█████ ▏ 1.4 GB/4.4 GB 43 MB/s 1m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 32% ▕█████ ▏ 1.4 GB/4.4 GB 43 MB/s 1m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 32% ▕█████ ▏ 1.4 GB/4.4 GB 41 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 32% ▕█████ ▏ 1.4 GB/4.4 GB 41 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 33% ▕█████ ▏ 1.4 GB/4.4 GB 41 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 33% ▕█████ ▏ 1.4 GB/4.4 GB 41 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 33% ▕█████ ▏ 1.4 GB/4.4 GB 41 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 33% ▕█████ ▏ 1.4 GB/4.4 GB 41 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 33% ▕█████ ▏ 1.4 GB/4.4 GB 41 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 33% ▕█████ ▏ 1.4 GB/4.4 GB 41 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 33% ▕█████ ▏ 1.4 GB/4.4 GB 41 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 33% ▕█████ ▏ 1.5 GB/4.4 GB 41 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 33% ▕█████ ▏ 1.5 GB/4.4 GB 41 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 34% ▕█████ ▏ 1.5 GB/4.4 GB 41 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 34% ▕█████ ▏ 1.5 GB/4.4 GB 41 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 34% ▕█████ ▏ 1.5 GB/4.4 GB 41 MB/s 1m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 34% ▕█████ ▏ 1.5 GB/4.4 GB 41 MB/s 1m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 34% ▕█████ ▏ 1.5 GB/4.4 GB 41 MB/s 1m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 34% ▕█████ ▏ 1.5 GB/4.4 GB 41 MB/s 1m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 34% ▕█████ ▏ 1.5 GB/4.4 GB 41 MB/s 1m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 34% ▕█████ ▏ 1.5 GB/4.4 GB 41 MB/s 1m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 34% ▕█████ ▏ 1.5 GB/4.4 GB 41 MB/s 1m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 35% ▕█████ ▏ 1.5 GB/4.4 GB 43 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 35% ▕█████ ▏ 1.5 GB/4.4 GB 43 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 35% ▕█████ ▏ 1.5 GB/4.4 GB 43 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 35% ▕█████ ▏ 1.5 GB/4.4 GB 43 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 35% ▕█████ ▏ 1.5 GB/4.4 GB 43 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 35% ▕█████ ▏ 1.5 GB/4.4 GB 43 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 35% ▕█████ ▏ 1.5 GB/4.4 GB 43 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 35% ▕█████ ▏ 1.5 GB/4.4 GB 43 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 35% ▕█████ ▏ 1.5 GB/4.4 GB 43 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 35% ▕█████ ▏ 1.5 GB/4.4 GB 43 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 35% ▕█████ ▏ 1.5 GB/4.4 GB 41 MB/s 1m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 35% ▕█████ ▏ 1.5 GB/4.4 GB 41 MB/s 1m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 35% ▕█████ ▏ 1.5 GB/4.4 GB 41 MB/s 1m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 36% ▕█████ ▏ 1.6 GB/4.4 GB 41 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 36% ▕█████ ▏ 1.6 GB/4.4 GB 41 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 36% ▕█████ ▏ 1.6 GB/4.4 GB 41 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 36% ▕█████ ▏ 1.6 GB/4.4 GB 41 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 36% ▕█████ ▏ 1.6 GB/4.4 GB 41 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 36% ▕█████ ▏ 1.6 GB/4.4 GB 41 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 36% ▕█████ ▏ 1.6 GB/4.4 GB 41 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 36% ▕█████ ▏ 1.6 GB/4.4 GB 41 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 36% ▕█████ ▏ 1.6 GB/4.4 GB 41 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 37% ▕█████ ▏ 1.6 GB/4.4 GB 41 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 37% ▕█████ ▏ 1.6 GB/4.4 GB 41 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 37% ▕█████ ▏ 1.6 GB/4.4 GB 41 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 37% ▕█████ ▏ 1.6 GB/4.4 GB 41 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 37% ▕█████ ▏ 1.6 GB/4.4 GB 41 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 37% ▕█████ ▏ 1.6 GB/4.4 GB 41 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 37% ▕█████ ▏ 1.6 GB/4.4 GB 41 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 37% ▕█████ ▏ 1.6 GB/4.4 GB 41 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 37% ▕█████ ▏ 1.6 GB/4.4 GB 41 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 37% ▕█████ ▏ 1.6 GB/4.4 GB 40 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 37% ▕█████ ▏ 1.6 GB/4.4 GB 40 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 38% ▕██████ ▏ 1.6 GB/4.4 GB 40 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 38% ▕██████ ▏ 1.6 GB/4.4 GB 40 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 38% ▕██████ ▏ 1.7 GB/4.4 GB 40 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 38% ▕██████ ▏ 1.7 GB/4.4 GB 40 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 38% ▕██████ ▏ 1.7 GB/4.4 GB 40 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 38% ▕██████ ▏ 1.7 GB/4.4 GB 40 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 38% ▕██████ ▏ 1.7 GB/4.4 GB 40 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 38% ▕██████ ▏ 1.7 GB/4.4 GB 40 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 38% ▕██████ ▏ 1.7 GB/4.4 GB 42 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 38% ▕██████ ▏ 1.7 GB/4.4 GB 42 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 39% ▕██████ ▏ 1.7 GB/4.4 GB 42 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 39% ▕██████ ▏ 1.7 GB/4.4 GB 42 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 39% ▕██████ ▏ 1.7 GB/4.4 GB 42 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 39% ▕██████ ▏ 1.7 GB/4.4 GB 42 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 39% ▕██████ ▏ 1.7 GB/4.4 GB 42 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 39% ▕██████ ▏ 1.7 GB/4.4 GB 42 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 39% ▕██████ ▏ 1.7 GB/4.4 GB 42 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 39% ▕██████ ▏ 1.7 GB/4.4 GB 42 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 39% ▕██████ ▏ 1.7 GB/4.4 GB 42 MB/s 1m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 39% ▕██████ ▏ 1.7 GB/4.4 GB 42 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 40% ▕██████ ▏ 1.7 GB/4.4 GB 42 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 40% ▕██████ ▏ 1.7 GB/4.4 GB 42 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 40% ▕██████ ▏ 1.7 GB/4.4 GB 42 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 40% ▕██████ ▏ 1.7 GB/4.4 GB 42 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 40% ▕██████ ▏ 1.7 GB/4.4 GB 42 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 40% ▕██████ ▏ 1.7 GB/4.4 GB 42 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 40% ▕██████ ▏ 1.8 GB/4.4 GB 42 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 40% ▕██████ ▏ 1.8 GB/4.4 GB 42 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 40% ▕██████ ▏ 1.8 GB/4.4 GB 43 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 41% ▕██████ ▏ 1.8 GB/4.4 GB 43 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 41% ▕██████ ▏ 1.8 GB/4.4 GB 43 MB/s 59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 41% ▕██████ ▏ 1.8 GB/4.4 GB 43 MB/s 59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 41% ▕██████ ▏ 1.8 GB/4.4 GB 43 MB/s 59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 41% ▕██████ ▏ 1.8 GB/4.4 GB 43 MB/s 59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 41% ▕██████ ▏ 1.8 GB/4.4 GB 43 MB/s 59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 41% ▕██████ ▏ 1.8 GB/4.4 GB 43 MB/s 59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 41% ▕██████ ▏ 1.8 GB/4.4 GB 43 MB/s 59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 41% ▕██████ ▏ 1.8 GB/4.4 GB 43 MB/s 59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 41% ▕██████ ▏ 1.8 GB/4.4 GB 43 MB/s 59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 41% ▕██████ ▏ 1.8 GB/4.4 GB 42 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 42% ▕██████ ▏ 1.8 GB/4.4 GB 42 MB/s 59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 42% ▕██████ ▏ 1.8 GB/4.4 GB 42 MB/s 59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 42% ▕██████ ▏ 1.8 GB/4.4 GB 42 MB/s 59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 42% ▕██████ ▏ 1.8 GB/4.4 GB 42 MB/s 59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 42% ▕██████ ▏ 1.8 GB/4.4 GB 42 MB/s 59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 42% ▕██████ ▏ 1.8 GB/4.4 GB 42 MB/s 59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 42% ▕██████ ▏ 1.8 GB/4.4 GB 42 MB/s 59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 42% ▕██████ ▏ 1.8 GB/4.4 GB 42 MB/s 59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 42% ▕██████ ▏ 1.8 GB/4.4 GB 42 MB/s 59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 42% ▕██████ ▏ 1.8 GB/4.4 GB 42 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 42% ▕██████ ▏ 1.9 GB/4.4 GB 42 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 43% ▕██████ ▏ 1.9 GB/4.4 GB 42 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 43% ▕██████ ▏ 1.9 GB/4.4 GB 42 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 43% ▕██████ ▏ 1.9 GB/4.4 GB 42 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 43% ▕██████ ▏ 1.9 GB/4.4 GB 42 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 43% ▕██████ ▏ 1.9 GB/4.4 GB 42 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 43% ▕██████ ▏ 1.9 GB/4.4 GB 42 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 43% ▕██████ ▏ 1.9 GB/4.4 GB 42 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 43% ▕██████ ▏ 1.9 GB/4.4 GB 42 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 43% ▕██████ ▏ 1.9 GB/4.4 GB 42 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 43% ▕██████ ▏ 1.9 GB/4.4 GB 42 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 44% ▕██████ ▏ 1.9 GB/4.4 GB 42 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 44% ▕██████ ▏ 1.9 GB/4.4 GB 42 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 44% ▕██████ ▏ 1.9 GB/4.4 GB 42 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 44% ▕██████ ▏ 1.9 GB/4.4 GB 42 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 44% ▕███████ ▏ 1.9 GB/4.4 GB 42 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 44% ▕███████ ▏ 1.9 GB/4.4 GB 42 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 44% ▕███████ ▏ 1.9 GB/4.4 GB 42 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 44% ▕███████ ▏ 1.9 GB/4.4 GB 42 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 44% ▕███████ ▏ 1.9 GB/4.4 GB 42 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 44% ▕███████ ▏ 1.9 GB/4.4 GB 42 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 44% ▕███████ ▏ 1.9 GB/4.4 GB 42 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 44% ▕███████ ▏ 1.9 GB/4.4 GB 42 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 45% ▕███████ ▏ 1.9 GB/4.4 GB 42 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 45% ▕███████ ▏ 1.9 GB/4.4 GB 42 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 45% ▕███████ ▏ 1.9 GB/4.4 GB 42 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 45% ▕███████ ▏ 2.0 GB/4.4 GB 42 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 45% ▕███████ ▏ 2.0 GB/4.4 GB 42 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 45% ▕███████ ▏ 2.0 GB/4.4 GB 42 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 45% ▕███████ ▏ 2.0 GB/4.4 GB 43 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 45% ▕███████ ▏ 2.0 GB/4.4 GB 43 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 45% ▕███████ ▏ 2.0 GB/4.4 GB 43 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 45% ▕███████ ▏ 2.0 GB/4.4 GB 43 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 45% ▕███████ ▏ 2.0 GB/4.4 GB 43 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 46% ▕███████ ▏ 2.0 GB/4.4 GB 43 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 46% ▕███████ ▏ 2.0 GB/4.4 GB 43 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 46% ▕███████ ▏ 2.0 GB/4.4 GB 43 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 46% ▕███████ ▏ 2.0 GB/4.4 GB 43 MB/s 54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 46% ▕███████ ▏ 2.0 GB/4.4 GB 43 MB/s 54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 46% ▕███████ ▏ 2.0 GB/4.4 GB 43 MB/s 54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 46% ▕███████ ▏ 2.0 GB/4.4 GB 42 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 46% ▕███████ ▏ 2.0 GB/4.4 GB 42 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 46% ▕███████ ▏ 2.0 GB/4.4 GB 42 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 46% ▕███████ ▏ 2.0 GB/4.4 GB 42 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 46% ▕███████ ▏ 2.0 GB/4.4 GB 42 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 47% ▕███████ ▏ 2.0 GB/4.4 GB 42 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 47% ▕███████ ▏ 2.0 GB/4.4 GB 42 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 47% ▕███████ ▏ 2.0 GB/4.4 GB 42 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 47% ▕███████ ▏ 2.0 GB/4.4 GB 42 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 47% ▕███████ ▏ 2.1 GB/4.4 GB 42 MB/s 54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 47% ▕███████ ▏ 2.1 GB/4.4 GB 42 MB/s 54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 47% ▕███████ ▏ 2.1 GB/4.4 GB 42 MB/s 54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 47% ▕███████ ▏ 2.1 GB/4.4 GB 42 MB/s 54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 48% ▕███████ ▏ 2.1 GB/4.4 GB 42 MB/s 54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 48% ▕███████ ▏ 2.1 GB/4.4 GB 42 MB/s 54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 48% ▕███████ ▏ 2.1 GB/4.4 GB 42 MB/s 54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 48% ▕███████ ▏ 2.1 GB/4.4 GB 42 MB/s 54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 48% ▕███████ ▏ 2.1 GB/4.4 GB 42 MB/s 54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 48% ▕███████ ▏ 2.1 GB/4.4 GB 42 MB/s 54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 48% ▕███████ ▏ 2.1 GB/4.4 GB 42 MB/s 54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 48% ▕███████ ▏ 2.1 GB/4.4 GB 41 MB/s 54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 48% ▕███████ ▏ 2.1 GB/4.4 GB 41 MB/s 54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 48% ▕███████ ▏ 2.1 GB/4.4 GB 41 MB/s 54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 48% ▕███████ ▏ 2.1 GB/4.4 GB 41 MB/s 54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 48% ▕███████ ▏ 2.1 GB/4.4 GB 41 MB/s 54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 49% ▕███████ ▏ 2.1 GB/4.4 GB 41 MB/s 54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 49% ▕███████ ▏ 2.1 GB/4.4 GB 41 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 49% ▕███████ ▏ 2.1 GB/4.4 GB 41 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 49% ▕███████ ▏ 2.1 GB/4.4 GB 41 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 49% ▕███████ ▏ 2.1 GB/4.4 GB 41 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 49% ▕███████ ▏ 2.1 GB/4.4 GB 42 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 49% ▕███████ ▏ 2.2 GB/4.4 GB 42 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 49% ▕███████ ▏ 2.2 GB/4.4 GB 42 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 49% ▕███████ ▏ 2.2 GB/4.4 GB 42 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 49% ▕███████ ▏ 2.2 GB/4.4 GB 42 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 50% ▕███████ ▏ 2.2 GB/4.4 GB 42 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 50% ▕███████ ▏ 2.2 GB/4.4 GB 42 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 50% ▕███████ ▏ 2.2 GB/4.4 GB 42 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 50% ▕███████ ▏ 2.2 GB/4.4 GB 42 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 50% ▕███████ ▏ 2.2 GB/4.4 GB 42 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 50% ▕████████ ▏ 2.2 GB/4.4 GB 43 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 50% ▕████████ ▏ 2.2 GB/4.4 GB 43 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 50% ▕████████ ▏ 2.2 GB/4.4 GB 43 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 50% ▕████████ ▏ 2.2 GB/4.4 GB 43 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 50% ▕████████ ▏ 2.2 GB/4.4 GB 43 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 50% ▕████████ ▏ 2.2 GB/4.4 GB 43 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 51% ▕████████ ▏ 2.2 GB/4.4 GB 43 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 51% ▕████████ ▏ 2.2 GB/4.4 GB 43 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 51% ▕████████ ▏ 2.2 GB/4.4 GB 43 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 51% ▕████████ ▏ 2.2 GB/4.4 GB 43 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 51% ▕████████ ▏ 2.2 GB/4.4 GB 43 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 51% ▕████████ ▏ 2.2 GB/4.4 GB 43 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 51% ▕████████ ▏ 2.2 GB/4.4 GB 43 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 51% ▕████████ ▏ 2.2 GB/4.4 GB 43 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 52% ▕████████ ▏ 2.3 GB/4.4 GB 43 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 52% ▕████████ ▏ 2.3 GB/4.4 GB 43 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 52% ▕████████ ▏ 2.3 GB/4.4 GB 43 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 52% ▕████████ ▏ 2.3 GB/4.4 GB 43 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 52% ▕████████ ▏ 2.3 GB/4.4 GB 43 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 52% ▕████████ ▏ 2.3 GB/4.4 GB 43 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 52% ▕████████ ▏ 2.3 GB/4.4 GB 43 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 52% ▕████████ ▏ 2.3 GB/4.4 GB 43 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 52% ▕████████ ▏ 2.3 GB/4.4 GB 43 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 52% ▕████████ ▏ 2.3 GB/4.4 GB 43 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 53% ▕████████ ▏ 2.3 GB/4.4 GB 43 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 53% ▕████████ ▏ 2.3 GB/4.4 GB 43 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 53% ▕████████ ▏ 2.3 GB/4.4 GB 43 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 53% ▕████████ ▏ 2.3 GB/4.4 GB 43 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 53% ▕████████ ▏ 2.3 GB/4.4 GB 43 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 53% ▕████████ ▏ 2.3 GB/4.4 GB 43 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 53% ▕████████ ▏ 2.3 GB/4.4 GB 43 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 53% ▕████████ ▏ 2.3 GB/4.4 GB 45 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 54% ▕████████ ▏ 2.3 GB/4.4 GB 45 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 54% ▕████████ ▏ 2.3 GB/4.4 GB 45 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 54% ▕████████ ▏ 2.3 GB/4.4 GB 45 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 54% ▕████████ ▏ 2.3 GB/4.4 GB 45 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 54% ▕████████ ▏ 2.3 GB/4.4 GB 45 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 54% ▕████████ ▏ 2.4 GB/4.4 GB 45 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 54% ▕████████ ▏ 2.4 GB/4.4 GB 45 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 54% ▕████████ ▏ 2.4 GB/4.4 GB 45 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 54% ▕████████ ▏ 2.4 GB/4.4 GB 45 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 54% ▕████████ ▏ 2.4 GB/4.4 GB 44 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 54% ▕████████ ▏ 2.4 GB/4.4 GB 44 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 54% ▕████████ ▏ 2.4 GB/4.4 GB 44 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 55% ▕████████ ▏ 2.4 GB/4.4 GB 44 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 55% ▕████████ ▏ 2.4 GB/4.4 GB 44 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 55% ▕████████ ▏ 2.4 GB/4.4 GB 44 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 55% ▕████████ ▏ 2.4 GB/4.4 GB 44 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 55% ▕████████ ▏ 2.4 GB/4.4 GB 44 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 55% ▕████████ ▏ 2.4 GB/4.4 GB 44 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 55% ▕████████ ▏ 2.4 GB/4.4 GB 44 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 55% ▕████████ ▏ 2.4 GB/4.4 GB 44 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 55% ▕████████ ▏ 2.4 GB/4.4 GB 44 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 55% ▕████████ ▏ 2.4 GB/4.4 GB 44 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 56% ▕████████ ▏ 2.4 GB/4.4 GB 44 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 56% ▕████████ ▏ 2.4 GB/4.4 GB 44 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 56% ▕████████ ▏ 2.4 GB/4.4 GB 44 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 56% ▕████████ ▏ 2.4 GB/4.4 GB 44 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 56% ▕████████ ▏ 2.4 GB/4.4 GB 44 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 56% ▕████████ ▏ 2.4 GB/4.4 GB 44 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 56% ▕████████ ▏ 2.5 GB/4.4 GB 44 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 56% ▕█████████ ▏ 2.5 GB/4.4 GB 44 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 56% ▕█████████ ▏ 2.5 GB/4.4 GB 45 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 56% ▕█████████ ▏ 2.5 GB/4.4 GB 45 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 56% ▕█████████ ▏ 2.5 GB/4.4 GB 45 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 57% ▕█████████ ▏ 2.5 GB/4.4 GB 45 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 57% ▕█████████ ▏ 2.5 GB/4.4 GB 45 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 57% ▕█████████ ▏ 2.5 GB/4.4 GB 45 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 57% ▕█████████ ▏ 2.5 GB/4.4 GB 45 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 57% ▕█████████ ▏ 2.5 GB/4.4 GB 45 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 57% ▕█████████ ▏ 2.5 GB/4.4 GB 45 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 57% ▕█████████ ▏ 2.5 GB/4.4 GB 45 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 57% ▕█████████ ▏ 2.5 GB/4.4 GB 45 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 57% ▕█████████ ▏ 2.5 GB/4.4 GB 45 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 57% ▕█████████ ▏ 2.5 GB/4.4 GB 45 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 58% ▕█████████ ▏ 2.5 GB/4.4 GB 45 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 58% ▕█████████ ▏ 2.5 GB/4.4 GB 45 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 58% ▕█████████ ▏ 2.5 GB/4.4 GB 45 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 58% ▕█████████ ▏ 2.5 GB/4.4 GB 45 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 58% ▕█████████ ▏ 2.5 GB/4.4 GB 45 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 58% ▕█████████ ▏ 2.5 GB/4.4 GB 45 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 58% ▕█████████ ▏ 2.5 GB/4.4 GB 45 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 58% ▕█████████ ▏ 2.5 GB/4.4 GB 43 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 58% ▕█████████ ▏ 2.5 GB/4.4 GB 43 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 58% ▕█████████ ▏ 2.5 GB/4.4 GB 43 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 58% ▕█████████ ▏ 2.6 GB/4.4 GB 43 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 59% ▕█████████ ▏ 2.6 GB/4.4 GB 43 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 59% ▕█████████ ▏ 2.6 GB/4.4 GB 43 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 59% ▕█████████ ▏ 2.6 GB/4.4 GB 43 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 59% ▕█████████ ▏ 2.6 GB/4.4 GB 43 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 59% ▕█████████ ▏ 2.6 GB/4.4 GB 43 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 59% ▕█████████ ▏ 2.6 GB/4.4 GB 43 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 59% ▕█████████ ▏ 2.6 GB/4.4 GB 43 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 59% ▕█████████ ▏ 2.6 GB/4.4 GB 43 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 59% ▕█████████ ▏ 2.6 GB/4.4 GB 43 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 59% ▕█████████ ▏ 2.6 GB/4.4 GB 43 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 59% ▕█████████ ▏ 2.6 GB/4.4 GB 43 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 59% ▕█████████ ▏ 2.6 GB/4.4 GB 43 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 60% ▕█████████ ▏ 2.6 GB/4.4 GB 43 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 60% ▕█████████ ▏ 2.6 GB/4.4 GB 43 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 60% ▕█████████ ▏ 2.6 GB/4.4 GB 43 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 60% ▕█████████ ▏ 2.6 GB/4.4 GB 43 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 60% ▕█████████ ▏ 2.6 GB/4.4 GB 43 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 60% ▕█████████ ▏ 2.6 GB/4.4 GB 43 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 60% ▕█████████ ▏ 2.6 GB/4.4 GB 43 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 60% ▕█████████ ▏ 2.6 GB/4.4 GB 43 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 60% ▕█████████ ▏ 2.6 GB/4.4 GB 43 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 60% ▕█████████ ▏ 2.6 GB/4.4 GB 43 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 60% ▕█████████ ▏ 2.6 GB/4.4 GB 43 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 61% ▕█████████ ▏ 2.6 GB/4.4 GB 43 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 61% ▕█████████ ▏ 2.6 GB/4.4 GB 43 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 61% ▕█████████ ▏ 2.7 GB/4.4 GB 43 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 61% ▕█████████ ▏ 2.7 GB/4.4 GB 43 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 61% ▕█████████ ▏ 2.7 GB/4.4 GB 42 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 61% ▕█████████ ▏ 2.7 GB/4.4 GB 42 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 61% ▕█████████ ▏ 2.7 GB/4.4 GB 42 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 61% ▕█████████ ▏ 2.7 GB/4.4 GB 42 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 61% ▕█████████ ▏ 2.7 GB/4.4 GB 42 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 62% ▕█████████ ▏ 2.7 GB/4.4 GB 42 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 62% ▕█████████ ▏ 2.7 GB/4.4 GB 42 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 62% ▕█████████ ▏ 2.7 GB/4.4 GB 42 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 62% ▕█████████ ▏ 2.7 GB/4.4 GB 42 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 62% ▕█████████ ▏ 2.7 GB/4.4 GB 42 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 62% ▕█████████ ▏ 2.7 GB/4.4 GB 41 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 62% ▕█████████ ▏ 2.7 GB/4.4 GB 41 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 62% ▕█████████ ▏ 2.7 GB/4.4 GB 41 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 62% ▕█████████ ▏ 2.7 GB/4.4 GB 41 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 62% ▕█████████ ▏ 2.7 GB/4.4 GB 41 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 62% ▕█████████ ▏ 2.7 GB/4.4 GB 41 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 63% ▕██████████ ▏ 2.7 GB/4.4 GB 41 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 63% ▕██████████ ▏ 2.7 GB/4.4 GB 41 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 63% ▕██████████ ▏ 2.7 GB/4.4 GB 41 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 63% ▕██████████ ▏ 2.7 GB/4.4 GB 41 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 63% ▕██████████ ▏ 2.7 GB/4.4 GB 42 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 63% ▕██████████ ▏ 2.8 GB/4.4 GB 42 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 63% ▕██████████ ▏ 2.8 GB/4.4 GB 42 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 63% ▕██████████ ▏ 2.8 GB/4.4 GB 42 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 63% ▕██████████ ▏ 2.8 GB/4.4 GB 42 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 64% ▕██████████ ▏ 2.8 GB/4.4 GB 42 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 64% ▕██████████ ▏ 2.8 GB/4.4 GB 42 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 64% ▕██████████ ▏ 2.8 GB/4.4 GB 42 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 64% ▕██████████ ▏ 2.8 GB/4.4 GB 42 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 64% ▕██████████ ▏ 2.8 GB/4.4 GB 42 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 64% ▕██████████ ▏ 2.8 GB/4.4 GB 41 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 64% ▕██████████ ▏ 2.8 GB/4.4 GB 41 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 64% ▕██████████ ▏ 2.8 GB/4.4 GB 41 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 64% ▕██████████ ▏ 2.8 GB/4.4 GB 41 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 64% ▕██████████ ▏ 2.8 GB/4.4 GB 41 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 64% ▕██████████ ▏ 2.8 GB/4.4 GB 41 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 64% ▕██████████ ▏ 2.8 GB/4.4 GB 41 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 65% ▕██████████ ▏ 2.8 GB/4.4 GB 41 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 65% ▕██████████ ▏ 2.8 GB/4.4 GB 41 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 65% ▕██████████ ▏ 2.8 GB/4.4 GB 41 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 65% ▕██████████ ▏ 2.8 GB/4.4 GB 40 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 65% ▕██████████ ▏ 2.8 GB/4.4 GB 40 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 65% ▕██████████ ▏ 2.8 GB/4.4 GB 40 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 65% ▕██████████ ▏ 2.8 GB/4.4 GB 40 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 65% ▕██████████ ▏ 2.9 GB/4.4 GB 40 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 65% ▕██████████ ▏ 2.9 GB/4.4 GB 40 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 65% ▕██████████ ▏ 2.9 GB/4.4 GB 40 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 66% ▕██████████ ▏ 2.9 GB/4.4 GB 40 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 66% ▕██████████ ▏ 2.9 GB/4.4 GB 40 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 66% ▕██████████ ▏ 2.9 GB/4.4 GB 40 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 66% ▕██████████ ▏ 2.9 GB/4.4 GB 40 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 66% ▕██████████ ▏ 2.9 GB/4.4 GB 42 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 66% ▕██████████ ▏ 2.9 GB/4.4 GB 42 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 66% ▕██████████ ▏ 2.9 GB/4.4 GB 42 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 66% ▕██████████ ▏ 2.9 GB/4.4 GB 42 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 66% ▕██████████ ▏ 2.9 GB/4.4 GB 42 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 66% ▕██████████ ▏ 2.9 GB/4.4 GB 42 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 67% ▕██████████ ▏ 2.9 GB/4.4 GB 42 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 67% ▕██████████ ▏ 2.9 GB/4.4 GB 42 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 67% ▕██████████ ▏ 2.9 GB/4.4 GB 42 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 67% ▕██████████ ▏ 2.9 GB/4.4 GB 42 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 67% ▕██████████ ▏ 2.9 GB/4.4 GB 43 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 67% ▕██████████ ▏ 2.9 GB/4.4 GB 43 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 67% ▕██████████ ▏ 2.9 GB/4.4 GB 43 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 67% ▕██████████ ▏ 2.9 GB/4.4 GB 43 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 68% ▕██████████ ▏ 2.9 GB/4.4 GB 43 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 68% ▕██████████ ▏ 3.0 GB/4.4 GB 43 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 68% ▕██████████ ▏ 3.0 GB/4.4 GB 43 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 68% ▕██████████ ▏ 3.0 GB/4.4 GB 43 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 68% ▕██████████ ▏ 3.0 GB/4.4 GB 43 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 68% ▕██████████ ▏ 3.0 GB/4.4 GB 43 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 68% ▕██████████ ▏ 3.0 GB/4.4 GB 44 MB/s 31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 68% ▕██████████ ▏ 3.0 GB/4.4 GB 44 MB/s 31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 69% ▕██████████ ▏ 3.0 GB/4.4 GB 44 MB/s 31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 69% ▕██████████ ▏ 3.0 GB/4.4 GB 44 MB/s 31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 69% ▕███████████ ▏ 3.0 GB/4.4 GB 44 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 69% ▕███████████ ▏ 3.0 GB/4.4 GB 44 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 69% ▕███████████ ▏ 3.0 GB/4.4 GB 44 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 69% ▕███████████ ▏ 3.0 GB/4.4 GB 44 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 69% ▕███████████ ▏ 3.0 GB/4.4 GB 44 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 70% ▕███████████ ▏ 3.0 GB/4.4 GB 44 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 70% ▕███████████ ▏ 3.0 GB/4.4 GB 46 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 70% ▕███████████ ▏ 3.0 GB/4.4 GB 46 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 70% ▕███████████ ▏ 3.0 GB/4.4 GB 46 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 70% ▕███████████ ▏ 3.1 GB/4.4 GB 46 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 70% ▕███████████ ▏ 3.1 GB/4.4 GB 46 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 70% ▕███████████ ▏ 3.1 GB/4.4 GB 46 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 70% ▕███████████ ▏ 3.1 GB/4.4 GB 46 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 70% ▕███████████ ▏ 3.1 GB/4.4 GB 46 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 70% ▕███████████ ▏ 3.1 GB/4.4 GB 46 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 70% ▕███████████ ▏ 3.1 GB/4.4 GB 46 MB/s 27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 71% ▕███████████ ▏ 3.1 GB/4.4 GB 46 MB/s 27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 71% ▕███████████ ▏ 3.1 GB/4.4 GB 46 MB/s 27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 71% ▕███████████ ▏ 3.1 GB/4.4 GB 46 MB/s 27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 71% ▕███████████ ▏ 3.1 GB/4.4 GB 46 MB/s 27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 71% ▕███████████ ▏ 3.1 GB/4.4 GB 46 MB/s 27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 71% ▕███████████ ▏ 3.1 GB/4.4 GB 46 MB/s 27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 71% ▕███████████ ▏ 3.1 GB/4.4 GB 46 MB/s 27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 71% ▕███████████ ▏ 3.1 GB/4.4 GB 46 MB/s 27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 71% ▕███████████ ▏ 3.1 GB/4.4 GB 46 MB/s 27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 71% ▕███████████ ▏ 3.1 GB/4.4 GB 46 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 71% ▕███████████ ▏ 3.1 GB/4.4 GB 46 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 72% ▕███████████ ▏ 3.1 GB/4.4 GB 46 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 72% ▕███████████ ▏ 3.1 GB/4.4 GB 46 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 72% ▕███████████ ▏ 3.1 GB/4.4 GB 46 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 72% ▕███████████ ▏ 3.1 GB/4.4 GB 46 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 72% ▕███████████ ▏ 3.1 GB/4.4 GB 46 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 72% ▕███████████ ▏ 3.1 GB/4.4 GB 46 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 72% ▕███████████ ▏ 3.2 GB/4.4 GB 46 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 72% ▕███████████ ▏ 3.2 GB/4.4 GB 46 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 72% ▕███████████ ▏ 3.2 GB/4.4 GB 46 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 72% ▕███████████ ▏ 3.2 GB/4.4 GB 46 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 72% ▕███████████ ▏ 3.2 GB/4.4 GB 45 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 72% ▕███████████ ▏ 3.2 GB/4.4 GB 45 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 72% ▕███████████ ▏ 3.2 GB/4.4 GB 45 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 73% ▕███████████ ▏ 3.2 GB/4.4 GB 45 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 73% ▕███████████ ▏ 3.2 GB/4.4 GB 45 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 73% ▕███████████ ▏ 3.2 GB/4.4 GB 45 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 73% ▕███████████ ▏ 3.2 GB/4.4 GB 45 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 73% ▕███████████ ▏ 3.2 GB/4.4 GB 45 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 73% ▕███████████ ▏ 3.2 GB/4.4 GB 45 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 73% ▕███████████ ▏ 3.2 GB/4.4 GB 45 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 73% ▕███████████ ▏ 3.2 GB/4.4 GB 46 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 73% ▕███████████ ▏ 3.2 GB/4.4 GB 46 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 74% ▕███████████ ▏ 3.2 GB/4.4 GB 46 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 74% ▕███████████ ▏ 3.2 GB/4.4 GB 46 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 74% ▕███████████ ▏ 3.2 GB/4.4 GB 46 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 74% ▕███████████ ▏ 3.2 GB/4.4 GB 46 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 74% ▕███████████ ▏ 3.2 GB/4.4 GB 46 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 74% ▕███████████ ▏ 3.2 GB/4.4 GB 46 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 74% ▕███████████ ▏ 3.2 GB/4.4 GB 46 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 74% ▕███████████ ▏ 3.2 GB/4.4 GB 46 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 74% ▕███████████ ▏ 3.2 GB/4.4 GB 45 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 74% ▕███████████ ▏ 3.3 GB/4.4 GB 45 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 74% ▕███████████ ▏ 3.3 GB/4.4 GB 45 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 75% ▕███████████ ▏ 3.3 GB/4.4 GB 45 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 75% ▕███████████ ▏ 3.3 GB/4.4 GB 45 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 75% ▕███████████ ▏ 3.3 GB/4.4 GB 45 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 75% ▕███████████ ▏ 3.3 GB/4.4 GB 45 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 75% ▕███████████ ▏ 3.3 GB/4.4 GB 45 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 75% ▕████████████ ▏ 3.3 GB/4.4 GB 45 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 75% ▕████████████ ▏ 3.3 GB/4.4 GB 45 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 75% ▕████████████ ▏ 3.3 GB/4.4 GB 45 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 75% ▕████████████ ▏ 3.3 GB/4.4 GB 45 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 75% ▕████████████ ▏ 3.3 GB/4.4 GB 45 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 75% ▕████████████ ▏ 3.3 GB/4.4 GB 45 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 75% ▕████████████ ▏ 3.3 GB/4.4 GB 45 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 76% ▕████████████ ▏ 3.3 GB/4.4 GB 45 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 76% ▕████████████ ▏ 3.3 GB/4.4 GB 45 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 76% ▕████████████ ▏ 3.3 GB/4.4 GB 45 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 76% ▕████████████ ▏ 3.3 GB/4.4 GB 45 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 76% ▕████████████ ▏ 3.3 GB/4.4 GB 45 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 76% ▕████████████ ▏ 3.3 GB/4.4 GB 45 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 76% ▕████████████ ▏ 3.3 GB/4.4 GB 44 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 77% ▕████████████ ▏ 3.3 GB/4.4 GB 44 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 77% ▕████████████ ▏ 3.3 GB/4.4 GB 44 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 77% ▕████████████ ▏ 3.4 GB/4.4 GB 44 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 77% ▕████████████ ▏ 3.4 GB/4.4 GB 44 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 77% ▕████████████ ▏ 3.4 GB/4.4 GB 44 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 77% ▕████████████ ▏ 3.4 GB/4.4 GB 44 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 77% ▕████████████ ▏ 3.4 GB/4.4 GB 44 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 77% ▕████████████ ▏ 3.4 GB/4.4 GB 44 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 77% ▕████████████ ▏ 3.4 GB/4.4 GB 44 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 77% ▕████████████ ▏ 3.4 GB/4.4 GB 43 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 77% ▕████████████ ▏ 3.4 GB/4.4 GB 43 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 77% ▕████████████ ▏ 3.4 GB/4.4 GB 43 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 77% ▕████████████ ▏ 3.4 GB/4.4 GB 43 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 78% ▕████████████ ▏ 3.4 GB/4.4 GB 43 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 78% ▕████████████ ▏ 3.4 GB/4.4 GB 43 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 78% ▕████████████ ▏ 3.4 GB/4.4 GB 43 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 78% ▕████████████ ▏ 3.4 GB/4.4 GB 43 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 78% ▕████████████ ▏ 3.4 GB/4.4 GB 43 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 78% ▕████████████ ▏ 3.4 GB/4.4 GB 43 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 78% ▕████████████ ▏ 3.4 GB/4.4 GB 42 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 78% ▕████████████ ▏ 3.4 GB/4.4 GB 42 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 78% ▕████████████ ▏ 3.4 GB/4.4 GB 42 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 79% ▕████████████ ▏ 3.4 GB/4.4 GB 42 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 79% ▕████████████ ▏ 3.4 GB/4.4 GB 42 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 79% ▕████████████ ▏ 3.4 GB/4.4 GB 42 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 79% ▕████████████ ▏ 3.4 GB/4.4 GB 42 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 79% ▕████████████ ▏ 3.4 GB/4.4 GB 42 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 79% ▕████████████ ▏ 3.5 GB/4.4 GB 42 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 79% ▕████████████ ▏ 3.5 GB/4.4 GB 42 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 79% ▕████████████ ▏ 3.5 GB/4.4 GB 43 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 80% ▕████████████ ▏ 3.5 GB/4.4 GB 43 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 80% ▕████████████ ▏ 3.5 GB/4.4 GB 43 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 80% ▕████████████ ▏ 3.5 GB/4.4 GB 43 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 80% ▕████████████ ▏ 3.5 GB/4.4 GB 43 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 80% ▕████████████ ▏ 3.5 GB/4.4 GB 43 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 80% ▕████████████ ▏ 3.5 GB/4.4 GB 43 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 80% ▕████████████ ▏ 3.5 GB/4.4 GB 43 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 80% ▕████████████ ▏ 3.5 GB/4.4 GB 43 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 80% ▕████████████ ▏ 3.5 GB/4.4 GB 43 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 80% ▕████████████ ▏ 3.5 GB/4.4 GB 42 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 80% ▕████████████ ▏ 3.5 GB/4.4 GB 42 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 80% ▕████████████ ▏ 3.5 GB/4.4 GB 42 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 81% ▕████████████ ▏ 3.5 GB/4.4 GB 42 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 81% ▕████████████ ▏ 3.5 GB/4.4 GB 42 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 81% ▕████████████ ▏ 3.5 GB/4.4 GB 42 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 81% ▕████████████ ▏ 3.5 GB/4.4 GB 42 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 81% ▕████████████ ▏ 3.5 GB/4.4 GB 42 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 81% ▕████████████ ▏ 3.5 GB/4.4 GB 42 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 81% ▕████████████ ▏ 3.5 GB/4.4 GB 42 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 81% ▕█████████████ ▏ 3.5 GB/4.4 GB 42 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 81% ▕█████████████ ▏ 3.5 GB/4.4 GB 43 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 81% ▕█████████████ ▏ 3.6 GB/4.4 GB 43 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 81% ▕█████████████ ▏ 3.6 GB/4.4 GB 43 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 82% ▕█████████████ ▏ 3.6 GB/4.4 GB 43 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 82% ▕█████████████ ▏ 3.6 GB/4.4 GB 43 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 82% ▕█████████████ ▏ 3.6 GB/4.4 GB 43 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 82% ▕█████████████ ▏ 3.6 GB/4.4 GB 43 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 82% ▕█████████████ ▏ 3.6 GB/4.4 GB 43 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 82% ▕█████████████ ▏ 3.6 GB/4.4 GB 43 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 82% ▕█████████████ ▏ 3.6 GB/4.4 GB 43 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 82% ▕█████████████ ▏ 3.6 GB/4.4 GB 43 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 83% ▕█████████████ ▏ 3.6 GB/4.4 GB 43 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 83% ▕█████████████ ▏ 3.6 GB/4.4 GB 43 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 83% ▕█████████████ ▏ 3.6 GB/4.4 GB 43 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 83% ▕█████████████ ▏ 3.6 GB/4.4 GB 43 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 83% ▕█████████████ ▏ 3.6 GB/4.4 GB 43 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 83% ▕█████████████ ▏ 3.6 GB/4.4 GB 43 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 83% ▕█████████████ ▏ 3.6 GB/4.4 GB 43 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 83% ▕█████████████ ▏ 3.6 GB/4.4 GB 43 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 83% ▕█████████████ ▏ 3.6 GB/4.4 GB 43 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 83% ▕█████████████ ▏ 3.6 GB/4.4 GB 43 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 83% ▕█████████████ ▏ 3.6 GB/4.4 GB 43 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 84% ▕█████████████ ▏ 3.7 GB/4.4 GB 43 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 84% ▕█████████████ ▏ 3.7 GB/4.4 GB 43 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 84% ▕█████████████ ▏ 3.7 GB/4.4 GB 43 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 84% ▕█████████████ ▏ 3.7 GB/4.4 GB 43 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 84% ▕█████████████ ▏ 3.7 GB/4.4 GB 43 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 84% ▕█████████████ ▏ 3.7 GB/4.4 GB 43 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 84% ▕█████████████ ▏ 3.7 GB/4.4 GB 43 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 84% ▕█████████████ ▏ 3.7 GB/4.4 GB 43 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 84% ▕█████████████ ▏ 3.7 GB/4.4 GB 43 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 84% ▕█████████████ ▏ 3.7 GB/4.4 GB 43 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 84% ▕█████████████ ▏ 3.7 GB/4.4 GB 43 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 85% ▕█████████████ ▏ 3.7 GB/4.4 GB 43 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 85% ▕█████████████ ▏ 3.7 GB/4.4 GB 43 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 85% ▕█████████████ ▏ 3.7 GB/4.4 GB 43 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 85% ▕█████████████ ▏ 3.7 GB/4.4 GB 43 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 85% ▕█████████████ ▏ 3.7 GB/4.4 GB 43 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 85% ▕█████████████ ▏ 3.7 GB/4.4 GB 43 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 85% ▕█████████████ ▏ 3.7 GB/4.4 GB 43 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 85% ▕█████████████ ▏ 3.7 GB/4.4 GB 42 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 85% ▕█████████████ ▏ 3.7 GB/4.4 GB 42 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 85% ▕█████████████ ▏ 3.7 GB/4.4 GB 42 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 86% ▕█████████████ ▏ 3.7 GB/4.4 GB 42 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 86% ▕█████████████ ▏ 3.7 GB/4.4 GB 42 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 86% ▕█████████████ ▏ 3.7 GB/4.4 GB 42 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 86% ▕█████████████ ▏ 3.7 GB/4.4 GB 42 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 86% ▕█████████████ ▏ 3.8 GB/4.4 GB 42 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 86% ▕█████████████ ▏ 3.8 GB/4.4 GB 42 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 86% ▕█████████████ ▏ 3.8 GB/4.4 GB 42 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 86% ▕█████████████ ▏ 3.8 GB/4.4 GB 42 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 86% ▕█████████████ ▏ 3.8 GB/4.4 GB 44 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 86% ▕█████████████ ▏ 3.8 GB/4.4 GB 44 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 86% ▕█████████████ ▏ 3.8 GB/4.4 GB 44 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 87% ▕█████████████ ▏ 3.8 GB/4.4 GB 44 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 87% ▕█████████████ ▏ 3.8 GB/4.4 GB 44 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 87% ▕█████████████ ▏ 3.8 GB/4.4 GB 44 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 87% ▕█████████████ ▏ 3.8 GB/4.4 GB 44 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 87% ▕█████████████ ▏ 3.8 GB/4.4 GB 44 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 87% ▕█████████████ ▏ 3.8 GB/4.4 GB 44 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 87% ▕█████████████ ▏ 3.8 GB/4.4 GB 44 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 87% ▕█████████████ ▏ 3.8 GB/4.4 GB 43 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 87% ▕█████████████ ▏ 3.8 GB/4.4 GB 43 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 88% ▕██████████████ ▏ 3.8 GB/4.4 GB 43 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 88% ▕██████████████ ▏ 3.8 GB/4.4 GB 43 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 88% ▕██████████████ ▏ 3.8 GB/4.4 GB 43 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 88% ▕██████████████ ▏ 3.8 GB/4.4 GB 43 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 88% ▕██████████████ ▏ 3.8 GB/4.4 GB 43 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 88% ▕██████████████ ▏ 3.8 GB/4.4 GB 43 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 88% ▕██████████████ ▏ 3.9 GB/4.4 GB 43 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 88% ▕██████████████ ▏ 3.9 GB/4.4 GB 43 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 88% ▕██████████████ ▏ 3.9 GB/4.4 GB 42 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 88% ▕██████████████ ▏ 3.9 GB/4.4 GB 42 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 89% ▕██████████████ ▏ 3.9 GB/4.4 GB 42 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 89% ▕██████████████ ▏ 3.9 GB/4.4 GB 42 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 89% ▕██████████████ ▏ 3.9 GB/4.4 GB 42 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 89% ▕██████████████ ▏ 3.9 GB/4.4 GB 42 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 89% ▕██████████████ ▏ 3.9 GB/4.4 GB 42 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 89% ▕██████████████ ▏ 3.9 GB/4.4 GB 42 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 89% ▕██████████████ ▏ 3.9 GB/4.4 GB 42 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 89% ▕██████████████ ▏ 3.9 GB/4.4 GB 42 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 89% ▕██████████████ ▏ 3.9 GB/4.4 GB 43 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 89% ▕██████████████ ▏ 3.9 GB/4.4 GB 43 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 89% ▕██████████████ ▏ 3.9 GB/4.4 GB 43 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 89% ▕██████████████ ▏ 3.9 GB/4.4 GB 43 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 90% ▕██████████████ ▏ 3.9 GB/4.4 GB 43 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 90% ▕██████████████ ▏ 3.9 GB/4.4 GB 43 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 90% ▕██████████████ ▏ 3.9 GB/4.4 GB 43 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 90% ▕██████████████ ▏ 3.9 GB/4.4 GB 43 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 90% ▕██████████████ ▏ 3.9 GB/4.4 GB 43 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 90% ▕██████████████ ▏ 3.9 GB/4.4 GB 43 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 90% ▕██████████████ ▏ 3.9 GB/4.4 GB 41 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 90% ▕██████████████ ▏ 3.9 GB/4.4 GB 41 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 90% ▕██████████████ ▏ 3.9 GB/4.4 GB 41 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 90% ▕██████████████ ▏ 4.0 GB/4.4 GB 41 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 91% ▕██████████████ ▏ 4.0 GB/4.4 GB 41 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 91% ▕██████████████ ▏ 4.0 GB/4.4 GB 41 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 91% ▕██████████████ ▏ 4.0 GB/4.4 GB 41 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 91% ▕██████████████ ▏ 4.0 GB/4.4 GB 41 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 91% ▕██████████████ ▏ 4.0 GB/4.4 GB 41 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 91% ▕██████████████ ▏ 4.0 GB/4.4 GB 41 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 91% ▕██████████████ ▏ 4.0 GB/4.4 GB 41 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 91% ▕██████████████ ▏ 4.0 GB/4.4 GB 42 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 91% ▕██████████████ ▏ 4.0 GB/4.4 GB 42 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 91% ▕██████████████ ▏ 4.0 GB/4.4 GB 42 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 91% ▕██████████████ ▏ 4.0 GB/4.4 GB 42 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 91% ▕██████████████ ▏ 4.0 GB/4.4 GB 42 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 91% ▕██████████████ ▏ 4.0 GB/4.4 GB 42 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 91% ▕██████████████ ▏ 4.0 GB/4.4 GB 42 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 91% ▕██████████████ ▏ 4.0 GB/4.4 GB 42 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 92% ▕██████████████ ▏ 4.0 GB/4.4 GB 42 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 92% ▕██████████████ ▏ 4.0 GB/4.4 GB 42 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 92% ▕██████████████ ▏ 4.0 GB/4.4 GB 40 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 92% ▕██████████████ ▏ 4.0 GB/4.4 GB 40 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 92% ▕██████████████ ▏ 4.0 GB/4.4 GB 40 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 92% ▕██████████████ ▏ 4.0 GB/4.4 GB 40 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 92% ▕██████████████ ▏ 4.0 GB/4.4 GB 40 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 92% ▕██████████████ ▏ 4.0 GB/4.4 GB 40 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 92% ▕██████████████ ▏ 4.0 GB/4.4 GB 40 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 92% ▕██████████████ ▏ 4.0 GB/4.4 GB 40 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 93% ▕██████████████ ▏ 4.0 GB/4.4 GB 40 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 93% ▕██████████████ ▏ 4.0 GB/4.4 GB 40 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 93% ▕██████████████ ▏ 4.0 GB/4.4 GB 41 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 93% ▕██████████████ ▏ 4.1 GB/4.4 GB 41 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 93% ▕██████████████ ▏ 4.1 GB/4.4 GB 41 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 93% ▕██████████████ ▏ 4.1 GB/4.4 GB 41 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 93% ▕██████████████ ▏ 4.1 GB/4.4 GB 41 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 93% ▕██████████████ ▏ 4.1 GB/4.4 GB 41 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 93% ▕██████████████ ▏ 4.1 GB/4.4 GB 41 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 93% ▕██████████████ ▏ 4.1 GB/4.4 GB 41 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 93% ▕██████████████ ▏ 4.1 GB/4.4 GB 41 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 94% ▕██████████████ ▏ 4.1 GB/4.4 GB 41 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 94% ▕██████████████ ▏ 4.1 GB/4.4 GB 42 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 94% ▕███████████████ ▏ 4.1 GB/4.4 GB 42 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 94% ▕███████████████ ▏ 4.1 GB/4.4 GB 42 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 94% ▕███████████████ ▏ 4.1 GB/4.4 GB 42 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 94% ▕███████████████ ▏ 4.1 GB/4.4 GB 42 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 94% ▕███████████████ ▏ 4.1 GB/4.4 GB 42 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 94% ▕███████████████ ▏ 4.1 GB/4.4 GB 42 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 94% ▕███████████████ ▏ 4.1 GB/4.4 GB 42 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 94% ▕███████████████ ▏ 4.1 GB/4.4 GB 42 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 95% ▕███████████████ ▏ 4.1 GB/4.4 GB 42 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 95% ▕███████████████ ▏ 4.1 GB/4.4 GB 40 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 95% ▕███████████████ ▏ 4.1 GB/4.4 GB 40 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 95% ▕███████████████ ▏ 4.1 GB/4.4 GB 40 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 95% ▕███████████████ ▏ 4.1 GB/4.4 GB 40 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 95% ▕███████████████ ▏ 4.1 GB/4.4 GB 40 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 95% ▕███████████████ ▏ 4.2 GB/4.4 GB 40 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 95% ▕███████████████ ▏ 4.2 GB/4.4 GB 40 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 95% ▕███████████████ ▏ 4.2 GB/4.4 GB 40 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 95% ▕███████████████ ▏ 4.2 GB/4.4 GB 40 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 95% ▕███████████████ ▏ 4.2 GB/4.4 GB 40 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 96% ▕███████████████ ▏ 4.2 GB/4.4 GB 40 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 96% ▕███████████████ ▏ 4.2 GB/4.4 GB 40 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 96% ▕███████████████ ▏ 4.2 GB/4.4 GB 40 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 96% ▕███████████████ ▏ 4.2 GB/4.4 GB 40 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 96% ▕███████████████ ▏ 4.2 GB/4.4 GB 40 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 96% ▕███████████████ ▏ 4.2 GB/4.4 GB 40 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 96% ▕███████████████ ▏ 4.2 GB/4.4 GB 40 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 96% ▕███████████████ ▏ 4.2 GB/4.4 GB 40 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 96% ▕███████████████ ▏ 4.2 GB/4.4 GB 40 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 96% ▕███████████████ ▏ 4.2 GB/4.4 GB 40 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 96% ▕███████████████ ▏ 4.2 GB/4.4 GB 40 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 97% ▕███████████████ ▏ 4.2 GB/4.4 GB 39 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 97% ▕███████████████ ▏ 4.2 GB/4.4 GB 39 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 97% ▕███████████████ ▏ 4.2 GB/4.4 GB 39 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 97% ▕███████████████ ▏ 4.2 GB/4.4 GB 39 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 97% ▕███████████████ ▏ 4.2 GB/4.4 GB 39 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 97% ▕███████████████ ▏ 4.2 GB/4.4 GB 39 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 97% ▕███████████████ ▏ 4.2 GB/4.4 GB 39 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 97% ▕███████████████ ▏ 4.2 GB/4.4 GB 39 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 97% ▕███████████████ ▏ 4.3 GB/4.4 GB 39 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 97% ▕███████████████ ▏ 4.3 GB/4.4 GB 39 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 97% ▕███████████████ ▏ 4.3 GB/4.4 GB 39 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 98% ▕███████████████ ▏ 4.3 GB/4.4 GB 39 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 98% ▕███████████████ ▏ 4.3 GB/4.4 GB 39 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 98% ▕███████████████ ▏ 4.3 GB/4.4 GB 39 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 98% ▕███████████████ ▏ 4.3 GB/4.4 GB 39 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 98% ▕███████████████ ▏ 4.3 GB/4.4 GB 39 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 98% ▕███████████████ ▏ 4.3 GB/4.4 GB 39 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 98% ▕███████████████ ▏ 4.3 GB/4.4 GB 39 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 98% ▕███████████████ ▏ 4.3 GB/4.4 GB 39 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 98% ▕███████████████ ▏ 4.3 GB/4.4 GB 39 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 99% ▕███████████████ ▏ 4.3 GB/4.4 GB 42 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 99% ▕███████████████ ▏ 4.3 GB/4.4 GB 42 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 99% ▕███████████████ ▏ 4.3 GB/4.4 GB 42 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 99% ▕███████████████ ▏ 4.3 GB/4.4 GB 42 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 99% ▕███████████████ ▏ 4.3 GB/4.4 GB 42 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 99% ▕███████████████ ▏ 4.3 GB/4.4 GB 42 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 99% ▕███████████████ ▏ 4.3 GB/4.4 GB 42 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 99% ▕███████████████ ▏ 4.3 GB/4.4 GB 42 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 99% ▕███████████████ ▏ 4.3 GB/4.4 GB 42 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 99% ▕███████████████ ▏ 4.3 GB/4.4 GB 42 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 99% ▕███████████████ ▏ 4.3 GB/4.4 GB 39 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 99% ▕███████████████ ▏ 4.3 GB/4.4 GB 39 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 100% ▕███████████████ ▏ 4.3 GB/4.4 GB 39 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 100% ▕███████████████ ▏ 4.4 GB/4.4 GB 39 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 100% ▕███████████████ ▏ 4.4 GB/4.4 GB 39 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 100% ▕███████████████ ▏ 4.4 GB/4.4 GB 39 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 100% ▕███████████████ ▏ 4.4 GB/4.4 GB 39 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 100% ▕███████████████ ▏ 4.4 GB/4.4 GB 39 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 100% ▕███████████████ ▏ 4.4 GB/4.4 GB 39 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 100% ▕███████████████ ▏ 4.4 GB/4.4 GB 39 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \n", - "pushing manifest \n", - "success \u001b[?25h\n", - "\u001b[?25ltransferring model data ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer \n", - "creating template layer \n", - "creating system layer \n", - "creating parameters layer \n", - "creating config layer \n", - "using already created layer sha256:fe7392175a8cab274c20a2e00abb48e70659d40506f7e58c90117480f03bf233 \n", - "using already created layer sha256:04de533bb8fd4eb327158f79cdc0de736558e45d198db9275ef536f470281f1f \n", - "using already created layer sha256:af41c51c14924c73d476c474dd0617253462cdb32f1256d8b3d3d9fc00371199 \n", - "using already created layer sha256:3559b403e83a9669ecd8d347a509c20b870674a9838218f8b812c93c419fec88 \n", - "writing layer sha256:5fe538f0293dee53e20d2618ee0994d0cb3eb30fe1fd61ef891d9260483a59ef \n", - "writing manifest \n", - "success \u001b[?25h\n", - "copied 'notus:q4_K_S' to 'argilla/notus:q4_K_S'\n", - "\u001b[?25lretrieving manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 0% ▕ ▏ 1.8 MB/4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 0% ▕ ▏ 1.8 MB/4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 0% ▕ ▏ 2.1 MB/4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 0% ▕ ▏ 2.1 MB/4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 0% ▕ ▏ 2.1 MB/4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 0% ▕ ▏ 2.1 MB/4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 0% ▕ ▏ 3.2 MB/4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 0% ▕ ▏ 3.7 MB/4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 0% ▕ ▏ 3.7 MB/4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 0% ▕ ▏ 3.7 MB/4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 0% ▕ ▏ 3.7 MB/4.1 GB 2.8 MB/s 24m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 0% ▕ ▏ 311 KB/4.1 GB 2.8 MB/s 24m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 0% ▕ ▏ 4.1 MB/4.1 GB 2.8 MB/s 24m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 0% ▕ ▏ 7.6 MB/4.1 GB 2.8 MB/s 24m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 0% ▕ ▏ 10 MB/4.1 GB 2.8 MB/s 24m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 0% ▕ ▏ 16 MB/4.1 GB 2.8 MB/s 24m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 1% ▕ ▏ 23 MB/4.1 GB 2.8 MB/s 24m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 1% ▕ ▏ 24 MB/4.1 GB 2.8 MB/s 24m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 1% ▕ ▏ 31 MB/4.1 GB 2.8 MB/s 24m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 1% ▕ ▏ 33 MB/4.1 GB 2.8 MB/s 24m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 1% ▕ ▏ 39 MB/4.1 GB 19 MB/s 3m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 1% ▕ ▏ 43 MB/4.1 GB 19 MB/s 3m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 1% ▕ ▏ 50 MB/4.1 GB 19 MB/s 3m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 1% ▕ ▏ 52 MB/4.1 GB 19 MB/s 3m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 1% ▕ ▏ 61 MB/4.1 GB 19 MB/s 3m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 2% ▕ ▏ 68 MB/4.1 GB 19 MB/s 3m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 2% ▕ ▏ 70 MB/4.1 GB 19 MB/s 3m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 2% ▕ ▏ 77 MB/4.1 GB 19 MB/s 3m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 2% ▕ ▏ 75 MB/4.1 GB 19 MB/s 3m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 2% ▕ ▏ 82 MB/4.1 GB 19 MB/s 3m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 2% ▕ ▏ 89 MB/4.1 GB 29 MB/s 2m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 2% ▕ ▏ 90 MB/4.1 GB 29 MB/s 2m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 2% ▕ ▏ 96 MB/4.1 GB 29 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 2% ▕ ▏ 100 MB/4.1 GB 29 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 3% ▕ ▏ 103 MB/4.1 GB 29 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 3% ▕ ▏ 106 MB/4.1 GB 29 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 3% ▕ ▏ 113 MB/4.1 GB 29 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 3% ▕ ▏ 117 MB/4.1 GB 29 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 3% ▕ ▏ 119 MB/4.1 GB 29 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 3% ▕ ▏ 123 MB/4.1 GB 29 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 3% ▕ ▏ 129 MB/4.1 GB 32 MB/s 2m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 3% ▕ ▏ 130 MB/4.1 GB 32 MB/s 2m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 3% ▕ ▏ 134 MB/4.1 GB 32 MB/s 2m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 3% ▕ ▏ 141 MB/4.1 GB 32 MB/s 2m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 4% ▕ ▏ 145 MB/4.1 GB 32 MB/s 2m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 4% ▕ ▏ 150 MB/4.1 GB 32 MB/s 2m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 4% ▕ ▏ 155 MB/4.1 GB 32 MB/s 2m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 4% ▕ ▏ 156 MB/4.1 GB 32 MB/s 2m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 4% ▕ ▏ 164 MB/4.1 GB 32 MB/s 2m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 4% ▕ ▏ 171 MB/4.1 GB 32 MB/s 2m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 4% ▕ ▏ 174 MB/4.1 GB 32 MB/s 2m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 4% ▕ ▏ 174 MB/4.1 GB 34 MB/s 1m54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 4% ▕ ▏ 174 MB/4.1 GB 34 MB/s 1m54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 4% ▕ ▏ 180 MB/4.1 GB 34 MB/s 1m54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 4% ▕ ▏ 185 MB/4.1 GB 34 MB/s 1m54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 5% ▕ ▏ 193 MB/4.1 GB 34 MB/s 1m53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 5% ▕ ▏ 198 MB/4.1 GB 34 MB/s 1m53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 5% ▕ ▏ 200 MB/4.1 GB 34 MB/s 1m53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 5% ▕ ▏ 201 MB/4.1 GB 34 MB/s 1m53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 5% ▕ ▏ 204 MB/4.1 GB 34 MB/s 1m53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 5% ▕ ▏ 215 MB/4.1 GB 34 MB/s 1m53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 5% ▕ ▏ 216 MB/4.1 GB 35 MB/s 1m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 5% ▕ ▏ 217 MB/4.1 GB 35 MB/s 1m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 5% ▕ ▏ 219 MB/4.1 GB 35 MB/s 1m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 5% ▕ ▏ 220 MB/4.1 GB 35 MB/s 1m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 5% ▕ ▏ 223 MB/4.1 GB 35 MB/s 1m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 6% ▕ ▏ 231 MB/4.1 GB 35 MB/s 1m48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 6% ▕ ▏ 233 MB/4.1 GB 35 MB/s 1m48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 6% ▕ ▏ 236 MB/4.1 GB 35 MB/s 1m48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 6% ▕ ▏ 245 MB/4.1 GB 35 MB/s 1m48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 6% ▕ ▏ 248 MB/4.1 GB 35 MB/s 1m48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 6% ▕ ▏ 251 MB/4.1 GB 35 MB/s 1m48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 6% ▕ ▏ 253 MB/4.1 GB 35 MB/s 1m48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 6% ▕█ ▏ 260 MB/4.1 GB 35 MB/s 1m48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 6% ▕█ ▏ 265 MB/4.1 GB 35 MB/s 1m48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 7% ▕█ ▏ 270 MB/4.1 GB 35 MB/s 1m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 7% ▕█ ▏ 275 MB/4.1 GB 35 MB/s 1m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 7% ▕█ ▏ 281 MB/4.1 GB 35 MB/s 1m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 7% ▕█ ▏ 287 MB/4.1 GB 35 MB/s 1m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 7% ▕█ ▏ 287 MB/4.1 GB 35 MB/s 1m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 7% ▕█ ▏ 287 MB/4.1 GB 35 MB/s 1m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 7% ▕█ ▏ 296 MB/4.1 GB 36 MB/s 1m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 7% ▕█ ▏ 301 MB/4.1 GB 36 MB/s 1m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 7% ▕█ ▏ 301 MB/4.1 GB 36 MB/s 1m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 7% ▕█ ▏ 306 MB/4.1 GB 36 MB/s 1m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 8% ▕█ ▏ 312 MB/4.1 GB 36 MB/s 1m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 8% ▕█ ▏ 318 MB/4.1 GB 36 MB/s 1m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 8% ▕█ ▏ 325 MB/4.1 GB 36 MB/s 1m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 8% ▕█ ▏ 329 MB/4.1 GB 36 MB/s 1m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 8% ▕█ ▏ 329 MB/4.1 GB 36 MB/s 1m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 8% ▕█ ▏ 332 MB/4.1 GB 36 MB/s 1m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 8% ▕█ ▏ 343 MB/4.1 GB 38 MB/s 1m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 8% ▕█ ▏ 344 MB/4.1 GB 38 MB/s 1m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 8% ▕█ ▏ 347 MB/4.1 GB 38 MB/s 1m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 8% ▕█ ▏ 347 MB/4.1 GB 38 MB/s 1m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 8% ▕█ ▏ 347 MB/4.1 GB 38 MB/s 1m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 9% ▕█ ▏ 359 MB/4.1 GB 38 MB/s 1m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 9% ▕█ ▏ 361 MB/4.1 GB 38 MB/s 1m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 9% ▕█ ▏ 362 MB/4.1 GB 38 MB/s 1m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 9% ▕█ ▏ 371 MB/4.1 GB 38 MB/s 1m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 9% ▕█ ▏ 376 MB/4.1 GB 38 MB/s 1m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 9% ▕█ ▏ 378 MB/4.1 GB 38 MB/s 1m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 9% ▕█ ▏ 381 MB/4.1 GB 41 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 9% ▕█ ▏ 386 MB/4.1 GB 41 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 9% ▕█ ▏ 388 MB/4.1 GB 41 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 10% ▕█ ▏ 395 MB/4.1 GB 41 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 10% ▕█ ▏ 400 MB/4.1 GB 41 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 10% ▕█ ▏ 403 MB/4.1 GB 41 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 10% ▕█ ▏ 405 MB/4.1 GB 41 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 10% ▕█ ▏ 411 MB/4.1 GB 41 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 10% ▕█ ▏ 411 MB/4.1 GB 41 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 10% ▕█ ▏ 420 MB/4.1 GB 41 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 10% ▕█ ▏ 422 MB/4.1 GB 42 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 10% ▕█ ▏ 424 MB/4.1 GB 42 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 10% ▕█ ▏ 431 MB/4.1 GB 42 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 11% ▕█ ▏ 436 MB/4.1 GB 42 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 11% ▕█ ▏ 438 MB/4.1 GB 42 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 11% ▕█ ▏ 444 MB/4.1 GB 42 MB/s 1m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 11% ▕█ ▏ 455 MB/4.1 GB 42 MB/s 1m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 11% ▕█ ▏ 458 MB/4.1 GB 42 MB/s 1m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 11% ▕█ ▏ 458 MB/4.1 GB 42 MB/s 1m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 11% ▕█ ▏ 465 MB/4.1 GB 42 MB/s 1m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 11% ▕█ ▏ 469 MB/4.1 GB 42 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 12% ▕█ ▏ 478 MB/4.1 GB 42 MB/s 1m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 12% ▕█ ▏ 481 MB/4.1 GB 42 MB/s 1m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 12% ▕█ ▏ 482 MB/4.1 GB 42 MB/s 1m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 12% ▕█ ▏ 489 MB/4.1 GB 42 MB/s 1m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 12% ▕█ ▏ 496 MB/4.1 GB 42 MB/s 1m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 12% ▕█ ▏ 500 MB/4.1 GB 42 MB/s 1m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 12% ▕█ ▏ 501 MB/4.1 GB 42 MB/s 1m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 12% ▕█ ▏ 507 MB/4.1 GB 42 MB/s 1m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 12% ▕█ ▏ 509 MB/4.1 GB 42 MB/s 1m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 12% ▕█ ▏ 515 MB/4.1 GB 42 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 13% ▕██ ▏ 520 MB/4.1 GB 42 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 13% ▕██ ▏ 527 MB/4.1 GB 42 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 13% ▕██ ▏ 530 MB/4.1 GB 42 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 13% ▕██ ▏ 534 MB/4.1 GB 42 MB/s 1m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 13% ▕██ ▏ 536 MB/4.1 GB 42 MB/s 1m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 13% ▕██ ▏ 546 MB/4.1 GB 42 MB/s 1m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 13% ▕██ ▏ 549 MB/4.1 GB 42 MB/s 1m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 13% ▕██ ▏ 550 MB/4.1 GB 42 MB/s 1m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 13% ▕██ ▏ 556 MB/4.1 GB 42 MB/s 1m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 14% ▕██ ▏ 561 MB/4.1 GB 43 MB/s 1m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 14% ▕██ ▏ 564 MB/4.1 GB 43 MB/s 1m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 14% ▕██ ▏ 569 MB/4.1 GB 43 MB/s 1m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 14% ▕██ ▏ 572 MB/4.1 GB 43 MB/s 1m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 14% ▕██ ▏ 573 MB/4.1 GB 43 MB/s 1m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 14% ▕██ ▏ 579 MB/4.1 GB 43 MB/s 1m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 14% ▕██ ▏ 583 MB/4.1 GB 43 MB/s 1m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 14% ▕██ ▏ 584 MB/4.1 GB 43 MB/s 1m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 14% ▕██ ▏ 590 MB/4.1 GB 43 MB/s 1m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 14% ▕██ ▏ 592 MB/4.1 GB 43 MB/s 1m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 14% ▕██ ▏ 594 MB/4.1 GB 43 MB/s 1m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 15% ▕██ ▏ 603 MB/4.1 GB 42 MB/s 1m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 15% ▕██ ▏ 605 MB/4.1 GB 42 MB/s 1m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 15% ▕██ ▏ 611 MB/4.1 GB 42 MB/s 1m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 15% ▕██ ▏ 619 MB/4.1 GB 42 MB/s 1m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 15% ▕██ ▏ 624 MB/4.1 GB 42 MB/s 1m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 15% ▕██ ▏ 625 MB/4.1 GB 42 MB/s 1m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 15% ▕██ ▏ 628 MB/4.1 GB 42 MB/s 1m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 15% ▕██ ▏ 632 MB/4.1 GB 42 MB/s 1m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 15% ▕██ ▏ 641 MB/4.1 GB 42 MB/s 1m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 16% ▕██ ▏ 648 MB/4.1 GB 42 MB/s 1m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 16% ▕██ ▏ 650 MB/4.1 GB 44 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 16% ▕██ ▏ 650 MB/4.1 GB 44 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 16% ▕██ ▏ 663 MB/4.1 GB 44 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 16% ▕██ ▏ 667 MB/4.1 GB 44 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 16% ▕██ ▏ 669 MB/4.1 GB 44 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 16% ▕██ ▏ 670 MB/4.1 GB 44 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 16% ▕██ ▏ 671 MB/4.1 GB 44 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 16% ▕██ ▏ 673 MB/4.1 GB 44 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 16% ▕██ ▏ 679 MB/4.1 GB 44 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 17% ▕██ ▏ 684 MB/4.1 GB 44 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 17% ▕██ ▏ 689 MB/4.1 GB 43 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 17% ▕██ ▏ 698 MB/4.1 GB 43 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 17% ▕██ ▏ 701 MB/4.1 GB 43 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 17% ▕██ ▏ 702 MB/4.1 GB 43 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 17% ▕██ ▏ 703 MB/4.1 GB 43 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 17% ▕██ ▏ 705 MB/4.1 GB 43 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 17% ▕██ ▏ 706 MB/4.1 GB 43 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 17% ▕██ ▏ 708 MB/4.1 GB 43 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 17% ▕██ ▏ 713 MB/4.1 GB 43 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 17% ▕██ ▏ 722 MB/4.1 GB 43 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 18% ▕██ ▏ 726 MB/4.1 GB 42 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 18% ▕██ ▏ 728 MB/4.1 GB 42 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 18% ▕██ ▏ 726 MB/4.1 GB 42 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 18% ▕██ ▏ 732 MB/4.1 GB 42 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 18% ▕██ ▏ 738 MB/4.1 GB 42 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 18% ▕██ ▏ 738 MB/4.1 GB 42 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 18% ▕██ ▏ 741 MB/4.1 GB 42 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 18% ▕██ ▏ 747 MB/4.1 GB 42 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 18% ▕██ ▏ 754 MB/4.1 GB 42 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 18% ▕██ ▏ 756 MB/4.1 GB 42 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 18% ▕██ ▏ 757 MB/4.1 GB 42 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 18% ▕██ ▏ 759 MB/4.1 GB 42 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 18% ▕██ ▏ 762 MB/4.1 GB 42 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 18% ▕██ ▏ 765 MB/4.1 GB 42 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 19% ▕██ ▏ 766 MB/4.1 GB 42 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 19% ▕██ ▏ 769 MB/4.1 GB 42 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 19% ▕██ ▏ 775 MB/4.1 GB 42 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 19% ▕███ ▏ 779 MB/4.1 GB 42 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 19% ▕███ ▏ 787 MB/4.1 GB 42 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 19% ▕███ ▏ 788 MB/4.1 GB 42 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 19% ▕███ ▏ 789 MB/4.1 GB 42 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 19% ▕███ ▏ 789 MB/4.1 GB 40 MB/s 1m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 19% ▕███ ▏ 791 MB/4.1 GB 40 MB/s 1m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 19% ▕███ ▏ 795 MB/4.1 GB 40 MB/s 1m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 19% ▕███ ▏ 795 MB/4.1 GB 40 MB/s 1m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 19% ▕███ ▏ 797 MB/4.1 GB 40 MB/s 1m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 19% ▕███ ▏ 800 MB/4.1 GB 40 MB/s 1m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 19% ▕███ ▏ 805 MB/4.1 GB 40 MB/s 1m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 20% ▕███ ▏ 814 MB/4.1 GB 40 MB/s 1m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 20% ▕███ ▏ 815 MB/4.1 GB 40 MB/s 1m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 20% ▕███ ▏ 820 MB/4.1 GB 40 MB/s 1m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 20% ▕███ ▏ 823 MB/4.1 GB 39 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 20% ▕███ ▏ 825 MB/4.1 GB 39 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 20% ▕███ ▏ 828 MB/4.1 GB 39 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 20% ▕███ ▏ 830 MB/4.1 GB 39 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 20% ▕███ ▏ 833 MB/4.1 GB 39 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 20% ▕███ ▏ 836 MB/4.1 GB 39 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 20% ▕███ ▏ 839 MB/4.1 GB 39 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 20% ▕███ ▏ 842 MB/4.1 GB 39 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 20% ▕███ ▏ 846 MB/4.1 GB 39 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 21% ▕███ ▏ 853 MB/4.1 GB 39 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 21% ▕███ ▏ 854 MB/4.1 GB 37 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 21% ▕███ ▏ 855 MB/4.1 GB 37 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 21% ▕███ ▏ 859 MB/4.1 GB 37 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 21% ▕███ ▏ 861 MB/4.1 GB 37 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 21% ▕███ ▏ 865 MB/4.1 GB 37 MB/s 1m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 21% ▕███ ▏ 875 MB/4.1 GB 37 MB/s 1m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 21% ▕███ ▏ 876 MB/4.1 GB 37 MB/s 1m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 21% ▕███ ▏ 876 MB/4.1 GB 37 MB/s 1m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 21% ▕███ ▏ 878 MB/4.1 GB 37 MB/s 1m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 21% ▕███ ▏ 881 MB/4.1 GB 37 MB/s 1m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 21% ▕███ ▏ 887 MB/4.1 GB 36 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 22% ▕███ ▏ 892 MB/4.1 GB 36 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 22% ▕███ ▏ 895 MB/4.1 GB 36 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 22% ▕███ ▏ 900 MB/4.1 GB 36 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 22% ▕███ ▏ 903 MB/4.1 GB 36 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 22% ▕███ ▏ 905 MB/4.1 GB 36 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 22% ▕███ ▏ 908 MB/4.1 GB 36 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 22% ▕███ ▏ 909 MB/4.1 GB 36 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 22% ▕███ ▏ 911 MB/4.1 GB 36 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 22% ▕███ ▏ 915 MB/4.1 GB 36 MB/s 1m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 22% ▕███ ▏ 919 MB/4.1 GB 35 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 22% ▕███ ▏ 922 MB/4.1 GB 35 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 23% ▕███ ▏ 933 MB/4.1 GB 35 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 23% ▕███ ▏ 940 MB/4.1 GB 35 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 23% ▕███ ▏ 941 MB/4.1 GB 35 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 23% ▕███ ▏ 942 MB/4.1 GB 35 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 23% ▕███ ▏ 944 MB/4.1 GB 35 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 23% ▕███ ▏ 946 MB/4.1 GB 35 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 23% ▕███ ▏ 950 MB/4.1 GB 35 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 23% ▕███ ▏ 955 MB/4.1 GB 35 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 23% ▕███ ▏ 962 MB/4.1 GB 35 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 23% ▕███ ▏ 972 MB/4.1 GB 34 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 24% ▕███ ▏ 976 MB/4.1 GB 34 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 24% ▕███ ▏ 977 MB/4.1 GB 34 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 24% ▕███ ▏ 979 MB/4.1 GB 34 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 24% ▕███ ▏ 980 MB/4.1 GB 34 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 24% ▕███ ▏ 980 MB/4.1 GB 34 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 24% ▕███ ▏ 988 MB/4.1 GB 34 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 24% ▕███ ▏ 997 MB/4.1 GB 34 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 24% ▕███ ▏ 1.0 GB/4.1 GB 34 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 24% ▕███ ▏ 1.0 GB/4.1 GB 34 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 24% ▕███ ▏ 1.0 GB/4.1 GB 35 MB/s 1m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 24% ▕███ ▏ 1.0 GB/4.1 GB 35 MB/s 1m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 25% ▕███ ▏ 1.0 GB/4.1 GB 35 MB/s 1m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 25% ▕███ ▏ 1.0 GB/4.1 GB 35 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 25% ▕███ ▏ 1.0 GB/4.1 GB 35 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 25% ▕███ ▏ 1.0 GB/4.1 GB 35 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 25% ▕████ ▏ 1.0 GB/4.1 GB 35 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 25% ▕████ ▏ 1.0 GB/4.1 GB 35 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 25% ▕████ ▏ 1.0 GB/4.1 GB 35 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 25% ▕████ ▏ 1.1 GB/4.1 GB 35 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 25% ▕████ ▏ 1.1 GB/4.1 GB 36 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 26% ▕████ ▏ 1.1 GB/4.1 GB 36 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 26% ▕████ ▏ 1.1 GB/4.1 GB 36 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 26% ▕████ ▏ 1.1 GB/4.1 GB 36 MB/s 1m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 26% ▕████ ▏ 1.1 GB/4.1 GB 36 MB/s 1m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 26% ▕████ ▏ 1.1 GB/4.1 GB 36 MB/s 1m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 26% ▕████ ▏ 1.1 GB/4.1 GB 36 MB/s 1m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 26% ▕████ ▏ 1.1 GB/4.1 GB 36 MB/s 1m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 26% ▕████ ▏ 1.1 GB/4.1 GB 36 MB/s 1m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 26% ▕████ ▏ 1.1 GB/4.1 GB 36 MB/s 1m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 26% ▕████ ▏ 1.1 GB/4.1 GB 37 MB/s 1m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 27% ▕████ ▏ 1.1 GB/4.1 GB 37 MB/s 1m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 27% ▕████ ▏ 1.1 GB/4.1 GB 37 MB/s 1m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 27% ▕████ ▏ 1.1 GB/4.1 GB 37 MB/s 1m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 27% ▕████ ▏ 1.1 GB/4.1 GB 37 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 27% ▕████ ▏ 1.1 GB/4.1 GB 37 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 27% ▕████ ▏ 1.1 GB/4.1 GB 37 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 27% ▕████ ▏ 1.1 GB/4.1 GB 37 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 27% ▕████ ▏ 1.1 GB/4.1 GB 37 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 27% ▕████ ▏ 1.1 GB/4.1 GB 37 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 28% ▕████ ▏ 1.1 GB/4.1 GB 39 MB/s 1m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 28% ▕████ ▏ 1.1 GB/4.1 GB 39 MB/s 1m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 28% ▕████ ▏ 1.1 GB/4.1 GB 39 MB/s 1m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 28% ▕████ ▏ 1.2 GB/4.1 GB 39 MB/s 1m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 28% ▕████ ▏ 1.2 GB/4.1 GB 39 MB/s 1m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 28% ▕████ ▏ 1.2 GB/4.1 GB 39 MB/s 1m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 28% ▕████ ▏ 1.2 GB/4.1 GB 39 MB/s 1m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 28% ▕████ ▏ 1.2 GB/4.1 GB 39 MB/s 1m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 28% ▕████ ▏ 1.2 GB/4.1 GB 39 MB/s 1m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 28% ▕████ ▏ 1.2 GB/4.1 GB 39 MB/s 1m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 28% ▕████ ▏ 1.2 GB/4.1 GB 39 MB/s 1m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 29% ▕████ ▏ 1.2 GB/4.1 GB 39 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 29% ▕████ ▏ 1.2 GB/4.1 GB 39 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 29% ▕████ ▏ 1.2 GB/4.1 GB 39 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 29% ▕████ ▏ 1.2 GB/4.1 GB 39 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 29% ▕████ ▏ 1.2 GB/4.1 GB 39 MB/s 1m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 29% ▕████ ▏ 1.2 GB/4.1 GB 39 MB/s 1m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 29% ▕████ ▏ 1.2 GB/4.1 GB 39 MB/s 1m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 29% ▕████ ▏ 1.2 GB/4.1 GB 39 MB/s 1m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 29% ▕████ ▏ 1.2 GB/4.1 GB 39 MB/s 1m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 29% ▕████ ▏ 1.2 GB/4.1 GB 39 MB/s 1m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 29% ▕████ ▏ 1.2 GB/4.1 GB 40 MB/s 1m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 30% ▕████ ▏ 1.2 GB/4.1 GB 40 MB/s 1m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 30% ▕████ ▏ 1.2 GB/4.1 GB 40 MB/s 1m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 30% ▕████ ▏ 1.2 GB/4.1 GB 40 MB/s 1m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 30% ▕████ ▏ 1.2 GB/4.1 GB 40 MB/s 1m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 30% ▕████ ▏ 1.2 GB/4.1 GB 40 MB/s 1m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 30% ▕████ ▏ 1.2 GB/4.1 GB 40 MB/s 1m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 30% ▕████ ▏ 1.3 GB/4.1 GB 40 MB/s 1m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 30% ▕████ ▏ 1.3 GB/4.1 GB 40 MB/s 1m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 31% ▕████ ▏ 1.3 GB/4.1 GB 40 MB/s 1m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 31% ▕████ ▏ 1.3 GB/4.1 GB 41 MB/s 1m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 31% ▕████ ▏ 1.3 GB/4.1 GB 41 MB/s 1m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 31% ▕████ ▏ 1.3 GB/4.1 GB 41 MB/s 1m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 31% ▕████ ▏ 1.3 GB/4.1 GB 41 MB/s 1m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 31% ▕████ ▏ 1.3 GB/4.1 GB 41 MB/s 1m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 31% ▕█████ ▏ 1.3 GB/4.1 GB 41 MB/s 1m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 31% ▕█████ ▏ 1.3 GB/4.1 GB 41 MB/s 1m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 31% ▕█████ ▏ 1.3 GB/4.1 GB 41 MB/s 1m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 31% ▕█████ ▏ 1.3 GB/4.1 GB 41 MB/s 1m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 31% ▕█████ ▏ 1.3 GB/4.1 GB 41 MB/s 1m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 31% ▕█████ ▏ 1.3 GB/4.1 GB 42 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 31% ▕█████ ▏ 1.3 GB/4.1 GB 42 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 31% ▕█████ ▏ 1.3 GB/4.1 GB 42 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 32% ▕█████ ▏ 1.3 GB/4.1 GB 42 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 32% ▕█████ ▏ 1.3 GB/4.1 GB 42 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 32% ▕█████ ▏ 1.3 GB/4.1 GB 42 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 32% ▕█████ ▏ 1.3 GB/4.1 GB 42 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 32% ▕█████ ▏ 1.3 GB/4.1 GB 42 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 32% ▕█████ ▏ 1.3 GB/4.1 GB 42 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 32% ▕█████ ▏ 1.3 GB/4.1 GB 42 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 32% ▕█████ ▏ 1.3 GB/4.1 GB 41 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 32% ▕█████ ▏ 1.3 GB/4.1 GB 41 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 32% ▕█████ ▏ 1.3 GB/4.1 GB 41 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 33% ▕█████ ▏ 1.4 GB/4.1 GB 41 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 33% ▕█████ ▏ 1.4 GB/4.1 GB 41 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 33% ▕█████ ▏ 1.4 GB/4.1 GB 41 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 33% ▕█████ ▏ 1.4 GB/4.1 GB 41 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 33% ▕█████ ▏ 1.4 GB/4.1 GB 41 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 33% ▕█████ ▏ 1.4 GB/4.1 GB 41 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 33% ▕█████ ▏ 1.4 GB/4.1 GB 41 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 33% ▕█████ ▏ 1.4 GB/4.1 GB 41 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 34% ▕█████ ▏ 1.4 GB/4.1 GB 42 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 34% ▕█████ ▏ 1.4 GB/4.1 GB 42 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 34% ▕█████ ▏ 1.4 GB/4.1 GB 42 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 34% ▕█████ ▏ 1.4 GB/4.1 GB 42 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 34% ▕█████ ▏ 1.4 GB/4.1 GB 42 MB/s 1m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 34% ▕█████ ▏ 1.4 GB/4.1 GB 42 MB/s 1m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 34% ▕█████ ▏ 1.4 GB/4.1 GB 42 MB/s 1m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 34% ▕█████ ▏ 1.4 GB/4.1 GB 42 MB/s 1m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 34% ▕█████ ▏ 1.4 GB/4.1 GB 42 MB/s 1m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 34% ▕█████ ▏ 1.4 GB/4.1 GB 42 MB/s 1m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 35% ▕█████ ▏ 1.4 GB/4.1 GB 40 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 35% ▕█████ ▏ 1.4 GB/4.1 GB 40 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 35% ▕█████ ▏ 1.4 GB/4.1 GB 40 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 35% ▕█████ ▏ 1.4 GB/4.1 GB 40 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 35% ▕█████ ▏ 1.4 GB/4.1 GB 40 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 35% ▕█████ ▏ 1.4 GB/4.1 GB 40 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 35% ▕█████ ▏ 1.4 GB/4.1 GB 40 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 35% ▕█████ ▏ 1.5 GB/4.1 GB 40 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 36% ▕█████ ▏ 1.5 GB/4.1 GB 40 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 36% ▕█████ ▏ 1.5 GB/4.1 GB 40 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 36% ▕█████ ▏ 1.5 GB/4.1 GB 42 MB/s 1m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 36% ▕█████ ▏ 1.5 GB/4.1 GB 42 MB/s 1m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 36% ▕█████ ▏ 1.5 GB/4.1 GB 42 MB/s 1m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 36% ▕█████ ▏ 1.5 GB/4.1 GB 42 MB/s 1m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 36% ▕█████ ▏ 1.5 GB/4.1 GB 42 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 36% ▕█████ ▏ 1.5 GB/4.1 GB 42 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 36% ▕█████ ▏ 1.5 GB/4.1 GB 42 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 36% ▕█████ ▏ 1.5 GB/4.1 GB 42 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 36% ▕█████ ▏ 1.5 GB/4.1 GB 42 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 37% ▕█████ ▏ 1.5 GB/4.1 GB 42 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 37% ▕█████ ▏ 1.5 GB/4.1 GB 41 MB/s 1m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 37% ▕█████ ▏ 1.5 GB/4.1 GB 41 MB/s 1m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 37% ▕█████ ▏ 1.5 GB/4.1 GB 41 MB/s 1m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 37% ▕█████ ▏ 1.5 GB/4.1 GB 41 MB/s 1m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 37% ▕█████ ▏ 1.5 GB/4.1 GB 41 MB/s 1m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 37% ▕█████ ▏ 1.5 GB/4.1 GB 41 MB/s 1m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 37% ▕█████ ▏ 1.5 GB/4.1 GB 41 MB/s 1m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 37% ▕█████ ▏ 1.5 GB/4.1 GB 41 MB/s 1m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 37% ▕█████ ▏ 1.5 GB/4.1 GB 41 MB/s 1m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 38% ▕██████ ▏ 1.6 GB/4.1 GB 41 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 38% ▕██████ ▏ 1.6 GB/4.1 GB 42 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 38% ▕██████ ▏ 1.6 GB/4.1 GB 42 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 38% ▕██████ ▏ 1.6 GB/4.1 GB 42 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 38% ▕██████ ▏ 1.6 GB/4.1 GB 42 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 38% ▕██████ ▏ 1.6 GB/4.1 GB 42 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 38% ▕██████ ▏ 1.6 GB/4.1 GB 42 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 38% ▕██████ ▏ 1.6 GB/4.1 GB 42 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 38% ▕██████ ▏ 1.6 GB/4.1 GB 42 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 38% ▕██████ ▏ 1.6 GB/4.1 GB 42 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 38% ▕██████ ▏ 1.6 GB/4.1 GB 42 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 39% ▕██████ ▏ 1.6 GB/4.1 GB 42 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 39% ▕██████ ▏ 1.6 GB/4.1 GB 42 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 39% ▕██████ ▏ 1.6 GB/4.1 GB 42 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 39% ▕██████ ▏ 1.6 GB/4.1 GB 42 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 39% ▕██████ ▏ 1.6 GB/4.1 GB 42 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 39% ▕██████ ▏ 1.6 GB/4.1 GB 42 MB/s 59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 39% ▕██████ ▏ 1.6 GB/4.1 GB 42 MB/s 59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 39% ▕██████ ▏ 1.6 GB/4.1 GB 42 MB/s 59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 39% ▕██████ ▏ 1.6 GB/4.1 GB 42 MB/s 59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 40% ▕██████ ▏ 1.6 GB/4.1 GB 42 MB/s 59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 40% ▕██████ ▏ 1.6 GB/4.1 GB 42 MB/s 59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 40% ▕██████ ▏ 1.6 GB/4.1 GB 42 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 40% ▕██████ ▏ 1.7 GB/4.1 GB 42 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 40% ▕██████ ▏ 1.7 GB/4.1 GB 42 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 40% ▕██████ ▏ 1.7 GB/4.1 GB 42 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 40% ▕██████ ▏ 1.7 GB/4.1 GB 42 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 41% ▕██████ ▏ 1.7 GB/4.1 GB 42 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 41% ▕██████ ▏ 1.7 GB/4.1 GB 42 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 41% ▕██████ ▏ 1.7 GB/4.1 GB 42 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 41% ▕██████ ▏ 1.7 GB/4.1 GB 42 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 41% ▕██████ ▏ 1.7 GB/4.1 GB 42 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 41% ▕██████ ▏ 1.7 GB/4.1 GB 42 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 41% ▕██████ ▏ 1.7 GB/4.1 GB 42 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 41% ▕██████ ▏ 1.7 GB/4.1 GB 42 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 41% ▕██████ ▏ 1.7 GB/4.1 GB 42 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 41% ▕██████ ▏ 1.7 GB/4.1 GB 42 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 41% ▕██████ ▏ 1.7 GB/4.1 GB 42 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 41% ▕██████ ▏ 1.7 GB/4.1 GB 42 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 41% ▕██████ ▏ 1.7 GB/4.1 GB 42 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 41% ▕██████ ▏ 1.7 GB/4.1 GB 42 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 41% ▕██████ ▏ 1.7 GB/4.1 GB 42 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 42% ▕██████ ▏ 1.7 GB/4.1 GB 42 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 42% ▕██████ ▏ 1.7 GB/4.1 GB 42 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 42% ▕██████ ▏ 1.7 GB/4.1 GB 42 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 42% ▕██████ ▏ 1.7 GB/4.1 GB 42 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 42% ▕██████ ▏ 1.7 GB/4.1 GB 42 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 42% ▕██████ ▏ 1.7 GB/4.1 GB 42 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 42% ▕██████ ▏ 1.8 GB/4.1 GB 42 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 42% ▕██████ ▏ 1.8 GB/4.1 GB 42 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 43% ▕██████ ▏ 1.8 GB/4.1 GB 42 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 43% ▕██████ ▏ 1.8 GB/4.1 GB 42 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 43% ▕██████ ▏ 1.8 GB/4.1 GB 42 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 43% ▕██████ ▏ 1.8 GB/4.1 GB 42 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 43% ▕██████ ▏ 1.8 GB/4.1 GB 42 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 43% ▕██████ ▏ 1.8 GB/4.1 GB 42 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 43% ▕██████ ▏ 1.8 GB/4.1 GB 42 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 43% ▕██████ ▏ 1.8 GB/4.1 GB 42 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 43% ▕██████ ▏ 1.8 GB/4.1 GB 42 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 43% ▕██████ ▏ 1.8 GB/4.1 GB 42 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 43% ▕██████ ▏ 1.8 GB/4.1 GB 42 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 44% ▕██████ ▏ 1.8 GB/4.1 GB 42 MB/s 54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 44% ▕██████ ▏ 1.8 GB/4.1 GB 42 MB/s 54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 44% ▕███████ ▏ 1.8 GB/4.1 GB 43 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 44% ▕███████ ▏ 1.8 GB/4.1 GB 43 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 44% ▕███████ ▏ 1.8 GB/4.1 GB 43 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 44% ▕███████ ▏ 1.8 GB/4.1 GB 43 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 44% ▕███████ ▏ 1.8 GB/4.1 GB 43 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 44% ▕███████ ▏ 1.8 GB/4.1 GB 43 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 45% ▕███████ ▏ 1.8 GB/4.1 GB 43 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 45% ▕███████ ▏ 1.8 GB/4.1 GB 43 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 45% ▕███████ ▏ 1.8 GB/4.1 GB 43 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 45% ▕███████ ▏ 1.8 GB/4.1 GB 43 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 45% ▕███████ ▏ 1.8 GB/4.1 GB 40 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 45% ▕███████ ▏ 1.8 GB/4.1 GB 40 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 45% ▕███████ ▏ 1.9 GB/4.1 GB 40 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 45% ▕███████ ▏ 1.9 GB/4.1 GB 40 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 45% ▕███████ ▏ 1.9 GB/4.1 GB 40 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 45% ▕███████ ▏ 1.9 GB/4.1 GB 40 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 46% ▕███████ ▏ 1.9 GB/4.1 GB 40 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 46% ▕███████ ▏ 1.9 GB/4.1 GB 40 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 46% ▕███████ ▏ 1.9 GB/4.1 GB 40 MB/s 54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 46% ▕███████ ▏ 1.9 GB/4.1 GB 40 MB/s 54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 46% ▕███████ ▏ 1.9 GB/4.1 GB 42 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 46% ▕███████ ▏ 1.9 GB/4.1 GB 42 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 46% ▕███████ ▏ 1.9 GB/4.1 GB 42 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 46% ▕███████ ▏ 1.9 GB/4.1 GB 42 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 46% ▕███████ ▏ 1.9 GB/4.1 GB 42 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 46% ▕███████ ▏ 1.9 GB/4.1 GB 42 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 46% ▕███████ ▏ 1.9 GB/4.1 GB 42 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 47% ▕███████ ▏ 1.9 GB/4.1 GB 42 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 47% ▕███████ ▏ 1.9 GB/4.1 GB 42 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 47% ▕███████ ▏ 1.9 GB/4.1 GB 42 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 47% ▕███████ ▏ 1.9 GB/4.1 GB 42 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 47% ▕███████ ▏ 1.9 GB/4.1 GB 42 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 47% ▕███████ ▏ 1.9 GB/4.1 GB 42 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 47% ▕███████ ▏ 2.0 GB/4.1 GB 42 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 47% ▕███████ ▏ 2.0 GB/4.1 GB 42 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 47% ▕███████ ▏ 2.0 GB/4.1 GB 42 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 47% ▕███████ ▏ 2.0 GB/4.1 GB 42 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 48% ▕███████ ▏ 2.0 GB/4.1 GB 42 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 48% ▕███████ ▏ 2.0 GB/4.1 GB 42 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 48% ▕███████ ▏ 2.0 GB/4.1 GB 42 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 48% ▕███████ ▏ 2.0 GB/4.1 GB 42 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 48% ▕███████ ▏ 2.0 GB/4.1 GB 42 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 48% ▕███████ ▏ 2.0 GB/4.1 GB 42 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 48% ▕███████ ▏ 2.0 GB/4.1 GB 42 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 48% ▕███████ ▏ 2.0 GB/4.1 GB 42 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 48% ▕███████ ▏ 2.0 GB/4.1 GB 42 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 49% ▕███████ ▏ 2.0 GB/4.1 GB 42 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 49% ▕███████ ▏ 2.0 GB/4.1 GB 42 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 49% ▕███████ ▏ 2.0 GB/4.1 GB 42 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 49% ▕███████ ▏ 2.0 GB/4.1 GB 42 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 49% ▕███████ ▏ 2.0 GB/4.1 GB 42 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 49% ▕███████ ▏ 2.0 GB/4.1 GB 40 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 49% ▕███████ ▏ 2.0 GB/4.1 GB 40 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 49% ▕███████ ▏ 2.0 GB/4.1 GB 40 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 49% ▕███████ ▏ 2.0 GB/4.1 GB 40 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 49% ▕███████ ▏ 2.0 GB/4.1 GB 40 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 49% ▕███████ ▏ 2.0 GB/4.1 GB 40 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 49% ▕███████ ▏ 2.0 GB/4.1 GB 40 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 49% ▕███████ ▏ 2.0 GB/4.1 GB 40 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 49% ▕███████ ▏ 2.0 GB/4.1 GB 40 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 49% ▕███████ ▏ 2.0 GB/4.1 GB 40 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 49% ▕███████ ▏ 2.0 GB/4.1 GB 40 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 50% ▕███████ ▏ 2.1 GB/4.1 GB 40 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 50% ▕███████ ▏ 2.1 GB/4.1 GB 40 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 50% ▕███████ ▏ 2.1 GB/4.1 GB 40 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 50% ▕███████ ▏ 2.1 GB/4.1 GB 40 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 50% ▕████████ ▏ 2.1 GB/4.1 GB 40 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 51% ▕████████ ▏ 2.1 GB/4.1 GB 40 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 51% ▕████████ ▏ 2.1 GB/4.1 GB 40 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 51% ▕████████ ▏ 2.1 GB/4.1 GB 40 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 51% ▕████████ ▏ 2.1 GB/4.1 GB 40 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 51% ▕████████ ▏ 2.1 GB/4.1 GB 42 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 51% ▕████████ ▏ 2.1 GB/4.1 GB 42 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 51% ▕████████ ▏ 2.1 GB/4.1 GB 42 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 51% ▕████████ ▏ 2.1 GB/4.1 GB 42 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 51% ▕████████ ▏ 2.1 GB/4.1 GB 42 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 51% ▕████████ ▏ 2.1 GB/4.1 GB 42 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 51% ▕████████ ▏ 2.1 GB/4.1 GB 42 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 51% ▕████████ ▏ 2.1 GB/4.1 GB 42 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 51% ▕████████ ▏ 2.1 GB/4.1 GB 42 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 51% ▕████████ ▏ 2.1 GB/4.1 GB 42 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 51% ▕████████ ▏ 2.1 GB/4.1 GB 39 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 51% ▕████████ ▏ 2.1 GB/4.1 GB 39 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 52% ▕████████ ▏ 2.1 GB/4.1 GB 39 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 52% ▕████████ ▏ 2.1 GB/4.1 GB 39 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 52% ▕████████ ▏ 2.1 GB/4.1 GB 39 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 52% ▕████████ ▏ 2.2 GB/4.1 GB 39 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 52% ▕████████ ▏ 2.2 GB/4.1 GB 39 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 52% ▕████████ ▏ 2.2 GB/4.1 GB 39 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 52% ▕████████ ▏ 2.2 GB/4.1 GB 39 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 52% ▕████████ ▏ 2.2 GB/4.1 GB 39 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 52% ▕████████ ▏ 2.2 GB/4.1 GB 39 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 52% ▕████████ ▏ 2.2 GB/4.1 GB 39 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 52% ▕████████ ▏ 2.2 GB/4.1 GB 39 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 53% ▕████████ ▏ 2.2 GB/4.1 GB 39 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 53% ▕████████ ▏ 2.2 GB/4.1 GB 39 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 53% ▕████████ ▏ 2.2 GB/4.1 GB 39 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 53% ▕████████ ▏ 2.2 GB/4.1 GB 39 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 53% ▕████████ ▏ 2.2 GB/4.1 GB 39 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 53% ▕████████ ▏ 2.2 GB/4.1 GB 39 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 53% ▕████████ ▏ 2.2 GB/4.1 GB 39 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 53% ▕████████ ▏ 2.2 GB/4.1 GB 39 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 54% ▕████████ ▏ 2.2 GB/4.1 GB 40 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 54% ▕████████ ▏ 2.2 GB/4.1 GB 40 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 54% ▕████████ ▏ 2.2 GB/4.1 GB 40 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 54% ▕████████ ▏ 2.2 GB/4.1 GB 40 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 54% ▕████████ ▏ 2.2 GB/4.1 GB 40 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 54% ▕████████ ▏ 2.2 GB/4.1 GB 40 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 54% ▕████████ ▏ 2.2 GB/4.1 GB 40 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 54% ▕████████ ▏ 2.2 GB/4.1 GB 40 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 54% ▕████████ ▏ 2.2 GB/4.1 GB 40 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 54% ▕████████ ▏ 2.3 GB/4.1 GB 40 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 55% ▕████████ ▏ 2.3 GB/4.1 GB 39 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 55% ▕████████ ▏ 2.3 GB/4.1 GB 39 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 55% ▕████████ ▏ 2.3 GB/4.1 GB 39 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 55% ▕████████ ▏ 2.3 GB/4.1 GB 39 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 55% ▕████████ ▏ 2.3 GB/4.1 GB 39 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 55% ▕████████ ▏ 2.3 GB/4.1 GB 39 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 55% ▕████████ ▏ 2.3 GB/4.1 GB 39 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 55% ▕████████ ▏ 2.3 GB/4.1 GB 39 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 55% ▕████████ ▏ 2.3 GB/4.1 GB 39 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 55% ▕████████ ▏ 2.3 GB/4.1 GB 39 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 56% ▕████████ ▏ 2.3 GB/4.1 GB 39 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 56% ▕████████ ▏ 2.3 GB/4.1 GB 39 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 56% ▕████████ ▏ 2.3 GB/4.1 GB 39 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 56% ▕████████ ▏ 2.3 GB/4.1 GB 39 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 56% ▕████████ ▏ 2.3 GB/4.1 GB 39 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 56% ▕████████ ▏ 2.3 GB/4.1 GB 39 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 56% ▕████████ ▏ 2.3 GB/4.1 GB 39 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 56% ▕█████████ ▏ 2.3 GB/4.1 GB 39 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 56% ▕█████████ ▏ 2.3 GB/4.1 GB 39 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 57% ▕█████████ ▏ 2.3 GB/4.1 GB 39 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 57% ▕█████████ ▏ 2.3 GB/4.1 GB 40 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 57% ▕█████████ ▏ 2.3 GB/4.1 GB 40 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 57% ▕█████████ ▏ 2.3 GB/4.1 GB 40 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 57% ▕█████████ ▏ 2.4 GB/4.1 GB 40 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 57% ▕█████████ ▏ 2.4 GB/4.1 GB 40 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 57% ▕█████████ ▏ 2.4 GB/4.1 GB 40 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 57% ▕█████████ ▏ 2.4 GB/4.1 GB 40 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 57% ▕█████████ ▏ 2.4 GB/4.1 GB 40 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 58% ▕█████████ ▏ 2.4 GB/4.1 GB 40 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 58% ▕█████████ ▏ 2.4 GB/4.1 GB 40 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 58% ▕█████████ ▏ 2.4 GB/4.1 GB 41 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 58% ▕█████████ ▏ 2.4 GB/4.1 GB 41 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 58% ▕█████████ ▏ 2.4 GB/4.1 GB 41 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 58% ▕█████████ ▏ 2.4 GB/4.1 GB 41 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 58% ▕█████████ ▏ 2.4 GB/4.1 GB 41 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 58% ▕█████████ ▏ 2.4 GB/4.1 GB 41 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 58% ▕█████████ ▏ 2.4 GB/4.1 GB 41 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 59% ▕█████████ ▏ 2.4 GB/4.1 GB 41 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 59% ▕█████████ ▏ 2.4 GB/4.1 GB 41 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 59% ▕█████████ ▏ 2.4 GB/4.1 GB 41 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 59% ▕█████████ ▏ 2.4 GB/4.1 GB 41 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 59% ▕█████████ ▏ 2.4 GB/4.1 GB 43 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 59% ▕█████████ ▏ 2.4 GB/4.1 GB 43 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 59% ▕█████████ ▏ 2.4 GB/4.1 GB 43 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 59% ▕█████████ ▏ 2.5 GB/4.1 GB 43 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 59% ▕█████████ ▏ 2.5 GB/4.1 GB 43 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 59% ▕█████████ ▏ 2.5 GB/4.1 GB 43 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 59% ▕█████████ ▏ 2.5 GB/4.1 GB 43 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 60% ▕█████████ ▏ 2.5 GB/4.1 GB 43 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 60% ▕█████████ ▏ 2.5 GB/4.1 GB 43 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 60% ▕█████████ ▏ 2.5 GB/4.1 GB 43 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 60% ▕█████████ ▏ 2.5 GB/4.1 GB 42 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 60% ▕█████████ ▏ 2.5 GB/4.1 GB 42 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 60% ▕█████████ ▏ 2.5 GB/4.1 GB 42 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 60% ▕█████████ ▏ 2.5 GB/4.1 GB 42 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 60% ▕█████████ ▏ 2.5 GB/4.1 GB 42 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 61% ▕█████████ ▏ 2.5 GB/4.1 GB 42 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 61% ▕█████████ ▏ 2.5 GB/4.1 GB 42 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 61% ▕█████████ ▏ 2.5 GB/4.1 GB 42 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 61% ▕█████████ ▏ 2.5 GB/4.1 GB 42 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 61% ▕█████████ ▏ 2.5 GB/4.1 GB 42 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 61% ▕█████████ ▏ 2.5 GB/4.1 GB 44 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 61% ▕█████████ ▏ 2.5 GB/4.1 GB 44 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 61% ▕█████████ ▏ 2.5 GB/4.1 GB 44 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 61% ▕█████████ ▏ 2.5 GB/4.1 GB 44 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 61% ▕█████████ ▏ 2.5 GB/4.1 GB 44 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 62% ▕█████████ ▏ 2.6 GB/4.1 GB 44 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 62% ▕█████████ ▏ 2.6 GB/4.1 GB 44 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 62% ▕█████████ ▏ 2.6 GB/4.1 GB 44 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 62% ▕█████████ ▏ 2.6 GB/4.1 GB 44 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 62% ▕█████████ ▏ 2.6 GB/4.1 GB 44 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 62% ▕█████████ ▏ 2.6 GB/4.1 GB 46 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 62% ▕█████████ ▏ 2.6 GB/4.1 GB 46 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 62% ▕█████████ ▏ 2.6 GB/4.1 GB 46 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 62% ▕█████████ ▏ 2.6 GB/4.1 GB 46 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 63% ▕██████████ ▏ 2.6 GB/4.1 GB 46 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 63% ▕██████████ ▏ 2.6 GB/4.1 GB 46 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 63% ▕██████████ ▏ 2.6 GB/4.1 GB 46 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 63% ▕██████████ ▏ 2.6 GB/4.1 GB 46 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 63% ▕██████████ ▏ 2.6 GB/4.1 GB 46 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 63% ▕██████████ ▏ 2.6 GB/4.1 GB 46 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 63% ▕██████████ ▏ 2.6 GB/4.1 GB 43 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 63% ▕██████████ ▏ 2.6 GB/4.1 GB 43 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 63% ▕██████████ ▏ 2.6 GB/4.1 GB 43 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 63% ▕██████████ ▏ 2.6 GB/4.1 GB 43 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 63% ▕██████████ ▏ 2.6 GB/4.1 GB 43 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 63% ▕██████████ ▏ 2.6 GB/4.1 GB 43 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 64% ▕██████████ ▏ 2.6 GB/4.1 GB 43 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 64% ▕██████████ ▏ 2.6 GB/4.1 GB 43 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 64% ▕██████████ ▏ 2.6 GB/4.1 GB 43 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 64% ▕██████████ ▏ 2.6 GB/4.1 GB 43 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 64% ▕██████████ ▏ 2.6 GB/4.1 GB 43 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 64% ▕██████████ ▏ 2.6 GB/4.1 GB 43 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 64% ▕██████████ ▏ 2.7 GB/4.1 GB 43 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 64% ▕██████████ ▏ 2.7 GB/4.1 GB 43 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 64% ▕██████████ ▏ 2.7 GB/4.1 GB 43 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 64% ▕██████████ ▏ 2.7 GB/4.1 GB 43 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 64% ▕██████████ ▏ 2.7 GB/4.1 GB 43 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 65% ▕██████████ ▏ 2.7 GB/4.1 GB 43 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 65% ▕██████████ ▏ 2.7 GB/4.1 GB 43 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 65% ▕██████████ ▏ 2.7 GB/4.1 GB 43 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 65% ▕██████████ ▏ 2.7 GB/4.1 GB 43 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 65% ▕██████████ ▏ 2.7 GB/4.1 GB 43 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 65% ▕██████████ ▏ 2.7 GB/4.1 GB 43 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 65% ▕██████████ ▏ 2.7 GB/4.1 GB 43 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 65% ▕██████████ ▏ 2.7 GB/4.1 GB 43 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 66% ▕██████████ ▏ 2.7 GB/4.1 GB 43 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 66% ▕██████████ ▏ 2.7 GB/4.1 GB 43 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 66% ▕██████████ ▏ 2.7 GB/4.1 GB 43 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 66% ▕██████████ ▏ 2.7 GB/4.1 GB 43 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 66% ▕██████████ ▏ 2.7 GB/4.1 GB 43 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 66% ▕██████████ ▏ 2.7 GB/4.1 GB 43 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 66% ▕██████████ ▏ 2.7 GB/4.1 GB 43 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 66% ▕██████████ ▏ 2.7 GB/4.1 GB 43 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 66% ▕██████████ ▏ 2.7 GB/4.1 GB 43 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 66% ▕██████████ ▏ 2.7 GB/4.1 GB 43 MB/s 31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 66% ▕██████████ ▏ 2.8 GB/4.1 GB 43 MB/s 31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 67% ▕██████████ ▏ 2.8 GB/4.1 GB 43 MB/s 31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 67% ▕██████████ ▏ 2.8 GB/4.1 GB 43 MB/s 31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 67% ▕██████████ ▏ 2.8 GB/4.1 GB 43 MB/s 31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 67% ▕██████████ ▏ 2.8 GB/4.1 GB 43 MB/s 31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 67% ▕██████████ ▏ 2.8 GB/4.1 GB 43 MB/s 31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 67% ▕██████████ ▏ 2.8 GB/4.1 GB 43 MB/s 31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 67% ▕██████████ ▏ 2.8 GB/4.1 GB 43 MB/s 31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 67% ▕██████████ ▏ 2.8 GB/4.1 GB 43 MB/s 31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 67% ▕██████████ ▏ 2.8 GB/4.1 GB 43 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 68% ▕██████████ ▏ 2.8 GB/4.1 GB 43 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 68% ▕██████████ ▏ 2.8 GB/4.1 GB 43 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 68% ▕██████████ ▏ 2.8 GB/4.1 GB 43 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 68% ▕██████████ ▏ 2.8 GB/4.1 GB 43 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 68% ▕██████████ ▏ 2.8 GB/4.1 GB 43 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 68% ▕██████████ ▏ 2.8 GB/4.1 GB 43 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 68% ▕██████████ ▏ 2.8 GB/4.1 GB 42 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 68% ▕██████████ ▏ 2.8 GB/4.1 GB 42 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 68% ▕██████████ ▏ 2.8 GB/4.1 GB 42 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 69% ▕██████████ ▏ 2.8 GB/4.1 GB 42 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 69% ▕██████████ ▏ 2.8 GB/4.1 GB 42 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 69% ▕███████████ ▏ 2.8 GB/4.1 GB 42 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 69% ▕███████████ ▏ 2.8 GB/4.1 GB 42 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 69% ▕███████████ ▏ 2.8 GB/4.1 GB 42 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 69% ▕███████████ ▏ 2.9 GB/4.1 GB 42 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 69% ▕███████████ ▏ 2.9 GB/4.1 GB 42 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 69% ▕███████████ ▏ 2.9 GB/4.1 GB 42 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 69% ▕███████████ ▏ 2.9 GB/4.1 GB 41 MB/s 31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 69% ▕███████████ ▏ 2.9 GB/4.1 GB 41 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 69% ▕███████████ ▏ 2.9 GB/4.1 GB 41 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 70% ▕███████████ ▏ 2.9 GB/4.1 GB 41 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 70% ▕███████████ ▏ 2.9 GB/4.1 GB 41 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 70% ▕███████████ ▏ 2.9 GB/4.1 GB 41 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 70% ▕███████████ ▏ 2.9 GB/4.1 GB 41 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 70% ▕███████████ ▏ 2.9 GB/4.1 GB 41 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 70% ▕███████████ ▏ 2.9 GB/4.1 GB 41 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 70% ▕███████████ ▏ 2.9 GB/4.1 GB 41 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 70% ▕███████████ ▏ 2.9 GB/4.1 GB 42 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 71% ▕███████████ ▏ 2.9 GB/4.1 GB 42 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 71% ▕███████████ ▏ 2.9 GB/4.1 GB 42 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 71% ▕███████████ ▏ 2.9 GB/4.1 GB 42 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 71% ▕███████████ ▏ 2.9 GB/4.1 GB 42 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 71% ▕███████████ ▏ 2.9 GB/4.1 GB 42 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 71% ▕███████████ ▏ 2.9 GB/4.1 GB 42 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 71% ▕███████████ ▏ 2.9 GB/4.1 GB 42 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 71% ▕███████████ ▏ 2.9 GB/4.1 GB 42 MB/s 27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 71% ▕███████████ ▏ 2.9 GB/4.1 GB 42 MB/s 27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 71% ▕███████████ ▏ 3.0 GB/4.1 GB 41 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 71% ▕███████████ ▏ 3.0 GB/4.1 GB 41 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 72% ▕███████████ ▏ 3.0 GB/4.1 GB 41 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 72% ▕███████████ ▏ 3.0 GB/4.1 GB 41 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 72% ▕███████████ ▏ 3.0 GB/4.1 GB 41 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 72% ▕███████████ ▏ 3.0 GB/4.1 GB 41 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 72% ▕███████████ ▏ 3.0 GB/4.1 GB 41 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 72% ▕███████████ ▏ 3.0 GB/4.1 GB 41 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 72% ▕███████████ ▏ 3.0 GB/4.1 GB 41 MB/s 27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 72% ▕███████████ ▏ 3.0 GB/4.1 GB 41 MB/s 27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 73% ▕███████████ ▏ 3.0 GB/4.1 GB 44 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 73% ▕███████████ ▏ 3.0 GB/4.1 GB 44 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 73% ▕███████████ ▏ 3.0 GB/4.1 GB 44 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 73% ▕███████████ ▏ 3.0 GB/4.1 GB 44 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 73% ▕███████████ ▏ 3.0 GB/4.1 GB 44 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 73% ▕███████████ ▏ 3.0 GB/4.1 GB 44 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 73% ▕███████████ ▏ 3.0 GB/4.1 GB 44 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 73% ▕███████████ ▏ 3.0 GB/4.1 GB 44 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 73% ▕███████████ ▏ 3.0 GB/4.1 GB 44 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 73% ▕███████████ ▏ 3.0 GB/4.1 GB 44 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 73% ▕███████████ ▏ 3.0 GB/4.1 GB 43 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 73% ▕███████████ ▏ 3.0 GB/4.1 GB 43 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 74% ▕███████████ ▏ 3.0 GB/4.1 GB 43 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 74% ▕███████████ ▏ 3.1 GB/4.1 GB 43 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 74% ▕███████████ ▏ 3.1 GB/4.1 GB 43 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 74% ▕███████████ ▏ 3.1 GB/4.1 GB 43 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 74% ▕███████████ ▏ 3.1 GB/4.1 GB 43 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 74% ▕███████████ ▏ 3.1 GB/4.1 GB 43 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 74% ▕███████████ ▏ 3.1 GB/4.1 GB 43 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 74% ▕███████████ ▏ 3.1 GB/4.1 GB 43 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 74% ▕███████████ ▏ 3.1 GB/4.1 GB 43 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 74% ▕███████████ ▏ 3.1 GB/4.1 GB 43 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 75% ▕███████████ ▏ 3.1 GB/4.1 GB 43 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 75% ▕███████████ ▏ 3.1 GB/4.1 GB 43 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 75% ▕███████████ ▏ 3.1 GB/4.1 GB 43 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 75% ▕███████████ ▏ 3.1 GB/4.1 GB 43 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 75% ▕████████████ ▏ 3.1 GB/4.1 GB 43 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 75% ▕████████████ ▏ 3.1 GB/4.1 GB 43 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 75% ▕████████████ ▏ 3.1 GB/4.1 GB 43 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 75% ▕████████████ ▏ 3.1 GB/4.1 GB 43 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 76% ▕████████████ ▏ 3.1 GB/4.1 GB 43 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 76% ▕████████████ ▏ 3.1 GB/4.1 GB 44 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 76% ▕████████████ ▏ 3.1 GB/4.1 GB 44 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 76% ▕████████████ ▏ 3.1 GB/4.1 GB 44 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 76% ▕████████████ ▏ 3.1 GB/4.1 GB 44 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 76% ▕████████████ ▏ 3.1 GB/4.1 GB 44 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 76% ▕████████████ ▏ 3.1 GB/4.1 GB 44 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 76% ▕████████████ ▏ 3.2 GB/4.1 GB 44 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 76% ▕████████████ ▏ 3.2 GB/4.1 GB 44 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 76% ▕████████████ ▏ 3.2 GB/4.1 GB 44 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 77% ▕████████████ ▏ 3.2 GB/4.1 GB 44 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 77% ▕████████████ ▏ 3.2 GB/4.1 GB 44 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 77% ▕████████████ ▏ 3.2 GB/4.1 GB 44 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 77% ▕████████████ ▏ 3.2 GB/4.1 GB 44 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 77% ▕████████████ ▏ 3.2 GB/4.1 GB 44 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 77% ▕████████████ ▏ 3.2 GB/4.1 GB 44 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 77% ▕████████████ ▏ 3.2 GB/4.1 GB 44 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 77% ▕████████████ ▏ 3.2 GB/4.1 GB 44 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 77% ▕████████████ ▏ 3.2 GB/4.1 GB 44 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 77% ▕████████████ ▏ 3.2 GB/4.1 GB 44 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 78% ▕████████████ ▏ 3.2 GB/4.1 GB 44 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 78% ▕████████████ ▏ 3.2 GB/4.1 GB 43 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 78% ▕████████████ ▏ 3.2 GB/4.1 GB 43 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 78% ▕████████████ ▏ 3.2 GB/4.1 GB 43 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 78% ▕████████████ ▏ 3.2 GB/4.1 GB 43 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 78% ▕████████████ ▏ 3.2 GB/4.1 GB 43 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 78% ▕████████████ ▏ 3.2 GB/4.1 GB 43 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 78% ▕████████████ ▏ 3.2 GB/4.1 GB 43 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 78% ▕████████████ ▏ 3.3 GB/4.1 GB 43 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 79% ▕████████████ ▏ 3.3 GB/4.1 GB 43 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 79% ▕████████████ ▏ 3.3 GB/4.1 GB 43 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 79% ▕████████████ ▏ 3.3 GB/4.1 GB 45 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 79% ▕████████████ ▏ 3.3 GB/4.1 GB 45 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 79% ▕████████████ ▏ 3.3 GB/4.1 GB 45 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 79% ▕████████████ ▏ 3.3 GB/4.1 GB 45 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 79% ▕████████████ ▏ 3.3 GB/4.1 GB 45 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 79% ▕████████████ ▏ 3.3 GB/4.1 GB 45 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 79% ▕████████████ ▏ 3.3 GB/4.1 GB 45 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 79% ▕████████████ ▏ 3.3 GB/4.1 GB 45 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 80% ▕████████████ ▏ 3.3 GB/4.1 GB 45 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 80% ▕████████████ ▏ 3.3 GB/4.1 GB 45 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 80% ▕████████████ ▏ 3.3 GB/4.1 GB 45 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 80% ▕████████████ ▏ 3.3 GB/4.1 GB 42 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 80% ▕████████████ ▏ 3.3 GB/4.1 GB 42 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 80% ▕████████████ ▏ 3.3 GB/4.1 GB 42 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 80% ▕████████████ ▏ 3.3 GB/4.1 GB 42 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 80% ▕████████████ ▏ 3.3 GB/4.1 GB 42 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 80% ▕████████████ ▏ 3.3 GB/4.1 GB 42 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 81% ▕████████████ ▏ 3.3 GB/4.1 GB 42 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 81% ▕████████████ ▏ 3.3 GB/4.1 GB 42 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 81% ▕████████████ ▏ 3.3 GB/4.1 GB 42 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 81% ▕████████████ ▏ 3.3 GB/4.1 GB 42 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 81% ▕████████████ ▏ 3.4 GB/4.1 GB 44 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 81% ▕████████████ ▏ 3.4 GB/4.1 GB 44 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 81% ▕████████████ ▏ 3.4 GB/4.1 GB 44 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 81% ▕█████████████ ▏ 3.4 GB/4.1 GB 44 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 82% ▕█████████████ ▏ 3.4 GB/4.1 GB 44 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 82% ▕█████████████ ▏ 3.4 GB/4.1 GB 44 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 82% ▕█████████████ ▏ 3.4 GB/4.1 GB 44 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 82% ▕█████████████ ▏ 3.4 GB/4.1 GB 44 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 82% ▕█████████████ ▏ 3.4 GB/4.1 GB 44 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 82% ▕█████████████ ▏ 3.4 GB/4.1 GB 44 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 82% ▕█████████████ ▏ 3.4 GB/4.1 GB 42 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 82% ▕█████████████ ▏ 3.4 GB/4.1 GB 42 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 82% ▕█████████████ ▏ 3.4 GB/4.1 GB 42 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 82% ▕█████████████ ▏ 3.4 GB/4.1 GB 42 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 82% ▕█████████████ ▏ 3.4 GB/4.1 GB 42 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 82% ▕█████████████ ▏ 3.4 GB/4.1 GB 42 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 82% ▕█████████████ ▏ 3.4 GB/4.1 GB 42 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 82% ▕█████████████ ▏ 3.4 GB/4.1 GB 42 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 83% ▕█████████████ ▏ 3.4 GB/4.1 GB 42 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 83% ▕█████████████ ▏ 3.4 GB/4.1 GB 42 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 83% ▕█████████████ ▏ 3.4 GB/4.1 GB 43 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 83% ▕█████████████ ▏ 3.4 GB/4.1 GB 43 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 83% ▕█████████████ ▏ 3.4 GB/4.1 GB 43 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 83% ▕█████████████ ▏ 3.4 GB/4.1 GB 43 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 83% ▕█████████████ ▏ 3.4 GB/4.1 GB 43 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 83% ▕█████████████ ▏ 3.4 GB/4.1 GB 43 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 83% ▕█████████████ ▏ 3.4 GB/4.1 GB 43 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 83% ▕█████████████ ▏ 3.4 GB/4.1 GB 43 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 83% ▕█████████████ ▏ 3.4 GB/4.1 GB 43 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 83% ▕█████████████ ▏ 3.4 GB/4.1 GB 43 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 83% ▕█████████████ ▏ 3.5 GB/4.1 GB 41 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 83% ▕█████████████ ▏ 3.5 GB/4.1 GB 41 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 84% ▕█████████████ ▏ 3.5 GB/4.1 GB 41 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 84% ▕█████████████ ▏ 3.5 GB/4.1 GB 41 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 84% ▕█████████████ ▏ 3.5 GB/4.1 GB 41 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 84% ▕█████████████ ▏ 3.5 GB/4.1 GB 41 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 84% ▕█████████████ ▏ 3.5 GB/4.1 GB 41 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 84% ▕█████████████ ▏ 3.5 GB/4.1 GB 41 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 84% ▕█████████████ ▏ 3.5 GB/4.1 GB 41 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 84% ▕█████████████ ▏ 3.5 GB/4.1 GB 41 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 84% ▕█████████████ ▏ 3.5 GB/4.1 GB 41 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 84% ▕█████████████ ▏ 3.5 GB/4.1 GB 40 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 85% ▕█████████████ ▏ 3.5 GB/4.1 GB 40 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 85% ▕█████████████ ▏ 3.5 GB/4.1 GB 40 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 85% ▕█████████████ ▏ 3.5 GB/4.1 GB 40 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 85% ▕█████████████ ▏ 3.5 GB/4.1 GB 40 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 85% ▕█████████████ ▏ 3.5 GB/4.1 GB 40 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 85% ▕█████████████ ▏ 3.5 GB/4.1 GB 40 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 85% ▕█████████████ ▏ 3.5 GB/4.1 GB 40 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 85% ▕█████████████ ▏ 3.5 GB/4.1 GB 40 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 85% ▕█████████████ ▏ 3.5 GB/4.1 GB 40 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 85% ▕█████████████ ▏ 3.5 GB/4.1 GB 38 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 85% ▕█████████████ ▏ 3.5 GB/4.1 GB 38 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 86% ▕█████████████ ▏ 3.5 GB/4.1 GB 38 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 86% ▕█████████████ ▏ 3.5 GB/4.1 GB 38 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 86% ▕█████████████ ▏ 3.5 GB/4.1 GB 38 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 86% ▕█████████████ ▏ 3.6 GB/4.1 GB 38 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 86% ▕█████████████ ▏ 3.6 GB/4.1 GB 38 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 86% ▕█████████████ ▏ 3.6 GB/4.1 GB 38 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 86% ▕█████████████ ▏ 3.6 GB/4.1 GB 38 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 86% ▕█████████████ ▏ 3.6 GB/4.1 GB 38 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 86% ▕█████████████ ▏ 3.6 GB/4.1 GB 39 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 86% ▕█████████████ ▏ 3.6 GB/4.1 GB 39 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 87% ▕█████████████ ▏ 3.6 GB/4.1 GB 39 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 87% ▕█████████████ ▏ 3.6 GB/4.1 GB 39 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 87% ▕█████████████ ▏ 3.6 GB/4.1 GB 39 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 87% ▕█████████████ ▏ 3.6 GB/4.1 GB 39 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 87% ▕█████████████ ▏ 3.6 GB/4.1 GB 39 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 87% ▕█████████████ ▏ 3.6 GB/4.1 GB 39 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 87% ▕█████████████ ▏ 3.6 GB/4.1 GB 39 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 87% ▕█████████████ ▏ 3.6 GB/4.1 GB 39 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 87% ▕█████████████ ▏ 3.6 GB/4.1 GB 39 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 88% ▕██████████████ ▏ 3.6 GB/4.1 GB 39 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 88% ▕██████████████ ▏ 3.6 GB/4.1 GB 39 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 88% ▕██████████████ ▏ 3.6 GB/4.1 GB 39 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 88% ▕██████████████ ▏ 3.6 GB/4.1 GB 39 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 88% ▕██████████████ ▏ 3.6 GB/4.1 GB 39 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 88% ▕██████████████ ▏ 3.6 GB/4.1 GB 39 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 88% ▕██████████████ ▏ 3.7 GB/4.1 GB 39 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 88% ▕██████████████ ▏ 3.7 GB/4.1 GB 39 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 88% ▕██████████████ ▏ 3.7 GB/4.1 GB 39 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 88% ▕██████████████ ▏ 3.7 GB/4.1 GB 40 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 88% ▕██████████████ ▏ 3.7 GB/4.1 GB 40 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 89% ▕██████████████ ▏ 3.7 GB/4.1 GB 40 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 89% ▕██████████████ ▏ 3.7 GB/4.1 GB 40 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 89% ▕██████████████ ▏ 3.7 GB/4.1 GB 40 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 89% ▕██████████████ ▏ 3.7 GB/4.1 GB 40 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 89% ▕██████████████ ▏ 3.7 GB/4.1 GB 40 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 89% ▕██████████████ ▏ 3.7 GB/4.1 GB 40 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 89% ▕██████████████ ▏ 3.7 GB/4.1 GB 40 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 89% ▕██████████████ ▏ 3.7 GB/4.1 GB 40 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 89% ▕██████████████ ▏ 3.7 GB/4.1 GB 40 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 90% ▕██████████████ ▏ 3.7 GB/4.1 GB 39 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 90% ▕██████████████ ▏ 3.7 GB/4.1 GB 39 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 90% ▕██████████████ ▏ 3.7 GB/4.1 GB 39 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 90% ▕██████████████ ▏ 3.7 GB/4.1 GB 39 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 90% ▕██████████████ ▏ 3.7 GB/4.1 GB 39 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 90% ▕██████████████ ▏ 3.7 GB/4.1 GB 39 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 90% ▕██████████████ ▏ 3.7 GB/4.1 GB 39 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 90% ▕██████████████ ▏ 3.7 GB/4.1 GB 39 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 90% ▕██████████████ ▏ 3.7 GB/4.1 GB 39 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 90% ▕██████████████ ▏ 3.7 GB/4.1 GB 39 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 91% ▕██████████████ ▏ 3.8 GB/4.1 GB 40 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 91% ▕██████████████ ▏ 3.8 GB/4.1 GB 40 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 91% ▕██████████████ ▏ 3.8 GB/4.1 GB 40 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 91% ▕██████████████ ▏ 3.8 GB/4.1 GB 40 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 91% ▕██████████████ ▏ 3.8 GB/4.1 GB 40 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 91% ▕██████████████ ▏ 3.8 GB/4.1 GB 40 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 91% ▕██████████████ ▏ 3.8 GB/4.1 GB 40 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 91% ▕██████████████ ▏ 3.8 GB/4.1 GB 40 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 91% ▕██████████████ ▏ 3.8 GB/4.1 GB 40 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 91% ▕██████████████ ▏ 3.8 GB/4.1 GB 40 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 92% ▕██████████████ ▏ 3.8 GB/4.1 GB 40 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 92% ▕██████████████ ▏ 3.8 GB/4.1 GB 40 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 92% ▕██████████████ ▏ 3.8 GB/4.1 GB 40 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 92% ▕██████████████ ▏ 3.8 GB/4.1 GB 40 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 92% ▕██████████████ ▏ 3.8 GB/4.1 GB 40 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 92% ▕██████████████ ▏ 3.8 GB/4.1 GB 40 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 92% ▕██████████████ ▏ 3.8 GB/4.1 GB 40 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 92% ▕██████████████ ▏ 3.8 GB/4.1 GB 40 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 92% ▕██████████████ ▏ 3.8 GB/4.1 GB 40 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 92% ▕██████████████ ▏ 3.8 GB/4.1 GB 40 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 93% ▕██████████████ ▏ 3.8 GB/4.1 GB 42 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 93% ▕██████████████ ▏ 3.8 GB/4.1 GB 42 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 93% ▕██████████████ ▏ 3.8 GB/4.1 GB 42 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 93% ▕██████████████ ▏ 3.8 GB/4.1 GB 42 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 93% ▕██████████████ ▏ 3.8 GB/4.1 GB 42 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 93% ▕██████████████ ▏ 3.9 GB/4.1 GB 42 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 93% ▕██████████████ ▏ 3.9 GB/4.1 GB 42 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 93% ▕██████████████ ▏ 3.9 GB/4.1 GB 42 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 93% ▕██████████████ ▏ 3.9 GB/4.1 GB 42 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 93% ▕██████████████ ▏ 3.9 GB/4.1 GB 42 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 94% ▕██████████████ ▏ 3.9 GB/4.1 GB 42 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 94% ▕██████████████ ▏ 3.9 GB/4.1 GB 42 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 94% ▕███████████████ ▏ 3.9 GB/4.1 GB 42 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 94% ▕███████████████ ▏ 3.9 GB/4.1 GB 42 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 94% ▕███████████████ ▏ 3.9 GB/4.1 GB 42 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 94% ▕███████████████ ▏ 3.9 GB/4.1 GB 42 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 94% ▕███████████████ ▏ 3.9 GB/4.1 GB 42 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 94% ▕███████████████ ▏ 3.9 GB/4.1 GB 42 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 94% ▕███████████████ ▏ 3.9 GB/4.1 GB 42 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 94% ▕███████████████ ▏ 3.9 GB/4.1 GB 42 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 95% ▕███████████████ ▏ 3.9 GB/4.1 GB 42 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 95% ▕███████████████ ▏ 3.9 GB/4.1 GB 42 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 95% ▕███████████████ ▏ 3.9 GB/4.1 GB 42 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 95% ▕███████████████ ▏ 3.9 GB/4.1 GB 42 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 95% ▕███████████████ ▏ 3.9 GB/4.1 GB 42 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 95% ▕███████████████ ▏ 3.9 GB/4.1 GB 42 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 95% ▕███████████████ ▏ 3.9 GB/4.1 GB 42 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 95% ▕███████████████ ▏ 3.9 GB/4.1 GB 42 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 95% ▕███████████████ ▏ 4.0 GB/4.1 GB 42 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 96% ▕███████████████ ▏ 4.0 GB/4.1 GB 42 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 96% ▕███████████████ ▏ 4.0 GB/4.1 GB 42 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 96% ▕███████████████ ▏ 4.0 GB/4.1 GB 43 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 96% ▕███████████████ ▏ 4.0 GB/4.1 GB 43 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 96% ▕███████████████ ▏ 4.0 GB/4.1 GB 43 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 96% ▕███████████████ ▏ 4.0 GB/4.1 GB 43 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 96% ▕███████████████ ▏ 4.0 GB/4.1 GB 43 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 96% ▕███████████████ ▏ 4.0 GB/4.1 GB 43 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 96% ▕███████████████ ▏ 4.0 GB/4.1 GB 43 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 96% ▕███████████████ ▏ 4.0 GB/4.1 GB 43 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 96% ▕███████████████ ▏ 4.0 GB/4.1 GB 43 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 97% ▕███████████████ ▏ 4.0 GB/4.1 GB 43 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 97% ▕███████████████ ▏ 4.0 GB/4.1 GB 42 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 97% ▕███████████████ ▏ 4.0 GB/4.1 GB 42 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 97% ▕███████████████ ▏ 4.0 GB/4.1 GB 42 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 97% ▕███████████████ ▏ 4.0 GB/4.1 GB 42 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 97% ▕███████████████ ▏ 4.0 GB/4.1 GB 42 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 97% ▕███████████████ ▏ 4.0 GB/4.1 GB 42 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 97% ▕███████████████ ▏ 4.0 GB/4.1 GB 42 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 97% ▕███████████████ ▏ 4.0 GB/4.1 GB 42 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 98% ▕███████████████ ▏ 4.0 GB/4.1 GB 42 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 98% ▕███████████████ ▏ 4.0 GB/4.1 GB 42 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 98% ▕███████████████ ▏ 4.0 GB/4.1 GB 42 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 98% ▕███████████████ ▏ 4.1 GB/4.1 GB 42 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 98% ▕███████████████ ▏ 4.1 GB/4.1 GB 42 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 98% ▕███████████████ ▏ 4.1 GB/4.1 GB 42 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 98% ▕███████████████ ▏ 4.1 GB/4.1 GB 42 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 98% ▕███████████████ ▏ 4.1 GB/4.1 GB 42 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 98% ▕███████████████ ▏ 4.1 GB/4.1 GB 42 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 98% ▕███████████████ ▏ 4.1 GB/4.1 GB 42 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 99% ▕███████████████ ▏ 4.1 GB/4.1 GB 42 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 99% ▕███████████████ ▏ 4.1 GB/4.1 GB 42 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 99% ▕███████████████ ▏ 4.1 GB/4.1 GB 42 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 99% ▕███████████████ ▏ 4.1 GB/4.1 GB 42 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 99% ▕███████████████ ▏ 4.1 GB/4.1 GB 42 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 99% ▕███████████████ ▏ 4.1 GB/4.1 GB 42 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 99% ▕███████████████ ▏ 4.1 GB/4.1 GB 42 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 99% ▕███████████████ ▏ 4.1 GB/4.1 GB 42 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 99% ▕███████████████ ▏ 4.1 GB/4.1 GB 42 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 100% ▕███████████████ ▏ 4.1 GB/4.1 GB 42 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 100% ▕███████████████ ▏ 4.1 GB/4.1 GB 42 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 100% ▕███████████████ ▏ 4.1 GB/4.1 GB 42 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 100% ▕███████████████ ▏ 4.1 GB/4.1 GB 42 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 100% ▕███████████████ ▏ 4.1 GB/4.1 GB 42 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 100% ▕███████████████ ▏ 4.1 GB/4.1 GB 42 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 100% ▕███████████████ ▏ 4.1 GB/4.1 GB 42 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 5fe538f0293d... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 5fe538f0293d... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 5fe538f0293d... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 5fe538f0293d... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 5fe538f0293d... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 5fe538f0293d... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 5fe538f0293d... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 5fe538f0293d... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 5fe538f0293d... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 5fe538f0293d... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 5fe538f0293d... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 5fe538f0293d... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 5fe538f0293d... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 5fe538f0293d... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 5fe538f0293d... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 5fe538f0293d... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 5fe538f0293d... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 5fe538f0293d... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 5fe538f0293d... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 5fe538f0293d... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 5fe538f0293d... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 5fe538f0293d... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 5fe538f0293d... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 5fe538f0293d... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 5fe538f0293d... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 5fe538f0293d... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 5fe538f0293d... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 5fe538f0293d... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 5fe538f0293d... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 5fe538f0293d... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 5fe538f0293d... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 5fe538f0293d... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 5fe538f0293d... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 5fe538f0293d... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 5fe538f0293d... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 5fe538f0293d... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 5fe538f0293d... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 5fe538f0293d... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 5fe538f0293d... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 5fe538f0293d... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 5fe538f0293d... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 5fe538f0293d... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 5fe538f0293d... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 5fe538f0293d... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 5fe538f0293d... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 5fe538f0293d... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 5fe538f0293d... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 5fe538f0293d... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 5fe538f0293d... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 5fe538f0293d... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 5fe538f0293d... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 5fe538f0293d... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 5fe538f0293d... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 5fe538f0293d... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 5fe538f0293d... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 5fe538f0293d... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 5fe538f0293d... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 5fe538f0293d... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 5fe538f0293d... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 5fe538f0293d... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 5fe538f0293d... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 5fe538f0293d... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 5fe538f0293d... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 5fe538f0293d... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 5fe538f0293d... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 5fe538f0293d... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 5fe538f0293d... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 5fe538f0293d... 100% ▕████████████████▏ 457 B \n", - "pushing manifest \n", - "success \u001b[?25h\n", - "\u001b[?25ltransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer \n", - "creating template layer \n", - "creating system layer \n", - "creating parameters layer \n", - "creating config layer \n", - "using already created layer sha256:2b7481d36354ddf1192c7fa5fd831f006e31d139bb0f6586ecf84bd24ad9c031 \n", - "using already created layer sha256:04de533bb8fd4eb327158f79cdc0de736558e45d198db9275ef536f470281f1f \n", - "using already created layer sha256:af41c51c14924c73d476c474dd0617253462cdb32f1256d8b3d3d9fc00371199 \n", - "using already created layer sha256:3559b403e83a9669ecd8d347a509c20b870674a9838218f8b812c93c419fec88 \n", - "writing layer sha256:5c52515fc3264b64e261cbe796fb23ce2bc50f4d7ca3a0a2a6edfe86546b9396 \n", - "writing manifest \n", - "success \u001b[?25h\n", - "copied 'notus:q5_0' to 'argilla/notus:q5_0'\n", - "\u001b[?25lretrieving manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 0% ▕ ▏ 2.1 MB/5.0 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 0% ▕ ▏ 2.1 MB/5.0 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 0% ▕ ▏ 2.1 MB/5.0 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 0% ▕ ▏ 2.1 MB/5.0 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 0% ▕ ▏ 2.1 MB/5.0 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 0% ▕ ▏ 3.2 MB/5.0 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 0% ▕ ▏ 3.2 MB/5.0 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 0% ▕ ▏ 0 B/5.0 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 0% ▕ ▏ 2.1 MB/5.0 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 0% ▕ ▏ 3.3 MB/5.0 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 0% ▕ ▏ 4.5 MB/5.0 GB 3.7 MB/s 22m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 0% ▕ ▏ 10 MB/5.0 GB 3.7 MB/s 22m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 0% ▕ ▏ 15 MB/5.0 GB 3.7 MB/s 22m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 0% ▕ ▏ 18 MB/5.0 GB 3.7 MB/s 22m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 0% ▕ ▏ 22 MB/5.0 GB 3.7 MB/s 22m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 1% ▕ ▏ 29 MB/5.0 GB 3.7 MB/s 22m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 1% ▕ ▏ 30 MB/5.0 GB 3.7 MB/s 22m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 1% ▕ ▏ 38 MB/5.0 GB 3.7 MB/s 22m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 1% ▕ ▏ 43 MB/5.0 GB 3.7 MB/s 22m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 1% ▕ ▏ 41 MB/5.0 GB 3.7 MB/s 22m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 1% ▕ ▏ 47 MB/5.0 GB 23 MB/s 3m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 1% ▕ ▏ 52 MB/5.0 GB 23 MB/s 3m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 1% ▕ ▏ 56 MB/5.0 GB 23 MB/s 3m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 1% ▕ ▏ 61 MB/5.0 GB 23 MB/s 3m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 1% ▕ ▏ 70 MB/5.0 GB 23 MB/s 3m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 1% ▕ ▏ 72 MB/5.0 GB 23 MB/s 3m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 2% ▕ ▏ 76 MB/5.0 GB 23 MB/s 3m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 2% ▕ ▏ 84 MB/5.0 GB 23 MB/s 3m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 2% ▕ ▏ 87 MB/5.0 GB 23 MB/s 3m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 2% ▕ ▏ 91 MB/5.0 GB 23 MB/s 3m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 2% ▕ ▏ 90 MB/5.0 GB 29 MB/s 2m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 2% ▕ ▏ 91 MB/5.0 GB 29 MB/s 2m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 2% ▕ ▏ 97 MB/5.0 GB 29 MB/s 2m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 2% ▕ ▏ 100 MB/5.0 GB 29 MB/s 2m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 2% ▕ ▏ 105 MB/5.0 GB 29 MB/s 2m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 2% ▕ ▏ 111 MB/5.0 GB 29 MB/s 2m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 2% ▕ ▏ 117 MB/5.0 GB 29 MB/s 2m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 2% ▕ ▏ 120 MB/5.0 GB 29 MB/s 2m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 2% ▕ ▏ 123 MB/5.0 GB 29 MB/s 2m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 2% ▕ ▏ 122 MB/5.0 GB 29 MB/s 2m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 3% ▕ ▏ 126 MB/5.0 GB 29 MB/s 2m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 3% ▕ ▏ 132 MB/5.0 GB 32 MB/s 2m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 3% ▕ ▏ 135 MB/5.0 GB 32 MB/s 2m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 3% ▕ ▏ 137 MB/5.0 GB 32 MB/s 2m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 3% ▕ ▏ 145 MB/5.0 GB 32 MB/s 2m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 3% ▕ ▏ 148 MB/5.0 GB 32 MB/s 2m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 3% ▕ ▏ 149 MB/5.0 GB 32 MB/s 2m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 3% ▕ ▏ 154 MB/5.0 GB 32 MB/s 2m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 3% ▕ ▏ 161 MB/5.0 GB 32 MB/s 2m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 3% ▕ ▏ 162 MB/5.0 GB 32 MB/s 2m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 3% ▕ ▏ 162 MB/5.0 GB 32 MB/s 2m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 3% ▕ ▏ 163 MB/5.0 GB 32 MB/s 2m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 3% ▕ ▏ 163 MB/5.0 GB 32 MB/s 2m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 3% ▕ ▏ 170 MB/5.0 GB 32 MB/s 2m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 4% ▕ ▏ 175 MB/5.0 GB 32 MB/s 2m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 4% ▕ ▏ 177 MB/5.0 GB 32 MB/s 2m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 4% ▕ ▏ 184 MB/5.0 GB 32 MB/s 2m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 4% ▕ ▏ 189 MB/5.0 GB 32 MB/s 2m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 4% ▕ ▏ 190 MB/5.0 GB 32 MB/s 2m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 4% ▕ ▏ 196 MB/5.0 GB 32 MB/s 2m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 4% ▕ ▏ 203 MB/5.0 GB 32 MB/s 2m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 4% ▕ ▏ 205 MB/5.0 GB 34 MB/s 2m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 4% ▕ ▏ 210 MB/5.0 GB 34 MB/s 2m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 4% ▕ ▏ 210 MB/5.0 GB 34 MB/s 2m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 4% ▕ ▏ 209 MB/5.0 GB 34 MB/s 2m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 4% ▕ ▏ 216 MB/5.0 GB 34 MB/s 2m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 5% ▕ ▏ 224 MB/5.0 GB 34 MB/s 2m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 5% ▕ ▏ 225 MB/5.0 GB 34 MB/s 2m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 5% ▕ ▏ 225 MB/5.0 GB 34 MB/s 2m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 5% ▕ ▏ 236 MB/5.0 GB 34 MB/s 2m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 5% ▕ ▏ 237 MB/5.0 GB 34 MB/s 2m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 5% ▕ ▏ 243 MB/5.0 GB 34 MB/s 2m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 5% ▕ ▏ 244 MB/5.0 GB 34 MB/s 2m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 5% ▕ ▏ 247 MB/5.0 GB 34 MB/s 2m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 5% ▕ ▏ 260 MB/5.0 GB 34 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 5% ▕ ▏ 261 MB/5.0 GB 34 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 5% ▕ ▏ 261 MB/5.0 GB 34 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 5% ▕ ▏ 257 MB/5.0 GB 34 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 5% ▕ ▏ 262 MB/5.0 GB 34 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 5% ▕ ▏ 269 MB/5.0 GB 34 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 6% ▕ ▏ 275 MB/5.0 GB 34 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 6% ▕ ▏ 285 MB/5.0 GB 35 MB/s 2m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 6% ▕ ▏ 287 MB/5.0 GB 35 MB/s 2m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 6% ▕ ▏ 288 MB/5.0 GB 35 MB/s 2m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 6% ▕ ▏ 289 MB/5.0 GB 35 MB/s 2m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 6% ▕ ▏ 289 MB/5.0 GB 35 MB/s 2m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 6% ▕ ▏ 300 MB/5.0 GB 35 MB/s 2m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 6% ▕ ▏ 308 MB/5.0 GB 35 MB/s 2m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 6% ▕ ▏ 308 MB/5.0 GB 35 MB/s 2m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 6% ▕█ ▏ 314 MB/5.0 GB 35 MB/s 2m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 6% ▕█ ▏ 316 MB/5.0 GB 35 MB/s 2m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 6% ▕█ ▏ 316 MB/5.0 GB 35 MB/s 2m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 7% ▕█ ▏ 326 MB/5.0 GB 35 MB/s 2m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 7% ▕█ ▏ 338 MB/5.0 GB 35 MB/s 2m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 7% ▕█ ▏ 339 MB/5.0 GB 35 MB/s 2m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 7% ▕█ ▏ 345 MB/5.0 GB 35 MB/s 2m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 7% ▕█ ▏ 348 MB/5.0 GB 35 MB/s 2m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 7% ▕█ ▏ 349 MB/5.0 GB 35 MB/s 2m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 7% ▕█ ▏ 350 MB/5.0 GB 35 MB/s 2m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 7% ▕█ ▏ 351 MB/5.0 GB 35 MB/s 2m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 7% ▕█ ▏ 354 MB/5.0 GB 35 MB/s 2m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 7% ▕█ ▏ 355 MB/5.0 GB 35 MB/s 2m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 7% ▕█ ▏ 360 MB/5.0 GB 39 MB/s 1m58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 7% ▕█ ▏ 363 MB/5.0 GB 39 MB/s 1m58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 7% ▕█ ▏ 367 MB/5.0 GB 39 MB/s 1m58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 7% ▕█ ▏ 373 MB/5.0 GB 39 MB/s 1m58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 8% ▕█ ▏ 377 MB/5.0 GB 39 MB/s 1m58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 8% ▕█ ▏ 382 MB/5.0 GB 39 MB/s 1m58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 8% ▕█ ▏ 389 MB/5.0 GB 39 MB/s 1m57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 8% ▕█ ▏ 390 MB/5.0 GB 39 MB/s 1m57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 8% ▕█ ▏ 395 MB/5.0 GB 39 MB/s 1m57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 8% ▕█ ▏ 397 MB/5.0 GB 39 MB/s 1m57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 8% ▕█ ▏ 405 MB/5.0 GB 39 MB/s 1m55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 8% ▕█ ▏ 407 MB/5.0 GB 39 MB/s 1m55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 8% ▕█ ▏ 411 MB/5.0 GB 39 MB/s 1m55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 8% ▕█ ▏ 415 MB/5.0 GB 39 MB/s 1m55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 8% ▕█ ▏ 422 MB/5.0 GB 39 MB/s 1m55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 9% ▕█ ▏ 427 MB/5.0 GB 39 MB/s 1m54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 9% ▕█ ▏ 428 MB/5.0 GB 39 MB/s 1m54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 9% ▕█ ▏ 430 MB/5.0 GB 39 MB/s 1m54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 9% ▕█ ▏ 432 MB/5.0 GB 39 MB/s 1m54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 9% ▕█ ▏ 434 MB/5.0 GB 39 MB/s 1m54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 9% ▕█ ▏ 448 MB/5.0 GB 39 MB/s 1m54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 9% ▕█ ▏ 449 MB/5.0 GB 39 MB/s 1m54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 9% ▕█ ▏ 452 MB/5.0 GB 39 MB/s 1m54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 9% ▕█ ▏ 457 MB/5.0 GB 39 MB/s 1m54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 9% ▕█ ▏ 466 MB/5.0 GB 39 MB/s 1m54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 9% ▕█ ▏ 467 MB/5.0 GB 39 MB/s 1m54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 9% ▕█ ▏ 471 MB/5.0 GB 39 MB/s 1m53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 9% ▕█ ▏ 473 MB/5.0 GB 39 MB/s 1m53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 10% ▕█ ▏ 476 MB/5.0 GB 39 MB/s 1m53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 10% ▕█ ▏ 483 MB/5.0 GB 39 MB/s 1m53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 10% ▕█ ▏ 489 MB/5.0 GB 39 MB/s 1m53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 10% ▕█ ▏ 489 MB/5.0 GB 39 MB/s 1m53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 10% ▕█ ▏ 490 MB/5.0 GB 39 MB/s 1m53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 10% ▕█ ▏ 491 MB/5.0 GB 39 MB/s 1m53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 10% ▕█ ▏ 494 MB/5.0 GB 39 MB/s 1m53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 10% ▕█ ▏ 511 MB/5.0 GB 39 MB/s 1m52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 10% ▕█ ▏ 514 MB/5.0 GB 39 MB/s 1m52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 10% ▕█ ▏ 514 MB/5.0 GB 39 MB/s 1m52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 10% ▕█ ▏ 519 MB/5.0 GB 39 MB/s 1m52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 10% ▕█ ▏ 523 MB/5.0 GB 39 MB/s 1m52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 11% ▕█ ▏ 525 MB/5.0 GB 39 MB/s 1m52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 11% ▕█ ▏ 532 MB/5.0 GB 40 MB/s 1m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 11% ▕█ ▏ 540 MB/5.0 GB 40 MB/s 1m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 11% ▕█ ▏ 544 MB/5.0 GB 40 MB/s 1m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 11% ▕█ ▏ 546 MB/5.0 GB 40 MB/s 1m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 11% ▕█ ▏ 547 MB/5.0 GB 40 MB/s 1m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 11% ▕█ ▏ 548 MB/5.0 GB 40 MB/s 1m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 11% ▕█ ▏ 552 MB/5.0 GB 40 MB/s 1m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 11% ▕█ ▏ 565 MB/5.0 GB 40 MB/s 1m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 11% ▕█ ▏ 565 MB/5.0 GB 40 MB/s 1m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 11% ▕█ ▏ 567 MB/5.0 GB 40 MB/s 1m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 11% ▕█ ▏ 569 MB/5.0 GB 40 MB/s 1m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 11% ▕█ ▏ 573 MB/5.0 GB 40 MB/s 1m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 12% ▕█ ▏ 580 MB/5.0 GB 40 MB/s 1m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 12% ▕█ ▏ 589 MB/5.0 GB 40 MB/s 1m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 12% ▕█ ▏ 589 MB/5.0 GB 40 MB/s 1m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 12% ▕█ ▏ 597 MB/5.0 GB 40 MB/s 1m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 12% ▕█ ▏ 601 MB/5.0 GB 40 MB/s 1m48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 12% ▕█ ▏ 603 MB/5.0 GB 40 MB/s 1m48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 12% ▕█ ▏ 607 MB/5.0 GB 40 MB/s 1m48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 12% ▕█ ▏ 611 MB/5.0 GB 40 MB/s 1m48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 12% ▕█ ▏ 617 MB/5.0 GB 41 MB/s 1m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 12% ▕█ ▏ 619 MB/5.0 GB 41 MB/s 1m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 12% ▕█ ▏ 622 MB/5.0 GB 41 MB/s 1m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 12% ▕█ ▏ 624 MB/5.0 GB 41 MB/s 1m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 13% ▕██ ▏ 629 MB/5.0 GB 41 MB/s 1m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 13% ▕██ ▏ 635 MB/5.0 GB 41 MB/s 1m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 13% ▕██ ▏ 635 MB/5.0 GB 41 MB/s 1m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 13% ▕██ ▏ 638 MB/5.0 GB 41 MB/s 1m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 13% ▕██ ▏ 646 MB/5.0 GB 41 MB/s 1m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 13% ▕██ ▏ 646 MB/5.0 GB 41 MB/s 1m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 13% ▕██ ▏ 651 MB/5.0 GB 40 MB/s 1m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 13% ▕██ ▏ 656 MB/5.0 GB 40 MB/s 1m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 13% ▕██ ▏ 658 MB/5.0 GB 40 MB/s 1m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 13% ▕██ ▏ 667 MB/5.0 GB 40 MB/s 1m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 13% ▕██ ▏ 670 MB/5.0 GB 40 MB/s 1m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 14% ▕██ ▏ 676 MB/5.0 GB 40 MB/s 1m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 14% ▕██ ▏ 677 MB/5.0 GB 40 MB/s 1m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 14% ▕██ ▏ 682 MB/5.0 GB 40 MB/s 1m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 14% ▕██ ▏ 685 MB/5.0 GB 40 MB/s 1m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 14% ▕██ ▏ 689 MB/5.0 GB 40 MB/s 1m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 14% ▕██ ▏ 692 MB/5.0 GB 41 MB/s 1m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 14% ▕██ ▏ 695 MB/5.0 GB 41 MB/s 1m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 14% ▕██ ▏ 701 MB/5.0 GB 41 MB/s 1m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 14% ▕██ ▏ 717 MB/5.0 GB 41 MB/s 1m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 14% ▕██ ▏ 719 MB/5.0 GB 41 MB/s 1m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 14% ▕██ ▏ 721 MB/5.0 GB 41 MB/s 1m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 15% ▕██ ▏ 727 MB/5.0 GB 41 MB/s 1m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 15% ▕██ ▏ 731 MB/5.0 GB 41 MB/s 1m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 15% ▕██ ▏ 736 MB/5.0 GB 41 MB/s 1m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 15% ▕██ ▏ 739 MB/5.0 GB 41 MB/s 1m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 15% ▕██ ▏ 741 MB/5.0 GB 41 MB/s 1m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 15% ▕██ ▏ 744 MB/5.0 GB 43 MB/s 1m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 15% ▕██ ▏ 746 MB/5.0 GB 43 MB/s 1m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 15% ▕██ ▏ 746 MB/5.0 GB 43 MB/s 1m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 15% ▕██ ▏ 748 MB/5.0 GB 43 MB/s 1m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 15% ▕██ ▏ 755 MB/5.0 GB 43 MB/s 1m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 15% ▕██ ▏ 756 MB/5.0 GB 43 MB/s 1m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 15% ▕██ ▏ 760 MB/5.0 GB 43 MB/s 1m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 15% ▕██ ▏ 771 MB/5.0 GB 43 MB/s 1m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 15% ▕██ ▏ 773 MB/5.0 GB 43 MB/s 1m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 16% ▕██ ▏ 779 MB/5.0 GB 43 MB/s 1m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 16% ▕██ ▏ 780 MB/5.0 GB 41 MB/s 1m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 16% ▕██ ▏ 777 MB/5.0 GB 41 MB/s 1m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 16% ▕██ ▏ 786 MB/5.0 GB 41 MB/s 1m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 16% ▕██ ▏ 794 MB/5.0 GB 41 MB/s 1m40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 16% ▕██ ▏ 795 MB/5.0 GB 41 MB/s 1m40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 16% ▕██ ▏ 801 MB/5.0 GB 41 MB/s 1m40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 16% ▕██ ▏ 810 MB/5.0 GB 41 MB/s 1m40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 16% ▕██ ▏ 811 MB/5.0 GB 41 MB/s 1m40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 16% ▕██ ▏ 818 MB/5.0 GB 41 MB/s 1m40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 17% ▕██ ▏ 824 MB/5.0 GB 41 MB/s 1m40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 17% ▕██ ▏ 825 MB/5.0 GB 41 MB/s 1m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 17% ▕██ ▏ 830 MB/5.0 GB 41 MB/s 1m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 17% ▕██ ▏ 832 MB/5.0 GB 41 MB/s 1m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 17% ▕██ ▏ 833 MB/5.0 GB 41 MB/s 1m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 17% ▕██ ▏ 842 MB/5.0 GB 41 MB/s 1m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 17% ▕██ ▏ 845 MB/5.0 GB 41 MB/s 1m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 17% ▕██ ▏ 848 MB/5.0 GB 41 MB/s 1m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 17% ▕██ ▏ 855 MB/5.0 GB 41 MB/s 1m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 17% ▕██ ▏ 869 MB/5.0 GB 41 MB/s 1m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 17% ▕██ ▏ 871 MB/5.0 GB 41 MB/s 1m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 17% ▕██ ▏ 873 MB/5.0 GB 42 MB/s 1m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 17% ▕██ ▏ 874 MB/5.0 GB 42 MB/s 1m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 18% ▕██ ▏ 875 MB/5.0 GB 42 MB/s 1m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 18% ▕██ ▏ 878 MB/5.0 GB 42 MB/s 1m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 18% ▕██ ▏ 889 MB/5.0 GB 42 MB/s 1m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 18% ▕██ ▏ 889 MB/5.0 GB 42 MB/s 1m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 18% ▕██ ▏ 895 MB/5.0 GB 42 MB/s 1m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 18% ▕██ ▏ 902 MB/5.0 GB 42 MB/s 1m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 18% ▕██ ▏ 904 MB/5.0 GB 42 MB/s 1m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 18% ▕██ ▏ 907 MB/5.0 GB 42 MB/s 1m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 18% ▕██ ▏ 914 MB/5.0 GB 43 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 18% ▕██ ▏ 919 MB/5.0 GB 43 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 19% ▕██ ▏ 926 MB/5.0 GB 43 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 19% ▕██ ▏ 932 MB/5.0 GB 43 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 19% ▕██ ▏ 933 MB/5.0 GB 43 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 19% ▕███ ▏ 937 MB/5.0 GB 43 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 19% ▕███ ▏ 939 MB/5.0 GB 43 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 19% ▕███ ▏ 940 MB/5.0 GB 43 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 19% ▕███ ▏ 956 MB/5.0 GB 43 MB/s 1m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 19% ▕███ ▏ 961 MB/5.0 GB 43 MB/s 1m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 19% ▕███ ▏ 962 MB/5.0 GB 43 MB/s 1m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 19% ▕███ ▏ 964 MB/5.0 GB 43 MB/s 1m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 19% ▕███ ▏ 966 MB/5.0 GB 43 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 19% ▕███ ▏ 967 MB/5.0 GB 43 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 19% ▕███ ▏ 969 MB/5.0 GB 43 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 20% ▕███ ▏ 975 MB/5.0 GB 43 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 20% ▕███ ▏ 979 MB/5.0 GB 43 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 20% ▕███ ▏ 988 MB/5.0 GB 43 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 20% ▕███ ▏ 990 MB/5.0 GB 43 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 20% ▕███ ▏ 995 MB/5.0 GB 43 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 20% ▕███ ▏ 1.0 GB/5.0 GB 43 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 20% ▕███ ▏ 1.0 GB/5.0 GB 43 MB/s 1m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 20% ▕███ ▏ 1.0 GB/5.0 GB 43 MB/s 1m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 20% ▕███ ▏ 1.0 GB/5.0 GB 43 MB/s 1m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 21% ▕███ ▏ 1.0 GB/5.0 GB 43 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 21% ▕███ ▏ 1.0 GB/5.0 GB 43 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 21% ▕███ ▏ 1.0 GB/5.0 GB 43 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 21% ▕███ ▏ 1.0 GB/5.0 GB 43 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 21% ▕███ ▏ 1.0 GB/5.0 GB 43 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 21% ▕███ ▏ 1.0 GB/5.0 GB 43 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 21% ▕███ ▏ 1.0 GB/5.0 GB 43 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 21% ▕███ ▏ 1.0 GB/5.0 GB 43 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 21% ▕███ ▏ 1.0 GB/5.0 GB 43 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 21% ▕███ ▏ 1.0 GB/5.0 GB 43 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 21% ▕███ ▏ 1.1 GB/5.0 GB 43 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 21% ▕███ ▏ 1.1 GB/5.0 GB 43 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 21% ▕███ ▏ 1.1 GB/5.0 GB 43 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 21% ▕███ ▏ 1.1 GB/5.0 GB 43 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 21% ▕███ ▏ 1.1 GB/5.0 GB 43 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 21% ▕███ ▏ 1.1 GB/5.0 GB 43 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 21% ▕███ ▏ 1.1 GB/5.0 GB 43 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 22% ▕███ ▏ 1.1 GB/5.0 GB 42 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 22% ▕███ ▏ 1.1 GB/5.0 GB 42 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 22% ▕███ ▏ 1.1 GB/5.0 GB 42 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 22% ▕███ ▏ 1.1 GB/5.0 GB 42 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 22% ▕███ ▏ 1.1 GB/5.0 GB 42 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 22% ▕███ ▏ 1.1 GB/5.0 GB 42 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 22% ▕███ ▏ 1.1 GB/5.0 GB 42 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 22% ▕███ ▏ 1.1 GB/5.0 GB 42 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 22% ▕███ ▏ 1.1 GB/5.0 GB 42 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 22% ▕███ ▏ 1.1 GB/5.0 GB 42 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 22% ▕███ ▏ 1.1 GB/5.0 GB 42 MB/s 1m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 22% ▕███ ▏ 1.1 GB/5.0 GB 42 MB/s 1m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 23% ▕███ ▏ 1.1 GB/5.0 GB 42 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 23% ▕███ ▏ 1.1 GB/5.0 GB 42 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 23% ▕███ ▏ 1.1 GB/5.0 GB 42 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 23% ▕███ ▏ 1.1 GB/5.0 GB 42 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 23% ▕███ ▏ 1.1 GB/5.0 GB 42 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 23% ▕███ ▏ 1.1 GB/5.0 GB 42 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 23% ▕███ ▏ 1.2 GB/5.0 GB 42 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 23% ▕███ ▏ 1.2 GB/5.0 GB 42 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 23% ▕███ ▏ 1.2 GB/5.0 GB 42 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 23% ▕███ ▏ 1.2 GB/5.0 GB 43 MB/s 1m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 23% ▕███ ▏ 1.2 GB/5.0 GB 43 MB/s 1m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 23% ▕███ ▏ 1.2 GB/5.0 GB 43 MB/s 1m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 24% ▕███ ▏ 1.2 GB/5.0 GB 43 MB/s 1m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 24% ▕███ ▏ 1.2 GB/5.0 GB 43 MB/s 1m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 24% ▕███ ▏ 1.2 GB/5.0 GB 43 MB/s 1m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 24% ▕███ ▏ 1.2 GB/5.0 GB 43 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 24% ▕███ ▏ 1.2 GB/5.0 GB 43 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 24% ▕███ ▏ 1.2 GB/5.0 GB 43 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 24% ▕███ ▏ 1.2 GB/5.0 GB 43 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 24% ▕███ ▏ 1.2 GB/5.0 GB 42 MB/s 1m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 24% ▕███ ▏ 1.2 GB/5.0 GB 42 MB/s 1m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 24% ▕███ ▏ 1.2 GB/5.0 GB 42 MB/s 1m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 25% ▕███ ▏ 1.2 GB/5.0 GB 42 MB/s 1m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 25% ▕███ ▏ 1.2 GB/5.0 GB 42 MB/s 1m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 25% ▕███ ▏ 1.2 GB/5.0 GB 42 MB/s 1m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 25% ▕███ ▏ 1.2 GB/5.0 GB 42 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 25% ▕███ ▏ 1.2 GB/5.0 GB 42 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 25% ▕████ ▏ 1.3 GB/5.0 GB 42 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 25% ▕████ ▏ 1.3 GB/5.0 GB 42 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 25% ▕████ ▏ 1.3 GB/5.0 GB 42 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 25% ▕████ ▏ 1.3 GB/5.0 GB 42 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 25% ▕████ ▏ 1.3 GB/5.0 GB 42 MB/s 1m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 25% ▕████ ▏ 1.3 GB/5.0 GB 42 MB/s 1m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 25% ▕████ ▏ 1.3 GB/5.0 GB 42 MB/s 1m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 26% ▕████ ▏ 1.3 GB/5.0 GB 42 MB/s 1m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 26% ▕████ ▏ 1.3 GB/5.0 GB 42 MB/s 1m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 26% ▕████ ▏ 1.3 GB/5.0 GB 42 MB/s 1m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 26% ▕████ ▏ 1.3 GB/5.0 GB 42 MB/s 1m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 26% ▕████ ▏ 1.3 GB/5.0 GB 42 MB/s 1m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 26% ▕████ ▏ 1.3 GB/5.0 GB 42 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 26% ▕████ ▏ 1.3 GB/5.0 GB 42 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 26% ▕████ ▏ 1.3 GB/5.0 GB 42 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 26% ▕████ ▏ 1.3 GB/5.0 GB 42 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 26% ▕████ ▏ 1.3 GB/5.0 GB 42 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 26% ▕████ ▏ 1.3 GB/5.0 GB 42 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 26% ▕████ ▏ 1.3 GB/5.0 GB 42 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 27% ▕████ ▏ 1.3 GB/5.0 GB 42 MB/s 1m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 27% ▕████ ▏ 1.3 GB/5.0 GB 42 MB/s 1m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 27% ▕████ ▏ 1.3 GB/5.0 GB 42 MB/s 1m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 27% ▕████ ▏ 1.3 GB/5.0 GB 41 MB/s 1m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 27% ▕████ ▏ 1.3 GB/5.0 GB 41 MB/s 1m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 27% ▕████ ▏ 1.3 GB/5.0 GB 41 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 27% ▕████ ▏ 1.4 GB/5.0 GB 41 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 27% ▕████ ▏ 1.4 GB/5.0 GB 41 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 27% ▕████ ▏ 1.4 GB/5.0 GB 41 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 27% ▕████ ▏ 1.4 GB/5.0 GB 41 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 27% ▕████ ▏ 1.4 GB/5.0 GB 41 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 27% ▕████ ▏ 1.4 GB/5.0 GB 41 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 28% ▕████ ▏ 1.4 GB/5.0 GB 41 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 28% ▕████ ▏ 1.4 GB/5.0 GB 41 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 28% ▕████ ▏ 1.4 GB/5.0 GB 41 MB/s 1m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 28% ▕████ ▏ 1.4 GB/5.0 GB 41 MB/s 1m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 28% ▕████ ▏ 1.4 GB/5.0 GB 41 MB/s 1m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 28% ▕████ ▏ 1.4 GB/5.0 GB 41 MB/s 1m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 28% ▕████ ▏ 1.4 GB/5.0 GB 41 MB/s 1m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 28% ▕████ ▏ 1.4 GB/5.0 GB 41 MB/s 1m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 28% ▕████ ▏ 1.4 GB/5.0 GB 41 MB/s 1m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 28% ▕████ ▏ 1.4 GB/5.0 GB 41 MB/s 1m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 28% ▕████ ▏ 1.4 GB/5.0 GB 41 MB/s 1m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 28% ▕████ ▏ 1.4 GB/5.0 GB 41 MB/s 1m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 28% ▕████ ▏ 1.4 GB/5.0 GB 42 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 29% ▕████ ▏ 1.4 GB/5.0 GB 42 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 29% ▕████ ▏ 1.4 GB/5.0 GB 42 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 29% ▕████ ▏ 1.4 GB/5.0 GB 42 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 29% ▕████ ▏ 1.4 GB/5.0 GB 42 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 29% ▕████ ▏ 1.4 GB/5.0 GB 42 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 29% ▕████ ▏ 1.4 GB/5.0 GB 42 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 29% ▕████ ▏ 1.5 GB/5.0 GB 42 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 29% ▕████ ▏ 1.5 GB/5.0 GB 42 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 29% ▕████ ▏ 1.5 GB/5.0 GB 42 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 29% ▕████ ▏ 1.5 GB/5.0 GB 42 MB/s 1m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 29% ▕████ ▏ 1.5 GB/5.0 GB 42 MB/s 1m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 29% ▕████ ▏ 1.5 GB/5.0 GB 42 MB/s 1m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 30% ▕████ ▏ 1.5 GB/5.0 GB 42 MB/s 1m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 30% ▕████ ▏ 1.5 GB/5.0 GB 42 MB/s 1m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 30% ▕████ ▏ 1.5 GB/5.0 GB 42 MB/s 1m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 30% ▕████ ▏ 1.5 GB/5.0 GB 42 MB/s 1m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 30% ▕████ ▏ 1.5 GB/5.0 GB 42 MB/s 1m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 30% ▕████ ▏ 1.5 GB/5.0 GB 42 MB/s 1m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 30% ▕████ ▏ 1.5 GB/5.0 GB 42 MB/s 1m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 30% ▕████ ▏ 1.5 GB/5.0 GB 42 MB/s 1m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 30% ▕████ ▏ 1.5 GB/5.0 GB 42 MB/s 1m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 30% ▕████ ▏ 1.5 GB/5.0 GB 42 MB/s 1m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 31% ▕████ ▏ 1.5 GB/5.0 GB 42 MB/s 1m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 31% ▕████ ▏ 1.5 GB/5.0 GB 42 MB/s 1m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 31% ▕████ ▏ 1.5 GB/5.0 GB 42 MB/s 1m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 31% ▕████ ▏ 1.5 GB/5.0 GB 42 MB/s 1m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 31% ▕████ ▏ 1.5 GB/5.0 GB 42 MB/s 1m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 31% ▕████ ▏ 1.5 GB/5.0 GB 42 MB/s 1m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 31% ▕████ ▏ 1.5 GB/5.0 GB 42 MB/s 1m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 31% ▕████ ▏ 1.6 GB/5.0 GB 42 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 31% ▕████ ▏ 1.6 GB/5.0 GB 42 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 31% ▕████ ▏ 1.6 GB/5.0 GB 42 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 31% ▕████ ▏ 1.6 GB/5.0 GB 42 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 31% ▕█████ ▏ 1.6 GB/5.0 GB 42 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 31% ▕█████ ▏ 1.6 GB/5.0 GB 42 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 31% ▕█████ ▏ 1.6 GB/5.0 GB 42 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 31% ▕█████ ▏ 1.6 GB/5.0 GB 42 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 32% ▕█████ ▏ 1.6 GB/5.0 GB 42 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 32% ▕█████ ▏ 1.6 GB/5.0 GB 42 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 32% ▕█████ ▏ 1.6 GB/5.0 GB 42 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 32% ▕█████ ▏ 1.6 GB/5.0 GB 42 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 32% ▕█████ ▏ 1.6 GB/5.0 GB 42 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 32% ▕█████ ▏ 1.6 GB/5.0 GB 42 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 32% ▕█████ ▏ 1.6 GB/5.0 GB 42 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 32% ▕█████ ▏ 1.6 GB/5.0 GB 42 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 32% ▕█████ ▏ 1.6 GB/5.0 GB 42 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 32% ▕█████ ▏ 1.6 GB/5.0 GB 42 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 32% ▕█████ ▏ 1.6 GB/5.0 GB 42 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 32% ▕█████ ▏ 1.6 GB/5.0 GB 42 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 33% ▕█████ ▏ 1.6 GB/5.0 GB 42 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 33% ▕█████ ▏ 1.6 GB/5.0 GB 41 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 33% ▕█████ ▏ 1.6 GB/5.0 GB 41 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 33% ▕█████ ▏ 1.6 GB/5.0 GB 41 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 33% ▕█████ ▏ 1.6 GB/5.0 GB 41 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 33% ▕█████ ▏ 1.6 GB/5.0 GB 41 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 33% ▕█████ ▏ 1.7 GB/5.0 GB 41 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 33% ▕█████ ▏ 1.7 GB/5.0 GB 41 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 33% ▕█████ ▏ 1.7 GB/5.0 GB 41 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 33% ▕█████ ▏ 1.7 GB/5.0 GB 41 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 33% ▕█████ ▏ 1.7 GB/5.0 GB 41 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 33% ▕█████ ▏ 1.7 GB/5.0 GB 41 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 33% ▕█████ ▏ 1.7 GB/5.0 GB 41 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 33% ▕█████ ▏ 1.7 GB/5.0 GB 41 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 34% ▕█████ ▏ 1.7 GB/5.0 GB 41 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 34% ▕█████ ▏ 1.7 GB/5.0 GB 41 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 34% ▕█████ ▏ 1.7 GB/5.0 GB 41 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 34% ▕█████ ▏ 1.7 GB/5.0 GB 41 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 34% ▕█████ ▏ 1.7 GB/5.0 GB 41 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 34% ▕█████ ▏ 1.7 GB/5.0 GB 41 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 34% ▕█████ ▏ 1.7 GB/5.0 GB 41 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 34% ▕█████ ▏ 1.7 GB/5.0 GB 40 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 34% ▕█████ ▏ 1.7 GB/5.0 GB 40 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 34% ▕█████ ▏ 1.7 GB/5.0 GB 40 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 34% ▕█████ ▏ 1.7 GB/5.0 GB 40 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 34% ▕█████ ▏ 1.7 GB/5.0 GB 40 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 35% ▕█████ ▏ 1.7 GB/5.0 GB 40 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 35% ▕█████ ▏ 1.7 GB/5.0 GB 40 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 35% ▕█████ ▏ 1.7 GB/5.0 GB 40 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 35% ▕█████ ▏ 1.7 GB/5.0 GB 40 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 35% ▕█████ ▏ 1.7 GB/5.0 GB 40 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 35% ▕█████ ▏ 1.8 GB/5.0 GB 41 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 35% ▕█████ ▏ 1.8 GB/5.0 GB 41 MB/s 1m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 35% ▕█████ ▏ 1.8 GB/5.0 GB 41 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 35% ▕█████ ▏ 1.8 GB/5.0 GB 41 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 35% ▕█████ ▏ 1.8 GB/5.0 GB 41 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 36% ▕█████ ▏ 1.8 GB/5.0 GB 41 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 36% ▕█████ ▏ 1.8 GB/5.0 GB 41 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 36% ▕█████ ▏ 1.8 GB/5.0 GB 41 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 36% ▕█████ ▏ 1.8 GB/5.0 GB 41 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 36% ▕█████ ▏ 1.8 GB/5.0 GB 41 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 36% ▕█████ ▏ 1.8 GB/5.0 GB 41 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 36% ▕█████ ▏ 1.8 GB/5.0 GB 41 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 36% ▕█████ ▏ 1.8 GB/5.0 GB 41 MB/s 1m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 36% ▕█████ ▏ 1.8 GB/5.0 GB 41 MB/s 1m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 36% ▕█████ ▏ 1.8 GB/5.0 GB 41 MB/s 1m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 36% ▕█████ ▏ 1.8 GB/5.0 GB 41 MB/s 1m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 36% ▕█████ ▏ 1.8 GB/5.0 GB 41 MB/s 1m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 36% ▕█████ ▏ 1.8 GB/5.0 GB 41 MB/s 1m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 37% ▕█████ ▏ 1.8 GB/5.0 GB 41 MB/s 1m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 37% ▕█████ ▏ 1.8 GB/5.0 GB 41 MB/s 1m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 37% ▕█████ ▏ 1.8 GB/5.0 GB 41 MB/s 1m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 37% ▕█████ ▏ 1.8 GB/5.0 GB 41 MB/s 1m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 37% ▕█████ ▏ 1.8 GB/5.0 GB 41 MB/s 1m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 37% ▕█████ ▏ 1.8 GB/5.0 GB 41 MB/s 1m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 37% ▕█████ ▏ 1.9 GB/5.0 GB 41 MB/s 1m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 37% ▕█████ ▏ 1.9 GB/5.0 GB 41 MB/s 1m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 37% ▕█████ ▏ 1.9 GB/5.0 GB 41 MB/s 1m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 37% ▕█████ ▏ 1.9 GB/5.0 GB 41 MB/s 1m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 37% ▕█████ ▏ 1.9 GB/5.0 GB 41 MB/s 1m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 37% ▕█████ ▏ 1.9 GB/5.0 GB 41 MB/s 1m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 38% ▕██████ ▏ 1.9 GB/5.0 GB 41 MB/s 1m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 38% ▕██████ ▏ 1.9 GB/5.0 GB 41 MB/s 1m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 38% ▕██████ ▏ 1.9 GB/5.0 GB 41 MB/s 1m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 38% ▕██████ ▏ 1.9 GB/5.0 GB 41 MB/s 1m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 38% ▕██████ ▏ 1.9 GB/5.0 GB 41 MB/s 1m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 38% ▕██████ ▏ 1.9 GB/5.0 GB 41 MB/s 1m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 38% ▕██████ ▏ 1.9 GB/5.0 GB 41 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 38% ▕██████ ▏ 1.9 GB/5.0 GB 41 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 38% ▕██████ ▏ 1.9 GB/5.0 GB 41 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 38% ▕██████ ▏ 1.9 GB/5.0 GB 41 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 38% ▕██████ ▏ 1.9 GB/5.0 GB 41 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 38% ▕██████ ▏ 1.9 GB/5.0 GB 40 MB/s 1m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 38% ▕██████ ▏ 1.9 GB/5.0 GB 40 MB/s 1m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 39% ▕██████ ▏ 1.9 GB/5.0 GB 40 MB/s 1m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 39% ▕██████ ▏ 1.9 GB/5.0 GB 40 MB/s 1m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 39% ▕██████ ▏ 1.9 GB/5.0 GB 40 MB/s 1m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 39% ▕██████ ▏ 1.9 GB/5.0 GB 40 MB/s 1m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 39% ▕██████ ▏ 1.9 GB/5.0 GB 40 MB/s 1m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 39% ▕██████ ▏ 2.0 GB/5.0 GB 40 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 39% ▕██████ ▏ 2.0 GB/5.0 GB 40 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 39% ▕██████ ▏ 2.0 GB/5.0 GB 40 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 39% ▕██████ ▏ 2.0 GB/5.0 GB 41 MB/s 1m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 39% ▕██████ ▏ 2.0 GB/5.0 GB 41 MB/s 1m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 39% ▕██████ ▏ 2.0 GB/5.0 GB 41 MB/s 1m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 39% ▕██████ ▏ 2.0 GB/5.0 GB 41 MB/s 1m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 40% ▕██████ ▏ 2.0 GB/5.0 GB 41 MB/s 1m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 40% ▕██████ ▏ 2.0 GB/5.0 GB 41 MB/s 1m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 40% ▕██████ ▏ 2.0 GB/5.0 GB 41 MB/s 1m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 40% ▕██████ ▏ 2.0 GB/5.0 GB 41 MB/s 1m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 40% ▕██████ ▏ 2.0 GB/5.0 GB 41 MB/s 1m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 40% ▕██████ ▏ 2.0 GB/5.0 GB 41 MB/s 1m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 40% ▕██████ ▏ 2.0 GB/5.0 GB 41 MB/s 1m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 40% ▕██████ ▏ 2.0 GB/5.0 GB 42 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 40% ▕██████ ▏ 2.0 GB/5.0 GB 42 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 40% ▕██████ ▏ 2.0 GB/5.0 GB 42 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 40% ▕██████ ▏ 2.0 GB/5.0 GB 42 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 41% ▕██████ ▏ 2.0 GB/5.0 GB 42 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 41% ▕██████ ▏ 2.0 GB/5.0 GB 42 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 41% ▕██████ ▏ 2.0 GB/5.0 GB 42 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 41% ▕██████ ▏ 2.0 GB/5.0 GB 42 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 41% ▕██████ ▏ 2.0 GB/5.0 GB 42 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 41% ▕██████ ▏ 2.0 GB/5.0 GB 42 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 41% ▕██████ ▏ 2.1 GB/5.0 GB 42 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 41% ▕██████ ▏ 2.1 GB/5.0 GB 42 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 41% ▕██████ ▏ 2.1 GB/5.0 GB 42 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 41% ▕██████ ▏ 2.1 GB/5.0 GB 42 MB/s 1m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 41% ▕██████ ▏ 2.1 GB/5.0 GB 42 MB/s 1m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 41% ▕██████ ▏ 2.1 GB/5.0 GB 42 MB/s 1m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 42% ▕██████ ▏ 2.1 GB/5.0 GB 42 MB/s 1m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 42% ▕██████ ▏ 2.1 GB/5.0 GB 42 MB/s 1m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 42% ▕██████ ▏ 2.1 GB/5.0 GB 42 MB/s 1m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 42% ▕██████ ▏ 2.1 GB/5.0 GB 42 MB/s 1m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 42% ▕██████ ▏ 2.1 GB/5.0 GB 42 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 42% ▕██████ ▏ 2.1 GB/5.0 GB 42 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 42% ▕██████ ▏ 2.1 GB/5.0 GB 42 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 42% ▕██████ ▏ 2.1 GB/5.0 GB 42 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 42% ▕██████ ▏ 2.1 GB/5.0 GB 42 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 42% ▕██████ ▏ 2.1 GB/5.0 GB 42 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 42% ▕██████ ▏ 2.1 GB/5.0 GB 42 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 42% ▕██████ ▏ 2.1 GB/5.0 GB 42 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 42% ▕██████ ▏ 2.1 GB/5.0 GB 42 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 43% ▕██████ ▏ 2.1 GB/5.0 GB 42 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 43% ▕██████ ▏ 2.1 GB/5.0 GB 41 MB/s 1m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 43% ▕██████ ▏ 2.1 GB/5.0 GB 41 MB/s 1m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 43% ▕██████ ▏ 2.1 GB/5.0 GB 41 MB/s 1m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 43% ▕██████ ▏ 2.1 GB/5.0 GB 41 MB/s 1m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 43% ▕██████ ▏ 2.1 GB/5.0 GB 41 MB/s 1m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 43% ▕██████ ▏ 2.1 GB/5.0 GB 41 MB/s 1m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 43% ▕██████ ▏ 2.1 GB/5.0 GB 41 MB/s 1m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 43% ▕██████ ▏ 2.2 GB/5.0 GB 41 MB/s 1m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 43% ▕██████ ▏ 2.2 GB/5.0 GB 41 MB/s 1m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 43% ▕██████ ▏ 2.2 GB/5.0 GB 41 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 43% ▕██████ ▏ 2.2 GB/5.0 GB 40 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 43% ▕██████ ▏ 2.2 GB/5.0 GB 40 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 43% ▕██████ ▏ 2.2 GB/5.0 GB 40 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 44% ▕██████ ▏ 2.2 GB/5.0 GB 40 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 44% ▕██████ ▏ 2.2 GB/5.0 GB 40 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 44% ▕██████ ▏ 2.2 GB/5.0 GB 40 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 44% ▕███████ ▏ 2.2 GB/5.0 GB 40 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 44% ▕███████ ▏ 2.2 GB/5.0 GB 40 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 44% ▕███████ ▏ 2.2 GB/5.0 GB 40 MB/s 1m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 44% ▕███████ ▏ 2.2 GB/5.0 GB 40 MB/s 1m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 44% ▕███████ ▏ 2.2 GB/5.0 GB 40 MB/s 1m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 44% ▕███████ ▏ 2.2 GB/5.0 GB 41 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 44% ▕███████ ▏ 2.2 GB/5.0 GB 41 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 44% ▕███████ ▏ 2.2 GB/5.0 GB 41 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 44% ▕███████ ▏ 2.2 GB/5.0 GB 41 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 45% ▕███████ ▏ 2.2 GB/5.0 GB 41 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 45% ▕███████ ▏ 2.2 GB/5.0 GB 41 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 45% ▕███████ ▏ 2.2 GB/5.0 GB 41 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 45% ▕███████ ▏ 2.2 GB/5.0 GB 41 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 45% ▕███████ ▏ 2.2 GB/5.0 GB 41 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 45% ▕███████ ▏ 2.2 GB/5.0 GB 41 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 45% ▕███████ ▏ 2.3 GB/5.0 GB 41 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 45% ▕███████ ▏ 2.3 GB/5.0 GB 41 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 45% ▕███████ ▏ 2.3 GB/5.0 GB 41 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 45% ▕███████ ▏ 2.3 GB/5.0 GB 41 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 45% ▕███████ ▏ 2.3 GB/5.0 GB 41 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 46% ▕███████ ▏ 2.3 GB/5.0 GB 41 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 46% ▕███████ ▏ 2.3 GB/5.0 GB 41 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 46% ▕███████ ▏ 2.3 GB/5.0 GB 41 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 46% ▕███████ ▏ 2.3 GB/5.0 GB 41 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 46% ▕███████ ▏ 2.3 GB/5.0 GB 41 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 46% ▕███████ ▏ 2.3 GB/5.0 GB 41 MB/s 1m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 46% ▕███████ ▏ 2.3 GB/5.0 GB 41 MB/s 1m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 46% ▕███████ ▏ 2.3 GB/5.0 GB 41 MB/s 1m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 46% ▕███████ ▏ 2.3 GB/5.0 GB 41 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 46% ▕███████ ▏ 2.3 GB/5.0 GB 41 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 46% ▕███████ ▏ 2.3 GB/5.0 GB 41 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 47% ▕███████ ▏ 2.3 GB/5.0 GB 41 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 47% ▕███████ ▏ 2.3 GB/5.0 GB 41 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 47% ▕███████ ▏ 2.3 GB/5.0 GB 41 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 47% ▕███████ ▏ 2.3 GB/5.0 GB 41 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 47% ▕███████ ▏ 2.3 GB/5.0 GB 41 MB/s 1m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 47% ▕███████ ▏ 2.3 GB/5.0 GB 41 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 47% ▕███████ ▏ 2.3 GB/5.0 GB 41 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 47% ▕███████ ▏ 2.4 GB/5.0 GB 41 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 47% ▕███████ ▏ 2.4 GB/5.0 GB 41 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 47% ▕███████ ▏ 2.4 GB/5.0 GB 41 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 47% ▕███████ ▏ 2.4 GB/5.0 GB 41 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 47% ▕███████ ▏ 2.4 GB/5.0 GB 41 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 48% ▕███████ ▏ 2.4 GB/5.0 GB 41 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 48% ▕███████ ▏ 2.4 GB/5.0 GB 41 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 48% ▕███████ ▏ 2.4 GB/5.0 GB 41 MB/s 1m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 48% ▕███████ ▏ 2.4 GB/5.0 GB 41 MB/s 1m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 48% ▕███████ ▏ 2.4 GB/5.0 GB 41 MB/s 1m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 48% ▕███████ ▏ 2.4 GB/5.0 GB 41 MB/s 1m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 48% ▕███████ ▏ 2.4 GB/5.0 GB 41 MB/s 1m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 48% ▕███████ ▏ 2.4 GB/5.0 GB 41 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 48% ▕███████ ▏ 2.4 GB/5.0 GB 41 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 48% ▕███████ ▏ 2.4 GB/5.0 GB 41 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 48% ▕███████ ▏ 2.4 GB/5.0 GB 41 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 48% ▕███████ ▏ 2.4 GB/5.0 GB 41 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 48% ▕███████ ▏ 2.4 GB/5.0 GB 41 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 49% ▕███████ ▏ 2.4 GB/5.0 GB 41 MB/s 1m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 49% ▕███████ ▏ 2.4 GB/5.0 GB 41 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 49% ▕███████ ▏ 2.4 GB/5.0 GB 41 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 49% ▕███████ ▏ 2.4 GB/5.0 GB 41 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 49% ▕███████ ▏ 2.4 GB/5.0 GB 41 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 49% ▕███████ ▏ 2.5 GB/5.0 GB 41 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 49% ▕███████ ▏ 2.5 GB/5.0 GB 41 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 49% ▕███████ ▏ 2.5 GB/5.0 GB 41 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 49% ▕███████ ▏ 2.5 GB/5.0 GB 41 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 49% ▕███████ ▏ 2.5 GB/5.0 GB 41 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 50% ▕███████ ▏ 2.5 GB/5.0 GB 41 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 50% ▕███████ ▏ 2.5 GB/5.0 GB 41 MB/s 59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 50% ▕███████ ▏ 2.5 GB/5.0 GB 41 MB/s 59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 50% ▕███████ ▏ 2.5 GB/5.0 GB 41 MB/s 59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 50% ▕███████ ▏ 2.5 GB/5.0 GB 41 MB/s 59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 50% ▕███████ ▏ 2.5 GB/5.0 GB 41 MB/s 59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 50% ▕████████ ▏ 2.5 GB/5.0 GB 41 MB/s 59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 50% ▕████████ ▏ 2.5 GB/5.0 GB 41 MB/s 59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 50% ▕████████ ▏ 2.5 GB/5.0 GB 41 MB/s 59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 50% ▕████████ ▏ 2.5 GB/5.0 GB 41 MB/s 59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 50% ▕████████ ▏ 2.5 GB/5.0 GB 42 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 50% ▕████████ ▏ 2.5 GB/5.0 GB 42 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 50% ▕████████ ▏ 2.5 GB/5.0 GB 42 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 51% ▕████████ ▏ 2.5 GB/5.0 GB 42 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 51% ▕████████ ▏ 2.5 GB/5.0 GB 42 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 51% ▕████████ ▏ 2.5 GB/5.0 GB 42 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 51% ▕████████ ▏ 2.5 GB/5.0 GB 42 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 51% ▕████████ ▏ 2.5 GB/5.0 GB 42 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 51% ▕████████ ▏ 2.6 GB/5.0 GB 42 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 51% ▕████████ ▏ 2.6 GB/5.0 GB 42 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 51% ▕████████ ▏ 2.6 GB/5.0 GB 44 MB/s 54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 51% ▕████████ ▏ 2.6 GB/5.0 GB 44 MB/s 54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 52% ▕████████ ▏ 2.6 GB/5.0 GB 44 MB/s 54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 52% ▕████████ ▏ 2.6 GB/5.0 GB 44 MB/s 54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 52% ▕████████ ▏ 2.6 GB/5.0 GB 44 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 52% ▕████████ ▏ 2.6 GB/5.0 GB 44 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 52% ▕████████ ▏ 2.6 GB/5.0 GB 44 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 52% ▕████████ ▏ 2.6 GB/5.0 GB 44 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 52% ▕████████ ▏ 2.6 GB/5.0 GB 44 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 52% ▕████████ ▏ 2.6 GB/5.0 GB 44 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 52% ▕████████ ▏ 2.6 GB/5.0 GB 45 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 52% ▕████████ ▏ 2.6 GB/5.0 GB 45 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 52% ▕████████ ▏ 2.6 GB/5.0 GB 45 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 53% ▕████████ ▏ 2.6 GB/5.0 GB 45 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 53% ▕████████ ▏ 2.6 GB/5.0 GB 45 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 53% ▕████████ ▏ 2.6 GB/5.0 GB 45 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 53% ▕████████ ▏ 2.6 GB/5.0 GB 45 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 53% ▕████████ ▏ 2.7 GB/5.0 GB 45 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 53% ▕████████ ▏ 2.7 GB/5.0 GB 45 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 53% ▕████████ ▏ 2.7 GB/5.0 GB 45 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 53% ▕████████ ▏ 2.7 GB/5.0 GB 45 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 53% ▕████████ ▏ 2.7 GB/5.0 GB 45 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 53% ▕████████ ▏ 2.7 GB/5.0 GB 45 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 53% ▕████████ ▏ 2.7 GB/5.0 GB 45 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 54% ▕████████ ▏ 2.7 GB/5.0 GB 45 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 54% ▕████████ ▏ 2.7 GB/5.0 GB 45 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 54% ▕████████ ▏ 2.7 GB/5.0 GB 45 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 54% ▕████████ ▏ 2.7 GB/5.0 GB 45 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 54% ▕████████ ▏ 2.7 GB/5.0 GB 45 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 54% ▕████████ ▏ 2.7 GB/5.0 GB 45 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 54% ▕████████ ▏ 2.7 GB/5.0 GB 45 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 54% ▕████████ ▏ 2.7 GB/5.0 GB 44 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 54% ▕████████ ▏ 2.7 GB/5.0 GB 44 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 54% ▕████████ ▏ 2.7 GB/5.0 GB 44 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 54% ▕████████ ▏ 2.7 GB/5.0 GB 44 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 54% ▕████████ ▏ 2.7 GB/5.0 GB 44 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 54% ▕████████ ▏ 2.7 GB/5.0 GB 44 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 55% ▕████████ ▏ 2.7 GB/5.0 GB 44 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 55% ▕████████ ▏ 2.7 GB/5.0 GB 44 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 55% ▕████████ ▏ 2.7 GB/5.0 GB 44 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 55% ▕████████ ▏ 2.7 GB/5.0 GB 44 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 55% ▕████████ ▏ 2.7 GB/5.0 GB 46 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 55% ▕████████ ▏ 2.7 GB/5.0 GB 46 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 55% ▕████████ ▏ 2.8 GB/5.0 GB 46 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 55% ▕████████ ▏ 2.8 GB/5.0 GB 46 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 55% ▕████████ ▏ 2.8 GB/5.0 GB 46 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 55% ▕████████ ▏ 2.8 GB/5.0 GB 46 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 55% ▕████████ ▏ 2.8 GB/5.0 GB 46 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 55% ▕████████ ▏ 2.8 GB/5.0 GB 46 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 55% ▕████████ ▏ 2.8 GB/5.0 GB 46 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 55% ▕████████ ▏ 2.8 GB/5.0 GB 46 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 56% ▕████████ ▏ 2.8 GB/5.0 GB 43 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 56% ▕████████ ▏ 2.8 GB/5.0 GB 43 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 56% ▕████████ ▏ 2.8 GB/5.0 GB 43 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 56% ▕████████ ▏ 2.8 GB/5.0 GB 43 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 56% ▕████████ ▏ 2.8 GB/5.0 GB 43 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 56% ▕████████ ▏ 2.8 GB/5.0 GB 43 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 56% ▕████████ ▏ 2.8 GB/5.0 GB 43 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 56% ▕████████ ▏ 2.8 GB/5.0 GB 43 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 56% ▕████████ ▏ 2.8 GB/5.0 GB 43 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 56% ▕█████████ ▏ 2.8 GB/5.0 GB 43 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 56% ▕█████████ ▏ 2.8 GB/5.0 GB 43 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 57% ▕█████████ ▏ 2.8 GB/5.0 GB 44 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 57% ▕█████████ ▏ 2.8 GB/5.0 GB 44 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 57% ▕█████████ ▏ 2.8 GB/5.0 GB 44 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 57% ▕█████████ ▏ 2.8 GB/5.0 GB 44 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 57% ▕█████████ ▏ 2.8 GB/5.0 GB 44 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 57% ▕█████████ ▏ 2.9 GB/5.0 GB 44 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 57% ▕█████████ ▏ 2.9 GB/5.0 GB 44 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 57% ▕█████████ ▏ 2.9 GB/5.0 GB 44 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 57% ▕█████████ ▏ 2.9 GB/5.0 GB 44 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 57% ▕█████████ ▏ 2.9 GB/5.0 GB 44 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 57% ▕█████████ ▏ 2.9 GB/5.0 GB 44 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 57% ▕█████████ ▏ 2.9 GB/5.0 GB 44 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 57% ▕█████████ ▏ 2.9 GB/5.0 GB 44 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 58% ▕█████████ ▏ 2.9 GB/5.0 GB 44 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 58% ▕█████████ ▏ 2.9 GB/5.0 GB 44 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 58% ▕█████████ ▏ 2.9 GB/5.0 GB 44 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 58% ▕█████████ ▏ 2.9 GB/5.0 GB 44 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 58% ▕█████████ ▏ 2.9 GB/5.0 GB 44 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 58% ▕█████████ ▏ 2.9 GB/5.0 GB 44 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 58% ▕█████████ ▏ 2.9 GB/5.0 GB 44 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 58% ▕█████████ ▏ 2.9 GB/5.0 GB 42 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 58% ▕█████████ ▏ 2.9 GB/5.0 GB 42 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 58% ▕█████████ ▏ 2.9 GB/5.0 GB 42 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 58% ▕█████████ ▏ 2.9 GB/5.0 GB 42 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 58% ▕█████████ ▏ 2.9 GB/5.0 GB 42 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 58% ▕█████████ ▏ 2.9 GB/5.0 GB 42 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 59% ▕█████████ ▏ 2.9 GB/5.0 GB 42 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 59% ▕█████████ ▏ 2.9 GB/5.0 GB 42 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 59% ▕█████████ ▏ 2.9 GB/5.0 GB 42 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 59% ▕█████████ ▏ 2.9 GB/5.0 GB 42 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 59% ▕█████████ ▏ 2.9 GB/5.0 GB 42 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 59% ▕█████████ ▏ 3.0 GB/5.0 GB 42 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 59% ▕█████████ ▏ 3.0 GB/5.0 GB 42 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 59% ▕█████████ ▏ 3.0 GB/5.0 GB 42 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 59% ▕█████████ ▏ 3.0 GB/5.0 GB 42 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 59% ▕█████████ ▏ 3.0 GB/5.0 GB 42 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 59% ▕█████████ ▏ 3.0 GB/5.0 GB 42 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 59% ▕█████████ ▏ 3.0 GB/5.0 GB 42 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 59% ▕█████████ ▏ 3.0 GB/5.0 GB 42 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 59% ▕█████████ ▏ 3.0 GB/5.0 GB 42 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 59% ▕█████████ ▏ 3.0 GB/5.0 GB 39 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 60% ▕█████████ ▏ 3.0 GB/5.0 GB 39 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 60% ▕█████████ ▏ 3.0 GB/5.0 GB 39 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 60% ▕█████████ ▏ 3.0 GB/5.0 GB 39 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 60% ▕█████████ ▏ 3.0 GB/5.0 GB 39 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 60% ▕█████████ ▏ 3.0 GB/5.0 GB 39 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 60% ▕█████████ ▏ 3.0 GB/5.0 GB 39 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 60% ▕█████████ ▏ 3.0 GB/5.0 GB 39 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 60% ▕█████████ ▏ 3.0 GB/5.0 GB 39 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 60% ▕█████████ ▏ 3.0 GB/5.0 GB 39 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 61% ▕█████████ ▏ 3.0 GB/5.0 GB 40 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 61% ▕█████████ ▏ 3.0 GB/5.0 GB 40 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 61% ▕█████████ ▏ 3.0 GB/5.0 GB 40 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 61% ▕█████████ ▏ 3.0 GB/5.0 GB 40 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 61% ▕█████████ ▏ 3.0 GB/5.0 GB 40 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 61% ▕█████████ ▏ 3.0 GB/5.0 GB 40 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 61% ▕█████████ ▏ 3.0 GB/5.0 GB 40 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 61% ▕█████████ ▏ 3.1 GB/5.0 GB 40 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 61% ▕█████████ ▏ 3.1 GB/5.0 GB 40 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 61% ▕█████████ ▏ 3.1 GB/5.0 GB 40 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 61% ▕█████████ ▏ 3.1 GB/5.0 GB 40 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 61% ▕█████████ ▏ 3.1 GB/5.0 GB 40 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 62% ▕█████████ ▏ 3.1 GB/5.0 GB 40 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 62% ▕█████████ ▏ 3.1 GB/5.0 GB 40 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 62% ▕█████████ ▏ 3.1 GB/5.0 GB 40 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 62% ▕█████████ ▏ 3.1 GB/5.0 GB 40 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 62% ▕█████████ ▏ 3.1 GB/5.0 GB 40 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 62% ▕█████████ ▏ 3.1 GB/5.0 GB 40 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 62% ▕█████████ ▏ 3.1 GB/5.0 GB 40 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 62% ▕█████████ ▏ 3.1 GB/5.0 GB 40 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 62% ▕█████████ ▏ 3.1 GB/5.0 GB 40 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 62% ▕█████████ ▏ 3.1 GB/5.0 GB 40 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 62% ▕█████████ ▏ 3.1 GB/5.0 GB 40 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 62% ▕█████████ ▏ 3.1 GB/5.0 GB 40 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 63% ▕██████████ ▏ 3.1 GB/5.0 GB 40 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 63% ▕██████████ ▏ 3.1 GB/5.0 GB 40 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 63% ▕██████████ ▏ 3.1 GB/5.0 GB 40 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 63% ▕██████████ ▏ 3.1 GB/5.0 GB 40 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 63% ▕██████████ ▏ 3.1 GB/5.0 GB 40 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 63% ▕██████████ ▏ 3.1 GB/5.0 GB 40 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 63% ▕██████████ ▏ 3.2 GB/5.0 GB 40 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 63% ▕██████████ ▏ 3.2 GB/5.0 GB 42 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 63% ▕██████████ ▏ 3.2 GB/5.0 GB 42 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 63% ▕██████████ ▏ 3.2 GB/5.0 GB 42 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 63% ▕██████████ ▏ 3.2 GB/5.0 GB 42 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 63% ▕██████████ ▏ 3.2 GB/5.0 GB 42 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 64% ▕██████████ ▏ 3.2 GB/5.0 GB 42 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 64% ▕██████████ ▏ 3.2 GB/5.0 GB 42 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 64% ▕██████████ ▏ 3.2 GB/5.0 GB 42 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 64% ▕██████████ ▏ 3.2 GB/5.0 GB 42 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 64% ▕██████████ ▏ 3.2 GB/5.0 GB 42 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 64% ▕██████████ ▏ 3.2 GB/5.0 GB 42 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 64% ▕██████████ ▏ 3.2 GB/5.0 GB 42 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 64% ▕██████████ ▏ 3.2 GB/5.0 GB 42 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 64% ▕██████████ ▏ 3.2 GB/5.0 GB 42 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 65% ▕██████████ ▏ 3.2 GB/5.0 GB 42 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 65% ▕██████████ ▏ 3.2 GB/5.0 GB 42 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 65% ▕██████████ ▏ 3.2 GB/5.0 GB 42 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 65% ▕██████████ ▏ 3.2 GB/5.0 GB 42 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 65% ▕██████████ ▏ 3.2 GB/5.0 GB 42 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 65% ▕██████████ ▏ 3.2 GB/5.0 GB 42 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 65% ▕██████████ ▏ 3.2 GB/5.0 GB 41 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 65% ▕██████████ ▏ 3.2 GB/5.0 GB 41 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 65% ▕██████████ ▏ 3.3 GB/5.0 GB 41 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 65% ▕██████████ ▏ 3.3 GB/5.0 GB 41 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 65% ▕██████████ ▏ 3.3 GB/5.0 GB 41 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 65% ▕██████████ ▏ 3.3 GB/5.0 GB 41 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 65% ▕██████████ ▏ 3.3 GB/5.0 GB 41 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 65% ▕██████████ ▏ 3.3 GB/5.0 GB 41 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 66% ▕██████████ ▏ 3.3 GB/5.0 GB 41 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 66% ▕██████████ ▏ 3.3 GB/5.0 GB 41 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 66% ▕██████████ ▏ 3.3 GB/5.0 GB 41 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 66% ▕██████████ ▏ 3.3 GB/5.0 GB 42 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 66% ▕██████████ ▏ 3.3 GB/5.0 GB 42 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 66% ▕██████████ ▏ 3.3 GB/5.0 GB 42 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 66% ▕██████████ ▏ 3.3 GB/5.0 GB 42 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 66% ▕██████████ ▏ 3.3 GB/5.0 GB 42 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 66% ▕██████████ ▏ 3.3 GB/5.0 GB 42 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 66% ▕██████████ ▏ 3.3 GB/5.0 GB 42 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 66% ▕██████████ ▏ 3.3 GB/5.0 GB 42 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 66% ▕██████████ ▏ 3.3 GB/5.0 GB 42 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 67% ▕██████████ ▏ 3.3 GB/5.0 GB 42 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 67% ▕██████████ ▏ 3.3 GB/5.0 GB 42 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 67% ▕██████████ ▏ 3.3 GB/5.0 GB 42 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 67% ▕██████████ ▏ 3.3 GB/5.0 GB 42 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 67% ▕██████████ ▏ 3.3 GB/5.0 GB 42 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 67% ▕██████████ ▏ 3.3 GB/5.0 GB 42 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 67% ▕██████████ ▏ 3.4 GB/5.0 GB 42 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 68% ▕██████████ ▏ 3.4 GB/5.0 GB 42 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 68% ▕██████████ ▏ 3.4 GB/5.0 GB 42 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 68% ▕██████████ ▏ 3.4 GB/5.0 GB 42 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 68% ▕██████████ ▏ 3.4 GB/5.0 GB 42 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 68% ▕██████████ ▏ 3.4 GB/5.0 GB 45 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 68% ▕██████████ ▏ 3.4 GB/5.0 GB 45 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 68% ▕██████████ ▏ 3.4 GB/5.0 GB 45 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 68% ▕██████████ ▏ 3.4 GB/5.0 GB 45 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 68% ▕██████████ ▏ 3.4 GB/5.0 GB 45 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 68% ▕██████████ ▏ 3.4 GB/5.0 GB 45 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 68% ▕██████████ ▏ 3.4 GB/5.0 GB 45 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 68% ▕██████████ ▏ 3.4 GB/5.0 GB 45 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 68% ▕██████████ ▏ 3.4 GB/5.0 GB 45 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 68% ▕██████████ ▏ 3.4 GB/5.0 GB 45 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 68% ▕██████████ ▏ 3.4 GB/5.0 GB 40 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 68% ▕██████████ ▏ 3.4 GB/5.0 GB 40 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 68% ▕██████████ ▏ 3.4 GB/5.0 GB 40 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 68% ▕██████████ ▏ 3.4 GB/5.0 GB 40 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 68% ▕██████████ ▏ 3.4 GB/5.0 GB 40 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 68% ▕██████████ ▏ 3.4 GB/5.0 GB 40 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 68% ▕██████████ ▏ 3.4 GB/5.0 GB 40 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 69% ▕██████████ ▏ 3.4 GB/5.0 GB 40 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 69% ▕██████████ ▏ 3.4 GB/5.0 GB 40 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 69% ▕██████████ ▏ 3.4 GB/5.0 GB 40 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 69% ▕███████████ ▏ 3.4 GB/5.0 GB 41 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 69% ▕███████████ ▏ 3.5 GB/5.0 GB 41 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 69% ▕███████████ ▏ 3.5 GB/5.0 GB 41 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 69% ▕███████████ ▏ 3.5 GB/5.0 GB 41 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 69% ▕███████████ ▏ 3.5 GB/5.0 GB 41 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 69% ▕███████████ ▏ 3.5 GB/5.0 GB 41 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 69% ▕███████████ ▏ 3.5 GB/5.0 GB 41 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 69% ▕███████████ ▏ 3.5 GB/5.0 GB 41 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 69% ▕███████████ ▏ 3.5 GB/5.0 GB 41 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 69% ▕███████████ ▏ 3.5 GB/5.0 GB 41 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 69% ▕███████████ ▏ 3.5 GB/5.0 GB 41 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 70% ▕███████████ ▏ 3.5 GB/5.0 GB 40 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 70% ▕███████████ ▏ 3.5 GB/5.0 GB 40 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 70% ▕███████████ ▏ 3.5 GB/5.0 GB 40 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 70% ▕███████████ ▏ 3.5 GB/5.0 GB 40 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 70% ▕███████████ ▏ 3.5 GB/5.0 GB 40 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 70% ▕███████████ ▏ 3.5 GB/5.0 GB 40 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 70% ▕███████████ ▏ 3.5 GB/5.0 GB 40 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 70% ▕███████████ ▏ 3.5 GB/5.0 GB 40 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 70% ▕███████████ ▏ 3.5 GB/5.0 GB 40 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 70% ▕███████████ ▏ 3.5 GB/5.0 GB 40 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 70% ▕███████████ ▏ 3.5 GB/5.0 GB 40 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 70% ▕███████████ ▏ 3.5 GB/5.0 GB 40 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 71% ▕███████████ ▏ 3.5 GB/5.0 GB 40 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 71% ▕███████████ ▏ 3.5 GB/5.0 GB 40 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 71% ▕███████████ ▏ 3.5 GB/5.0 GB 40 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 71% ▕███████████ ▏ 3.5 GB/5.0 GB 40 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 71% ▕███████████ ▏ 3.5 GB/5.0 GB 40 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 71% ▕███████████ ▏ 3.6 GB/5.0 GB 40 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 71% ▕███████████ ▏ 3.6 GB/5.0 GB 40 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 71% ▕███████████ ▏ 3.6 GB/5.0 GB 40 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 71% ▕███████████ ▏ 3.6 GB/5.0 GB 39 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 71% ▕███████████ ▏ 3.6 GB/5.0 GB 39 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 71% ▕███████████ ▏ 3.6 GB/5.0 GB 39 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 71% ▕███████████ ▏ 3.6 GB/5.0 GB 39 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 72% ▕███████████ ▏ 3.6 GB/5.0 GB 39 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 72% ▕███████████ ▏ 3.6 GB/5.0 GB 39 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 72% ▕███████████ ▏ 3.6 GB/5.0 GB 39 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 72% ▕███████████ ▏ 3.6 GB/5.0 GB 39 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 72% ▕███████████ ▏ 3.6 GB/5.0 GB 39 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 72% ▕███████████ ▏ 3.6 GB/5.0 GB 39 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 72% ▕███████████ ▏ 3.6 GB/5.0 GB 40 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 72% ▕███████████ ▏ 3.6 GB/5.0 GB 40 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 72% ▕███████████ ▏ 3.6 GB/5.0 GB 40 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 72% ▕███████████ ▏ 3.6 GB/5.0 GB 40 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 72% ▕███████████ ▏ 3.6 GB/5.0 GB 40 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 73% ▕███████████ ▏ 3.6 GB/5.0 GB 40 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 73% ▕███████████ ▏ 3.6 GB/5.0 GB 40 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 73% ▕███████████ ▏ 3.6 GB/5.0 GB 40 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 73% ▕███████████ ▏ 3.6 GB/5.0 GB 40 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 73% ▕███████████ ▏ 3.6 GB/5.0 GB 40 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 73% ▕███████████ ▏ 3.6 GB/5.0 GB 39 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 73% ▕███████████ ▏ 3.6 GB/5.0 GB 39 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 73% ▕███████████ ▏ 3.7 GB/5.0 GB 39 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 73% ▕███████████ ▏ 3.7 GB/5.0 GB 39 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 73% ▕███████████ ▏ 3.7 GB/5.0 GB 39 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 73% ▕███████████ ▏ 3.7 GB/5.0 GB 39 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 73% ▕███████████ ▏ 3.7 GB/5.0 GB 39 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 73% ▕███████████ ▏ 3.7 GB/5.0 GB 39 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 74% ▕███████████ ▏ 3.7 GB/5.0 GB 39 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 74% ▕███████████ ▏ 3.7 GB/5.0 GB 39 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 74% ▕███████████ ▏ 3.7 GB/5.0 GB 39 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 74% ▕███████████ ▏ 3.7 GB/5.0 GB 39 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 74% ▕███████████ ▏ 3.7 GB/5.0 GB 39 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 74% ▕███████████ ▏ 3.7 GB/5.0 GB 39 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 74% ▕███████████ ▏ 3.7 GB/5.0 GB 39 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 74% ▕███████████ ▏ 3.7 GB/5.0 GB 39 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 74% ▕███████████ ▏ 3.7 GB/5.0 GB 39 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 74% ▕███████████ ▏ 3.7 GB/5.0 GB 39 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 74% ▕███████████ ▏ 3.7 GB/5.0 GB 39 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 74% ▕███████████ ▏ 3.7 GB/5.0 GB 39 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 75% ▕███████████ ▏ 3.7 GB/5.0 GB 39 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 75% ▕███████████ ▏ 3.7 GB/5.0 GB 38 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 75% ▕███████████ ▏ 3.7 GB/5.0 GB 38 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 75% ▕███████████ ▏ 3.7 GB/5.0 GB 38 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 75% ▕███████████ ▏ 3.7 GB/5.0 GB 38 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 75% ▕███████████ ▏ 3.7 GB/5.0 GB 38 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 75% ▕████████████ ▏ 3.8 GB/5.0 GB 38 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 75% ▕████████████ ▏ 3.8 GB/5.0 GB 38 MB/s 31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 75% ▕████████████ ▏ 3.8 GB/5.0 GB 38 MB/s 31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 75% ▕████████████ ▏ 3.8 GB/5.0 GB 38 MB/s 31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 75% ▕████████████ ▏ 3.8 GB/5.0 GB 38 MB/s 31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 76% ▕████████████ ▏ 3.8 GB/5.0 GB 42 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 76% ▕████████████ ▏ 3.8 GB/5.0 GB 42 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 76% ▕████████████ ▏ 3.8 GB/5.0 GB 42 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 76% ▕████████████ ▏ 3.8 GB/5.0 GB 42 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 76% ▕████████████ ▏ 3.8 GB/5.0 GB 42 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 76% ▕████████████ ▏ 3.8 GB/5.0 GB 42 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 76% ▕████████████ ▏ 3.8 GB/5.0 GB 42 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 76% ▕████████████ ▏ 3.8 GB/5.0 GB 42 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 76% ▕████████████ ▏ 3.8 GB/5.0 GB 42 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 76% ▕████████████ ▏ 3.8 GB/5.0 GB 42 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 76% ▕████████████ ▏ 3.8 GB/5.0 GB 41 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 76% ▕████████████ ▏ 3.8 GB/5.0 GB 41 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 77% ▕████████████ ▏ 3.8 GB/5.0 GB 41 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 77% ▕████████████ ▏ 3.8 GB/5.0 GB 41 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 77% ▕████████████ ▏ 3.8 GB/5.0 GB 41 MB/s 27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 77% ▕████████████ ▏ 3.8 GB/5.0 GB 41 MB/s 27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 77% ▕████████████ ▏ 3.8 GB/5.0 GB 41 MB/s 27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 77% ▕████████████ ▏ 3.9 GB/5.0 GB 41 MB/s 27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 77% ▕████████████ ▏ 3.9 GB/5.0 GB 41 MB/s 27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 77% ▕████████████ ▏ 3.9 GB/5.0 GB 41 MB/s 27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 77% ▕████████████ ▏ 3.9 GB/5.0 GB 43 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 77% ▕████████████ ▏ 3.9 GB/5.0 GB 43 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 77% ▕████████████ ▏ 3.9 GB/5.0 GB 43 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 78% ▕████████████ ▏ 3.9 GB/5.0 GB 43 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 78% ▕████████████ ▏ 3.9 GB/5.0 GB 43 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 78% ▕████████████ ▏ 3.9 GB/5.0 GB 43 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 78% ▕████████████ ▏ 3.9 GB/5.0 GB 43 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 78% ▕████████████ ▏ 3.9 GB/5.0 GB 43 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 78% ▕████████████ ▏ 3.9 GB/5.0 GB 43 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 78% ▕████████████ ▏ 3.9 GB/5.0 GB 43 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 78% ▕████████████ ▏ 3.9 GB/5.0 GB 43 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 78% ▕████████████ ▏ 3.9 GB/5.0 GB 43 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 78% ▕████████████ ▏ 3.9 GB/5.0 GB 43 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 78% ▕████████████ ▏ 3.9 GB/5.0 GB 43 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 79% ▕████████████ ▏ 3.9 GB/5.0 GB 43 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 79% ▕████████████ ▏ 3.9 GB/5.0 GB 43 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 79% ▕████████████ ▏ 3.9 GB/5.0 GB 43 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 79% ▕████████████ ▏ 3.9 GB/5.0 GB 43 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 79% ▕████████████ ▏ 3.9 GB/5.0 GB 43 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 79% ▕████████████ ▏ 3.9 GB/5.0 GB 43 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 79% ▕████████████ ▏ 3.9 GB/5.0 GB 43 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 79% ▕████████████ ▏ 3.9 GB/5.0 GB 42 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 79% ▕████████████ ▏ 3.9 GB/5.0 GB 42 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 79% ▕████████████ ▏ 4.0 GB/5.0 GB 42 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 79% ▕████████████ ▏ 4.0 GB/5.0 GB 42 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 79% ▕████████████ ▏ 4.0 GB/5.0 GB 42 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 80% ▕████████████ ▏ 4.0 GB/5.0 GB 42 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 80% ▕████████████ ▏ 4.0 GB/5.0 GB 42 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 80% ▕████████████ ▏ 4.0 GB/5.0 GB 42 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 80% ▕████████████ ▏ 4.0 GB/5.0 GB 42 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 80% ▕████████████ ▏ 4.0 GB/5.0 GB 42 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 80% ▕████████████ ▏ 4.0 GB/5.0 GB 43 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 80% ▕████████████ ▏ 4.0 GB/5.0 GB 43 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 80% ▕████████████ ▏ 4.0 GB/5.0 GB 43 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 80% ▕████████████ ▏ 4.0 GB/5.0 GB 43 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 80% ▕████████████ ▏ 4.0 GB/5.0 GB 43 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 80% ▕████████████ ▏ 4.0 GB/5.0 GB 43 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 81% ▕████████████ ▏ 4.0 GB/5.0 GB 43 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 81% ▕████████████ ▏ 4.0 GB/5.0 GB 43 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 81% ▕████████████ ▏ 4.0 GB/5.0 GB 43 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 81% ▕████████████ ▏ 4.0 GB/5.0 GB 43 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 81% ▕████████████ ▏ 4.0 GB/5.0 GB 44 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 81% ▕████████████ ▏ 4.0 GB/5.0 GB 44 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 81% ▕████████████ ▏ 4.0 GB/5.0 GB 44 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 81% ▕████████████ ▏ 4.1 GB/5.0 GB 44 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 81% ▕████████████ ▏ 4.1 GB/5.0 GB 44 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 81% ▕█████████████ ▏ 4.1 GB/5.0 GB 44 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 81% ▕█████████████ ▏ 4.1 GB/5.0 GB 44 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 81% ▕█████████████ ▏ 4.1 GB/5.0 GB 44 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 82% ▕█████████████ ▏ 4.1 GB/5.0 GB 44 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 82% ▕█████████████ ▏ 4.1 GB/5.0 GB 44 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 82% ▕█████████████ ▏ 4.1 GB/5.0 GB 44 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 82% ▕█████████████ ▏ 4.1 GB/5.0 GB 44 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 82% ▕█████████████ ▏ 4.1 GB/5.0 GB 44 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 82% ▕█████████████ ▏ 4.1 GB/5.0 GB 44 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 82% ▕█████████████ ▏ 4.1 GB/5.0 GB 44 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 82% ▕█████████████ ▏ 4.1 GB/5.0 GB 44 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 82% ▕█████████████ ▏ 4.1 GB/5.0 GB 44 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 82% ▕█████████████ ▏ 4.1 GB/5.0 GB 44 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 82% ▕█████████████ ▏ 4.1 GB/5.0 GB 44 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 82% ▕█████████████ ▏ 4.1 GB/5.0 GB 44 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 83% ▕█████████████ ▏ 4.1 GB/5.0 GB 44 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 83% ▕█████████████ ▏ 4.1 GB/5.0 GB 44 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 83% ▕█████████████ ▏ 4.1 GB/5.0 GB 44 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 83% ▕█████████████ ▏ 4.1 GB/5.0 GB 44 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 83% ▕█████████████ ▏ 4.1 GB/5.0 GB 44 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 83% ▕█████████████ ▏ 4.2 GB/5.0 GB 44 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 83% ▕█████████████ ▏ 4.2 GB/5.0 GB 44 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 83% ▕█████████████ ▏ 4.2 GB/5.0 GB 44 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 83% ▕█████████████ ▏ 4.2 GB/5.0 GB 44 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 83% ▕█████████████ ▏ 4.2 GB/5.0 GB 44 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 83% ▕█████████████ ▏ 4.2 GB/5.0 GB 44 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 83% ▕█████████████ ▏ 4.2 GB/5.0 GB 44 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 83% ▕█████████████ ▏ 4.2 GB/5.0 GB 44 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 83% ▕█████████████ ▏ 4.2 GB/5.0 GB 44 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 84% ▕█████████████ ▏ 4.2 GB/5.0 GB 44 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 84% ▕█████████████ ▏ 4.2 GB/5.0 GB 44 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 84% ▕█████████████ ▏ 4.2 GB/5.0 GB 44 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 84% ▕█████████████ ▏ 4.2 GB/5.0 GB 44 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 84% ▕█████████████ ▏ 4.2 GB/5.0 GB 44 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 84% ▕█████████████ ▏ 4.2 GB/5.0 GB 44 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 84% ▕█████████████ ▏ 4.2 GB/5.0 GB 44 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 84% ▕█████████████ ▏ 4.2 GB/5.0 GB 42 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 84% ▕█████████████ ▏ 4.2 GB/5.0 GB 42 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 85% ▕█████████████ ▏ 4.2 GB/5.0 GB 42 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 85% ▕█████████████ ▏ 4.2 GB/5.0 GB 42 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 85% ▕█████████████ ▏ 4.2 GB/5.0 GB 42 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 85% ▕█████████████ ▏ 4.2 GB/5.0 GB 42 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 85% ▕█████████████ ▏ 4.2 GB/5.0 GB 42 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 85% ▕█████████████ ▏ 4.2 GB/5.0 GB 42 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 85% ▕█████████████ ▏ 4.2 GB/5.0 GB 42 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 85% ▕█████████████ ▏ 4.3 GB/5.0 GB 42 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 85% ▕█████████████ ▏ 4.3 GB/5.0 GB 43 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 85% ▕█████████████ ▏ 4.3 GB/5.0 GB 43 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 85% ▕█████████████ ▏ 4.3 GB/5.0 GB 43 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 85% ▕█████████████ ▏ 4.3 GB/5.0 GB 43 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 85% ▕█████████████ ▏ 4.3 GB/5.0 GB 43 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 86% ▕█████████████ ▏ 4.3 GB/5.0 GB 43 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 86% ▕█████████████ ▏ 4.3 GB/5.0 GB 43 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 86% ▕█████████████ ▏ 4.3 GB/5.0 GB 43 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 86% ▕█████████████ ▏ 4.3 GB/5.0 GB 43 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 86% ▕█████████████ ▏ 4.3 GB/5.0 GB 43 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 86% ▕█████████████ ▏ 4.3 GB/5.0 GB 43 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 86% ▕█████████████ ▏ 4.3 GB/5.0 GB 43 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 86% ▕█████████████ ▏ 4.3 GB/5.0 GB 43 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 86% ▕█████████████ ▏ 4.3 GB/5.0 GB 43 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 86% ▕█████████████ ▏ 4.3 GB/5.0 GB 43 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 86% ▕█████████████ ▏ 4.3 GB/5.0 GB 43 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 86% ▕█████████████ ▏ 4.3 GB/5.0 GB 43 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 87% ▕█████████████ ▏ 4.3 GB/5.0 GB 43 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 87% ▕█████████████ ▏ 4.3 GB/5.0 GB 43 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 87% ▕█████████████ ▏ 4.3 GB/5.0 GB 43 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 87% ▕█████████████ ▏ 4.3 GB/5.0 GB 43 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 87% ▕█████████████ ▏ 4.3 GB/5.0 GB 44 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 87% ▕█████████████ ▏ 4.4 GB/5.0 GB 44 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 87% ▕█████████████ ▏ 4.4 GB/5.0 GB 44 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 87% ▕█████████████ ▏ 4.4 GB/5.0 GB 44 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 87% ▕█████████████ ▏ 4.4 GB/5.0 GB 44 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 87% ▕█████████████ ▏ 4.4 GB/5.0 GB 44 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 87% ▕█████████████ ▏ 4.4 GB/5.0 GB 44 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 87% ▕█████████████ ▏ 4.4 GB/5.0 GB 44 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 88% ▕██████████████ ▏ 4.4 GB/5.0 GB 44 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 88% ▕██████████████ ▏ 4.4 GB/5.0 GB 44 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 88% ▕██████████████ ▏ 4.4 GB/5.0 GB 43 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 88% ▕██████████████ ▏ 4.4 GB/5.0 GB 43 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 88% ▕██████████████ ▏ 4.4 GB/5.0 GB 43 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 88% ▕██████████████ ▏ 4.4 GB/5.0 GB 43 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 88% ▕██████████████ ▏ 4.4 GB/5.0 GB 43 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 88% ▕██████████████ ▏ 4.4 GB/5.0 GB 43 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 88% ▕██████████████ ▏ 4.4 GB/5.0 GB 43 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 88% ▕██████████████ ▏ 4.4 GB/5.0 GB 43 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 88% ▕██████████████ ▏ 4.4 GB/5.0 GB 43 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 88% ▕██████████████ ▏ 4.4 GB/5.0 GB 43 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 88% ▕██████████████ ▏ 4.4 GB/5.0 GB 41 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 88% ▕██████████████ ▏ 4.4 GB/5.0 GB 41 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 89% ▕██████████████ ▏ 4.4 GB/5.0 GB 41 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 89% ▕██████████████ ▏ 4.4 GB/5.0 GB 41 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 89% ▕██████████████ ▏ 4.4 GB/5.0 GB 41 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 89% ▕██████████████ ▏ 4.4 GB/5.0 GB 41 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 89% ▕██████████████ ▏ 4.5 GB/5.0 GB 41 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 89% ▕██████████████ ▏ 4.5 GB/5.0 GB 41 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 89% ▕██████████████ ▏ 4.5 GB/5.0 GB 41 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 89% ▕██████████████ ▏ 4.5 GB/5.0 GB 41 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 89% ▕██████████████ ▏ 4.5 GB/5.0 GB 42 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 89% ▕██████████████ ▏ 4.5 GB/5.0 GB 42 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 89% ▕██████████████ ▏ 4.5 GB/5.0 GB 42 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 90% ▕██████████████ ▏ 4.5 GB/5.0 GB 42 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 90% ▕██████████████ ▏ 4.5 GB/5.0 GB 42 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 90% ▕██████████████ ▏ 4.5 GB/5.0 GB 42 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 90% ▕██████████████ ▏ 4.5 GB/5.0 GB 42 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 90% ▕██████████████ ▏ 4.5 GB/5.0 GB 42 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 90% ▕██████████████ ▏ 4.5 GB/5.0 GB 42 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 90% ▕██████████████ ▏ 4.5 GB/5.0 GB 42 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 90% ▕██████████████ ▏ 4.5 GB/5.0 GB 41 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 90% ▕██████████████ ▏ 4.5 GB/5.0 GB 41 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 90% ▕██████████████ ▏ 4.5 GB/5.0 GB 41 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 90% ▕██████████████ ▏ 4.5 GB/5.0 GB 41 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 91% ▕██████████████ ▏ 4.5 GB/5.0 GB 41 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 91% ▕██████████████ ▏ 4.5 GB/5.0 GB 41 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 91% ▕██████████████ ▏ 4.5 GB/5.0 GB 41 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 91% ▕██████████████ ▏ 4.5 GB/5.0 GB 41 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 91% ▕██████████████ ▏ 4.5 GB/5.0 GB 41 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 91% ▕██████████████ ▏ 4.5 GB/5.0 GB 41 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 91% ▕██████████████ ▏ 4.5 GB/5.0 GB 41 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 91% ▕██████████████ ▏ 4.6 GB/5.0 GB 41 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 91% ▕██████████████ ▏ 4.6 GB/5.0 GB 41 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 91% ▕██████████████ ▏ 4.6 GB/5.0 GB 41 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 91% ▕██████████████ ▏ 4.6 GB/5.0 GB 41 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 91% ▕██████████████ ▏ 4.6 GB/5.0 GB 41 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 91% ▕██████████████ ▏ 4.6 GB/5.0 GB 41 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 92% ▕██████████████ ▏ 4.6 GB/5.0 GB 41 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 92% ▕██████████████ ▏ 4.6 GB/5.0 GB 41 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 92% ▕██████████████ ▏ 4.6 GB/5.0 GB 41 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 92% ▕██████████████ ▏ 4.6 GB/5.0 GB 41 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 92% ▕██████████████ ▏ 4.6 GB/5.0 GB 42 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 92% ▕██████████████ ▏ 4.6 GB/5.0 GB 42 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 92% ▕██████████████ ▏ 4.6 GB/5.0 GB 42 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 92% ▕██████████████ ▏ 4.6 GB/5.0 GB 42 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 92% ▕██████████████ ▏ 4.6 GB/5.0 GB 42 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 92% ▕██████████████ ▏ 4.6 GB/5.0 GB 42 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 92% ▕██████████████ ▏ 4.6 GB/5.0 GB 42 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 92% ▕██████████████ ▏ 4.6 GB/5.0 GB 42 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 92% ▕██████████████ ▏ 4.6 GB/5.0 GB 42 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 92% ▕██████████████ ▏ 4.6 GB/5.0 GB 42 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 93% ▕██████████████ ▏ 4.6 GB/5.0 GB 40 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 93% ▕██████████████ ▏ 4.6 GB/5.0 GB 40 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 93% ▕██████████████ ▏ 4.6 GB/5.0 GB 40 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 93% ▕██████████████ ▏ 4.6 GB/5.0 GB 40 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 93% ▕██████████████ ▏ 4.6 GB/5.0 GB 40 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 93% ▕██████████████ ▏ 4.6 GB/5.0 GB 40 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 93% ▕██████████████ ▏ 4.6 GB/5.0 GB 40 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 93% ▕██████████████ ▏ 4.7 GB/5.0 GB 40 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 93% ▕██████████████ ▏ 4.7 GB/5.0 GB 40 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 93% ▕██████████████ ▏ 4.7 GB/5.0 GB 40 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 93% ▕██████████████ ▏ 4.7 GB/5.0 GB 40 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 93% ▕██████████████ ▏ 4.7 GB/5.0 GB 40 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 93% ▕██████████████ ▏ 4.7 GB/5.0 GB 40 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 93% ▕██████████████ ▏ 4.7 GB/5.0 GB 40 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 93% ▕██████████████ ▏ 4.7 GB/5.0 GB 40 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 93% ▕██████████████ ▏ 4.7 GB/5.0 GB 40 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 94% ▕██████████████ ▏ 4.7 GB/5.0 GB 40 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 94% ▕██████████████ ▏ 4.7 GB/5.0 GB 40 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 94% ▕███████████████ ▏ 4.7 GB/5.0 GB 40 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 94% ▕███████████████ ▏ 4.7 GB/5.0 GB 40 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 94% ▕███████████████ ▏ 4.7 GB/5.0 GB 39 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 94% ▕███████████████ ▏ 4.7 GB/5.0 GB 39 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 94% ▕███████████████ ▏ 4.7 GB/5.0 GB 39 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 94% ▕███████████████ ▏ 4.7 GB/5.0 GB 39 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 94% ▕███████████████ ▏ 4.7 GB/5.0 GB 39 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 94% ▕███████████████ ▏ 4.7 GB/5.0 GB 39 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 94% ▕███████████████ ▏ 4.7 GB/5.0 GB 39 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 94% ▕███████████████ ▏ 4.7 GB/5.0 GB 39 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 95% ▕███████████████ ▏ 4.7 GB/5.0 GB 39 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 95% ▕███████████████ ▏ 4.7 GB/5.0 GB 39 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 95% ▕███████████████ ▏ 4.7 GB/5.0 GB 39 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 95% ▕███████████████ ▏ 4.7 GB/5.0 GB 38 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 95% ▕███████████████ ▏ 4.7 GB/5.0 GB 38 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 95% ▕███████████████ ▏ 4.7 GB/5.0 GB 38 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 95% ▕███████████████ ▏ 4.7 GB/5.0 GB 38 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 95% ▕███████████████ ▏ 4.7 GB/5.0 GB 38 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 95% ▕███████████████ ▏ 4.8 GB/5.0 GB 38 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 95% ▕███████████████ ▏ 4.8 GB/5.0 GB 38 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 95% ▕███████████████ ▏ 4.8 GB/5.0 GB 38 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 95% ▕███████████████ ▏ 4.8 GB/5.0 GB 38 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 96% ▕███████████████ ▏ 4.8 GB/5.0 GB 38 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 96% ▕███████████████ ▏ 4.8 GB/5.0 GB 40 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 96% ▕███████████████ ▏ 4.8 GB/5.0 GB 40 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 96% ▕███████████████ ▏ 4.8 GB/5.0 GB 40 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 96% ▕███████████████ ▏ 4.8 GB/5.0 GB 40 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 96% ▕███████████████ ▏ 4.8 GB/5.0 GB 40 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 96% ▕███████████████ ▏ 4.8 GB/5.0 GB 40 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 96% ▕███████████████ ▏ 4.8 GB/5.0 GB 40 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 96% ▕███████████████ ▏ 4.8 GB/5.0 GB 40 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 96% ▕███████████████ ▏ 4.8 GB/5.0 GB 40 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 96% ▕███████████████ ▏ 4.8 GB/5.0 GB 40 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 96% ▕███████████████ ▏ 4.8 GB/5.0 GB 38 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 96% ▕███████████████ ▏ 4.8 GB/5.0 GB 38 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 97% ▕███████████████ ▏ 4.8 GB/5.0 GB 38 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 97% ▕███████████████ ▏ 4.8 GB/5.0 GB 38 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 97% ▕███████████████ ▏ 4.8 GB/5.0 GB 38 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 97% ▕███████████████ ▏ 4.8 GB/5.0 GB 38 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 97% ▕███████████████ ▏ 4.8 GB/5.0 GB 38 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 97% ▕███████████████ ▏ 4.8 GB/5.0 GB 38 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 97% ▕███████████████ ▏ 4.9 GB/5.0 GB 38 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 97% ▕███████████████ ▏ 4.9 GB/5.0 GB 38 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 97% ▕███████████████ ▏ 4.9 GB/5.0 GB 39 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 97% ▕███████████████ ▏ 4.9 GB/5.0 GB 39 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 97% ▕███████████████ ▏ 4.9 GB/5.0 GB 39 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 97% ▕███████████████ ▏ 4.9 GB/5.0 GB 39 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 98% ▕███████████████ ▏ 4.9 GB/5.0 GB 39 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 98% ▕███████████████ ▏ 4.9 GB/5.0 GB 39 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 98% ▕███████████████ ▏ 4.9 GB/5.0 GB 39 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 98% ▕███████████████ ▏ 4.9 GB/5.0 GB 39 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 98% ▕███████████████ ▏ 4.9 GB/5.0 GB 39 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 98% ▕███████████████ ▏ 4.9 GB/5.0 GB 39 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 98% ▕███████████████ ▏ 4.9 GB/5.0 GB 39 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 98% ▕███████████████ ▏ 4.9 GB/5.0 GB 39 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 98% ▕███████████████ ▏ 4.9 GB/5.0 GB 39 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 98% ▕███████████████ ▏ 4.9 GB/5.0 GB 39 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 98% ▕███████████████ ▏ 4.9 GB/5.0 GB 39 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 98% ▕███████████████ ▏ 4.9 GB/5.0 GB 39 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 99% ▕███████████████ ▏ 4.9 GB/5.0 GB 39 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 99% ▕███████████████ ▏ 4.9 GB/5.0 GB 39 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 99% ▕███████████████ ▏ 4.9 GB/5.0 GB 39 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 99% ▕███████████████ ▏ 4.9 GB/5.0 GB 39 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 99% ▕███████████████ ▏ 4.9 GB/5.0 GB 39 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 99% ▕███████████████ ▏ 4.9 GB/5.0 GB 39 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 99% ▕███████████████ ▏ 4.9 GB/5.0 GB 39 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 99% ▕███████████████ ▏ 4.9 GB/5.0 GB 39 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 99% ▕███████████████ ▏ 5.0 GB/5.0 GB 39 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 99% ▕███████████████ ▏ 5.0 GB/5.0 GB 39 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 99% ▕███████████████ ▏ 5.0 GB/5.0 GB 39 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 99% ▕███████████████ ▏ 5.0 GB/5.0 GB 39 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 100% ▕███████████████ ▏ 5.0 GB/5.0 GB 39 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 100% ▕███████████████ ▏ 5.0 GB/5.0 GB 39 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 100% ▕███████████████ ▏ 5.0 GB/5.0 GB 39 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 100% ▕███████████████ ▏ 5.0 GB/5.0 GB 39 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 100% ▕███████████████ ▏ 5.0 GB/5.0 GB 39 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 100% ▕███████████████ ▏ 5.0 GB/5.0 GB 39 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 100% ▕███████████████ ▏ 5.0 GB/5.0 GB 39 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 100% ▕███████████████ ▏ 5.0 GB/5.0 GB 39 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 5c52515fc326... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 5c52515fc326... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 5c52515fc326... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 5c52515fc326... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 5c52515fc326... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 5c52515fc326... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 5c52515fc326... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 5c52515fc326... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 5c52515fc326... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 5c52515fc326... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 5c52515fc326... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 5c52515fc326... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 5c52515fc326... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 5c52515fc326... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 5c52515fc326... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 5c52515fc326... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 5c52515fc326... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 5c52515fc326... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 5c52515fc326... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 5c52515fc326... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 5c52515fc326... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 5c52515fc326... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 5c52515fc326... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 5c52515fc326... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 5c52515fc326... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 5c52515fc326... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 5c52515fc326... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 5c52515fc326... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 5c52515fc326... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 5c52515fc326... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 5c52515fc326... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 5c52515fc326... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 5c52515fc326... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 5c52515fc326... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 5c52515fc326... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 5c52515fc326... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 5c52515fc326... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 5c52515fc326... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 5c52515fc326... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 5c52515fc326... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 5c52515fc326... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 5c52515fc326... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 5c52515fc326... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 5c52515fc326... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 5c52515fc326... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 5c52515fc326... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 5c52515fc326... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 5c52515fc326... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 5c52515fc326... 100% ▕████████████████▏ 455 B \n", - "pushing manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 5c52515fc326... 100% ▕████████████████▏ 455 B \n", - "pushing manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 5c52515fc326... 100% ▕████████████████▏ 455 B \n", - "pushing manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 5c52515fc326... 100% ▕████████████████▏ 455 B \n", - "pushing manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 5c52515fc326... 100% ▕████████████████▏ 455 B \n", - "pushing manifest ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 5c52515fc326... 100% ▕████████████████▏ 455 B \n", - "pushing manifest ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 5c52515fc326... 100% ▕████████████████▏ 455 B \n", - "pushing manifest ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 5c52515fc326... 100% ▕████████████████▏ 455 B \n", - "pushing manifest ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 5c52515fc326... 100% ▕████████████████▏ 455 B \n", - "pushing manifest ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 5c52515fc326... 100% ▕████████████████▏ 455 B \n", - "pushing manifest ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 5c52515fc326... 100% ▕████████████████▏ 455 B \n", - "pushing manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 5c52515fc326... 100% ▕████████████████▏ 455 B \n", - "pushing manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 5c52515fc326... 100% ▕████████████████▏ 455 B \n", - "pushing manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 5c52515fc326... 100% ▕████████████████▏ 455 B \n", - "pushing manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 5c52515fc326... 100% ▕████████████████▏ 455 B \n", - "pushing manifest ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 5c52515fc326... 100% ▕████████████████▏ 455 B \n", - "pushing manifest ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 5c52515fc326... 100% ▕████████████████▏ 455 B \n", - "pushing manifest ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 5c52515fc326... 100% ▕████████████████▏ 455 B \n", - "pushing manifest ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 5c52515fc326... 100% ▕████████████████▏ 455 B \n", - "pushing manifest ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 5c52515fc326... 100% ▕████████████████▏ 455 B \n", - "pushing manifest ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 5c52515fc326... 100% ▕████████████████▏ 455 B \n", - "pushing manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 5c52515fc326... 100% ▕████████████████▏ 455 B \n", - "pushing manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 5c52515fc326... 100% ▕████████████████▏ 455 B \n", - "pushing manifest \n", - "success \u001b[?25h\n", - "\u001b[?25ltransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer \n", - "creating template layer \n", - "creating system layer \n", - "creating parameters layer \n", - "creating config layer \n", - "using already created layer sha256:8f11d79fea50fef5d0cff6d57c042ad723defa9b6663a2dc1972167916523b7d \n", - "using already created layer sha256:04de533bb8fd4eb327158f79cdc0de736558e45d198db9275ef536f470281f1f \n", - "using already created layer sha256:af41c51c14924c73d476c474dd0617253462cdb32f1256d8b3d3d9fc00371199 \n", - "using already created layer sha256:3559b403e83a9669ecd8d347a509c20b870674a9838218f8b812c93c419fec88 \n", - "writing layer sha256:5b214f27624bf8a051aa19261b61147fcef83dd48100876a14787a7e20f76a43 \n", - "writing manifest \n", - "success \u001b[?25h\n", - "copied 'notus:q5_K_M' to 'argilla/notus:q5_K_M'\n", - "\u001b[?25lretrieving manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 0% ▕ ▏ 1.8 MB/5.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 0% ▕ ▏ 2.1 MB/5.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 0% ▕ ▏ 2.1 MB/5.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 0% ▕ ▏ 2.1 MB/5.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 0% ▕ ▏ 2.1 MB/5.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 0% ▕ ▏ 3.0 MB/5.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 0% ▕ ▏ 3.6 MB/5.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 0% ▕ ▏ 3.6 MB/5.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 0% ▕ ▏ 3.6 MB/5.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 0% ▕ ▏ 3.6 MB/5.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 0% ▕ ▏ 3.6 MB/5.1 GB 2.6 MB/s 32m48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 0% ▕ ▏ 3.6 MB/5.1 GB 2.6 MB/s 32m48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 0% ▕ ▏ 3.6 MB/5.1 GB 2.6 MB/s 32m48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 0% ▕ ▏ 3.6 MB/5.1 GB 2.6 MB/s 32m48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 0% ▕ ▏ 3.6 MB/5.1 GB 2.6 MB/s 32m48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 0% ▕ ▏ 3.6 MB/5.1 GB 2.6 MB/s 32m48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 0% ▕ ▏ 3.6 MB/5.1 GB 2.6 MB/s 32m48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 0% ▕ ▏ 3.6 MB/5.1 GB 2.6 MB/s 32m48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 0% ▕ ▏ 3.6 MB/5.1 GB 2.6 MB/s 32m48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 0% ▕ ▏ 3.6 MB/5.1 GB 2.6 MB/s 32m48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 0% ▕ ▏ 3.6 MB/5.1 GB 1.3 MB/s 1h5m\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 0% ▕ ▏ 3.6 MB/5.1 GB 1.3 MB/s 1h5m\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 0% ▕ ▏ 3.6 MB/5.1 GB 1.3 MB/s 1h5m\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 0% ▕ ▏ 3.6 MB/5.1 GB 1.3 MB/s 1h5m\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 0% ▕ ▏ 3.6 MB/5.1 GB 1.3 MB/s 1h5m\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 0% ▕ ▏ 3.6 MB/5.1 GB 1.3 MB/s 1h5m\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 0% ▕ ▏ 3.6 MB/5.1 GB 1.3 MB/s 1h5m\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 0% ▕ ▏ 3.6 MB/5.1 GB 1.3 MB/s 1h5m\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 0% ▕ ▏ 81 KB/5.1 GB 1.3 MB/s 1h5m\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 0% ▕ ▏ 2.0 MB/5.1 GB 1.3 MB/s 1h5m\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 0% ▕ ▏ 4.8 MB/5.1 GB 1.3 MB/s 1h7m\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 0% ▕ ▏ 11 MB/5.1 GB 1.3 MB/s 1h7m\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 0% ▕ ▏ 12 MB/5.1 GB 1.3 MB/s 1h7m\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 0% ▕ ▏ 17 MB/5.1 GB 1.3 MB/s 1h7m\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 0% ▕ ▏ 22 MB/5.1 GB 1.3 MB/s 1h7m\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 1% ▕ ▏ 26 MB/5.1 GB 1.3 MB/s 1h7m\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 1% ▕ ▏ 28 MB/5.1 GB 1.3 MB/s 1h7m\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 1% ▕ ▏ 33 MB/5.1 GB 1.3 MB/s 1h7m\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 1% ▕ ▏ 35 MB/5.1 GB 1.3 MB/s 1h7m\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 1% ▕ ▏ 42 MB/5.1 GB 1.3 MB/s 1h6m\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 1% ▕ ▏ 47 MB/5.1 GB 11 MB/s 7m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 1% ▕ ▏ 49 MB/5.1 GB 11 MB/s 7m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 1% ▕ ▏ 55 MB/5.1 GB 11 MB/s 7m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 1% ▕ ▏ 61 MB/5.1 GB 11 MB/s 7m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 1% ▕ ▏ 62 MB/5.1 GB 11 MB/s 7m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 1% ▕ ▏ 66 MB/5.1 GB 11 MB/s 7m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 1% ▕ ▏ 72 MB/5.1 GB 11 MB/s 7m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 1% ▕ ▏ 73 MB/5.1 GB 11 MB/s 7m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 2% ▕ ▏ 79 MB/5.1 GB 11 MB/s 7m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 2% ▕ ▏ 85 MB/5.1 GB 11 MB/s 7m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 2% ▕ ▏ 87 MB/5.1 GB 11 MB/s 7m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 2% ▕ ▏ 92 MB/5.1 GB 18 MB/s 4m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 2% ▕ ▏ 97 MB/5.1 GB 18 MB/s 4m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 2% ▕ ▏ 101 MB/5.1 GB 18 MB/s 4m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 2% ▕ ▏ 105 MB/5.1 GB 18 MB/s 4m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 2% ▕ ▏ 111 MB/5.1 GB 18 MB/s 4m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 2% ▕ ▏ 112 MB/5.1 GB 18 MB/s 4m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 2% ▕ ▏ 113 MB/5.1 GB 18 MB/s 4m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 2% ▕ ▏ 118 MB/5.1 GB 18 MB/s 4m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 2% ▕ ▏ 121 MB/5.1 GB 18 MB/s 4m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 2% ▕ ▏ 126 MB/5.1 GB 18 MB/s 4m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 3% ▕ ▏ 130 MB/5.1 GB 21 MB/s 3m52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 3% ▕ ▏ 135 MB/5.1 GB 21 MB/s 3m52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 3% ▕ ▏ 139 MB/5.1 GB 21 MB/s 3m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 3% ▕ ▏ 148 MB/5.1 GB 21 MB/s 3m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 3% ▕ ▏ 151 MB/5.1 GB 21 MB/s 3m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 3% ▕ ▏ 155 MB/5.1 GB 21 MB/s 3m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 3% ▕ ▏ 157 MB/5.1 GB 21 MB/s 3m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 3% ▕ ▏ 159 MB/5.1 GB 21 MB/s 3m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 3% ▕ ▏ 163 MB/5.1 GB 21 MB/s 3m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 3% ▕ ▏ 167 MB/5.1 GB 21 MB/s 3m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 3% ▕ ▏ 167 MB/5.1 GB 23 MB/s 3m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 3% ▕ ▏ 175 MB/5.1 GB 23 MB/s 3m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 4% ▕ ▏ 182 MB/5.1 GB 23 MB/s 3m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 4% ▕ ▏ 183 MB/5.1 GB 23 MB/s 3m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 4% ▕ ▏ 190 MB/5.1 GB 23 MB/s 3m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 4% ▕ ▏ 191 MB/5.1 GB 23 MB/s 3m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 4% ▕ ▏ 197 MB/5.1 GB 23 MB/s 3m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 4% ▕ ▏ 203 MB/5.1 GB 23 MB/s 3m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 4% ▕ ▏ 204 MB/5.1 GB 23 MB/s 3m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 4% ▕ ▏ 206 MB/5.1 GB 23 MB/s 3m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 4% ▕ ▏ 215 MB/5.1 GB 26 MB/s 3m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 4% ▕ ▏ 220 MB/5.1 GB 26 MB/s 3m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 4% ▕ ▏ 220 MB/5.1 GB 26 MB/s 3m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 4% ▕ ▏ 223 MB/5.1 GB 26 MB/s 3m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 5% ▕ ▏ 234 MB/5.1 GB 26 MB/s 3m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 5% ▕ ▏ 236 MB/5.1 GB 26 MB/s 3m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 5% ▕ ▏ 240 MB/5.1 GB 26 MB/s 3m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 5% ▕ ▏ 241 MB/5.1 GB 26 MB/s 3m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 5% ▕ ▏ 247 MB/5.1 GB 26 MB/s 3m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 5% ▕ ▏ 252 MB/5.1 GB 26 MB/s 3m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 5% ▕ ▏ 260 MB/5.1 GB 28 MB/s 2m48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 5% ▕ ▏ 265 MB/5.1 GB 28 MB/s 2m48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 5% ▕ ▏ 270 MB/5.1 GB 28 MB/s 2m48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 5% ▕ ▏ 267 MB/5.1 GB 28 MB/s 2m48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 5% ▕ ▏ 267 MB/5.1 GB 28 MB/s 2m48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 5% ▕ ▏ 280 MB/5.1 GB 28 MB/s 2m48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 6% ▕ ▏ 286 MB/5.1 GB 28 MB/s 2m48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 6% ▕ ▏ 293 MB/5.1 GB 28 MB/s 2m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 6% ▕ ▏ 293 MB/5.1 GB 28 MB/s 2m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 6% ▕ ▏ 298 MB/5.1 GB 28 MB/s 2m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 6% ▕ ▏ 304 MB/5.1 GB 28 MB/s 2m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 6% ▕ ▏ 311 MB/5.1 GB 33 MB/s 2m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 6% ▕ ▏ 316 MB/5.1 GB 33 MB/s 2m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 6% ▕█ ▏ 322 MB/5.1 GB 33 MB/s 2m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 6% ▕█ ▏ 322 MB/5.1 GB 33 MB/s 2m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 6% ▕█ ▏ 329 MB/5.1 GB 33 MB/s 2m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 7% ▕█ ▏ 336 MB/5.1 GB 33 MB/s 2m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 7% ▕█ ▏ 339 MB/5.1 GB 33 MB/s 2m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 7% ▕█ ▏ 339 MB/5.1 GB 33 MB/s 2m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 7% ▕█ ▏ 339 MB/5.1 GB 33 MB/s 2m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 7% ▕█ ▏ 342 MB/5.1 GB 33 MB/s 2m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 7% ▕█ ▏ 359 MB/5.1 GB 38 MB/s 2m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 7% ▕█ ▏ 362 MB/5.1 GB 38 MB/s 2m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 7% ▕█ ▏ 365 MB/5.1 GB 38 MB/s 2m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 7% ▕█ ▏ 367 MB/5.1 GB 38 MB/s 2m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 7% ▕█ ▏ 367 MB/5.1 GB 38 MB/s 2m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 7% ▕█ ▏ 369 MB/5.1 GB 38 MB/s 2m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 7% ▕█ ▏ 379 MB/5.1 GB 38 MB/s 2m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 7% ▕█ ▏ 383 MB/5.1 GB 38 MB/s 2m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 8% ▕█ ▏ 391 MB/5.1 GB 38 MB/s 2m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 8% ▕█ ▏ 392 MB/5.1 GB 38 MB/s 2m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 8% ▕█ ▏ 392 MB/5.1 GB 43 MB/s 1m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 8% ▕█ ▏ 395 MB/5.1 GB 43 MB/s 1m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 8% ▕█ ▏ 407 MB/5.1 GB 43 MB/s 1m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 8% ▕█ ▏ 409 MB/5.1 GB 43 MB/s 1m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 8% ▕█ ▏ 412 MB/5.1 GB 43 MB/s 1m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 8% ▕█ ▏ 417 MB/5.1 GB 43 MB/s 1m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 8% ▕█ ▏ 418 MB/5.1 GB 43 MB/s 1m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 8% ▕█ ▏ 419 MB/5.1 GB 43 MB/s 1m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 8% ▕█ ▏ 428 MB/5.1 GB 43 MB/s 1m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 8% ▕█ ▏ 429 MB/5.1 GB 43 MB/s 1m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 8% ▕█ ▏ 431 MB/5.1 GB 42 MB/s 1m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 9% ▕█ ▏ 442 MB/5.1 GB 42 MB/s 1m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 9% ▕█ ▏ 443 MB/5.1 GB 42 MB/s 1m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 9% ▕█ ▏ 446 MB/5.1 GB 42 MB/s 1m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 9% ▕█ ▏ 455 MB/5.1 GB 42 MB/s 1m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 9% ▕█ ▏ 458 MB/5.1 GB 42 MB/s 1m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 9% ▕█ ▏ 467 MB/5.1 GB 42 MB/s 1m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 9% ▕█ ▏ 473 MB/5.1 GB 42 MB/s 1m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 9% ▕█ ▏ 477 MB/5.1 GB 42 MB/s 1m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 9% ▕█ ▏ 477 MB/5.1 GB 42 MB/s 1m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 9% ▕█ ▏ 477 MB/5.1 GB 42 MB/s 1m48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 9% ▕█ ▏ 478 MB/5.1 GB 42 MB/s 1m48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 9% ▕█ ▏ 484 MB/5.1 GB 42 MB/s 1m48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 10% ▕█ ▏ 491 MB/5.1 GB 42 MB/s 1m48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 10% ▕█ ▏ 496 MB/5.1 GB 42 MB/s 1m48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 10% ▕█ ▏ 507 MB/5.1 GB 42 MB/s 1m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 10% ▕█ ▏ 510 MB/5.1 GB 42 MB/s 1m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 10% ▕█ ▏ 511 MB/5.1 GB 42 MB/s 1m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 10% ▕█ ▏ 513 MB/5.1 GB 42 MB/s 1m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 10% ▕█ ▏ 514 MB/5.1 GB 42 MB/s 1m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 10% ▕█ ▏ 516 MB/5.1 GB 42 MB/s 1m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 10% ▕█ ▏ 526 MB/5.1 GB 43 MB/s 1m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 10% ▕█ ▏ 533 MB/5.1 GB 43 MB/s 1m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 10% ▕█ ▏ 534 MB/5.1 GB 43 MB/s 1m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 11% ▕█ ▏ 539 MB/5.1 GB 43 MB/s 1m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 11% ▕█ ▏ 547 MB/5.1 GB 43 MB/s 1m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 11% ▕█ ▏ 548 MB/5.1 GB 43 MB/s 1m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 11% ▕█ ▏ 552 MB/5.1 GB 43 MB/s 1m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 11% ▕█ ▏ 556 MB/5.1 GB 43 MB/s 1m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 11% ▕█ ▏ 557 MB/5.1 GB 43 MB/s 1m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 11% ▕█ ▏ 566 MB/5.1 GB 43 MB/s 1m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 11% ▕█ ▏ 568 MB/5.1 GB 44 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 11% ▕█ ▏ 569 MB/5.1 GB 44 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 11% ▕█ ▏ 571 MB/5.1 GB 44 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 11% ▕█ ▏ 573 MB/5.1 GB 44 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 11% ▕█ ▏ 583 MB/5.1 GB 44 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 11% ▕█ ▏ 587 MB/5.1 GB 44 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 12% ▕█ ▏ 598 MB/5.1 GB 44 MB/s 1m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 12% ▕█ ▏ 602 MB/5.1 GB 44 MB/s 1m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 12% ▕█ ▏ 605 MB/5.1 GB 44 MB/s 1m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 12% ▕█ ▏ 606 MB/5.1 GB 44 MB/s 1m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 12% ▕█ ▏ 606 MB/5.1 GB 43 MB/s 1m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 12% ▕█ ▏ 608 MB/5.1 GB 43 MB/s 1m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 12% ▕█ ▏ 613 MB/5.1 GB 43 MB/s 1m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 12% ▕█ ▏ 619 MB/5.1 GB 43 MB/s 1m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 12% ▕█ ▏ 622 MB/5.1 GB 43 MB/s 1m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 12% ▕█ ▏ 628 MB/5.1 GB 43 MB/s 1m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 12% ▕█ ▏ 630 MB/5.1 GB 43 MB/s 1m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 12% ▕█ ▏ 636 MB/5.1 GB 43 MB/s 1m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 12% ▕█ ▏ 641 MB/5.1 GB 43 MB/s 1m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 13% ▕██ ▏ 644 MB/5.1 GB 43 MB/s 1m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 13% ▕██ ▏ 651 MB/5.1 GB 43 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 13% ▕██ ▏ 654 MB/5.1 GB 43 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 13% ▕██ ▏ 657 MB/5.1 GB 43 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 13% ▕██ ▏ 667 MB/5.1 GB 43 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 13% ▕██ ▏ 670 MB/5.1 GB 43 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 13% ▕██ ▏ 670 MB/5.1 GB 43 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 13% ▕██ ▏ 671 MB/5.1 GB 43 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 13% ▕██ ▏ 682 MB/5.1 GB 43 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 13% ▕██ ▏ 683 MB/5.1 GB 43 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 13% ▕██ ▏ 686 MB/5.1 GB 43 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 13% ▕██ ▏ 691 MB/5.1 GB 42 MB/s 1m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 14% ▕██ ▏ 694 MB/5.1 GB 42 MB/s 1m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 14% ▕██ ▏ 702 MB/5.1 GB 42 MB/s 1m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 14% ▕██ ▏ 712 MB/5.1 GB 42 MB/s 1m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 14% ▕██ ▏ 712 MB/5.1 GB 42 MB/s 1m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 14% ▕██ ▏ 717 MB/5.1 GB 42 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 14% ▕██ ▏ 721 MB/5.1 GB 42 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 14% ▕██ ▏ 721 MB/5.1 GB 42 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 14% ▕██ ▏ 726 MB/5.1 GB 42 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 14% ▕██ ▏ 731 MB/5.1 GB 42 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 14% ▕██ ▏ 736 MB/5.1 GB 42 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 14% ▕██ ▏ 739 MB/5.1 GB 42 MB/s 1m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 15% ▕██ ▏ 748 MB/5.1 GB 42 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 15% ▕██ ▏ 752 MB/5.1 GB 42 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 15% ▕██ ▏ 761 MB/5.1 GB 42 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 15% ▕██ ▏ 762 MB/5.1 GB 42 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 15% ▕██ ▏ 764 MB/5.1 GB 42 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 15% ▕██ ▏ 769 MB/5.1 GB 42 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 15% ▕██ ▏ 773 MB/5.1 GB 42 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 15% ▕██ ▏ 776 MB/5.1 GB 42 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 15% ▕██ ▏ 782 MB/5.1 GB 42 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 15% ▕██ ▏ 788 MB/5.1 GB 43 MB/s 1m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 15% ▕██ ▏ 791 MB/5.1 GB 43 MB/s 1m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 16% ▕██ ▏ 799 MB/5.1 GB 43 MB/s 1m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 16% ▕██ ▏ 803 MB/5.1 GB 43 MB/s 1m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 16% ▕██ ▏ 804 MB/5.1 GB 43 MB/s 1m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 16% ▕██ ▏ 810 MB/5.1 GB 43 MB/s 1m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 16% ▕██ ▏ 812 MB/5.1 GB 43 MB/s 1m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 16% ▕██ ▏ 813 MB/5.1 GB 43 MB/s 1m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 16% ▕██ ▏ 815 MB/5.1 GB 43 MB/s 1m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 16% ▕██ ▏ 820 MB/5.1 GB 43 MB/s 1m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 16% ▕██ ▏ 822 MB/5.1 GB 43 MB/s 1m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 16% ▕██ ▏ 831 MB/5.1 GB 43 MB/s 1m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 16% ▕██ ▏ 833 MB/5.1 GB 43 MB/s 1m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 16% ▕██ ▏ 838 MB/5.1 GB 43 MB/s 1m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 16% ▕██ ▏ 842 MB/5.1 GB 43 MB/s 1m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 17% ▕██ ▏ 846 MB/5.1 GB 43 MB/s 1m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 17% ▕██ ▏ 849 MB/5.1 GB 43 MB/s 1m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 17% ▕██ ▏ 852 MB/5.1 GB 43 MB/s 1m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 17% ▕██ ▏ 857 MB/5.1 GB 43 MB/s 1m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 17% ▕██ ▏ 860 MB/5.1 GB 43 MB/s 1m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 17% ▕██ ▏ 868 MB/5.1 GB 43 MB/s 1m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 17% ▕██ ▏ 871 MB/5.1 GB 43 MB/s 1m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 17% ▕██ ▏ 871 MB/5.1 GB 43 MB/s 1m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 17% ▕██ ▏ 878 MB/5.1 GB 43 MB/s 1m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 17% ▕██ ▏ 886 MB/5.1 GB 43 MB/s 1m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 17% ▕██ ▏ 886 MB/5.1 GB 43 MB/s 1m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 17% ▕██ ▏ 891 MB/5.1 GB 43 MB/s 1m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 17% ▕██ ▏ 895 MB/5.1 GB 43 MB/s 1m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 17% ▕██ ▏ 895 MB/5.1 GB 43 MB/s 1m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 17% ▕██ ▏ 897 MB/5.1 GB 43 MB/s 1m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 18% ▕██ ▏ 898 MB/5.1 GB 41 MB/s 1m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 18% ▕██ ▏ 900 MB/5.1 GB 41 MB/s 1m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 18% ▕██ ▏ 903 MB/5.1 GB 41 MB/s 1m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 18% ▕██ ▏ 910 MB/5.1 GB 41 MB/s 1m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 18% ▕██ ▏ 918 MB/5.1 GB 41 MB/s 1m40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 18% ▕██ ▏ 920 MB/5.1 GB 41 MB/s 1m40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 18% ▕██ ▏ 924 MB/5.1 GB 41 MB/s 1m40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 18% ▕██ ▏ 929 MB/5.1 GB 41 MB/s 1m40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 18% ▕██ ▏ 931 MB/5.1 GB 41 MB/s 1m40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 18% ▕██ ▏ 949 MB/5.1 GB 41 MB/s 1m40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 19% ▕██ ▏ 951 MB/5.1 GB 41 MB/s 1m40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 19% ▕██ ▏ 953 MB/5.1 GB 42 MB/s 1m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 19% ▕██ ▏ 956 MB/5.1 GB 42 MB/s 1m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 19% ▕██ ▏ 957 MB/5.1 GB 42 MB/s 1m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 19% ▕██ ▏ 959 MB/5.1 GB 42 MB/s 1m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 19% ▕███ ▏ 962 MB/5.1 GB 42 MB/s 1m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 19% ▕███ ▏ 962 MB/5.1 GB 42 MB/s 1m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 19% ▕███ ▏ 968 MB/5.1 GB 42 MB/s 1m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 19% ▕███ ▏ 976 MB/5.1 GB 42 MB/s 1m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 19% ▕███ ▏ 976 MB/5.1 GB 42 MB/s 1m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 19% ▕███ ▏ 976 MB/5.1 GB 42 MB/s 1m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 19% ▕███ ▏ 982 MB/5.1 GB 41 MB/s 1m40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 19% ▕███ ▏ 984 MB/5.1 GB 41 MB/s 1m40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 19% ▕███ ▏ 993 MB/5.1 GB 41 MB/s 1m40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 19% ▕███ ▏ 997 MB/5.1 GB 41 MB/s 1m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 19% ▕███ ▏ 999 MB/5.1 GB 41 MB/s 1m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 20% ▕███ ▏ 1.0 GB/5.1 GB 41 MB/s 1m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 20% ▕███ ▏ 1.0 GB/5.1 GB 41 MB/s 1m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 20% ▕███ ▏ 1.0 GB/5.1 GB 41 MB/s 1m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 20% ▕███ ▏ 1.0 GB/5.1 GB 41 MB/s 1m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 20% ▕███ ▏ 1.0 GB/5.1 GB 41 MB/s 1m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 20% ▕███ ▏ 1.0 GB/5.1 GB 42 MB/s 1m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 20% ▕███ ▏ 1.0 GB/5.1 GB 42 MB/s 1m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 20% ▕███ ▏ 1.0 GB/5.1 GB 42 MB/s 1m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 20% ▕███ ▏ 1.0 GB/5.1 GB 42 MB/s 1m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 20% ▕███ ▏ 1.0 GB/5.1 GB 42 MB/s 1m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 20% ▕███ ▏ 1.0 GB/5.1 GB 42 MB/s 1m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 20% ▕███ ▏ 1.0 GB/5.1 GB 42 MB/s 1m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 21% ▕███ ▏ 1.1 GB/5.1 GB 42 MB/s 1m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 21% ▕███ ▏ 1.1 GB/5.1 GB 42 MB/s 1m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 21% ▕███ ▏ 1.1 GB/5.1 GB 42 MB/s 1m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 21% ▕███ ▏ 1.1 GB/5.1 GB 41 MB/s 1m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 21% ▕███ ▏ 1.1 GB/5.1 GB 41 MB/s 1m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 21% ▕███ ▏ 1.1 GB/5.1 GB 41 MB/s 1m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 21% ▕███ ▏ 1.1 GB/5.1 GB 41 MB/s 1m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 21% ▕███ ▏ 1.1 GB/5.1 GB 41 MB/s 1m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 21% ▕███ ▏ 1.1 GB/5.1 GB 41 MB/s 1m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 21% ▕███ ▏ 1.1 GB/5.1 GB 41 MB/s 1m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 21% ▕███ ▏ 1.1 GB/5.1 GB 41 MB/s 1m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 21% ▕███ ▏ 1.1 GB/5.1 GB 41 MB/s 1m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 21% ▕███ ▏ 1.1 GB/5.1 GB 41 MB/s 1m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 21% ▕███ ▏ 1.1 GB/5.1 GB 40 MB/s 1m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 22% ▕███ ▏ 1.1 GB/5.1 GB 40 MB/s 1m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 22% ▕███ ▏ 1.1 GB/5.1 GB 40 MB/s 1m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 22% ▕███ ▏ 1.1 GB/5.1 GB 40 MB/s 1m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 22% ▕███ ▏ 1.1 GB/5.1 GB 40 MB/s 1m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 22% ▕███ ▏ 1.1 GB/5.1 GB 40 MB/s 1m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 22% ▕███ ▏ 1.1 GB/5.1 GB 40 MB/s 1m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 22% ▕███ ▏ 1.1 GB/5.1 GB 40 MB/s 1m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 22% ▕███ ▏ 1.1 GB/5.1 GB 40 MB/s 1m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 22% ▕███ ▏ 1.1 GB/5.1 GB 40 MB/s 1m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 22% ▕███ ▏ 1.1 GB/5.1 GB 40 MB/s 1m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 22% ▕███ ▏ 1.1 GB/5.1 GB 39 MB/s 1m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 22% ▕███ ▏ 1.2 GB/5.1 GB 39 MB/s 1m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 22% ▕███ ▏ 1.2 GB/5.1 GB 39 MB/s 1m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 22% ▕███ ▏ 1.2 GB/5.1 GB 39 MB/s 1m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 22% ▕███ ▏ 1.2 GB/5.1 GB 39 MB/s 1m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 23% ▕███ ▏ 1.2 GB/5.1 GB 39 MB/s 1m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 23% ▕███ ▏ 1.2 GB/5.1 GB 39 MB/s 1m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 23% ▕███ ▏ 1.2 GB/5.1 GB 39 MB/s 1m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 23% ▕███ ▏ 1.2 GB/5.1 GB 39 MB/s 1m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 23% ▕███ ▏ 1.2 GB/5.1 GB 39 MB/s 1m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 23% ▕███ ▏ 1.2 GB/5.1 GB 39 MB/s 1m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 23% ▕███ ▏ 1.2 GB/5.1 GB 39 MB/s 1m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 23% ▕███ ▏ 1.2 GB/5.1 GB 39 MB/s 1m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 23% ▕███ ▏ 1.2 GB/5.1 GB 39 MB/s 1m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 23% ▕███ ▏ 1.2 GB/5.1 GB 39 MB/s 1m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 23% ▕███ ▏ 1.2 GB/5.1 GB 39 MB/s 1m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 23% ▕███ ▏ 1.2 GB/5.1 GB 39 MB/s 1m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 24% ▕███ ▏ 1.2 GB/5.1 GB 39 MB/s 1m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 24% ▕███ ▏ 1.2 GB/5.1 GB 39 MB/s 1m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 24% ▕███ ▏ 1.2 GB/5.1 GB 39 MB/s 1m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 24% ▕███ ▏ 1.2 GB/5.1 GB 38 MB/s 1m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 24% ▕███ ▏ 1.2 GB/5.1 GB 38 MB/s 1m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 24% ▕███ ▏ 1.2 GB/5.1 GB 38 MB/s 1m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 24% ▕███ ▏ 1.2 GB/5.1 GB 38 MB/s 1m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 24% ▕███ ▏ 1.2 GB/5.1 GB 38 MB/s 1m40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 24% ▕███ ▏ 1.2 GB/5.1 GB 38 MB/s 1m40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 24% ▕███ ▏ 1.2 GB/5.1 GB 38 MB/s 1m40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 24% ▕███ ▏ 1.2 GB/5.1 GB 38 MB/s 1m40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 24% ▕███ ▏ 1.2 GB/5.1 GB 38 MB/s 1m40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 24% ▕███ ▏ 1.2 GB/5.1 GB 38 MB/s 1m40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 24% ▕███ ▏ 1.3 GB/5.1 GB 39 MB/s 1m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 25% ▕███ ▏ 1.3 GB/5.1 GB 39 MB/s 1m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 25% ▕███ ▏ 1.3 GB/5.1 GB 39 MB/s 1m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 25% ▕███ ▏ 1.3 GB/5.1 GB 39 MB/s 1m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 25% ▕███ ▏ 1.3 GB/5.1 GB 39 MB/s 1m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 25% ▕███ ▏ 1.3 GB/5.1 GB 39 MB/s 1m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 25% ▕███ ▏ 1.3 GB/5.1 GB 39 MB/s 1m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 25% ▕███ ▏ 1.3 GB/5.1 GB 39 MB/s 1m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 25% ▕███ ▏ 1.3 GB/5.1 GB 39 MB/s 1m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 25% ▕████ ▏ 1.3 GB/5.1 GB 39 MB/s 1m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 25% ▕████ ▏ 1.3 GB/5.1 GB 37 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 25% ▕████ ▏ 1.3 GB/5.1 GB 37 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 25% ▕████ ▏ 1.3 GB/5.1 GB 37 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 25% ▕████ ▏ 1.3 GB/5.1 GB 37 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 25% ▕████ ▏ 1.3 GB/5.1 GB 37 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 25% ▕████ ▏ 1.3 GB/5.1 GB 37 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 26% ▕████ ▏ 1.3 GB/5.1 GB 37 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 26% ▕████ ▏ 1.3 GB/5.1 GB 37 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 26% ▕████ ▏ 1.3 GB/5.1 GB 37 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 26% ▕████ ▏ 1.3 GB/5.1 GB 37 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 26% ▕████ ▏ 1.3 GB/5.1 GB 37 MB/s 1m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 26% ▕████ ▏ 1.3 GB/5.1 GB 38 MB/s 1m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 26% ▕████ ▏ 1.3 GB/5.1 GB 38 MB/s 1m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 26% ▕████ ▏ 1.3 GB/5.1 GB 38 MB/s 1m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 26% ▕████ ▏ 1.3 GB/5.1 GB 38 MB/s 1m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 26% ▕████ ▏ 1.3 GB/5.1 GB 38 MB/s 1m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 26% ▕████ ▏ 1.4 GB/5.1 GB 38 MB/s 1m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 26% ▕████ ▏ 1.4 GB/5.1 GB 38 MB/s 1m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 26% ▕████ ▏ 1.4 GB/5.1 GB 38 MB/s 1m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 26% ▕████ ▏ 1.4 GB/5.1 GB 38 MB/s 1m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 27% ▕████ ▏ 1.4 GB/5.1 GB 38 MB/s 1m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 27% ▕████ ▏ 1.4 GB/5.1 GB 37 MB/s 1m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 27% ▕████ ▏ 1.4 GB/5.1 GB 37 MB/s 1m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 27% ▕████ ▏ 1.4 GB/5.1 GB 37 MB/s 1m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 27% ▕████ ▏ 1.4 GB/5.1 GB 37 MB/s 1m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 27% ▕████ ▏ 1.4 GB/5.1 GB 37 MB/s 1m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 27% ▕████ ▏ 1.4 GB/5.1 GB 37 MB/s 1m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 27% ▕████ ▏ 1.4 GB/5.1 GB 37 MB/s 1m40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 27% ▕████ ▏ 1.4 GB/5.1 GB 37 MB/s 1m40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 27% ▕████ ▏ 1.4 GB/5.1 GB 37 MB/s 1m40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 27% ▕████ ▏ 1.4 GB/5.1 GB 37 MB/s 1m40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 27% ▕████ ▏ 1.4 GB/5.1 GB 37 MB/s 1m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 27% ▕████ ▏ 1.4 GB/5.1 GB 37 MB/s 1m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 28% ▕████ ▏ 1.4 GB/5.1 GB 37 MB/s 1m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 28% ▕████ ▏ 1.4 GB/5.1 GB 37 MB/s 1m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 28% ▕████ ▏ 1.4 GB/5.1 GB 37 MB/s 1m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 28% ▕████ ▏ 1.4 GB/5.1 GB 37 MB/s 1m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 28% ▕████ ▏ 1.4 GB/5.1 GB 37 MB/s 1m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 28% ▕████ ▏ 1.4 GB/5.1 GB 37 MB/s 1m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 28% ▕████ ▏ 1.4 GB/5.1 GB 37 MB/s 1m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 28% ▕████ ▏ 1.4 GB/5.1 GB 37 MB/s 1m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 28% ▕████ ▏ 1.5 GB/5.1 GB 38 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 28% ▕████ ▏ 1.5 GB/5.1 GB 38 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 29% ▕████ ▏ 1.5 GB/5.1 GB 38 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 29% ▕████ ▏ 1.5 GB/5.1 GB 38 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 29% ▕████ ▏ 1.5 GB/5.1 GB 38 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 29% ▕████ ▏ 1.5 GB/5.1 GB 38 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 29% ▕████ ▏ 1.5 GB/5.1 GB 38 MB/s 1m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 29% ▕████ ▏ 1.5 GB/5.1 GB 38 MB/s 1m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 29% ▕████ ▏ 1.5 GB/5.1 GB 38 MB/s 1m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 29% ▕████ ▏ 1.5 GB/5.1 GB 38 MB/s 1m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 29% ▕████ ▏ 1.5 GB/5.1 GB 39 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 29% ▕████ ▏ 1.5 GB/5.1 GB 39 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 29% ▕████ ▏ 1.5 GB/5.1 GB 39 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 29% ▕████ ▏ 1.5 GB/5.1 GB 39 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 30% ▕████ ▏ 1.5 GB/5.1 GB 39 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 30% ▕████ ▏ 1.5 GB/5.1 GB 39 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 30% ▕████ ▏ 1.5 GB/5.1 GB 39 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 30% ▕████ ▏ 1.5 GB/5.1 GB 39 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 30% ▕████ ▏ 1.5 GB/5.1 GB 39 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 30% ▕████ ▏ 1.5 GB/5.1 GB 39 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 30% ▕████ ▏ 1.5 GB/5.1 GB 39 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 30% ▕████ ▏ 1.5 GB/5.1 GB 39 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 30% ▕████ ▏ 1.5 GB/5.1 GB 39 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 30% ▕████ ▏ 1.5 GB/5.1 GB 39 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 30% ▕████ ▏ 1.6 GB/5.1 GB 39 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 30% ▕████ ▏ 1.6 GB/5.1 GB 39 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 30% ▕████ ▏ 1.6 GB/5.1 GB 39 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 30% ▕████ ▏ 1.6 GB/5.1 GB 39 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 31% ▕████ ▏ 1.6 GB/5.1 GB 39 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 31% ▕████ ▏ 1.6 GB/5.1 GB 39 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 31% ▕████ ▏ 1.6 GB/5.1 GB 39 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 31% ▕████ ▏ 1.6 GB/5.1 GB 40 MB/s 1m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 31% ▕████ ▏ 1.6 GB/5.1 GB 40 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 31% ▕████ ▏ 1.6 GB/5.1 GB 40 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 31% ▕████ ▏ 1.6 GB/5.1 GB 40 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 31% ▕████ ▏ 1.6 GB/5.1 GB 40 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 31% ▕█████ ▏ 1.6 GB/5.1 GB 40 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 31% ▕█████ ▏ 1.6 GB/5.1 GB 40 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 31% ▕█████ ▏ 1.6 GB/5.1 GB 40 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 32% ▕█████ ▏ 1.6 GB/5.1 GB 40 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 32% ▕█████ ▏ 1.6 GB/5.1 GB 40 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 32% ▕█████ ▏ 1.6 GB/5.1 GB 41 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 32% ▕█████ ▏ 1.6 GB/5.1 GB 41 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 32% ▕█████ ▏ 1.6 GB/5.1 GB 41 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 32% ▕█████ ▏ 1.6 GB/5.1 GB 41 MB/s 1m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 32% ▕█████ ▏ 1.6 GB/5.1 GB 41 MB/s 1m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 32% ▕█████ ▏ 1.6 GB/5.1 GB 41 MB/s 1m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 32% ▕█████ ▏ 1.6 GB/5.1 GB 41 MB/s 1m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 32% ▕█████ ▏ 1.6 GB/5.1 GB 41 MB/s 1m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 32% ▕█████ ▏ 1.6 GB/5.1 GB 41 MB/s 1m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 32% ▕█████ ▏ 1.6 GB/5.1 GB 41 MB/s 1m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 32% ▕█████ ▏ 1.7 GB/5.1 GB 40 MB/s 1m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 32% ▕█████ ▏ 1.7 GB/5.1 GB 40 MB/s 1m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 32% ▕█████ ▏ 1.7 GB/5.1 GB 40 MB/s 1m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 32% ▕█████ ▏ 1.7 GB/5.1 GB 40 MB/s 1m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 33% ▕█████ ▏ 1.7 GB/5.1 GB 40 MB/s 1m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 33% ▕█████ ▏ 1.7 GB/5.1 GB 40 MB/s 1m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 33% ▕█████ ▏ 1.7 GB/5.1 GB 40 MB/s 1m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 33% ▕█████ ▏ 1.7 GB/5.1 GB 40 MB/s 1m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 33% ▕█████ ▏ 1.7 GB/5.1 GB 40 MB/s 1m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 33% ▕█████ ▏ 1.7 GB/5.1 GB 40 MB/s 1m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 33% ▕█████ ▏ 1.7 GB/5.1 GB 40 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 33% ▕█████ ▏ 1.7 GB/5.1 GB 40 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 33% ▕█████ ▏ 1.7 GB/5.1 GB 40 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 33% ▕█████ ▏ 1.7 GB/5.1 GB 40 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 33% ▕█████ ▏ 1.7 GB/5.1 GB 40 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 33% ▕█████ ▏ 1.7 GB/5.1 GB 40 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 33% ▕█████ ▏ 1.7 GB/5.1 GB 40 MB/s 1m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 33% ▕█████ ▏ 1.7 GB/5.1 GB 40 MB/s 1m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 34% ▕█████ ▏ 1.7 GB/5.1 GB 40 MB/s 1m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 34% ▕█████ ▏ 1.7 GB/5.1 GB 40 MB/s 1m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 34% ▕█████ ▏ 1.7 GB/5.1 GB 40 MB/s 1m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 34% ▕█████ ▏ 1.7 GB/5.1 GB 40 MB/s 1m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 34% ▕█████ ▏ 1.7 GB/5.1 GB 40 MB/s 1m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 34% ▕█████ ▏ 1.7 GB/5.1 GB 40 MB/s 1m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 34% ▕█████ ▏ 1.7 GB/5.1 GB 40 MB/s 1m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 34% ▕█████ ▏ 1.8 GB/5.1 GB 40 MB/s 1m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 34% ▕█████ ▏ 1.8 GB/5.1 GB 40 MB/s 1m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 34% ▕█████ ▏ 1.8 GB/5.1 GB 40 MB/s 1m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 34% ▕█████ ▏ 1.8 GB/5.1 GB 40 MB/s 1m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 34% ▕█████ ▏ 1.8 GB/5.1 GB 40 MB/s 1m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 34% ▕█████ ▏ 1.8 GB/5.1 GB 40 MB/s 1m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 34% ▕█████ ▏ 1.8 GB/5.1 GB 39 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 34% ▕█████ ▏ 1.8 GB/5.1 GB 39 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 35% ▕█████ ▏ 1.8 GB/5.1 GB 39 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 35% ▕█████ ▏ 1.8 GB/5.1 GB 39 MB/s 1m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 35% ▕█████ ▏ 1.8 GB/5.1 GB 39 MB/s 1m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 35% ▕█████ ▏ 1.8 GB/5.1 GB 39 MB/s 1m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 35% ▕█████ ▏ 1.8 GB/5.1 GB 39 MB/s 1m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 35% ▕█████ ▏ 1.8 GB/5.1 GB 39 MB/s 1m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 35% ▕█████ ▏ 1.8 GB/5.1 GB 39 MB/s 1m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 35% ▕█████ ▏ 1.8 GB/5.1 GB 39 MB/s 1m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 35% ▕█████ ▏ 1.8 GB/5.1 GB 39 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 35% ▕█████ ▏ 1.8 GB/5.1 GB 39 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 35% ▕█████ ▏ 1.8 GB/5.1 GB 39 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 35% ▕█████ ▏ 1.8 GB/5.1 GB 39 MB/s 1m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 36% ▕█████ ▏ 1.8 GB/5.1 GB 39 MB/s 1m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 36% ▕█████ ▏ 1.8 GB/5.1 GB 39 MB/s 1m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 36% ▕█████ ▏ 1.8 GB/5.1 GB 39 MB/s 1m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 36% ▕█████ ▏ 1.8 GB/5.1 GB 39 MB/s 1m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 36% ▕█████ ▏ 1.8 GB/5.1 GB 39 MB/s 1m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 36% ▕█████ ▏ 1.8 GB/5.1 GB 39 MB/s 1m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 36% ▕█████ ▏ 1.8 GB/5.1 GB 38 MB/s 1m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 36% ▕█████ ▏ 1.8 GB/5.1 GB 38 MB/s 1m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 36% ▕█████ ▏ 1.8 GB/5.1 GB 38 MB/s 1m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 36% ▕█████ ▏ 1.8 GB/5.1 GB 38 MB/s 1m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 36% ▕█████ ▏ 1.9 GB/5.1 GB 38 MB/s 1m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 36% ▕█████ ▏ 1.9 GB/5.1 GB 38 MB/s 1m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 36% ▕█████ ▏ 1.9 GB/5.1 GB 38 MB/s 1m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 36% ▕█████ ▏ 1.9 GB/5.1 GB 38 MB/s 1m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 36% ▕█████ ▏ 1.9 GB/5.1 GB 38 MB/s 1m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 36% ▕█████ ▏ 1.9 GB/5.1 GB 38 MB/s 1m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 37% ▕█████ ▏ 1.9 GB/5.1 GB 37 MB/s 1m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 37% ▕█████ ▏ 1.9 GB/5.1 GB 37 MB/s 1m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 37% ▕█████ ▏ 1.9 GB/5.1 GB 37 MB/s 1m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 37% ▕█████ ▏ 1.9 GB/5.1 GB 37 MB/s 1m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 37% ▕█████ ▏ 1.9 GB/5.1 GB 37 MB/s 1m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 37% ▕█████ ▏ 1.9 GB/5.1 GB 37 MB/s 1m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 37% ▕█████ ▏ 1.9 GB/5.1 GB 37 MB/s 1m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 37% ▕█████ ▏ 1.9 GB/5.1 GB 37 MB/s 1m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 37% ▕█████ ▏ 1.9 GB/5.1 GB 37 MB/s 1m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 37% ▕█████ ▏ 1.9 GB/5.1 GB 37 MB/s 1m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 37% ▕█████ ▏ 1.9 GB/5.1 GB 37 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 37% ▕█████ ▏ 1.9 GB/5.1 GB 37 MB/s 1m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 37% ▕█████ ▏ 1.9 GB/5.1 GB 37 MB/s 1m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 37% ▕█████ ▏ 1.9 GB/5.1 GB 37 MB/s 1m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 37% ▕█████ ▏ 1.9 GB/5.1 GB 37 MB/s 1m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 38% ▕██████ ▏ 1.9 GB/5.1 GB 37 MB/s 1m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 38% ▕██████ ▏ 1.9 GB/5.1 GB 37 MB/s 1m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 38% ▕██████ ▏ 1.9 GB/5.1 GB 37 MB/s 1m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 38% ▕██████ ▏ 1.9 GB/5.1 GB 37 MB/s 1m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 38% ▕██████ ▏ 1.9 GB/5.1 GB 37 MB/s 1m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 38% ▕██████ ▏ 1.9 GB/5.1 GB 37 MB/s 1m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 38% ▕██████ ▏ 1.9 GB/5.1 GB 34 MB/s 1m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 38% ▕██████ ▏ 1.9 GB/5.1 GB 34 MB/s 1m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 38% ▕██████ ▏ 1.9 GB/5.1 GB 34 MB/s 1m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 38% ▕██████ ▏ 2.0 GB/5.1 GB 34 MB/s 1m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 38% ▕██████ ▏ 2.0 GB/5.1 GB 34 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 38% ▕██████ ▏ 2.0 GB/5.1 GB 34 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 38% ▕██████ ▏ 2.0 GB/5.1 GB 34 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 38% ▕██████ ▏ 2.0 GB/5.1 GB 34 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 39% ▕██████ ▏ 2.0 GB/5.1 GB 34 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 39% ▕██████ ▏ 2.0 GB/5.1 GB 34 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 39% ▕██████ ▏ 2.0 GB/5.1 GB 36 MB/s 1m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 39% ▕██████ ▏ 2.0 GB/5.1 GB 36 MB/s 1m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 39% ▕██████ ▏ 2.0 GB/5.1 GB 36 MB/s 1m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 39% ▕██████ ▏ 2.0 GB/5.1 GB 36 MB/s 1m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 39% ▕██████ ▏ 2.0 GB/5.1 GB 36 MB/s 1m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 39% ▕██████ ▏ 2.0 GB/5.1 GB 36 MB/s 1m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 39% ▕██████ ▏ 2.0 GB/5.1 GB 36 MB/s 1m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 39% ▕██████ ▏ 2.0 GB/5.1 GB 36 MB/s 1m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 39% ▕██████ ▏ 2.0 GB/5.1 GB 36 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 39% ▕██████ ▏ 2.0 GB/5.1 GB 36 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 39% ▕██████ ▏ 2.0 GB/5.1 GB 36 MB/s 1m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 39% ▕██████ ▏ 2.0 GB/5.1 GB 36 MB/s 1m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 40% ▕██████ ▏ 2.0 GB/5.1 GB 36 MB/s 1m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 40% ▕██████ ▏ 2.0 GB/5.1 GB 36 MB/s 1m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 40% ▕██████ ▏ 2.0 GB/5.1 GB 36 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 40% ▕██████ ▏ 2.0 GB/5.1 GB 36 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 40% ▕██████ ▏ 2.1 GB/5.1 GB 36 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 40% ▕██████ ▏ 2.1 GB/5.1 GB 36 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 40% ▕██████ ▏ 2.1 GB/5.1 GB 36 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 40% ▕██████ ▏ 2.1 GB/5.1 GB 36 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 40% ▕██████ ▏ 2.1 GB/5.1 GB 37 MB/s 1m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 40% ▕██████ ▏ 2.1 GB/5.1 GB 37 MB/s 1m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 40% ▕██████ ▏ 2.1 GB/5.1 GB 37 MB/s 1m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 40% ▕██████ ▏ 2.1 GB/5.1 GB 37 MB/s 1m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 40% ▕██████ ▏ 2.1 GB/5.1 GB 37 MB/s 1m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 40% ▕██████ ▏ 2.1 GB/5.1 GB 37 MB/s 1m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 41% ▕██████ ▏ 2.1 GB/5.1 GB 37 MB/s 1m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 41% ▕██████ ▏ 2.1 GB/5.1 GB 37 MB/s 1m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 41% ▕██████ ▏ 2.1 GB/5.1 GB 37 MB/s 1m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 41% ▕██████ ▏ 2.1 GB/5.1 GB 37 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 41% ▕██████ ▏ 2.1 GB/5.1 GB 37 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 41% ▕██████ ▏ 2.1 GB/5.1 GB 36 MB/s 1m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 41% ▕██████ ▏ 2.1 GB/5.1 GB 36 MB/s 1m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 41% ▕██████ ▏ 2.1 GB/5.1 GB 36 MB/s 1m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 41% ▕██████ ▏ 2.1 GB/5.1 GB 36 MB/s 1m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 41% ▕██████ ▏ 2.1 GB/5.1 GB 36 MB/s 1m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 41% ▕██████ ▏ 2.1 GB/5.1 GB 36 MB/s 1m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 41% ▕██████ ▏ 2.1 GB/5.1 GB 36 MB/s 1m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 41% ▕██████ ▏ 2.1 GB/5.1 GB 36 MB/s 1m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 42% ▕██████ ▏ 2.1 GB/5.1 GB 36 MB/s 1m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 42% ▕██████ ▏ 2.1 GB/5.1 GB 36 MB/s 1m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 42% ▕██████ ▏ 2.1 GB/5.1 GB 36 MB/s 1m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 42% ▕██████ ▏ 2.1 GB/5.1 GB 36 MB/s 1m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 42% ▕██████ ▏ 2.1 GB/5.1 GB 36 MB/s 1m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 42% ▕██████ ▏ 2.2 GB/5.1 GB 36 MB/s 1m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 42% ▕██████ ▏ 2.2 GB/5.1 GB 36 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 42% ▕██████ ▏ 2.2 GB/5.1 GB 36 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 42% ▕██████ ▏ 2.2 GB/5.1 GB 36 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 42% ▕██████ ▏ 2.2 GB/5.1 GB 36 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 42% ▕██████ ▏ 2.2 GB/5.1 GB 36 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 42% ▕██████ ▏ 2.2 GB/5.1 GB 36 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 42% ▕██████ ▏ 2.2 GB/5.1 GB 37 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 43% ▕██████ ▏ 2.2 GB/5.1 GB 37 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 43% ▕██████ ▏ 2.2 GB/5.1 GB 37 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 43% ▕██████ ▏ 2.2 GB/5.1 GB 37 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 43% ▕██████ ▏ 2.2 GB/5.1 GB 37 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 43% ▕██████ ▏ 2.2 GB/5.1 GB 37 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 43% ▕██████ ▏ 2.2 GB/5.1 GB 37 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 43% ▕██████ ▏ 2.2 GB/5.1 GB 37 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 43% ▕██████ ▏ 2.2 GB/5.1 GB 37 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 43% ▕██████ ▏ 2.2 GB/5.1 GB 37 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 43% ▕██████ ▏ 2.2 GB/5.1 GB 38 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 44% ▕██████ ▏ 2.2 GB/5.1 GB 38 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 44% ▕██████ ▏ 2.2 GB/5.1 GB 38 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 44% ▕██████ ▏ 2.2 GB/5.1 GB 38 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 44% ▕██████ ▏ 2.2 GB/5.1 GB 38 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 44% ▕██████ ▏ 2.2 GB/5.1 GB 38 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 44% ▕███████ ▏ 2.2 GB/5.1 GB 38 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 44% ▕███████ ▏ 2.3 GB/5.1 GB 38 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 44% ▕███████ ▏ 2.3 GB/5.1 GB 38 MB/s 1m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 44% ▕███████ ▏ 2.3 GB/5.1 GB 38 MB/s 1m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 44% ▕███████ ▏ 2.3 GB/5.1 GB 40 MB/s 1m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 44% ▕███████ ▏ 2.3 GB/5.1 GB 40 MB/s 1m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 44% ▕███████ ▏ 2.3 GB/5.1 GB 40 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 45% ▕███████ ▏ 2.3 GB/5.1 GB 40 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 45% ▕███████ ▏ 2.3 GB/5.1 GB 40 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 45% ▕███████ ▏ 2.3 GB/5.1 GB 40 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 45% ▕███████ ▏ 2.3 GB/5.1 GB 40 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 45% ▕███████ ▏ 2.3 GB/5.1 GB 40 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 45% ▕███████ ▏ 2.3 GB/5.1 GB 40 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 45% ▕███████ ▏ 2.3 GB/5.1 GB 40 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 45% ▕███████ ▏ 2.3 GB/5.1 GB 40 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 45% ▕███████ ▏ 2.3 GB/5.1 GB 42 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 45% ▕███████ ▏ 2.3 GB/5.1 GB 42 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 45% ▕███████ ▏ 2.3 GB/5.1 GB 42 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 46% ▕███████ ▏ 2.3 GB/5.1 GB 42 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 46% ▕███████ ▏ 2.3 GB/5.1 GB 42 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 46% ▕███████ ▏ 2.3 GB/5.1 GB 42 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 46% ▕███████ ▏ 2.4 GB/5.1 GB 42 MB/s 1m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 46% ▕███████ ▏ 2.4 GB/5.1 GB 42 MB/s 1m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 46% ▕███████ ▏ 2.4 GB/5.1 GB 42 MB/s 1m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 46% ▕███████ ▏ 2.4 GB/5.1 GB 42 MB/s 1m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 46% ▕███████ ▏ 2.4 GB/5.1 GB 42 MB/s 1m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 46% ▕███████ ▏ 2.4 GB/5.1 GB 42 MB/s 1m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 46% ▕███████ ▏ 2.4 GB/5.1 GB 42 MB/s 1m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 47% ▕███████ ▏ 2.4 GB/5.1 GB 42 MB/s 1m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 47% ▕███████ ▏ 2.4 GB/5.1 GB 42 MB/s 1m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 47% ▕███████ ▏ 2.4 GB/5.1 GB 42 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 47% ▕███████ ▏ 2.4 GB/5.1 GB 42 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 47% ▕███████ ▏ 2.4 GB/5.1 GB 42 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 47% ▕███████ ▏ 2.4 GB/5.1 GB 42 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 47% ▕███████ ▏ 2.4 GB/5.1 GB 42 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 47% ▕███████ ▏ 2.4 GB/5.1 GB 44 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 47% ▕███████ ▏ 2.4 GB/5.1 GB 44 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 47% ▕███████ ▏ 2.4 GB/5.1 GB 44 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 47% ▕███████ ▏ 2.4 GB/5.1 GB 44 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 48% ▕███████ ▏ 2.4 GB/5.1 GB 44 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 48% ▕███████ ▏ 2.4 GB/5.1 GB 44 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 48% ▕███████ ▏ 2.4 GB/5.1 GB 44 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 48% ▕███████ ▏ 2.5 GB/5.1 GB 44 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 48% ▕███████ ▏ 2.5 GB/5.1 GB 44 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 48% ▕███████ ▏ 2.5 GB/5.1 GB 44 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 48% ▕███████ ▏ 2.5 GB/5.1 GB 43 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 48% ▕███████ ▏ 2.5 GB/5.1 GB 43 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 48% ▕███████ ▏ 2.5 GB/5.1 GB 43 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 48% ▕███████ ▏ 2.5 GB/5.1 GB 43 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 48% ▕███████ ▏ 2.5 GB/5.1 GB 43 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 48% ▕███████ ▏ 2.5 GB/5.1 GB 43 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 49% ▕███████ ▏ 2.5 GB/5.1 GB 43 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 49% ▕███████ ▏ 2.5 GB/5.1 GB 43 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 49% ▕███████ ▏ 2.5 GB/5.1 GB 43 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 49% ▕███████ ▏ 2.5 GB/5.1 GB 43 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 49% ▕███████ ▏ 2.5 GB/5.1 GB 43 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 49% ▕███████ ▏ 2.5 GB/5.1 GB 44 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 49% ▕███████ ▏ 2.5 GB/5.1 GB 44 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 49% ▕███████ ▏ 2.5 GB/5.1 GB 44 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 49% ▕███████ ▏ 2.5 GB/5.1 GB 44 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 49% ▕███████ ▏ 2.5 GB/5.1 GB 44 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 49% ▕███████ ▏ 2.5 GB/5.1 GB 44 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 49% ▕███████ ▏ 2.5 GB/5.1 GB 44 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 49% ▕███████ ▏ 2.5 GB/5.1 GB 44 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 50% ▕███████ ▏ 2.5 GB/5.1 GB 44 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 50% ▕███████ ▏ 2.5 GB/5.1 GB 44 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 50% ▕███████ ▏ 2.6 GB/5.1 GB 45 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 50% ▕███████ ▏ 2.6 GB/5.1 GB 45 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 50% ▕███████ ▏ 2.6 GB/5.1 GB 45 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 50% ▕███████ ▏ 2.6 GB/5.1 GB 45 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 50% ▕████████ ▏ 2.6 GB/5.1 GB 45 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 50% ▕████████ ▏ 2.6 GB/5.1 GB 45 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 50% ▕████████ ▏ 2.6 GB/5.1 GB 45 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 50% ▕████████ ▏ 2.6 GB/5.1 GB 45 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 50% ▕████████ ▏ 2.6 GB/5.1 GB 45 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 50% ▕████████ ▏ 2.6 GB/5.1 GB 45 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 50% ▕████████ ▏ 2.6 GB/5.1 GB 43 MB/s 59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 50% ▕████████ ▏ 2.6 GB/5.1 GB 43 MB/s 59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 50% ▕████████ ▏ 2.6 GB/5.1 GB 43 MB/s 59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 50% ▕████████ ▏ 2.6 GB/5.1 GB 43 MB/s 59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 50% ▕████████ ▏ 2.6 GB/5.1 GB 43 MB/s 59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 50% ▕████████ ▏ 2.6 GB/5.1 GB 43 MB/s 59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 50% ▕████████ ▏ 2.6 GB/5.1 GB 43 MB/s 59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 50% ▕████████ ▏ 2.6 GB/5.1 GB 43 MB/s 59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 50% ▕████████ ▏ 2.6 GB/5.1 GB 43 MB/s 59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 50% ▕████████ ▏ 2.6 GB/5.1 GB 43 MB/s 59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 50% ▕████████ ▏ 2.6 GB/5.1 GB 38 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 50% ▕████████ ▏ 2.6 GB/5.1 GB 38 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 50% ▕████████ ▏ 2.6 GB/5.1 GB 38 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 50% ▕████████ ▏ 2.6 GB/5.1 GB 38 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 50% ▕████████ ▏ 2.6 GB/5.1 GB 38 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 50% ▕████████ ▏ 2.6 GB/5.1 GB 38 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 50% ▕████████ ▏ 2.6 GB/5.1 GB 38 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 50% ▕████████ ▏ 2.6 GB/5.1 GB 38 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 50% ▕████████ ▏ 2.6 GB/5.1 GB 38 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 50% ▕████████ ▏ 2.6 GB/5.1 GB 38 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 50% ▕████████ ▏ 2.6 GB/5.1 GB 33 MB/s 1m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 50% ▕████████ ▏ 2.6 GB/5.1 GB 33 MB/s 1m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 50% ▕████████ ▏ 2.6 GB/5.1 GB 33 MB/s 1m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 51% ▕████████ ▏ 2.6 GB/5.1 GB 33 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 51% ▕████████ ▏ 2.6 GB/5.1 GB 33 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 51% ▕████████ ▏ 2.6 GB/5.1 GB 33 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 51% ▕████████ ▏ 2.6 GB/5.1 GB 33 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 51% ▕████████ ▏ 2.6 GB/5.1 GB 33 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 51% ▕████████ ▏ 2.6 GB/5.1 GB 33 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 51% ▕████████ ▏ 2.6 GB/5.1 GB 33 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 51% ▕████████ ▏ 2.6 GB/5.1 GB 33 MB/s 1m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 51% ▕████████ ▏ 2.6 GB/5.1 GB 33 MB/s 1m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 51% ▕████████ ▏ 2.6 GB/5.1 GB 33 MB/s 1m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 51% ▕████████ ▏ 2.6 GB/5.1 GB 33 MB/s 1m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 52% ▕████████ ▏ 2.6 GB/5.1 GB 33 MB/s 1m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 52% ▕████████ ▏ 2.6 GB/5.1 GB 33 MB/s 1m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 52% ▕████████ ▏ 2.6 GB/5.1 GB 33 MB/s 1m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 52% ▕████████ ▏ 2.7 GB/5.1 GB 33 MB/s 1m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 52% ▕████████ ▏ 2.7 GB/5.1 GB 33 MB/s 1m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 52% ▕████████ ▏ 2.7 GB/5.1 GB 33 MB/s 1m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 52% ▕████████ ▏ 2.7 GB/5.1 GB 33 MB/s 1m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 52% ▕████████ ▏ 2.7 GB/5.1 GB 33 MB/s 1m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 52% ▕████████ ▏ 2.7 GB/5.1 GB 33 MB/s 1m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 52% ▕████████ ▏ 2.7 GB/5.1 GB 33 MB/s 1m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 52% ▕████████ ▏ 2.7 GB/5.1 GB 33 MB/s 1m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 52% ▕████████ ▏ 2.7 GB/5.1 GB 33 MB/s 1m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 52% ▕████████ ▏ 2.7 GB/5.1 GB 33 MB/s 1m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 52% ▕████████ ▏ 2.7 GB/5.1 GB 33 MB/s 1m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 53% ▕████████ ▏ 2.7 GB/5.1 GB 33 MB/s 1m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 53% ▕████████ ▏ 2.7 GB/5.1 GB 33 MB/s 1m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 53% ▕████████ ▏ 2.7 GB/5.1 GB 33 MB/s 1m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 53% ▕████████ ▏ 2.7 GB/5.1 GB 31 MB/s 1m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 53% ▕████████ ▏ 2.7 GB/5.1 GB 31 MB/s 1m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 53% ▕████████ ▏ 2.7 GB/5.1 GB 31 MB/s 1m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 53% ▕████████ ▏ 2.7 GB/5.1 GB 31 MB/s 1m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 53% ▕████████ ▏ 2.7 GB/5.1 GB 31 MB/s 1m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 53% ▕████████ ▏ 2.7 GB/5.1 GB 31 MB/s 1m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 53% ▕████████ ▏ 2.7 GB/5.1 GB 31 MB/s 1m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 53% ▕████████ ▏ 2.7 GB/5.1 GB 31 MB/s 1m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 53% ▕████████ ▏ 2.7 GB/5.1 GB 31 MB/s 1m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 54% ▕████████ ▏ 2.7 GB/5.1 GB 31 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 54% ▕████████ ▏ 2.7 GB/5.1 GB 32 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 54% ▕████████ ▏ 2.8 GB/5.1 GB 32 MB/s 1m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 54% ▕████████ ▏ 2.8 GB/5.1 GB 32 MB/s 1m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 54% ▕████████ ▏ 2.8 GB/5.1 GB 32 MB/s 1m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 54% ▕████████ ▏ 2.8 GB/5.1 GB 32 MB/s 1m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 54% ▕████████ ▏ 2.8 GB/5.1 GB 32 MB/s 1m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 54% ▕████████ ▏ 2.8 GB/5.1 GB 32 MB/s 1m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 54% ▕████████ ▏ 2.8 GB/5.1 GB 32 MB/s 1m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 54% ▕████████ ▏ 2.8 GB/5.1 GB 32 MB/s 1m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 54% ▕████████ ▏ 2.8 GB/5.1 GB 32 MB/s 1m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 54% ▕████████ ▏ 2.8 GB/5.1 GB 32 MB/s 1m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 55% ▕████████ ▏ 2.8 GB/5.1 GB 32 MB/s 1m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 55% ▕████████ ▏ 2.8 GB/5.1 GB 32 MB/s 1m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 55% ▕████████ ▏ 2.8 GB/5.1 GB 32 MB/s 1m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 55% ▕████████ ▏ 2.8 GB/5.1 GB 32 MB/s 1m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 55% ▕████████ ▏ 2.8 GB/5.1 GB 32 MB/s 1m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 55% ▕████████ ▏ 2.8 GB/5.1 GB 32 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 55% ▕████████ ▏ 2.8 GB/5.1 GB 32 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 55% ▕████████ ▏ 2.8 GB/5.1 GB 32 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 55% ▕████████ ▏ 2.8 GB/5.1 GB 32 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 55% ▕████████ ▏ 2.8 GB/5.1 GB 32 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 55% ▕████████ ▏ 2.8 GB/5.1 GB 32 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 56% ▕████████ ▏ 2.8 GB/5.1 GB 32 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 56% ▕████████ ▏ 2.9 GB/5.1 GB 32 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 56% ▕████████ ▏ 2.9 GB/5.1 GB 32 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 56% ▕████████ ▏ 2.9 GB/5.1 GB 32 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 56% ▕████████ ▏ 2.9 GB/5.1 GB 32 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 56% ▕████████ ▏ 2.9 GB/5.1 GB 32 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 56% ▕████████ ▏ 2.9 GB/5.1 GB 32 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 56% ▕████████ ▏ 2.9 GB/5.1 GB 32 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 56% ▕████████ ▏ 2.9 GB/5.1 GB 32 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 56% ▕█████████ ▏ 2.9 GB/5.1 GB 35 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 56% ▕█████████ ▏ 2.9 GB/5.1 GB 35 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 56% ▕█████████ ▏ 2.9 GB/5.1 GB 35 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 57% ▕█████████ ▏ 2.9 GB/5.1 GB 35 MB/s 1m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 57% ▕█████████ ▏ 2.9 GB/5.1 GB 35 MB/s 1m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 57% ▕█████████ ▏ 2.9 GB/5.1 GB 35 MB/s 1m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 57% ▕█████████ ▏ 2.9 GB/5.1 GB 35 MB/s 1m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 57% ▕█████████ ▏ 2.9 GB/5.1 GB 35 MB/s 1m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 57% ▕█████████ ▏ 2.9 GB/5.1 GB 35 MB/s 1m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 57% ▕█████████ ▏ 2.9 GB/5.1 GB 35 MB/s 1m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 57% ▕█████████ ▏ 2.9 GB/5.1 GB 40 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 57% ▕█████████ ▏ 2.9 GB/5.1 GB 40 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 57% ▕█████████ ▏ 2.9 GB/5.1 GB 40 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 57% ▕█████████ ▏ 2.9 GB/5.1 GB 40 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 57% ▕█████████ ▏ 2.9 GB/5.1 GB 40 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 58% ▕█████████ ▏ 3.0 GB/5.1 GB 40 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 58% ▕█████████ ▏ 3.0 GB/5.1 GB 40 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 58% ▕█████████ ▏ 3.0 GB/5.1 GB 40 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 58% ▕█████████ ▏ 3.0 GB/5.1 GB 40 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 58% ▕█████████ ▏ 3.0 GB/5.1 GB 40 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 58% ▕█████████ ▏ 3.0 GB/5.1 GB 43 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 58% ▕█████████ ▏ 3.0 GB/5.1 GB 43 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 58% ▕█████████ ▏ 3.0 GB/5.1 GB 43 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 58% ▕█████████ ▏ 3.0 GB/5.1 GB 43 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 58% ▕█████████ ▏ 3.0 GB/5.1 GB 43 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 58% ▕█████████ ▏ 3.0 GB/5.1 GB 43 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 58% ▕█████████ ▏ 3.0 GB/5.1 GB 43 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 59% ▕█████████ ▏ 3.0 GB/5.1 GB 43 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 59% ▕█████████ ▏ 3.0 GB/5.1 GB 43 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 59% ▕█████████ ▏ 3.0 GB/5.1 GB 43 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 59% ▕█████████ ▏ 3.0 GB/5.1 GB 42 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 59% ▕█████████ ▏ 3.0 GB/5.1 GB 42 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 59% ▕█████████ ▏ 3.0 GB/5.1 GB 42 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 59% ▕█████████ ▏ 3.0 GB/5.1 GB 42 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 59% ▕█████████ ▏ 3.0 GB/5.1 GB 42 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 59% ▕█████████ ▏ 3.0 GB/5.1 GB 42 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 59% ▕█████████ ▏ 3.0 GB/5.1 GB 42 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 59% ▕█████████ ▏ 3.0 GB/5.1 GB 42 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 59% ▕█████████ ▏ 3.0 GB/5.1 GB 42 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 59% ▕█████████ ▏ 3.0 GB/5.1 GB 42 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 59% ▕█████████ ▏ 3.0 GB/5.1 GB 42 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 59% ▕█████████ ▏ 3.1 GB/5.1 GB 42 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 60% ▕█████████ ▏ 3.1 GB/5.1 GB 42 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 60% ▕█████████ ▏ 3.1 GB/5.1 GB 42 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 60% ▕█████████ ▏ 3.1 GB/5.1 GB 42 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 60% ▕█████████ ▏ 3.1 GB/5.1 GB 42 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 60% ▕█████████ ▏ 3.1 GB/5.1 GB 42 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 60% ▕█████████ ▏ 3.1 GB/5.1 GB 42 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 60% ▕█████████ ▏ 3.1 GB/5.1 GB 42 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 60% ▕█████████ ▏ 3.1 GB/5.1 GB 42 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 60% ▕█████████ ▏ 3.1 GB/5.1 GB 42 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 60% ▕█████████ ▏ 3.1 GB/5.1 GB 43 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 60% ▕█████████ ▏ 3.1 GB/5.1 GB 43 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 60% ▕█████████ ▏ 3.1 GB/5.1 GB 43 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 61% ▕█████████ ▏ 3.1 GB/5.1 GB 43 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 61% ▕█████████ ▏ 3.1 GB/5.1 GB 43 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 61% ▕█████████ ▏ 3.1 GB/5.1 GB 43 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 61% ▕█████████ ▏ 3.1 GB/5.1 GB 43 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 61% ▕█████████ ▏ 3.1 GB/5.1 GB 43 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 61% ▕█████████ ▏ 3.1 GB/5.1 GB 43 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 61% ▕█████████ ▏ 3.1 GB/5.1 GB 43 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 61% ▕█████████ ▏ 3.1 GB/5.1 GB 42 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 61% ▕█████████ ▏ 3.1 GB/5.1 GB 42 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 61% ▕█████████ ▏ 3.1 GB/5.1 GB 42 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 61% ▕█████████ ▏ 3.2 GB/5.1 GB 42 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 62% ▕█████████ ▏ 3.2 GB/5.1 GB 42 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 62% ▕█████████ ▏ 3.2 GB/5.1 GB 42 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 62% ▕█████████ ▏ 3.2 GB/5.1 GB 42 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 62% ▕█████████ ▏ 3.2 GB/5.1 GB 42 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 62% ▕█████████ ▏ 3.2 GB/5.1 GB 42 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 62% ▕█████████ ▏ 3.2 GB/5.1 GB 42 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 62% ▕█████████ ▏ 3.2 GB/5.1 GB 43 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 62% ▕█████████ ▏ 3.2 GB/5.1 GB 43 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 62% ▕█████████ ▏ 3.2 GB/5.1 GB 43 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 62% ▕█████████ ▏ 3.2 GB/5.1 GB 43 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 62% ▕█████████ ▏ 3.2 GB/5.1 GB 43 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 63% ▕██████████ ▏ 3.2 GB/5.1 GB 43 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 63% ▕██████████ ▏ 3.2 GB/5.1 GB 43 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 63% ▕██████████ ▏ 3.2 GB/5.1 GB 43 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 63% ▕██████████ ▏ 3.2 GB/5.1 GB 43 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 63% ▕██████████ ▏ 3.2 GB/5.1 GB 43 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 63% ▕██████████ ▏ 3.2 GB/5.1 GB 42 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 63% ▕██████████ ▏ 3.2 GB/5.1 GB 42 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 63% ▕██████████ ▏ 3.2 GB/5.1 GB 42 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 63% ▕██████████ ▏ 3.2 GB/5.1 GB 42 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 63% ▕██████████ ▏ 3.2 GB/5.1 GB 42 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 63% ▕██████████ ▏ 3.2 GB/5.1 GB 42 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 63% ▕██████████ ▏ 3.3 GB/5.1 GB 42 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 64% ▕██████████ ▏ 3.3 GB/5.1 GB 42 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 64% ▕██████████ ▏ 3.3 GB/5.1 GB 42 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 64% ▕██████████ ▏ 3.3 GB/5.1 GB 42 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 64% ▕██████████ ▏ 3.3 GB/5.1 GB 43 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 64% ▕██████████ ▏ 3.3 GB/5.1 GB 43 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 64% ▕██████████ ▏ 3.3 GB/5.1 GB 43 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 64% ▕██████████ ▏ 3.3 GB/5.1 GB 43 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 64% ▕██████████ ▏ 3.3 GB/5.1 GB 43 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 64% ▕██████████ ▏ 3.3 GB/5.1 GB 43 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 64% ▕██████████ ▏ 3.3 GB/5.1 GB 43 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 64% ▕██████████ ▏ 3.3 GB/5.1 GB 43 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 64% ▕██████████ ▏ 3.3 GB/5.1 GB 43 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 64% ▕██████████ ▏ 3.3 GB/5.1 GB 43 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 64% ▕██████████ ▏ 3.3 GB/5.1 GB 43 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 65% ▕██████████ ▏ 3.3 GB/5.1 GB 41 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 65% ▕██████████ ▏ 3.3 GB/5.1 GB 41 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 65% ▕██████████ ▏ 3.3 GB/5.1 GB 41 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 65% ▕██████████ ▏ 3.3 GB/5.1 GB 41 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 65% ▕██████████ ▏ 3.3 GB/5.1 GB 41 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 65% ▕██████████ ▏ 3.3 GB/5.1 GB 41 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 65% ▕██████████ ▏ 3.3 GB/5.1 GB 41 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 65% ▕██████████ ▏ 3.3 GB/5.1 GB 41 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 65% ▕██████████ ▏ 3.3 GB/5.1 GB 41 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 65% ▕██████████ ▏ 3.4 GB/5.1 GB 41 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 66% ▕██████████ ▏ 3.4 GB/5.1 GB 43 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 66% ▕██████████ ▏ 3.4 GB/5.1 GB 43 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 66% ▕██████████ ▏ 3.4 GB/5.1 GB 43 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 66% ▕██████████ ▏ 3.4 GB/5.1 GB 43 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 66% ▕██████████ ▏ 3.4 GB/5.1 GB 43 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 66% ▕██████████ ▏ 3.4 GB/5.1 GB 43 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 66% ▕██████████ ▏ 3.4 GB/5.1 GB 43 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 66% ▕██████████ ▏ 3.4 GB/5.1 GB 43 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 66% ▕██████████ ▏ 3.4 GB/5.1 GB 43 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 66% ▕██████████ ▏ 3.4 GB/5.1 GB 43 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 66% ▕██████████ ▏ 3.4 GB/5.1 GB 42 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 66% ▕██████████ ▏ 3.4 GB/5.1 GB 42 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 66% ▕██████████ ▏ 3.4 GB/5.1 GB 42 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 66% ▕██████████ ▏ 3.4 GB/5.1 GB 42 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 66% ▕██████████ ▏ 3.4 GB/5.1 GB 42 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 67% ▕██████████ ▏ 3.4 GB/5.1 GB 42 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 67% ▕██████████ ▏ 3.4 GB/5.1 GB 42 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 67% ▕██████████ ▏ 3.4 GB/5.1 GB 42 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 67% ▕██████████ ▏ 3.4 GB/5.1 GB 42 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 67% ▕██████████ ▏ 3.4 GB/5.1 GB 42 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 67% ▕██████████ ▏ 3.4 GB/5.1 GB 43 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 67% ▕██████████ ▏ 3.4 GB/5.1 GB 43 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 67% ▕██████████ ▏ 3.5 GB/5.1 GB 43 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 67% ▕██████████ ▏ 3.5 GB/5.1 GB 43 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 67% ▕██████████ ▏ 3.5 GB/5.1 GB 43 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 67% ▕██████████ ▏ 3.5 GB/5.1 GB 43 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 67% ▕██████████ ▏ 3.5 GB/5.1 GB 43 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 68% ▕██████████ ▏ 3.5 GB/5.1 GB 43 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 68% ▕██████████ ▏ 3.5 GB/5.1 GB 43 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 68% ▕██████████ ▏ 3.5 GB/5.1 GB 43 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 68% ▕██████████ ▏ 3.5 GB/5.1 GB 42 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 68% ▕██████████ ▏ 3.5 GB/5.1 GB 42 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 68% ▕██████████ ▏ 3.5 GB/5.1 GB 42 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 68% ▕██████████ ▏ 3.5 GB/5.1 GB 42 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 68% ▕██████████ ▏ 3.5 GB/5.1 GB 42 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 68% ▕██████████ ▏ 3.5 GB/5.1 GB 42 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 68% ▕██████████ ▏ 3.5 GB/5.1 GB 42 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 68% ▕██████████ ▏ 3.5 GB/5.1 GB 42 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 69% ▕██████████ ▏ 3.5 GB/5.1 GB 42 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 69% ▕██████████ ▏ 3.5 GB/5.1 GB 42 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 69% ▕██████████ ▏ 3.5 GB/5.1 GB 42 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 69% ▕███████████ ▏ 3.5 GB/5.1 GB 43 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 69% ▕███████████ ▏ 3.5 GB/5.1 GB 43 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 69% ▕███████████ ▏ 3.5 GB/5.1 GB 43 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 69% ▕███████████ ▏ 3.5 GB/5.1 GB 43 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 69% ▕███████████ ▏ 3.5 GB/5.1 GB 43 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 69% ▕███████████ ▏ 3.5 GB/5.1 GB 43 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 69% ▕███████████ ▏ 3.5 GB/5.1 GB 43 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 69% ▕███████████ ▏ 3.5 GB/5.1 GB 43 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 69% ▕███████████ ▏ 3.5 GB/5.1 GB 43 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 69% ▕███████████ ▏ 3.6 GB/5.1 GB 43 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 69% ▕███████████ ▏ 3.6 GB/5.1 GB 40 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 69% ▕███████████ ▏ 3.6 GB/5.1 GB 40 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 69% ▕███████████ ▏ 3.6 GB/5.1 GB 40 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 69% ▕███████████ ▏ 3.6 GB/5.1 GB 40 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 70% ▕███████████ ▏ 3.6 GB/5.1 GB 40 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 70% ▕███████████ ▏ 3.6 GB/5.1 GB 40 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 70% ▕███████████ ▏ 3.6 GB/5.1 GB 40 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 70% ▕███████████ ▏ 3.6 GB/5.1 GB 40 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 70% ▕███████████ ▏ 3.6 GB/5.1 GB 40 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 70% ▕███████████ ▏ 3.6 GB/5.1 GB 40 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 70% ▕███████████ ▏ 3.6 GB/5.1 GB 41 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 70% ▕███████████ ▏ 3.6 GB/5.1 GB 41 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 70% ▕███████████ ▏ 3.6 GB/5.1 GB 41 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 70% ▕███████████ ▏ 3.6 GB/5.1 GB 41 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 71% ▕███████████ ▏ 3.6 GB/5.1 GB 41 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 71% ▕███████████ ▏ 3.6 GB/5.1 GB 41 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 71% ▕███████████ ▏ 3.6 GB/5.1 GB 41 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 71% ▕███████████ ▏ 3.6 GB/5.1 GB 41 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 71% ▕███████████ ▏ 3.6 GB/5.1 GB 41 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 71% ▕███████████ ▏ 3.6 GB/5.1 GB 41 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 71% ▕███████████ ▏ 3.6 GB/5.1 GB 39 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 71% ▕███████████ ▏ 3.6 GB/5.1 GB 39 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 71% ▕███████████ ▏ 3.6 GB/5.1 GB 39 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 71% ▕███████████ ▏ 3.6 GB/5.1 GB 39 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 71% ▕███████████ ▏ 3.7 GB/5.1 GB 39 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 71% ▕███████████ ▏ 3.7 GB/5.1 GB 39 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 72% ▕███████████ ▏ 3.7 GB/5.1 GB 39 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 72% ▕███████████ ▏ 3.7 GB/5.1 GB 39 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 72% ▕███████████ ▏ 3.7 GB/5.1 GB 39 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 72% ▕███████████ ▏ 3.7 GB/5.1 GB 39 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 72% ▕███████████ ▏ 3.7 GB/5.1 GB 41 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 72% ▕███████████ ▏ 3.7 GB/5.1 GB 41 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 72% ▕███████████ ▏ 3.7 GB/5.1 GB 41 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 72% ▕███████████ ▏ 3.7 GB/5.1 GB 41 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 72% ▕███████████ ▏ 3.7 GB/5.1 GB 41 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 72% ▕███████████ ▏ 3.7 GB/5.1 GB 41 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 72% ▕███████████ ▏ 3.7 GB/5.1 GB 41 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 72% ▕███████████ ▏ 3.7 GB/5.1 GB 41 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 72% ▕███████████ ▏ 3.7 GB/5.1 GB 41 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 73% ▕███████████ ▏ 3.7 GB/5.1 GB 41 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 73% ▕███████████ ▏ 3.7 GB/5.1 GB 41 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 73% ▕███████████ ▏ 3.7 GB/5.1 GB 40 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 73% ▕███████████ ▏ 3.7 GB/5.1 GB 40 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 73% ▕███████████ ▏ 3.7 GB/5.1 GB 40 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 73% ▕███████████ ▏ 3.7 GB/5.1 GB 40 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 73% ▕███████████ ▏ 3.7 GB/5.1 GB 40 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 73% ▕███████████ ▏ 3.7 GB/5.1 GB 40 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 73% ▕███████████ ▏ 3.8 GB/5.1 GB 40 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 73% ▕███████████ ▏ 3.8 GB/5.1 GB 40 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 73% ▕███████████ ▏ 3.8 GB/5.1 GB 40 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 73% ▕███████████ ▏ 3.8 GB/5.1 GB 40 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 73% ▕███████████ ▏ 3.8 GB/5.1 GB 41 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 73% ▕███████████ ▏ 3.8 GB/5.1 GB 41 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 73% ▕███████████ ▏ 3.8 GB/5.1 GB 41 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 74% ▕███████████ ▏ 3.8 GB/5.1 GB 41 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 74% ▕███████████ ▏ 3.8 GB/5.1 GB 41 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 74% ▕███████████ ▏ 3.8 GB/5.1 GB 41 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 74% ▕███████████ ▏ 3.8 GB/5.1 GB 41 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 74% ▕███████████ ▏ 3.8 GB/5.1 GB 41 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 74% ▕███████████ ▏ 3.8 GB/5.1 GB 41 MB/s 31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 74% ▕███████████ ▏ 3.8 GB/5.1 GB 41 MB/s 31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 74% ▕███████████ ▏ 3.8 GB/5.1 GB 40 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 74% ▕███████████ ▏ 3.8 GB/5.1 GB 40 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 74% ▕███████████ ▏ 3.8 GB/5.1 GB 40 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 74% ▕███████████ ▏ 3.8 GB/5.1 GB 40 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 74% ▕███████████ ▏ 3.8 GB/5.1 GB 40 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 74% ▕███████████ ▏ 3.8 GB/5.1 GB 40 MB/s 31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 75% ▕███████████ ▏ 3.8 GB/5.1 GB 40 MB/s 31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 75% ▕███████████ ▏ 3.8 GB/5.1 GB 40 MB/s 31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 75% ▕███████████ ▏ 3.8 GB/5.1 GB 40 MB/s 31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 75% ▕████████████ ▏ 3.8 GB/5.1 GB 40 MB/s 31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 75% ▕████████████ ▏ 3.9 GB/5.1 GB 41 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 75% ▕████████████ ▏ 3.9 GB/5.1 GB 41 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 75% ▕████████████ ▏ 3.9 GB/5.1 GB 41 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 75% ▕████████████ ▏ 3.9 GB/5.1 GB 41 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 75% ▕████████████ ▏ 3.9 GB/5.1 GB 41 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 76% ▕████████████ ▏ 3.9 GB/5.1 GB 41 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 76% ▕████████████ ▏ 3.9 GB/5.1 GB 41 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 76% ▕████████████ ▏ 3.9 GB/5.1 GB 41 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 76% ▕████████████ ▏ 3.9 GB/5.1 GB 41 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 76% ▕████████████ ▏ 3.9 GB/5.1 GB 41 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 76% ▕████████████ ▏ 3.9 GB/5.1 GB 41 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 76% ▕████████████ ▏ 3.9 GB/5.1 GB 41 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 76% ▕████████████ ▏ 3.9 GB/5.1 GB 41 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 76% ▕████████████ ▏ 3.9 GB/5.1 GB 41 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 76% ▕████████████ ▏ 3.9 GB/5.1 GB 41 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 76% ▕████████████ ▏ 3.9 GB/5.1 GB 41 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 76% ▕████████████ ▏ 3.9 GB/5.1 GB 41 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 77% ▕████████████ ▏ 3.9 GB/5.1 GB 41 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 77% ▕████████████ ▏ 3.9 GB/5.1 GB 41 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 77% ▕████████████ ▏ 3.9 GB/5.1 GB 41 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 77% ▕████████████ ▏ 3.9 GB/5.1 GB 41 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 77% ▕████████████ ▏ 3.9 GB/5.1 GB 43 MB/s 27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 77% ▕████████████ ▏ 4.0 GB/5.1 GB 43 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 77% ▕████████████ ▏ 4.0 GB/5.1 GB 43 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 77% ▕████████████ ▏ 4.0 GB/5.1 GB 43 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 77% ▕████████████ ▏ 4.0 GB/5.1 GB 43 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 77% ▕████████████ ▏ 4.0 GB/5.1 GB 43 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 77% ▕████████████ ▏ 4.0 GB/5.1 GB 43 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 77% ▕████████████ ▏ 4.0 GB/5.1 GB 43 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 77% ▕████████████ ▏ 4.0 GB/5.1 GB 43 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 77% ▕████████████ ▏ 4.0 GB/5.1 GB 43 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 78% ▕████████████ ▏ 4.0 GB/5.1 GB 42 MB/s 27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 78% ▕████████████ ▏ 4.0 GB/5.1 GB 42 MB/s 27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 78% ▕████████████ ▏ 4.0 GB/5.1 GB 42 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 78% ▕████████████ ▏ 4.0 GB/5.1 GB 42 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 78% ▕████████████ ▏ 4.0 GB/5.1 GB 42 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 78% ▕████████████ ▏ 4.0 GB/5.1 GB 42 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 78% ▕████████████ ▏ 4.0 GB/5.1 GB 42 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 78% ▕████████████ ▏ 4.0 GB/5.1 GB 42 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 78% ▕████████████ ▏ 4.0 GB/5.1 GB 42 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 78% ▕████████████ ▏ 4.0 GB/5.1 GB 42 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 78% ▕████████████ ▏ 4.0 GB/5.1 GB 42 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 78% ▕████████████ ▏ 4.0 GB/5.1 GB 42 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 78% ▕████████████ ▏ 4.0 GB/5.1 GB 42 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 78% ▕████████████ ▏ 4.0 GB/5.1 GB 42 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 78% ▕████████████ ▏ 4.0 GB/5.1 GB 42 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 78% ▕████████████ ▏ 4.0 GB/5.1 GB 42 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 78% ▕████████████ ▏ 4.0 GB/5.1 GB 42 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 79% ▕████████████ ▏ 4.0 GB/5.1 GB 42 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 79% ▕████████████ ▏ 4.0 GB/5.1 GB 42 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 79% ▕████████████ ▏ 4.1 GB/5.1 GB 42 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 79% ▕████████████ ▏ 4.1 GB/5.1 GB 41 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 79% ▕████████████ ▏ 4.1 GB/5.1 GB 41 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 79% ▕████████████ ▏ 4.1 GB/5.1 GB 41 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 79% ▕████████████ ▏ 4.1 GB/5.1 GB 41 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 79% ▕████████████ ▏ 4.1 GB/5.1 GB 41 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 79% ▕████████████ ▏ 4.1 GB/5.1 GB 41 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 80% ▕████████████ ▏ 4.1 GB/5.1 GB 41 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 80% ▕████████████ ▏ 4.1 GB/5.1 GB 41 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 80% ▕████████████ ▏ 4.1 GB/5.1 GB 41 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 80% ▕████████████ ▏ 4.1 GB/5.1 GB 41 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 80% ▕████████████ ▏ 4.1 GB/5.1 GB 42 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 80% ▕████████████ ▏ 4.1 GB/5.1 GB 42 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 80% ▕████████████ ▏ 4.1 GB/5.1 GB 42 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 80% ▕████████████ ▏ 4.1 GB/5.1 GB 42 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 80% ▕████████████ ▏ 4.1 GB/5.1 GB 42 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 80% ▕████████████ ▏ 4.1 GB/5.1 GB 42 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 80% ▕████████████ ▏ 4.1 GB/5.1 GB 42 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 80% ▕████████████ ▏ 4.1 GB/5.1 GB 42 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 80% ▕████████████ ▏ 4.1 GB/5.1 GB 42 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 80% ▕████████████ ▏ 4.1 GB/5.1 GB 42 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 80% ▕████████████ ▏ 4.1 GB/5.1 GB 42 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 80% ▕████████████ ▏ 4.1 GB/5.1 GB 40 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 81% ▕████████████ ▏ 4.1 GB/5.1 GB 40 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 81% ▕████████████ ▏ 4.1 GB/5.1 GB 40 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 81% ▕████████████ ▏ 4.1 GB/5.1 GB 40 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 81% ▕████████████ ▏ 4.2 GB/5.1 GB 40 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 81% ▕████████████ ▏ 4.2 GB/5.1 GB 40 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 81% ▕████████████ ▏ 4.2 GB/5.1 GB 40 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 81% ▕████████████ ▏ 4.2 GB/5.1 GB 40 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 81% ▕████████████ ▏ 4.2 GB/5.1 GB 40 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 81% ▕█████████████ ▏ 4.2 GB/5.1 GB 40 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 81% ▕█████████████ ▏ 4.2 GB/5.1 GB 40 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 81% ▕█████████████ ▏ 4.2 GB/5.1 GB 40 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 81% ▕█████████████ ▏ 4.2 GB/5.1 GB 40 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 82% ▕█████████████ ▏ 4.2 GB/5.1 GB 40 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 82% ▕█████████████ ▏ 4.2 GB/5.1 GB 40 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 82% ▕█████████████ ▏ 4.2 GB/5.1 GB 40 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 82% ▕█████████████ ▏ 4.2 GB/5.1 GB 40 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 82% ▕█████████████ ▏ 4.2 GB/5.1 GB 40 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 82% ▕█████████████ ▏ 4.2 GB/5.1 GB 40 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 82% ▕█████████████ ▏ 4.2 GB/5.1 GB 40 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 82% ▕█████████████ ▏ 4.2 GB/5.1 GB 40 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 82% ▕█████████████ ▏ 4.2 GB/5.1 GB 40 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 82% ▕█████████████ ▏ 4.2 GB/5.1 GB 40 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 82% ▕█████████████ ▏ 4.2 GB/5.1 GB 40 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 83% ▕█████████████ ▏ 4.2 GB/5.1 GB 40 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 83% ▕█████████████ ▏ 4.2 GB/5.1 GB 40 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 83% ▕█████████████ ▏ 4.2 GB/5.1 GB 40 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 83% ▕█████████████ ▏ 4.2 GB/5.1 GB 40 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 83% ▕█████████████ ▏ 4.3 GB/5.1 GB 40 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 83% ▕█████████████ ▏ 4.3 GB/5.1 GB 40 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 83% ▕█████████████ ▏ 4.3 GB/5.1 GB 39 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 83% ▕█████████████ ▏ 4.3 GB/5.1 GB 39 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 83% ▕█████████████ ▏ 4.3 GB/5.1 GB 39 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 83% ▕█████████████ ▏ 4.3 GB/5.1 GB 39 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 83% ▕█████████████ ▏ 4.3 GB/5.1 GB 39 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 83% ▕█████████████ ▏ 4.3 GB/5.1 GB 39 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 83% ▕█████████████ ▏ 4.3 GB/5.1 GB 39 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 83% ▕█████████████ ▏ 4.3 GB/5.1 GB 39 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 84% ▕█████████████ ▏ 4.3 GB/5.1 GB 39 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 84% ▕█████████████ ▏ 4.3 GB/5.1 GB 39 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 84% ▕█████████████ ▏ 4.3 GB/5.1 GB 38 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 84% ▕█████████████ ▏ 4.3 GB/5.1 GB 38 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 84% ▕█████████████ ▏ 4.3 GB/5.1 GB 38 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 84% ▕█████████████ ▏ 4.3 GB/5.1 GB 38 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 84% ▕█████████████ ▏ 4.3 GB/5.1 GB 38 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 84% ▕█████████████ ▏ 4.3 GB/5.1 GB 38 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 84% ▕█████████████ ▏ 4.3 GB/5.1 GB 38 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 84% ▕█████████████ ▏ 4.3 GB/5.1 GB 38 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 84% ▕█████████████ ▏ 4.3 GB/5.1 GB 38 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 84% ▕█████████████ ▏ 4.3 GB/5.1 GB 38 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 84% ▕█████████████ ▏ 4.3 GB/5.1 GB 38 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 84% ▕█████████████ ▏ 4.3 GB/5.1 GB 38 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 85% ▕█████████████ ▏ 4.3 GB/5.1 GB 38 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 85% ▕█████████████ ▏ 4.3 GB/5.1 GB 38 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 85% ▕█████████████ ▏ 4.3 GB/5.1 GB 38 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 85% ▕█████████████ ▏ 4.4 GB/5.1 GB 38 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 85% ▕█████████████ ▏ 4.4 GB/5.1 GB 38 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 85% ▕█████████████ ▏ 4.4 GB/5.1 GB 38 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 85% ▕█████████████ ▏ 4.4 GB/5.1 GB 38 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 85% ▕█████████████ ▏ 4.4 GB/5.1 GB 38 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 85% ▕█████████████ ▏ 4.4 GB/5.1 GB 38 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 85% ▕█████████████ ▏ 4.4 GB/5.1 GB 39 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 85% ▕█████████████ ▏ 4.4 GB/5.1 GB 39 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 85% ▕█████████████ ▏ 4.4 GB/5.1 GB 39 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 85% ▕█████████████ ▏ 4.4 GB/5.1 GB 39 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 85% ▕█████████████ ▏ 4.4 GB/5.1 GB 39 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 86% ▕█████████████ ▏ 4.4 GB/5.1 GB 39 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 86% ▕█████████████ ▏ 4.4 GB/5.1 GB 39 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 86% ▕█████████████ ▏ 4.4 GB/5.1 GB 39 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 86% ▕█████████████ ▏ 4.4 GB/5.1 GB 39 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 86% ▕█████████████ ▏ 4.4 GB/5.1 GB 39 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 86% ▕█████████████ ▏ 4.4 GB/5.1 GB 39 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 86% ▕█████████████ ▏ 4.4 GB/5.1 GB 39 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 86% ▕█████████████ ▏ 4.4 GB/5.1 GB 39 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 86% ▕█████████████ ▏ 4.4 GB/5.1 GB 39 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 86% ▕█████████████ ▏ 4.4 GB/5.1 GB 39 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 86% ▕█████████████ ▏ 4.4 GB/5.1 GB 39 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 86% ▕█████████████ ▏ 4.4 GB/5.1 GB 39 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 86% ▕█████████████ ▏ 4.4 GB/5.1 GB 39 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 86% ▕█████████████ ▏ 4.4 GB/5.1 GB 39 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 87% ▕█████████████ ▏ 4.4 GB/5.1 GB 39 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 87% ▕█████████████ ▏ 4.5 GB/5.1 GB 39 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 87% ▕█████████████ ▏ 4.5 GB/5.1 GB 39 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 87% ▕█████████████ ▏ 4.5 GB/5.1 GB 39 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 87% ▕█████████████ ▏ 4.5 GB/5.1 GB 39 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 87% ▕█████████████ ▏ 4.5 GB/5.1 GB 39 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 87% ▕█████████████ ▏ 4.5 GB/5.1 GB 39 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 87% ▕█████████████ ▏ 4.5 GB/5.1 GB 39 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 87% ▕█████████████ ▏ 4.5 GB/5.1 GB 39 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 87% ▕█████████████ ▏ 4.5 GB/5.1 GB 39 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 88% ▕██████████████ ▏ 4.5 GB/5.1 GB 39 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 88% ▕██████████████ ▏ 4.5 GB/5.1 GB 41 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 88% ▕██████████████ ▏ 4.5 GB/5.1 GB 41 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 88% ▕██████████████ ▏ 4.5 GB/5.1 GB 41 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 88% ▕██████████████ ▏ 4.5 GB/5.1 GB 41 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 88% ▕██████████████ ▏ 4.5 GB/5.1 GB 41 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 88% ▕██████████████ ▏ 4.5 GB/5.1 GB 41 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 88% ▕██████████████ ▏ 4.5 GB/5.1 GB 41 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 88% ▕██████████████ ▏ 4.5 GB/5.1 GB 41 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 88% ▕██████████████ ▏ 4.5 GB/5.1 GB 41 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 88% ▕██████████████ ▏ 4.5 GB/5.1 GB 41 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 88% ▕██████████████ ▏ 4.5 GB/5.1 GB 41 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 89% ▕██████████████ ▏ 4.5 GB/5.1 GB 40 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 89% ▕██████████████ ▏ 4.5 GB/5.1 GB 40 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 89% ▕██████████████ ▏ 4.6 GB/5.1 GB 40 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 89% ▕██████████████ ▏ 4.6 GB/5.1 GB 40 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 89% ▕██████████████ ▏ 4.6 GB/5.1 GB 40 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 89% ▕██████████████ ▏ 4.6 GB/5.1 GB 40 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 89% ▕██████████████ ▏ 4.6 GB/5.1 GB 40 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 89% ▕██████████████ ▏ 4.6 GB/5.1 GB 40 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 89% ▕██████████████ ▏ 4.6 GB/5.1 GB 40 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 89% ▕██████████████ ▏ 4.6 GB/5.1 GB 40 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 89% ▕██████████████ ▏ 4.6 GB/5.1 GB 40 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 89% ▕██████████████ ▏ 4.6 GB/5.1 GB 40 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 90% ▕██████████████ ▏ 4.6 GB/5.1 GB 40 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 90% ▕██████████████ ▏ 4.6 GB/5.1 GB 40 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 90% ▕██████████████ ▏ 4.6 GB/5.1 GB 40 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 90% ▕██████████████ ▏ 4.6 GB/5.1 GB 40 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 90% ▕██████████████ ▏ 4.6 GB/5.1 GB 40 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 90% ▕██████████████ ▏ 4.6 GB/5.1 GB 40 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 90% ▕██████████████ ▏ 4.6 GB/5.1 GB 40 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 90% ▕██████████████ ▏ 4.6 GB/5.1 GB 40 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 90% ▕██████████████ ▏ 4.6 GB/5.1 GB 42 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 90% ▕██████████████ ▏ 4.6 GB/5.1 GB 42 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 90% ▕██████████████ ▏ 4.6 GB/5.1 GB 42 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 91% ▕██████████████ ▏ 4.6 GB/5.1 GB 42 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 91% ▕██████████████ ▏ 4.6 GB/5.1 GB 42 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 91% ▕██████████████ ▏ 4.7 GB/5.1 GB 42 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 91% ▕██████████████ ▏ 4.7 GB/5.1 GB 42 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 91% ▕██████████████ ▏ 4.7 GB/5.1 GB 42 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 91% ▕██████████████ ▏ 4.7 GB/5.1 GB 42 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 91% ▕██████████████ ▏ 4.7 GB/5.1 GB 42 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 91% ▕██████████████ ▏ 4.7 GB/5.1 GB 42 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 91% ▕██████████████ ▏ 4.7 GB/5.1 GB 42 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 91% ▕██████████████ ▏ 4.7 GB/5.1 GB 42 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 91% ▕██████████████ ▏ 4.7 GB/5.1 GB 42 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 91% ▕██████████████ ▏ 4.7 GB/5.1 GB 42 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 91% ▕██████████████ ▏ 4.7 GB/5.1 GB 42 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 92% ▕██████████████ ▏ 4.7 GB/5.1 GB 42 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 92% ▕██████████████ ▏ 4.7 GB/5.1 GB 42 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 92% ▕██████████████ ▏ 4.7 GB/5.1 GB 42 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 92% ▕██████████████ ▏ 4.7 GB/5.1 GB 42 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 92% ▕██████████████ ▏ 4.7 GB/5.1 GB 42 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 92% ▕██████████████ ▏ 4.7 GB/5.1 GB 42 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 92% ▕██████████████ ▏ 4.7 GB/5.1 GB 42 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 92% ▕██████████████ ▏ 4.7 GB/5.1 GB 42 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 92% ▕██████████████ ▏ 4.7 GB/5.1 GB 42 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 92% ▕██████████████ ▏ 4.7 GB/5.1 GB 42 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 92% ▕██████████████ ▏ 4.7 GB/5.1 GB 42 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 92% ▕██████████████ ▏ 4.7 GB/5.1 GB 42 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 92% ▕██████████████ ▏ 4.7 GB/5.1 GB 42 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 93% ▕██████████████ ▏ 4.8 GB/5.1 GB 42 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 93% ▕██████████████ ▏ 4.8 GB/5.1 GB 42 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 93% ▕██████████████ ▏ 4.8 GB/5.1 GB 42 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 93% ▕██████████████ ▏ 4.8 GB/5.1 GB 42 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 93% ▕██████████████ ▏ 4.8 GB/5.1 GB 42 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 93% ▕██████████████ ▏ 4.8 GB/5.1 GB 42 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 93% ▕██████████████ ▏ 4.8 GB/5.1 GB 42 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 93% ▕██████████████ ▏ 4.8 GB/5.1 GB 42 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 93% ▕██████████████ ▏ 4.8 GB/5.1 GB 42 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 93% ▕██████████████ ▏ 4.8 GB/5.1 GB 42 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 93% ▕██████████████ ▏ 4.8 GB/5.1 GB 42 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 93% ▕██████████████ ▏ 4.8 GB/5.1 GB 42 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 93% ▕██████████████ ▏ 4.8 GB/5.1 GB 41 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 94% ▕██████████████ ▏ 4.8 GB/5.1 GB 41 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 94% ▕██████████████ ▏ 4.8 GB/5.1 GB 41 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 94% ▕██████████████ ▏ 4.8 GB/5.1 GB 41 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 94% ▕███████████████ ▏ 4.8 GB/5.1 GB 41 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 94% ▕███████████████ ▏ 4.8 GB/5.1 GB 41 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 94% ▕███████████████ ▏ 4.8 GB/5.1 GB 41 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 94% ▕███████████████ ▏ 4.8 GB/5.1 GB 41 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 94% ▕███████████████ ▏ 4.8 GB/5.1 GB 41 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 94% ▕███████████████ ▏ 4.8 GB/5.1 GB 41 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 94% ▕███████████████ ▏ 4.8 GB/5.1 GB 41 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 94% ▕███████████████ ▏ 4.8 GB/5.1 GB 41 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 94% ▕███████████████ ▏ 4.8 GB/5.1 GB 41 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 95% ▕███████████████ ▏ 4.9 GB/5.1 GB 41 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 95% ▕███████████████ ▏ 4.9 GB/5.1 GB 41 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 95% ▕███████████████ ▏ 4.9 GB/5.1 GB 41 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 95% ▕███████████████ ▏ 4.9 GB/5.1 GB 41 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 95% ▕███████████████ ▏ 4.9 GB/5.1 GB 41 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 95% ▕███████████████ ▏ 4.9 GB/5.1 GB 41 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 95% ▕███████████████ ▏ 4.9 GB/5.1 GB 41 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 95% ▕███████████████ ▏ 4.9 GB/5.1 GB 42 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 95% ▕███████████████ ▏ 4.9 GB/5.1 GB 42 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 95% ▕███████████████ ▏ 4.9 GB/5.1 GB 42 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 95% ▕███████████████ ▏ 4.9 GB/5.1 GB 42 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 95% ▕███████████████ ▏ 4.9 GB/5.1 GB 42 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 95% ▕███████████████ ▏ 4.9 GB/5.1 GB 42 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 96% ▕███████████████ ▏ 4.9 GB/5.1 GB 42 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 96% ▕███████████████ ▏ 4.9 GB/5.1 GB 42 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 96% ▕███████████████ ▏ 4.9 GB/5.1 GB 42 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 96% ▕███████████████ ▏ 4.9 GB/5.1 GB 42 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 96% ▕███████████████ ▏ 4.9 GB/5.1 GB 41 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 96% ▕███████████████ ▏ 4.9 GB/5.1 GB 41 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 96% ▕███████████████ ▏ 4.9 GB/5.1 GB 41 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 96% ▕███████████████ ▏ 4.9 GB/5.1 GB 41 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 96% ▕███████████████ ▏ 4.9 GB/5.1 GB 41 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 96% ▕███████████████ ▏ 4.9 GB/5.1 GB 41 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 96% ▕███████████████ ▏ 4.9 GB/5.1 GB 41 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 96% ▕███████████████ ▏ 4.9 GB/5.1 GB 41 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 96% ▕███████████████ ▏ 4.9 GB/5.1 GB 41 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 96% ▕███████████████ ▏ 4.9 GB/5.1 GB 41 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 96% ▕███████████████ ▏ 4.9 GB/5.1 GB 41 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 96% ▕███████████████ ▏ 4.9 GB/5.1 GB 38 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 96% ▕███████████████ ▏ 4.9 GB/5.1 GB 38 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 96% ▕███████████████ ▏ 4.9 GB/5.1 GB 38 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 96% ▕███████████████ ▏ 4.9 GB/5.1 GB 38 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 96% ▕███████████████ ▏ 4.9 GB/5.1 GB 38 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 96% ▕███████████████ ▏ 4.9 GB/5.1 GB 38 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 96% ▕███████████████ ▏ 4.9 GB/5.1 GB 38 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 96% ▕███████████████ ▏ 4.9 GB/5.1 GB 38 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 96% ▕███████████████ ▏ 4.9 GB/5.1 GB 38 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 96% ▕███████████████ ▏ 5.0 GB/5.1 GB 38 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 96% ▕███████████████ ▏ 5.0 GB/5.1 GB 35 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 96% ▕███████████████ ▏ 5.0 GB/5.1 GB 35 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 96% ▕███████████████ ▏ 5.0 GB/5.1 GB 35 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 97% ▕███████████████ ▏ 5.0 GB/5.1 GB 35 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 97% ▕███████████████ ▏ 5.0 GB/5.1 GB 35 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 97% ▕███████████████ ▏ 5.0 GB/5.1 GB 35 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 97% ▕███████████████ ▏ 5.0 GB/5.1 GB 35 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 97% ▕███████████████ ▏ 5.0 GB/5.1 GB 35 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 97% ▕███████████████ ▏ 5.0 GB/5.1 GB 35 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 97% ▕███████████████ ▏ 5.0 GB/5.1 GB 35 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 97% ▕███████████████ ▏ 5.0 GB/5.1 GB 33 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 97% ▕███████████████ ▏ 5.0 GB/5.1 GB 33 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 97% ▕███████████████ ▏ 5.0 GB/5.1 GB 33 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 97% ▕███████████████ ▏ 5.0 GB/5.1 GB 33 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 97% ▕███████████████ ▏ 5.0 GB/5.1 GB 33 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 97% ▕███████████████ ▏ 5.0 GB/5.1 GB 33 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 97% ▕███████████████ ▏ 5.0 GB/5.1 GB 33 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 97% ▕███████████████ ▏ 5.0 GB/5.1 GB 33 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 97% ▕███████████████ ▏ 5.0 GB/5.1 GB 33 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 97% ▕███████████████ ▏ 5.0 GB/5.1 GB 33 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 98% ▕███████████████ ▏ 5.0 GB/5.1 GB 32 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 98% ▕███████████████ ▏ 5.0 GB/5.1 GB 32 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 98% ▕███████████████ ▏ 5.0 GB/5.1 GB 32 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 98% ▕███████████████ ▏ 5.0 GB/5.1 GB 32 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 98% ▕███████████████ ▏ 5.0 GB/5.1 GB 32 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 98% ▕███████████████ ▏ 5.0 GB/5.1 GB 32 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 98% ▕███████████████ ▏ 5.0 GB/5.1 GB 32 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 98% ▕███████████████ ▏ 5.0 GB/5.1 GB 32 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 98% ▕███████████████ ▏ 5.0 GB/5.1 GB 32 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 98% ▕███████████████ ▏ 5.0 GB/5.1 GB 32 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 98% ▕███████████████ ▏ 5.0 GB/5.1 GB 30 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 98% ▕███████████████ ▏ 5.0 GB/5.1 GB 30 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 98% ▕███████████████ ▏ 5.0 GB/5.1 GB 30 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 98% ▕███████████████ ▏ 5.0 GB/5.1 GB 30 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 98% ▕███████████████ ▏ 5.0 GB/5.1 GB 30 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 98% ▕███████████████ ▏ 5.0 GB/5.1 GB 30 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 98% ▕███████████████ ▏ 5.1 GB/5.1 GB 30 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 99% ▕███████████████ ▏ 5.1 GB/5.1 GB 30 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 99% ▕███████████████ ▏ 5.1 GB/5.1 GB 30 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 99% ▕███████████████ ▏ 5.1 GB/5.1 GB 30 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 99% ▕███████████████ ▏ 5.1 GB/5.1 GB 30 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 99% ▕███████████████ ▏ 5.1 GB/5.1 GB 30 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 99% ▕███████████████ ▏ 5.1 GB/5.1 GB 30 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 99% ▕███████████████ ▏ 5.1 GB/5.1 GB 30 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 99% ▕███████████████ ▏ 5.1 GB/5.1 GB 30 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 99% ▕███████████████ ▏ 5.1 GB/5.1 GB 30 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 99% ▕███████████████ ▏ 5.1 GB/5.1 GB 30 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 99% ▕███████████████ ▏ 5.1 GB/5.1 GB 30 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 99% ▕███████████████ ▏ 5.1 GB/5.1 GB 30 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 99% ▕███████████████ ▏ 5.1 GB/5.1 GB 30 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 99% ▕███████████████ ▏ 5.1 GB/5.1 GB 30 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 99% ▕███████████████ ▏ 5.1 GB/5.1 GB 28 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 99% ▕███████████████ ▏ 5.1 GB/5.1 GB 28 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 99% ▕███████████████ ▏ 5.1 GB/5.1 GB 28 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 99% ▕███████████████ ▏ 5.1 GB/5.1 GB 28 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 99% ▕███████████████ ▏ 5.1 GB/5.1 GB 28 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 99% ▕███████████████ ▏ 5.1 GB/5.1 GB 28 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 100% ▕███████████████ ▏ 5.1 GB/5.1 GB 28 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 100% ▕███████████████ ▏ 5.1 GB/5.1 GB 28 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 100% ▕███████████████ ▏ 5.1 GB/5.1 GB 28 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 100% ▕███████████████ ▏ 5.1 GB/5.1 GB 28 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 100% ▕███████████████ ▏ 5.1 GB/5.1 GB 25 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 100% ▕███████████████ ▏ 5.1 GB/5.1 GB 25 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 100% ▕███████████████ ▏ 5.1 GB/5.1 GB 25 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 100% ▕███████████████ ▏ 5.1 GB/5.1 GB 25 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 100% ▕███████████████ ▏ 5.1 GB/5.1 GB 25 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 100% ▕███████████████ ▏ 5.1 GB/5.1 GB 25 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 100% ▕███████████████ ▏ 5.1 GB/5.1 GB 25 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 100% ▕███████████████ ▏ 5.1 GB/5.1 GB 25 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 5b214f27624b... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 5b214f27624b... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 5b214f27624b... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 5b214f27624b... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 5b214f27624b... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 5b214f27624b... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 5b214f27624b... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 5b214f27624b... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 5b214f27624b... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 5b214f27624b... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 5b214f27624b... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 5b214f27624b... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 5b214f27624b... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 5b214f27624b... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 5b214f27624b... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 5b214f27624b... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 5b214f27624b... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 5b214f27624b... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 5b214f27624b... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 5b214f27624b... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 5b214f27624b... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 5b214f27624b... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 5b214f27624b... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 5b214f27624b... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 5b214f27624b... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 5b214f27624b... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 5b214f27624b... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 5b214f27624b... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 5b214f27624b... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 5b214f27624b... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 5b214f27624b... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 5b214f27624b... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 5b214f27624b... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 5b214f27624b... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 5b214f27624b... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 5b214f27624b... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 5b214f27624b... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 5b214f27624b... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 5b214f27624b... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 5b214f27624b... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 5b214f27624b... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 5b214f27624b... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 5b214f27624b... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 5b214f27624b... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 5b214f27624b... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 5b214f27624b... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 5b214f27624b... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 5b214f27624b... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 5b214f27624b... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 5b214f27624b... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 5b214f27624b... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 5b214f27624b... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 5b214f27624b... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 5b214f27624b... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 5b214f27624b... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 5b214f27624b... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 5b214f27624b... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 5b214f27624b... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 5b214f27624b... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 5b214f27624b... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 5b214f27624b... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 5b214f27624b... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 5b214f27624b... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 5b214f27624b... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 5b214f27624b... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 5b214f27624b... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 5b214f27624b... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 5b214f27624b... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 5b214f27624b... 100% ▕████████████████▏ 457 B \u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 5b214f27624b... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 5b214f27624b... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 5b214f27624b... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 5b214f27624b... 100% ▕████████████████▏ 457 B \n", - "pushing manifest \n", - "success \u001b[?25h\n", - "\u001b[?25ltransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer \n", - "creating template layer \n", - "creating system layer \n", - "creating parameters layer \n", - "creating config layer \n", - "using already created layer sha256:c87b37e2ad795b89ea397124fa51526b0fa98739031b56e2e28d43e0b14c18ab \n", - "using already created layer sha256:04de533bb8fd4eb327158f79cdc0de736558e45d198db9275ef536f470281f1f \n", - "using already created layer sha256:af41c51c14924c73d476c474dd0617253462cdb32f1256d8b3d3d9fc00371199 \n", - "using already created layer sha256:3559b403e83a9669ecd8d347a509c20b870674a9838218f8b812c93c419fec88 \n", - "writing layer sha256:50ec6ead1314050316be80425a81e8346b9dd5068e0faa45c04e53fe90a65985 \n", - "writing manifest \n", - "success \u001b[?25h\n", - "copied 'notus:q5_K_S' to 'argilla/notus:q5_K_S'\n", - "\u001b[?25lretrieving manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 0% ▕ ▏ 1.9 MB/539 MB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 0% ▕ ▏ 2.1 MB/539 MB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 0% ▕ ▏ 2.1 MB/539 MB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 0% ▕ ▏ 2.1 MB/539 MB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 1% ▕ ▏ 3.0 MB/539 MB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 1% ▕ ▏ 3.7 MB/539 MB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 1% ▕ ▏ 3.7 MB/539 MB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 1% ▕ ▏ 3.7 MB/539 MB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 0% ▕ ▏ 835 KB/539 MB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 1% ▕ ▏ 4.5 MB/539 MB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 2% ▕ ▏ 8.5 MB/539 MB 5.5 MB/s 1m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 2% ▕ ▏ 12 MB/539 MB 5.5 MB/s 1m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 3% ▕ ▏ 16 MB/539 MB 5.5 MB/s 1m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 4% ▕ ▏ 18 MB/539 MB 5.5 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 4% ▕ ▏ 22 MB/539 MB 5.5 MB/s 1m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 5% ▕ ▏ 26 MB/539 MB 5.5 MB/s 1m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 5% ▕ ▏ 26 MB/539 MB 5.5 MB/s 1m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 6% ▕ ▏ 29 MB/539 MB 5.5 MB/s 1m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 6% ▕ ▏ 33 MB/539 MB 5.5 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 7% ▕█ ▏ 36 MB/539 MB 5.5 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 8% ▕█ ▏ 41 MB/539 MB 20 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 9% ▕█ ▏ 46 MB/539 MB 20 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 10% ▕█ ▏ 54 MB/539 MB 20 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 10% ▕█ ▏ 55 MB/539 MB 20 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 12% ▕█ ▏ 62 MB/539 MB 20 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 12% ▕█ ▏ 67 MB/539 MB 20 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 13% ▕██ ▏ 67 MB/539 MB 20 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 12% ▕█ ▏ 64 MB/539 MB 20 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 13% ▕██ ▏ 71 MB/539 MB 20 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 13% ▕██ ▏ 71 MB/539 MB 20 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 14% ▕██ ▏ 77 MB/539 MB 25 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 15% ▕██ ▏ 81 MB/539 MB 25 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 15% ▕██ ▏ 82 MB/539 MB 25 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 17% ▕██ ▏ 89 MB/539 MB 25 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 17% ▕██ ▏ 93 MB/539 MB 25 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 18% ▕██ ▏ 94 MB/539 MB 25 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 18% ▕██ ▏ 99 MB/539 MB 25 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 19% ▕███ ▏ 104 MB/539 MB 25 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 19% ▕███ ▏ 101 MB/539 MB 25 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 19% ▕███ ▏ 102 MB/539 MB 25 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 21% ▕███ ▏ 111 MB/539 MB 27 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 21% ▕███ ▏ 115 MB/539 MB 27 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 22% ▕███ ▏ 116 MB/539 MB 27 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 23% ▕███ ▏ 121 MB/539 MB 27 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 23% ▕███ ▏ 123 MB/539 MB 27 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 23% ▕███ ▏ 123 MB/539 MB 27 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 24% ▕███ ▏ 127 MB/539 MB 27 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 24% ▕███ ▏ 128 MB/539 MB 27 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 25% ▕████ ▏ 137 MB/539 MB 27 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 26% ▕████ ▏ 142 MB/539 MB 27 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 26% ▕████ ▏ 142 MB/539 MB 27 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 26% ▕████ ▏ 142 MB/539 MB 28 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 27% ▕████ ▏ 142 MB/539 MB 28 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 27% ▕████ ▏ 144 MB/539 MB 28 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 29% ▕████ ▏ 155 MB/539 MB 28 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 29% ▕████ ▏ 157 MB/539 MB 28 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 29% ▕████ ▏ 158 MB/539 MB 28 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 30% ▕████ ▏ 159 MB/539 MB 28 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 30% ▕████ ▏ 162 MB/539 MB 28 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 30% ▕████ ▏ 163 MB/539 MB 28 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 32% ▕█████ ▏ 172 MB/539 MB 28 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 32% ▕█████ ▏ 173 MB/539 MB 28 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 32% ▕█████ ▏ 173 MB/539 MB 28 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 32% ▕█████ ▏ 173 MB/539 MB 28 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 32% ▕█████ ▏ 173 MB/539 MB 28 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 32% ▕█████ ▏ 173 MB/539 MB 28 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 34% ▕█████ ▏ 182 MB/539 MB 28 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 35% ▕█████ ▏ 191 MB/539 MB 28 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 36% ▕█████ ▏ 192 MB/539 MB 28 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 36% ▕█████ ▏ 192 MB/539 MB 28 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 36% ▕█████ ▏ 192 MB/539 MB 28 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 37% ▕█████ ▏ 198 MB/539 MB 28 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 38% ▕██████ ▏ 205 MB/539 MB 28 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 39% ▕██████ ▏ 208 MB/539 MB 28 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 39% ▕██████ ▏ 208 MB/539 MB 28 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 39% ▕██████ ▏ 210 MB/539 MB 28 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 39% ▕██████ ▏ 211 MB/539 MB 28 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 39% ▕██████ ▏ 211 MB/539 MB 28 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 40% ▕██████ ▏ 217 MB/539 MB 28 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 42% ▕██████ ▏ 223 MB/539 MB 28 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 42% ▕██████ ▏ 224 MB/539 MB 28 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 42% ▕██████ ▏ 224 MB/539 MB 28 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 42% ▕██████ ▏ 225 MB/539 MB 28 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 43% ▕██████ ▏ 230 MB/539 MB 28 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 43% ▕██████ ▏ 232 MB/539 MB 28 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 44% ▕██████ ▏ 234 MB/539 MB 28 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 44% ▕██████ ▏ 235 MB/539 MB 28 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 45% ▕███████ ▏ 244 MB/539 MB 28 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 46% ▕███████ ▏ 248 MB/539 MB 28 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 46% ▕███████ ▏ 248 MB/539 MB 28 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 46% ▕███████ ▏ 248 MB/539 MB 28 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 47% ▕███████ ▏ 250 MB/539 MB 27 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 47% ▕███████ ▏ 253 MB/539 MB 27 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 48% ▕███████ ▏ 256 MB/539 MB 27 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 48% ▕███████ ▏ 259 MB/539 MB 27 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 49% ▕███████ ▏ 264 MB/539 MB 27 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 50% ▕███████ ▏ 268 MB/539 MB 27 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 50% ▕████████ ▏ 269 MB/539 MB 27 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 50% ▕████████ ▏ 269 MB/539 MB 27 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 51% ▕████████ ▏ 273 MB/539 MB 27 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 51% ▕████████ ▏ 277 MB/539 MB 27 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 52% ▕████████ ▏ 279 MB/539 MB 27 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 53% ▕████████ ▏ 284 MB/539 MB 30 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 53% ▕████████ ▏ 287 MB/539 MB 30 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 53% ▕████████ ▏ 288 MB/539 MB 30 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 54% ▕████████ ▏ 290 MB/539 MB 30 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 55% ▕████████ ▏ 295 MB/539 MB 30 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 55% ▕████████ ▏ 295 MB/539 MB 30 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 55% ▕████████ ▏ 295 MB/539 MB 30 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 56% ▕█████████ ▏ 303 MB/539 MB 30 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 57% ▕█████████ ▏ 306 MB/539 MB 30 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 57% ▕█████████ ▏ 308 MB/539 MB 30 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 58% ▕█████████ ▏ 313 MB/539 MB 29 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 58% ▕█████████ ▏ 315 MB/539 MB 29 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 59% ▕█████████ ▏ 316 MB/539 MB 29 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 60% ▕█████████ ▏ 322 MB/539 MB 29 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 60% ▕█████████ ▏ 324 MB/539 MB 29 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 61% ▕█████████ ▏ 327 MB/539 MB 29 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 62% ▕█████████ ▏ 332 MB/539 MB 29 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 62% ▕█████████ ▏ 335 MB/539 MB 29 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 62% ▕█████████ ▏ 335 MB/539 MB 29 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 63% ▕██████████ ▏ 340 MB/539 MB 29 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 64% ▕██████████ ▏ 343 MB/539 MB 29 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 64% ▕██████████ ▏ 347 MB/539 MB 29 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 65% ▕██████████ ▏ 350 MB/539 MB 29 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 65% ▕██████████ ▏ 351 MB/539 MB 29 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 65% ▕██████████ ▏ 353 MB/539 MB 29 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 66% ▕██████████ ▏ 357 MB/539 MB 29 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 67% ▕██████████ ▏ 361 MB/539 MB 29 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 68% ▕██████████ ▏ 365 MB/539 MB 29 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 68% ▕██████████ ▏ 367 MB/539 MB 29 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 68% ▕██████████ ▏ 367 MB/539 MB 29 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 69% ▕███████████ ▏ 374 MB/539 MB 29 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 70% ▕███████████ ▏ 378 MB/539 MB 29 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 71% ▕███████████ ▏ 380 MB/539 MB 29 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 71% ▕███████████ ▏ 380 MB/539 MB 29 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 72% ▕███████████ ▏ 386 MB/539 MB 29 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 72% ▕███████████ ▏ 389 MB/539 MB 29 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 73% ▕███████████ ▏ 391 MB/539 MB 29 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 73% ▕███████████ ▏ 396 MB/539 MB 29 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 74% ▕███████████ ▏ 398 MB/539 MB 29 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 74% ▕███████████ ▏ 401 MB/539 MB 29 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 75% ▕███████████ ▏ 404 MB/539 MB 29 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 76% ▕████████████ ▏ 407 MB/539 MB 29 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 76% ▕████████████ ▏ 410 MB/539 MB 29 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 77% ▕████████████ ▏ 414 MB/539 MB 29 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 77% ▕████████████ ▏ 416 MB/539 MB 29 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 78% ▕████████████ ▏ 419 MB/539 MB 29 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 78% ▕████████████ ▏ 422 MB/539 MB 29 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 78% ▕████████████ ▏ 422 MB/539 MB 29 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 79% ▕████████████ ▏ 428 MB/539 MB 29 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 80% ▕████████████ ▏ 431 MB/539 MB 29 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 81% ▕████████████ ▏ 434 MB/539 MB 29 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 81% ▕████████████ ▏ 438 MB/539 MB 29 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 82% ▕█████████████ ▏ 441 MB/539 MB 29 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 82% ▕█████████████ ▏ 443 MB/539 MB 29 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 83% ▕█████████████ ▏ 445 MB/539 MB 29 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 83% ▕█████████████ ▏ 448 MB/539 MB 29 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 83% ▕█████████████ ▏ 449 MB/539 MB 29 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 84% ▕█████████████ ▏ 454 MB/539 MB 29 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 85% ▕█████████████ ▏ 457 MB/539 MB 29 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 85% ▕█████████████ ▏ 458 MB/539 MB 29 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 86% ▕█████████████ ▏ 461 MB/539 MB 29 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 86% ▕█████████████ ▏ 465 MB/539 MB 29 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 86% ▕█████████████ ▏ 466 MB/539 MB 29 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 87% ▕█████████████ ▏ 471 MB/539 MB 29 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 88% ▕██████████████ ▏ 473 MB/539 MB 29 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 88% ▕██████████████ ▏ 475 MB/539 MB 29 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 89% ▕██████████████ ▏ 479 MB/539 MB 29 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 90% ▕██████████████ ▏ 483 MB/539 MB 29 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 90% ▕██████████████ ▏ 484 MB/539 MB 29 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 91% ▕██████████████ ▏ 488 MB/539 MB 29 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 91% ▕██████████████ ▏ 492 MB/539 MB 29 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 92% ▕██████████████ ▏ 494 MB/539 MB 29 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 92% ▕██████████████ ▏ 497 MB/539 MB 29 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 93% ▕██████████████ ▏ 500 MB/539 MB 29 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 93% ▕██████████████ ▏ 502 MB/539 MB 29 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 94% ▕███████████████ ▏ 506 MB/539 MB 29 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 95% ▕███████████████ ▏ 510 MB/539 MB 29 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 95% ▕███████████████ ▏ 513 MB/539 MB 29 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 95% ▕███████████████ ▏ 514 MB/539 MB 29 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 96% ▕███████████████ ▏ 517 MB/539 MB 29 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 96% ▕███████████████ ▏ 518 MB/539 MB 29 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 97% ▕███████████████ ▏ 522 MB/539 MB 30 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 97% ▕███████████████ ▏ 525 MB/539 MB 30 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 98% ▕███████████████ ▏ 528 MB/539 MB 30 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 99% ▕███████████████ ▏ 531 MB/539 MB 30 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 99% ▕███████████████ ▏ 534 MB/539 MB 30 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 99% ▕███████████████ ▏ 535 MB/539 MB 30 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 100% ▕███████████████ ▏ 538 MB/539 MB 30 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 50ec6ead1314... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 50ec6ead1314... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 50ec6ead1314... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 50ec6ead1314... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 50ec6ead1314... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 50ec6ead1314... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 50ec6ead1314... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 50ec6ead1314... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 50ec6ead1314... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 50ec6ead1314... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 50ec6ead1314... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 50ec6ead1314... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 50ec6ead1314... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 50ec6ead1314... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 50ec6ead1314... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 50ec6ead1314... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 50ec6ead1314... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 50ec6ead1314... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 50ec6ead1314... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 50ec6ead1314... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 50ec6ead1314... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 50ec6ead1314... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 50ec6ead1314... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 50ec6ead1314... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 50ec6ead1314... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 50ec6ead1314... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 50ec6ead1314... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 50ec6ead1314... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 50ec6ead1314... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 50ec6ead1314... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 50ec6ead1314... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 50ec6ead1314... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 50ec6ead1314... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 50ec6ead1314... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 50ec6ead1314... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 50ec6ead1314... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 50ec6ead1314... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 50ec6ead1314... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 50ec6ead1314... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 50ec6ead1314... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 50ec6ead1314... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 50ec6ead1314... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 50ec6ead1314... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 50ec6ead1314... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 50ec6ead1314... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 50ec6ead1314... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 50ec6ead1314... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 50ec6ead1314... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 50ec6ead1314... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 50ec6ead1314... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 50ec6ead1314... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 50ec6ead1314... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 50ec6ead1314... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 50ec6ead1314... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 50ec6ead1314... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 50ec6ead1314... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 50ec6ead1314... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 50ec6ead1314... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 50ec6ead1314... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 50ec6ead1314... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 50ec6ead1314... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 50ec6ead1314... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 50ec6ead1314... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 50ec6ead1314... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 50ec6ead1314... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 50ec6ead1314... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 50ec6ead1314... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 50ec6ead1314... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 50ec6ead1314... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 50ec6ead1314... 100% ▕████████████████▏ 457 B \n", - "pushing manifest \n", - "success \u001b[?25h\n", - "\u001b[?25ltransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer \n", - "creating template layer \n", - "creating system layer \n", - "creating parameters layer \n", - "creating config layer \n", - "using already created layer sha256:75cd1014412ffa1c939c660e54afd83835d8ab09d15452f5a4618171016ac169 \n", - "using already created layer sha256:04de533bb8fd4eb327158f79cdc0de736558e45d198db9275ef536f470281f1f \n", - "using already created layer sha256:af41c51c14924c73d476c474dd0617253462cdb32f1256d8b3d3d9fc00371199 \n", - "using already created layer sha256:3559b403e83a9669ecd8d347a509c20b870674a9838218f8b812c93c419fec88 \n", - "writing layer sha256:ee4c5f5e2b432dd50766af4b7b875b93b2a5ffdf4e6aaf0e0622f59722c69905 \n", - "writing manifest \n", - "success \u001b[?25h\n", - "copied 'notus:q6_K' to 'argilla/notus:q6_K'\n", - "\u001b[?25lretrieving manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 0% ▕ ▏ 1.4 MB/5.9 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 0% ▕ ▏ 1.7 MB/5.9 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 0% ▕ ▏ 1.9 MB/5.9 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 0% ▕ ▏ 2.1 MB/5.9 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 0% ▕ ▏ 2.1 MB/5.9 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 0% ▕ ▏ 2.1 MB/5.9 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 0% ▕ ▏ 3.0 MB/5.9 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 0% ▕ ▏ 0 B/5.9 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 0% ▕ ▏ 3.6 MB/5.9 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 0% ▕ ▏ 6.2 MB/5.9 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 0% ▕ ▏ 11 MB/5.9 GB 10 MB/s 9m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 0% ▕ ▏ 14 MB/5.9 GB 10 MB/s 9m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 0% ▕ ▏ 17 MB/5.9 GB 10 MB/s 9m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 0% ▕ ▏ 18 MB/5.9 GB 10 MB/s 9m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 0% ▕ ▏ 21 MB/5.9 GB 10 MB/s 9m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 0% ▕ ▏ 21 MB/5.9 GB 10 MB/s 9m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 0% ▕ ▏ 24 MB/5.9 GB 10 MB/s 9m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 0% ▕ ▏ 28 MB/5.9 GB 10 MB/s 9m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 1% ▕ ▏ 32 MB/5.9 GB 10 MB/s 9m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 1% ▕ ▏ 33 MB/5.9 GB 10 MB/s 9m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 1% ▕ ▏ 37 MB/5.9 GB 18 MB/s 5m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 1% ▕ ▏ 41 MB/5.9 GB 18 MB/s 5m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 1% ▕ ▏ 43 MB/5.9 GB 18 MB/s 5m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 1% ▕ ▏ 48 MB/5.9 GB 18 MB/s 5m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 1% ▕ ▏ 55 MB/5.9 GB 18 MB/s 5m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 1% ▕ ▏ 57 MB/5.9 GB 18 MB/s 5m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 1% ▕ ▏ 57 MB/5.9 GB 18 MB/s 5m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 1% ▕ ▏ 61 MB/5.9 GB 18 MB/s 5m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 1% ▕ ▏ 63 MB/5.9 GB 18 MB/s 5m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 1% ▕ ▏ 66 MB/5.9 GB 18 MB/s 5m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 1% ▕ ▏ 66 MB/5.9 GB 21 MB/s 4m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 1% ▕ ▏ 66 MB/5.9 GB 21 MB/s 4m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 1% ▕ ▏ 75 MB/5.9 GB 21 MB/s 4m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 1% ▕ ▏ 76 MB/5.9 GB 21 MB/s 4m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 1% ▕ ▏ 82 MB/5.9 GB 21 MB/s 4m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 1% ▕ ▏ 85 MB/5.9 GB 21 MB/s 4m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 1% ▕ ▏ 88 MB/5.9 GB 21 MB/s 4m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 2% ▕ ▏ 91 MB/5.9 GB 21 MB/s 4m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 2% ▕ ▏ 92 MB/5.9 GB 21 MB/s 4m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 2% ▕ ▏ 99 MB/5.9 GB 21 MB/s 4m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 2% ▕ ▏ 100 MB/5.9 GB 21 MB/s 4m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 2% ▕ ▏ 101 MB/5.9 GB 24 MB/s 3m55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 2% ▕ ▏ 103 MB/5.9 GB 24 MB/s 3m54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 2% ▕ ▏ 106 MB/5.9 GB 24 MB/s 3m54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 2% ▕ ▏ 111 MB/5.9 GB 24 MB/s 3m54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 2% ▕ ▏ 112 MB/5.9 GB 24 MB/s 3m54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 2% ▕ ▏ 112 MB/5.9 GB 24 MB/s 3m54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 2% ▕ ▏ 121 MB/5.9 GB 24 MB/s 3m54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 2% ▕ ▏ 124 MB/5.9 GB 24 MB/s 3m54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 2% ▕ ▏ 126 MB/5.9 GB 24 MB/s 3m54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 2% ▕ ▏ 128 MB/5.9 GB 24 MB/s 3m53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 2% ▕ ▏ 130 MB/5.9 GB 25 MB/s 3m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 2% ▕ ▏ 130 MB/5.9 GB 25 MB/s 3m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 2% ▕ ▏ 135 MB/5.9 GB 25 MB/s 3m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 2% ▕ ▏ 142 MB/5.9 GB 25 MB/s 3m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 2% ▕ ▏ 143 MB/5.9 GB 25 MB/s 3m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 2% ▕ ▏ 143 MB/5.9 GB 25 MB/s 3m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 2% ▕ ▏ 143 MB/5.9 GB 25 MB/s 3m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 2% ▕ ▏ 145 MB/5.9 GB 25 MB/s 3m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 2% ▕ ▏ 146 MB/5.9 GB 25 MB/s 3m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 3% ▕ ▏ 155 MB/5.9 GB 25 MB/s 3m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 3% ▕ ▏ 160 MB/5.9 GB 26 MB/s 3m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 3% ▕ ▏ 166 MB/5.9 GB 26 MB/s 3m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 3% ▕ ▏ 170 MB/5.9 GB 26 MB/s 3m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 3% ▕ ▏ 171 MB/5.9 GB 26 MB/s 3m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 3% ▕ ▏ 172 MB/5.9 GB 26 MB/s 3m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 3% ▕ ▏ 175 MB/5.9 GB 26 MB/s 3m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 3% ▕ ▏ 178 MB/5.9 GB 26 MB/s 3m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 3% ▕ ▏ 186 MB/5.9 GB 26 MB/s 3m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 3% ▕ ▏ 187 MB/5.9 GB 26 MB/s 3m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 3% ▕ ▏ 188 MB/5.9 GB 26 MB/s 3m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 3% ▕ ▏ 188 MB/5.9 GB 26 MB/s 3m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 3% ▕ ▏ 190 MB/5.9 GB 26 MB/s 3m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 3% ▕ ▏ 190 MB/5.9 GB 26 MB/s 3m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 3% ▕ ▏ 193 MB/5.9 GB 26 MB/s 3m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 3% ▕ ▏ 206 MB/5.9 GB 26 MB/s 3m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 4% ▕ ▏ 207 MB/5.9 GB 26 MB/s 3m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 4% ▕ ▏ 212 MB/5.9 GB 26 MB/s 3m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 4% ▕ ▏ 213 MB/5.9 GB 26 MB/s 3m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 4% ▕ ▏ 213 MB/5.9 GB 26 MB/s 3m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 4% ▕ ▏ 213 MB/5.9 GB 26 MB/s 3m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 4% ▕ ▏ 211 MB/5.9 GB 26 MB/s 3m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 4% ▕ ▏ 215 MB/5.9 GB 26 MB/s 3m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 4% ▕ ▏ 222 MB/5.9 GB 26 MB/s 3m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 4% ▕ ▏ 227 MB/5.9 GB 26 MB/s 3m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 4% ▕ ▏ 228 MB/5.9 GB 26 MB/s 3m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 4% ▕ ▏ 230 MB/5.9 GB 26 MB/s 3m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 4% ▕ ▏ 234 MB/5.9 GB 26 MB/s 3m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 4% ▕ ▏ 236 MB/5.9 GB 26 MB/s 3m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 4% ▕ ▏ 237 MB/5.9 GB 26 MB/s 3m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 4% ▕ ▏ 238 MB/5.9 GB 26 MB/s 3m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 4% ▕ ▏ 239 MB/5.9 GB 26 MB/s 3m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 4% ▕ ▏ 250 MB/5.9 GB 27 MB/s 3m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 4% ▕ ▏ 254 MB/5.9 GB 27 MB/s 3m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 4% ▕ ▏ 254 MB/5.9 GB 27 MB/s 3m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 4% ▕ ▏ 254 MB/5.9 GB 27 MB/s 3m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 4% ▕ ▏ 255 MB/5.9 GB 27 MB/s 3m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 4% ▕ ▏ 263 MB/5.9 GB 27 MB/s 3m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 4% ▕ ▏ 264 MB/5.9 GB 27 MB/s 3m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 4% ▕ ▏ 261 MB/5.9 GB 27 MB/s 3m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 4% ▕ ▏ 265 MB/5.9 GB 27 MB/s 3m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 5% ▕ ▏ 270 MB/5.9 GB 27 MB/s 3m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 5% ▕ ▏ 271 MB/5.9 GB 28 MB/s 3m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 5% ▕ ▏ 273 MB/5.9 GB 28 MB/s 3m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 5% ▕ ▏ 281 MB/5.9 GB 28 MB/s 3m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 5% ▕ ▏ 285 MB/5.9 GB 28 MB/s 3m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 5% ▕ ▏ 286 MB/5.9 GB 28 MB/s 3m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 5% ▕ ▏ 286 MB/5.9 GB 28 MB/s 3m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 5% ▕ ▏ 289 MB/5.9 GB 28 MB/s 3m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 5% ▕ ▏ 290 MB/5.9 GB 28 MB/s 3m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 5% ▕ ▏ 301 MB/5.9 GB 28 MB/s 3m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 5% ▕ ▏ 301 MB/5.9 GB 28 MB/s 3m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 5% ▕ ▏ 301 MB/5.9 GB 29 MB/s 3m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 5% ▕ ▏ 301 MB/5.9 GB 29 MB/s 3m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 5% ▕ ▏ 303 MB/5.9 GB 29 MB/s 3m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 5% ▕ ▏ 304 MB/5.9 GB 29 MB/s 3m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 5% ▕ ▏ 307 MB/5.9 GB 29 MB/s 3m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 5% ▕ ▏ 313 MB/5.9 GB 29 MB/s 3m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 5% ▕ ▏ 316 MB/5.9 GB 29 MB/s 3m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 5% ▕ ▏ 319 MB/5.9 GB 29 MB/s 3m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 5% ▕ ▏ 322 MB/5.9 GB 29 MB/s 3m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 5% ▕ ▏ 324 MB/5.9 GB 29 MB/s 3m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 6% ▕ ▏ 327 MB/5.9 GB 29 MB/s 3m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 6% ▕ ▏ 328 MB/5.9 GB 29 MB/s 3m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 6% ▕ ▏ 333 MB/5.9 GB 29 MB/s 3m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 6% ▕ ▏ 334 MB/5.9 GB 29 MB/s 3m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 6% ▕ ▏ 339 MB/5.9 GB 29 MB/s 3m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 6% ▕ ▏ 341 MB/5.9 GB 29 MB/s 3m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 6% ▕ ▏ 346 MB/5.9 GB 29 MB/s 3m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 6% ▕ ▏ 348 MB/5.9 GB 29 MB/s 3m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 6% ▕ ▏ 348 MB/5.9 GB 29 MB/s 3m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 6% ▕ ▏ 353 MB/5.9 GB 29 MB/s 3m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 6% ▕ ▏ 358 MB/5.9 GB 28 MB/s 3m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 6% ▕ ▏ 359 MB/5.9 GB 28 MB/s 3m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 6% ▕ ▏ 360 MB/5.9 GB 28 MB/s 3m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 6% ▕ ▏ 365 MB/5.9 GB 28 MB/s 3m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 6% ▕ ▏ 367 MB/5.9 GB 28 MB/s 3m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 6% ▕ ▏ 368 MB/5.9 GB 28 MB/s 3m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 6% ▕ ▏ 369 MB/5.9 GB 28 MB/s 3m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 6% ▕█ ▏ 372 MB/5.9 GB 28 MB/s 3m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 6% ▕█ ▏ 381 MB/5.9 GB 28 MB/s 3m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 6% ▕█ ▏ 382 MB/5.9 GB 28 MB/s 3m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 6% ▕█ ▏ 382 MB/5.9 GB 28 MB/s 3m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 6% ▕█ ▏ 384 MB/5.9 GB 28 MB/s 3m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 7% ▕█ ▏ 388 MB/5.9 GB 28 MB/s 3m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 7% ▕█ ▏ 388 MB/5.9 GB 28 MB/s 3m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 7% ▕█ ▏ 389 MB/5.9 GB 28 MB/s 3m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 7% ▕█ ▏ 394 MB/5.9 GB 28 MB/s 3m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 7% ▕█ ▏ 395 MB/5.9 GB 28 MB/s 3m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 7% ▕█ ▏ 400 MB/5.9 GB 28 MB/s 3m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 7% ▕█ ▏ 404 MB/5.9 GB 28 MB/s 3m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 7% ▕█ ▏ 405 MB/5.9 GB 28 MB/s 3m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 7% ▕█ ▏ 409 MB/5.9 GB 28 MB/s 3m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 7% ▕█ ▏ 411 MB/5.9 GB 27 MB/s 3m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 7% ▕█ ▏ 414 MB/5.9 GB 27 MB/s 3m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 7% ▕█ ▏ 421 MB/5.9 GB 27 MB/s 3m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 7% ▕█ ▏ 422 MB/5.9 GB 27 MB/s 3m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 7% ▕█ ▏ 422 MB/5.9 GB 27 MB/s 3m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 7% ▕█ ▏ 422 MB/5.9 GB 27 MB/s 3m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 7% ▕█ ▏ 425 MB/5.9 GB 27 MB/s 3m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 7% ▕█ ▏ 429 MB/5.9 GB 27 MB/s 3m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 7% ▕█ ▏ 433 MB/5.9 GB 27 MB/s 3m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 7% ▕█ ▏ 437 MB/5.9 GB 27 MB/s 3m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 7% ▕█ ▏ 438 MB/5.9 GB 27 MB/s 3m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 7% ▕█ ▏ 442 MB/5.9 GB 27 MB/s 3m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 7% ▕█ ▏ 445 MB/5.9 GB 27 MB/s 3m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 7% ▕█ ▏ 445 MB/5.9 GB 27 MB/s 3m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 8% ▕█ ▏ 450 MB/5.9 GB 27 MB/s 3m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 8% ▕█ ▏ 454 MB/5.9 GB 27 MB/s 3m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 8% ▕█ ▏ 456 MB/5.9 GB 27 MB/s 3m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 8% ▕█ ▏ 456 MB/5.9 GB 27 MB/s 3m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 8% ▕█ ▏ 464 MB/5.9 GB 27 MB/s 3m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 8% ▕█ ▏ 465 MB/5.9 GB 27 MB/s 3m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 8% ▕█ ▏ 465 MB/5.9 GB 28 MB/s 3m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 8% ▕█ ▏ 469 MB/5.9 GB 28 MB/s 3m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 8% ▕█ ▏ 470 MB/5.9 GB 28 MB/s 3m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 8% ▕█ ▏ 473 MB/5.9 GB 28 MB/s 3m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 8% ▕█ ▏ 477 MB/5.9 GB 28 MB/s 3m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 8% ▕█ ▏ 478 MB/5.9 GB 28 MB/s 3m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 8% ▕█ ▏ 482 MB/5.9 GB 28 MB/s 3m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 8% ▕█ ▏ 484 MB/5.9 GB 28 MB/s 3m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 8% ▕█ ▏ 488 MB/5.9 GB 28 MB/s 3m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 8% ▕█ ▏ 492 MB/5.9 GB 28 MB/s 3m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 8% ▕█ ▏ 498 MB/5.9 GB 28 MB/s 3m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 8% ▕█ ▏ 499 MB/5.9 GB 28 MB/s 3m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 8% ▕█ ▏ 503 MB/5.9 GB 28 MB/s 3m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 9% ▕█ ▏ 508 MB/5.9 GB 28 MB/s 3m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 9% ▕█ ▏ 509 MB/5.9 GB 28 MB/s 3m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 9% ▕█ ▏ 511 MB/5.9 GB 28 MB/s 3m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 9% ▕█ ▏ 514 MB/5.9 GB 28 MB/s 3m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 9% ▕█ ▏ 514 MB/5.9 GB 28 MB/s 3m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 9% ▕█ ▏ 516 MB/5.9 GB 28 MB/s 3m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 9% ▕█ ▏ 518 MB/5.9 GB 28 MB/s 3m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 9% ▕█ ▏ 521 MB/5.9 GB 28 MB/s 3m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 9% ▕█ ▏ 525 MB/5.9 GB 28 MB/s 3m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 9% ▕█ ▏ 526 MB/5.9 GB 28 MB/s 3m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 9% ▕█ ▏ 527 MB/5.9 GB 28 MB/s 3m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 9% ▕█ ▏ 531 MB/5.9 GB 28 MB/s 3m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 9% ▕█ ▏ 534 MB/5.9 GB 28 MB/s 3m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 9% ▕█ ▏ 535 MB/5.9 GB 28 MB/s 3m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 9% ▕█ ▏ 538 MB/5.9 GB 28 MB/s 3m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 9% ▕█ ▏ 543 MB/5.9 GB 28 MB/s 3m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 9% ▕█ ▏ 544 MB/5.9 GB 28 MB/s 3m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 9% ▕█ ▏ 550 MB/5.9 GB 28 MB/s 3m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 9% ▕█ ▏ 552 MB/5.9 GB 27 MB/s 3m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 9% ▕█ ▏ 555 MB/5.9 GB 27 MB/s 3m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 9% ▕█ ▏ 556 MB/5.9 GB 27 MB/s 3m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 9% ▕█ ▏ 557 MB/5.9 GB 27 MB/s 3m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 9% ▕█ ▏ 559 MB/5.9 GB 27 MB/s 3m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 10% ▕█ ▏ 566 MB/5.9 GB 27 MB/s 3m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 10% ▕█ ▏ 566 MB/5.9 GB 27 MB/s 3m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 10% ▕█ ▏ 567 MB/5.9 GB 27 MB/s 3m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 10% ▕█ ▏ 573 MB/5.9 GB 27 MB/s 3m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 10% ▕█ ▏ 580 MB/5.9 GB 27 MB/s 3m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 10% ▕█ ▏ 581 MB/5.9 GB 28 MB/s 3m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 10% ▕█ ▏ 581 MB/5.9 GB 28 MB/s 3m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 10% ▕█ ▏ 582 MB/5.9 GB 28 MB/s 3m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 10% ▕█ ▏ 585 MB/5.9 GB 28 MB/s 3m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 10% ▕█ ▏ 590 MB/5.9 GB 28 MB/s 3m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 10% ▕█ ▏ 591 MB/5.9 GB 28 MB/s 3m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 10% ▕█ ▏ 591 MB/5.9 GB 28 MB/s 3m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 10% ▕█ ▏ 596 MB/5.9 GB 28 MB/s 3m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 10% ▕█ ▏ 602 MB/5.9 GB 28 MB/s 3m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 10% ▕█ ▏ 606 MB/5.9 GB 28 MB/s 3m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 10% ▕█ ▏ 606 MB/5.9 GB 27 MB/s 3m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 10% ▕█ ▏ 606 MB/5.9 GB 27 MB/s 3m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 10% ▕█ ▏ 611 MB/5.9 GB 27 MB/s 3m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 10% ▕█ ▏ 613 MB/5.9 GB 27 MB/s 3m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 10% ▕█ ▏ 617 MB/5.9 GB 27 MB/s 3m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 10% ▕█ ▏ 620 MB/5.9 GB 27 MB/s 3m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 10% ▕█ ▏ 621 MB/5.9 GB 27 MB/s 3m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 10% ▕█ ▏ 621 MB/5.9 GB 27 MB/s 3m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 10% ▕█ ▏ 621 MB/5.9 GB 27 MB/s 3m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 11% ▕█ ▏ 629 MB/5.9 GB 27 MB/s 3m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 11% ▕█ ▏ 633 MB/5.9 GB 27 MB/s 3m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 11% ▕█ ▏ 633 MB/5.9 GB 27 MB/s 3m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 11% ▕█ ▏ 635 MB/5.9 GB 27 MB/s 3m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 11% ▕█ ▏ 643 MB/5.9 GB 27 MB/s 3m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 11% ▕█ ▏ 645 MB/5.9 GB 27 MB/s 3m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 11% ▕█ ▏ 646 MB/5.9 GB 27 MB/s 3m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 11% ▕█ ▏ 646 MB/5.9 GB 27 MB/s 3m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 11% ▕█ ▏ 647 MB/5.9 GB 27 MB/s 3m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 11% ▕█ ▏ 651 MB/5.9 GB 27 MB/s 3m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 11% ▕█ ▏ 654 MB/5.9 GB 27 MB/s 3m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 11% ▕█ ▏ 659 MB/5.9 GB 27 MB/s 3m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 11% ▕█ ▏ 661 MB/5.9 GB 27 MB/s 3m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 11% ▕█ ▏ 666 MB/5.9 GB 27 MB/s 3m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 11% ▕█ ▏ 668 MB/5.9 GB 27 MB/s 3m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 11% ▕█ ▏ 674 MB/5.9 GB 27 MB/s 3m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 11% ▕█ ▏ 676 MB/5.9 GB 27 MB/s 3m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 11% ▕█ ▏ 677 MB/5.9 GB 27 MB/s 3m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 11% ▕█ ▏ 678 MB/5.9 GB 27 MB/s 3m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 11% ▕█ ▏ 680 MB/5.9 GB 27 MB/s 3m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 12% ▕█ ▏ 686 MB/5.9 GB 27 MB/s 3m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 12% ▕█ ▏ 689 MB/5.9 GB 27 MB/s 3m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 12% ▕█ ▏ 693 MB/5.9 GB 28 MB/s 3m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 12% ▕█ ▏ 697 MB/5.9 GB 28 MB/s 3m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 12% ▕█ ▏ 698 MB/5.9 GB 28 MB/s 3m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 12% ▕█ ▏ 702 MB/5.9 GB 28 MB/s 3m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 12% ▕█ ▏ 703 MB/5.9 GB 28 MB/s 3m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 12% ▕█ ▏ 705 MB/5.9 GB 28 MB/s 3m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 12% ▕█ ▏ 706 MB/5.9 GB 28 MB/s 3m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 12% ▕█ ▏ 708 MB/5.9 GB 28 MB/s 3m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 12% ▕█ ▏ 717 MB/5.9 GB 28 MB/s 3m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 12% ▕█ ▏ 718 MB/5.9 GB 28 MB/s 3m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 12% ▕█ ▏ 719 MB/5.9 GB 28 MB/s 3m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 12% ▕█ ▏ 724 MB/5.9 GB 28 MB/s 3m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 12% ▕█ ▏ 724 MB/5.9 GB 28 MB/s 3m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 12% ▕█ ▏ 725 MB/5.9 GB 28 MB/s 3m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 12% ▕█ ▏ 727 MB/5.9 GB 28 MB/s 3m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 12% ▕█ ▏ 735 MB/5.9 GB 28 MB/s 3m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 12% ▕█ ▏ 738 MB/5.9 GB 28 MB/s 3m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 12% ▕█ ▏ 742 MB/5.9 GB 28 MB/s 3m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 12% ▕█ ▏ 742 MB/5.9 GB 28 MB/s 3m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 13% ▕██ ▏ 745 MB/5.9 GB 28 MB/s 3m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 13% ▕██ ▏ 747 MB/5.9 GB 27 MB/s 3m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 13% ▕██ ▏ 752 MB/5.9 GB 27 MB/s 3m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 13% ▕██ ▏ 758 MB/5.9 GB 27 MB/s 3m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 13% ▕██ ▏ 761 MB/5.9 GB 27 MB/s 3m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 13% ▕██ ▏ 761 MB/5.9 GB 27 MB/s 3m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 13% ▕██ ▏ 761 MB/5.9 GB 27 MB/s 3m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 13% ▕██ ▏ 767 MB/5.9 GB 27 MB/s 3m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 13% ▕██ ▏ 771 MB/5.9 GB 27 MB/s 3m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 13% ▕██ ▏ 772 MB/5.9 GB 27 MB/s 3m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 13% ▕██ ▏ 773 MB/5.9 GB 27 MB/s 3m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 13% ▕██ ▏ 781 MB/5.9 GB 28 MB/s 3m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 13% ▕██ ▏ 782 MB/5.9 GB 28 MB/s 3m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 13% ▕██ ▏ 782 MB/5.9 GB 28 MB/s 3m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 13% ▕██ ▏ 786 MB/5.9 GB 28 MB/s 3m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 13% ▕██ ▏ 788 MB/5.9 GB 28 MB/s 3m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 13% ▕██ ▏ 789 MB/5.9 GB 28 MB/s 3m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 13% ▕██ ▏ 794 MB/5.9 GB 28 MB/s 3m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 13% ▕██ ▏ 799 MB/5.9 GB 28 MB/s 3m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 13% ▕██ ▏ 801 MB/5.9 GB 28 MB/s 3m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 14% ▕██ ▏ 802 MB/5.9 GB 28 MB/s 3m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 14% ▕██ ▏ 806 MB/5.9 GB 28 MB/s 3m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 14% ▕██ ▏ 811 MB/5.9 GB 28 MB/s 2m58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 14% ▕██ ▏ 812 MB/5.9 GB 28 MB/s 2m58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 14% ▕██ ▏ 814 MB/5.9 GB 28 MB/s 2m58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 14% ▕██ ▏ 817 MB/5.9 GB 28 MB/s 2m58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 14% ▕██ ▏ 819 MB/5.9 GB 28 MB/s 2m58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 14% ▕██ ▏ 820 MB/5.9 GB 28 MB/s 2m58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 14% ▕██ ▏ 822 MB/5.9 GB 28 MB/s 2m57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 14% ▕██ ▏ 826 MB/5.9 GB 28 MB/s 2m57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 14% ▕██ ▏ 828 MB/5.9 GB 28 MB/s 2m57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 14% ▕██ ▏ 832 MB/5.9 GB 28 MB/s 2m57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 14% ▕██ ▏ 837 MB/5.9 GB 28 MB/s 3m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 14% ▕██ ▏ 839 MB/5.9 GB 28 MB/s 3m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 14% ▕██ ▏ 844 MB/5.9 GB 28 MB/s 3m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 14% ▕██ ▏ 847 MB/5.9 GB 28 MB/s 3m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 14% ▕██ ▏ 848 MB/5.9 GB 28 MB/s 3m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 14% ▕██ ▏ 849 MB/5.9 GB 28 MB/s 3m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 14% ▕██ ▏ 852 MB/5.9 GB 28 MB/s 3m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 14% ▕██ ▏ 853 MB/5.9 GB 28 MB/s 3m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 14% ▕██ ▏ 860 MB/5.9 GB 28 MB/s 2m59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 15% ▕██ ▏ 863 MB/5.9 GB 28 MB/s 2m59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 15% ▕██ ▏ 864 MB/5.9 GB 28 MB/s 2m56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 15% ▕██ ▏ 868 MB/5.9 GB 28 MB/s 2m56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 15% ▕██ ▏ 871 MB/5.9 GB 28 MB/s 2m56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 15% ▕██ ▏ 875 MB/5.9 GB 28 MB/s 2m56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 15% ▕██ ▏ 882 MB/5.9 GB 28 MB/s 2m56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 15% ▕██ ▏ 884 MB/5.9 GB 28 MB/s 2m56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 15% ▕██ ▏ 884 MB/5.9 GB 28 MB/s 2m56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 15% ▕██ ▏ 884 MB/5.9 GB 28 MB/s 2m56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 15% ▕██ ▏ 891 MB/5.9 GB 28 MB/s 2m55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 15% ▕██ ▏ 893 MB/5.9 GB 28 MB/s 2m55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 15% ▕██ ▏ 893 MB/5.9 GB 28 MB/s 2m54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 15% ▕██ ▏ 896 MB/5.9 GB 28 MB/s 2m54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 15% ▕██ ▏ 901 MB/5.9 GB 28 MB/s 2m54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 15% ▕██ ▏ 901 MB/5.9 GB 28 MB/s 2m54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 15% ▕██ ▏ 902 MB/5.9 GB 28 MB/s 2m54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 15% ▕██ ▏ 906 MB/5.9 GB 28 MB/s 2m53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 15% ▕██ ▏ 912 MB/5.9 GB 28 MB/s 2m53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 15% ▕██ ▏ 912 MB/5.9 GB 28 MB/s 2m53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 15% ▕██ ▏ 913 MB/5.9 GB 28 MB/s 2m53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 16% ▕██ ▏ 921 MB/5.9 GB 28 MB/s 2m53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 16% ▕██ ▏ 922 MB/5.9 GB 29 MB/s 2m52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 15% ▕██ ▏ 920 MB/5.9 GB 29 MB/s 2m52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 16% ▕██ ▏ 925 MB/5.9 GB 29 MB/s 2m52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 16% ▕██ ▏ 926 MB/5.9 GB 29 MB/s 2m52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 16% ▕██ ▏ 928 MB/5.9 GB 29 MB/s 2m52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 16% ▕██ ▏ 935 MB/5.9 GB 29 MB/s 2m52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 16% ▕██ ▏ 938 MB/5.9 GB 29 MB/s 2m52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 16% ▕██ ▏ 940 MB/5.9 GB 29 MB/s 2m52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 16% ▕██ ▏ 947 MB/5.9 GB 29 MB/s 2m52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 16% ▕██ ▏ 949 MB/5.9 GB 29 MB/s 2m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 16% ▕██ ▏ 951 MB/5.9 GB 29 MB/s 2m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 16% ▕██ ▏ 953 MB/5.9 GB 29 MB/s 2m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 16% ▕██ ▏ 957 MB/5.9 GB 29 MB/s 2m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 16% ▕██ ▏ 960 MB/5.9 GB 29 MB/s 2m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 16% ▕██ ▏ 964 MB/5.9 GB 29 MB/s 2m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 16% ▕██ ▏ 967 MB/5.9 GB 29 MB/s 2m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 16% ▕██ ▏ 967 MB/5.9 GB 29 MB/s 2m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 16% ▕██ ▏ 967 MB/5.9 GB 29 MB/s 2m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 16% ▕██ ▏ 972 MB/5.9 GB 29 MB/s 2m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 16% ▕██ ▏ 974 MB/5.9 GB 29 MB/s 2m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 16% ▕██ ▏ 977 MB/5.9 GB 29 MB/s 2m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 17% ▕██ ▏ 984 MB/5.9 GB 29 MB/s 2m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 17% ▕██ ▏ 985 MB/5.9 GB 29 MB/s 2m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 17% ▕██ ▏ 988 MB/5.9 GB 29 MB/s 2m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 17% ▕██ ▏ 989 MB/5.9 GB 29 MB/s 2m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 17% ▕██ ▏ 991 MB/5.9 GB 29 MB/s 2m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 17% ▕██ ▏ 992 MB/5.9 GB 29 MB/s 2m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 17% ▕██ ▏ 996 MB/5.9 GB 29 MB/s 2m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 17% ▕██ ▏ 1.0 GB/5.9 GB 29 MB/s 2m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 17% ▕██ ▏ 1.0 GB/5.9 GB 29 MB/s 2m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 17% ▕██ ▏ 1.0 GB/5.9 GB 29 MB/s 2m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 17% ▕██ ▏ 1.0 GB/5.9 GB 29 MB/s 2m48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 17% ▕██ ▏ 1.0 GB/5.9 GB 29 MB/s 2m48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 17% ▕██ ▏ 1.0 GB/5.9 GB 29 MB/s 2m48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 17% ▕██ ▏ 1.0 GB/5.9 GB 29 MB/s 2m48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 17% ▕██ ▏ 1.0 GB/5.9 GB 29 MB/s 2m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 17% ▕██ ▏ 1.0 GB/5.9 GB 29 MB/s 2m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 17% ▕██ ▏ 1.0 GB/5.9 GB 29 MB/s 2m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 17% ▕██ ▏ 1.0 GB/5.9 GB 29 MB/s 2m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 17% ▕██ ▏ 1.0 GB/5.9 GB 29 MB/s 2m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 17% ▕██ ▏ 1.0 GB/5.9 GB 29 MB/s 2m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 17% ▕██ ▏ 1.0 GB/5.9 GB 27 MB/s 2m55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 17% ▕██ ▏ 1.0 GB/5.9 GB 27 MB/s 2m55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 18% ▕██ ▏ 1.0 GB/5.9 GB 27 MB/s 2m54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 18% ▕██ ▏ 1.0 GB/5.9 GB 27 MB/s 2m54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 18% ▕██ ▏ 1.1 GB/5.9 GB 27 MB/s 2m54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 18% ▕██ ▏ 1.1 GB/5.9 GB 27 MB/s 2m54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 18% ▕██ ▏ 1.1 GB/5.9 GB 27 MB/s 2m54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 18% ▕██ ▏ 1.1 GB/5.9 GB 27 MB/s 2m54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 18% ▕██ ▏ 1.1 GB/5.9 GB 27 MB/s 2m54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 18% ▕██ ▏ 1.1 GB/5.9 GB 27 MB/s 2m54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 18% ▕██ ▏ 1.1 GB/5.9 GB 28 MB/s 2m52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 18% ▕██ ▏ 1.1 GB/5.9 GB 28 MB/s 2m52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 18% ▕██ ▏ 1.1 GB/5.9 GB 28 MB/s 2m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 18% ▕██ ▏ 1.1 GB/5.9 GB 28 MB/s 2m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 18% ▕██ ▏ 1.1 GB/5.9 GB 28 MB/s 2m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 18% ▕██ ▏ 1.1 GB/5.9 GB 28 MB/s 2m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 18% ▕██ ▏ 1.1 GB/5.9 GB 28 MB/s 2m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 18% ▕██ ▏ 1.1 GB/5.9 GB 28 MB/s 2m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 18% ▕██ ▏ 1.1 GB/5.9 GB 28 MB/s 2m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 18% ▕██ ▏ 1.1 GB/5.9 GB 28 MB/s 2m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 18% ▕██ ▏ 1.1 GB/5.9 GB 28 MB/s 2m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 18% ▕██ ▏ 1.1 GB/5.9 GB 28 MB/s 2m48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 19% ▕██ ▏ 1.1 GB/5.9 GB 28 MB/s 2m48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 19% ▕██ ▏ 1.1 GB/5.9 GB 28 MB/s 2m48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 19% ▕██ ▏ 1.1 GB/5.9 GB 28 MB/s 2m48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 19% ▕██ ▏ 1.1 GB/5.9 GB 28 MB/s 2m48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 19% ▕██ ▏ 1.1 GB/5.9 GB 28 MB/s 2m48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 19% ▕███ ▏ 1.1 GB/5.9 GB 28 MB/s 2m48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 19% ▕███ ▏ 1.1 GB/5.9 GB 28 MB/s 2m48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 19% ▕███ ▏ 1.1 GB/5.9 GB 28 MB/s 2m48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 19% ▕███ ▏ 1.1 GB/5.9 GB 28 MB/s 2m48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 19% ▕███ ▏ 1.1 GB/5.9 GB 28 MB/s 2m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 19% ▕███ ▏ 1.1 GB/5.9 GB 28 MB/s 2m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 19% ▕███ ▏ 1.1 GB/5.9 GB 28 MB/s 2m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 19% ▕███ ▏ 1.1 GB/5.9 GB 28 MB/s 2m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 19% ▕███ ▏ 1.1 GB/5.9 GB 28 MB/s 2m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 19% ▕███ ▏ 1.1 GB/5.9 GB 28 MB/s 2m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 19% ▕███ ▏ 1.1 GB/5.9 GB 28 MB/s 2m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 19% ▕███ ▏ 1.1 GB/5.9 GB 28 MB/s 2m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 19% ▕███ ▏ 1.1 GB/5.9 GB 28 MB/s 2m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 19% ▕███ ▏ 1.2 GB/5.9 GB 28 MB/s 2m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 19% ▕███ ▏ 1.2 GB/5.9 GB 29 MB/s 2m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 19% ▕███ ▏ 1.2 GB/5.9 GB 29 MB/s 2m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 19% ▕███ ▏ 1.2 GB/5.9 GB 29 MB/s 2m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 20% ▕███ ▏ 1.2 GB/5.9 GB 29 MB/s 2m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 20% ▕███ ▏ 1.2 GB/5.9 GB 29 MB/s 2m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 20% ▕███ ▏ 1.2 GB/5.9 GB 29 MB/s 2m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 20% ▕███ ▏ 1.2 GB/5.9 GB 29 MB/s 2m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 20% ▕███ ▏ 1.2 GB/5.9 GB 29 MB/s 2m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 20% ▕███ ▏ 1.2 GB/5.9 GB 29 MB/s 2m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 20% ▕███ ▏ 1.2 GB/5.9 GB 29 MB/s 2m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 20% ▕███ ▏ 1.2 GB/5.9 GB 29 MB/s 2m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 20% ▕███ ▏ 1.2 GB/5.9 GB 29 MB/s 2m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 20% ▕███ ▏ 1.2 GB/5.9 GB 29 MB/s 2m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 20% ▕███ ▏ 1.2 GB/5.9 GB 29 MB/s 2m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 20% ▕███ ▏ 1.2 GB/5.9 GB 29 MB/s 2m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 20% ▕███ ▏ 1.2 GB/5.9 GB 29 MB/s 2m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 20% ▕███ ▏ 1.2 GB/5.9 GB 29 MB/s 2m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 20% ▕███ ▏ 1.2 GB/5.9 GB 29 MB/s 2m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 20% ▕███ ▏ 1.2 GB/5.9 GB 29 MB/s 2m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 20% ▕███ ▏ 1.2 GB/5.9 GB 29 MB/s 2m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 20% ▕███ ▏ 1.2 GB/5.9 GB 28 MB/s 2m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 20% ▕███ ▏ 1.2 GB/5.9 GB 28 MB/s 2m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 20% ▕███ ▏ 1.2 GB/5.9 GB 28 MB/s 2m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 21% ▕███ ▏ 1.2 GB/5.9 GB 28 MB/s 2m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 21% ▕███ ▏ 1.2 GB/5.9 GB 28 MB/s 2m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 21% ▕███ ▏ 1.2 GB/5.9 GB 28 MB/s 2m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 21% ▕███ ▏ 1.2 GB/5.9 GB 28 MB/s 2m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 21% ▕███ ▏ 1.2 GB/5.9 GB 28 MB/s 2m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 21% ▕███ ▏ 1.2 GB/5.9 GB 28 MB/s 2m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 21% ▕███ ▏ 1.2 GB/5.9 GB 28 MB/s 2m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 21% ▕███ ▏ 1.2 GB/5.9 GB 28 MB/s 2m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 21% ▕███ ▏ 1.2 GB/5.9 GB 28 MB/s 2m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 21% ▕███ ▏ 1.2 GB/5.9 GB 28 MB/s 2m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 21% ▕███ ▏ 1.3 GB/5.9 GB 28 MB/s 2m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 21% ▕███ ▏ 1.3 GB/5.9 GB 28 MB/s 2m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 21% ▕███ ▏ 1.3 GB/5.9 GB 28 MB/s 2m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 21% ▕███ ▏ 1.3 GB/5.9 GB 28 MB/s 2m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 21% ▕███ ▏ 1.3 GB/5.9 GB 28 MB/s 2m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 21% ▕███ ▏ 1.3 GB/5.9 GB 28 MB/s 2m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 21% ▕███ ▏ 1.3 GB/5.9 GB 28 MB/s 2m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 21% ▕███ ▏ 1.3 GB/5.9 GB 28 MB/s 2m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 21% ▕███ ▏ 1.3 GB/5.9 GB 28 MB/s 2m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 21% ▕███ ▏ 1.3 GB/5.9 GB 28 MB/s 2m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 21% ▕███ ▏ 1.3 GB/5.9 GB 28 MB/s 2m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 22% ▕███ ▏ 1.3 GB/5.9 GB 28 MB/s 2m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 22% ▕███ ▏ 1.3 GB/5.9 GB 28 MB/s 2m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 22% ▕███ ▏ 1.3 GB/5.9 GB 28 MB/s 2m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 22% ▕███ ▏ 1.3 GB/5.9 GB 28 MB/s 2m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 22% ▕███ ▏ 1.3 GB/5.9 GB 28 MB/s 2m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 22% ▕███ ▏ 1.3 GB/5.9 GB 28 MB/s 2m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 22% ▕███ ▏ 1.3 GB/5.9 GB 28 MB/s 2m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 22% ▕███ ▏ 1.3 GB/5.9 GB 29 MB/s 2m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 22% ▕███ ▏ 1.3 GB/5.9 GB 29 MB/s 2m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 22% ▕███ ▏ 1.3 GB/5.9 GB 29 MB/s 2m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 22% ▕███ ▏ 1.3 GB/5.9 GB 29 MB/s 2m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 22% ▕███ ▏ 1.3 GB/5.9 GB 29 MB/s 2m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 22% ▕███ ▏ 1.3 GB/5.9 GB 29 MB/s 2m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 22% ▕███ ▏ 1.3 GB/5.9 GB 29 MB/s 2m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 22% ▕███ ▏ 1.3 GB/5.9 GB 29 MB/s 2m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 22% ▕███ ▏ 1.3 GB/5.9 GB 29 MB/s 2m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 22% ▕███ ▏ 1.3 GB/5.9 GB 29 MB/s 2m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 22% ▕███ ▏ 1.3 GB/5.9 GB 29 MB/s 2m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 22% ▕███ ▏ 1.3 GB/5.9 GB 29 MB/s 2m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 22% ▕███ ▏ 1.3 GB/5.9 GB 29 MB/s 2m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 22% ▕███ ▏ 1.3 GB/5.9 GB 29 MB/s 2m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 22% ▕███ ▏ 1.3 GB/5.9 GB 29 MB/s 2m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 23% ▕███ ▏ 1.3 GB/5.9 GB 29 MB/s 2m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 23% ▕███ ▏ 1.3 GB/5.9 GB 29 MB/s 2m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 23% ▕███ ▏ 1.3 GB/5.9 GB 29 MB/s 2m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 23% ▕███ ▏ 1.3 GB/5.9 GB 29 MB/s 2m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 23% ▕███ ▏ 1.3 GB/5.9 GB 29 MB/s 2m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 23% ▕███ ▏ 1.4 GB/5.9 GB 28 MB/s 2m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 23% ▕███ ▏ 1.4 GB/5.9 GB 28 MB/s 2m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 23% ▕███ ▏ 1.4 GB/5.9 GB 28 MB/s 2m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 23% ▕███ ▏ 1.4 GB/5.9 GB 28 MB/s 2m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 23% ▕███ ▏ 1.4 GB/5.9 GB 28 MB/s 2m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 23% ▕███ ▏ 1.4 GB/5.9 GB 28 MB/s 2m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 23% ▕███ ▏ 1.4 GB/5.9 GB 28 MB/s 2m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 23% ▕███ ▏ 1.4 GB/5.9 GB 28 MB/s 2m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 23% ▕███ ▏ 1.4 GB/5.9 GB 28 MB/s 2m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 23% ▕███ ▏ 1.4 GB/5.9 GB 28 MB/s 2m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 23% ▕███ ▏ 1.4 GB/5.9 GB 28 MB/s 2m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 23% ▕███ ▏ 1.4 GB/5.9 GB 28 MB/s 2m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 23% ▕███ ▏ 1.4 GB/5.9 GB 28 MB/s 2m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 23% ▕███ ▏ 1.4 GB/5.9 GB 28 MB/s 2m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 23% ▕███ ▏ 1.4 GB/5.9 GB 28 MB/s 2m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 24% ▕███ ▏ 1.4 GB/5.9 GB 28 MB/s 2m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 24% ▕███ ▏ 1.4 GB/5.9 GB 28 MB/s 2m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 24% ▕███ ▏ 1.4 GB/5.9 GB 28 MB/s 2m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 24% ▕███ ▏ 1.4 GB/5.9 GB 28 MB/s 2m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 24% ▕███ ▏ 1.4 GB/5.9 GB 28 MB/s 2m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 24% ▕███ ▏ 1.4 GB/5.9 GB 28 MB/s 2m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 24% ▕███ ▏ 1.4 GB/5.9 GB 28 MB/s 2m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 24% ▕███ ▏ 1.4 GB/5.9 GB 28 MB/s 2m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 24% ▕███ ▏ 1.4 GB/5.9 GB 28 MB/s 2m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 24% ▕███ ▏ 1.4 GB/5.9 GB 28 MB/s 2m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 24% ▕███ ▏ 1.4 GB/5.9 GB 28 MB/s 2m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 24% ▕███ ▏ 1.4 GB/5.9 GB 28 MB/s 2m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 24% ▕███ ▏ 1.4 GB/5.9 GB 28 MB/s 2m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 24% ▕███ ▏ 1.4 GB/5.9 GB 28 MB/s 2m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 24% ▕███ ▏ 1.4 GB/5.9 GB 28 MB/s 2m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 24% ▕███ ▏ 1.4 GB/5.9 GB 28 MB/s 2m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 24% ▕███ ▏ 1.4 GB/5.9 GB 28 MB/s 2m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 24% ▕███ ▏ 1.4 GB/5.9 GB 28 MB/s 2m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 24% ▕███ ▏ 1.4 GB/5.9 GB 28 MB/s 2m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 24% ▕███ ▏ 1.5 GB/5.9 GB 28 MB/s 2m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 24% ▕███ ▏ 1.5 GB/5.9 GB 28 MB/s 2m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 25% ▕███ ▏ 1.5 GB/5.9 GB 28 MB/s 2m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 25% ▕███ ▏ 1.5 GB/5.9 GB 28 MB/s 2m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 25% ▕███ ▏ 1.5 GB/5.9 GB 28 MB/s 2m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 25% ▕███ ▏ 1.5 GB/5.9 GB 28 MB/s 2m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 25% ▕███ ▏ 1.5 GB/5.9 GB 28 MB/s 2m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 25% ▕███ ▏ 1.5 GB/5.9 GB 29 MB/s 2m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 25% ▕███ ▏ 1.5 GB/5.9 GB 29 MB/s 2m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 25% ▕███ ▏ 1.5 GB/5.9 GB 29 MB/s 2m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 25% ▕███ ▏ 1.5 GB/5.9 GB 29 MB/s 2m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 25% ▕████ ▏ 1.5 GB/5.9 GB 29 MB/s 2m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 25% ▕████ ▏ 1.5 GB/5.9 GB 29 MB/s 2m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 25% ▕████ ▏ 1.5 GB/5.9 GB 29 MB/s 2m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 25% ▕████ ▏ 1.5 GB/5.9 GB 29 MB/s 2m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 25% ▕████ ▏ 1.5 GB/5.9 GB 29 MB/s 2m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 25% ▕████ ▏ 1.5 GB/5.9 GB 29 MB/s 2m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 25% ▕████ ▏ 1.5 GB/5.9 GB 28 MB/s 2m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 25% ▕████ ▏ 1.5 GB/5.9 GB 28 MB/s 2m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 25% ▕████ ▏ 1.5 GB/5.9 GB 28 MB/s 2m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 25% ▕████ ▏ 1.5 GB/5.9 GB 28 MB/s 2m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 25% ▕████ ▏ 1.5 GB/5.9 GB 28 MB/s 2m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 25% ▕████ ▏ 1.5 GB/5.9 GB 28 MB/s 2m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 26% ▕████ ▏ 1.5 GB/5.9 GB 28 MB/s 2m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 26% ▕████ ▏ 1.5 GB/5.9 GB 28 MB/s 2m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 26% ▕████ ▏ 1.5 GB/5.9 GB 28 MB/s 2m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 26% ▕████ ▏ 1.5 GB/5.9 GB 28 MB/s 2m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 26% ▕████ ▏ 1.5 GB/5.9 GB 28 MB/s 2m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 26% ▕████ ▏ 1.5 GB/5.9 GB 28 MB/s 2m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 26% ▕████ ▏ 1.5 GB/5.9 GB 28 MB/s 2m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 26% ▕████ ▏ 1.5 GB/5.9 GB 28 MB/s 2m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 26% ▕████ ▏ 1.5 GB/5.9 GB 28 MB/s 2m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 26% ▕████ ▏ 1.5 GB/5.9 GB 28 MB/s 2m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 26% ▕████ ▏ 1.5 GB/5.9 GB 28 MB/s 2m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 26% ▕████ ▏ 1.5 GB/5.9 GB 28 MB/s 2m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 26% ▕████ ▏ 1.6 GB/5.9 GB 28 MB/s 2m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 26% ▕████ ▏ 1.6 GB/5.9 GB 28 MB/s 2m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 26% ▕████ ▏ 1.6 GB/5.9 GB 28 MB/s 2m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 26% ▕████ ▏ 1.6 GB/5.9 GB 28 MB/s 2m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 26% ▕████ ▏ 1.6 GB/5.9 GB 28 MB/s 2m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 26% ▕████ ▏ 1.6 GB/5.9 GB 28 MB/s 2m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 26% ▕████ ▏ 1.6 GB/5.9 GB 28 MB/s 2m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 26% ▕████ ▏ 1.6 GB/5.9 GB 28 MB/s 2m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 27% ▕████ ▏ 1.6 GB/5.9 GB 28 MB/s 2m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 27% ▕████ ▏ 1.6 GB/5.9 GB 28 MB/s 2m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 27% ▕████ ▏ 1.6 GB/5.9 GB 28 MB/s 2m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 27% ▕████ ▏ 1.6 GB/5.9 GB 28 MB/s 2m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 27% ▕████ ▏ 1.6 GB/5.9 GB 28 MB/s 2m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 27% ▕████ ▏ 1.6 GB/5.9 GB 29 MB/s 2m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 27% ▕████ ▏ 1.6 GB/5.9 GB 29 MB/s 2m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 27% ▕████ ▏ 1.6 GB/5.9 GB 29 MB/s 2m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 27% ▕████ ▏ 1.6 GB/5.9 GB 29 MB/s 2m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 27% ▕████ ▏ 1.6 GB/5.9 GB 29 MB/s 2m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 27% ▕████ ▏ 1.6 GB/5.9 GB 29 MB/s 2m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 27% ▕████ ▏ 1.6 GB/5.9 GB 29 MB/s 2m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 27% ▕████ ▏ 1.6 GB/5.9 GB 29 MB/s 2m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 27% ▕████ ▏ 1.6 GB/5.9 GB 29 MB/s 2m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 27% ▕████ ▏ 1.6 GB/5.9 GB 29 MB/s 2m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 27% ▕████ ▏ 1.6 GB/5.9 GB 29 MB/s 2m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 27% ▕████ ▏ 1.6 GB/5.9 GB 29 MB/s 2m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 27% ▕████ ▏ 1.6 GB/5.9 GB 29 MB/s 2m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 27% ▕████ ▏ 1.6 GB/5.9 GB 29 MB/s 2m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 27% ▕████ ▏ 1.6 GB/5.9 GB 29 MB/s 2m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 27% ▕████ ▏ 1.6 GB/5.9 GB 29 MB/s 2m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 28% ▕████ ▏ 1.6 GB/5.9 GB 29 MB/s 2m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 28% ▕████ ▏ 1.6 GB/5.9 GB 29 MB/s 2m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 28% ▕████ ▏ 1.6 GB/5.9 GB 29 MB/s 2m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 28% ▕████ ▏ 1.6 GB/5.9 GB 29 MB/s 2m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 28% ▕████ ▏ 1.6 GB/5.9 GB 29 MB/s 2m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 28% ▕████ ▏ 1.6 GB/5.9 GB 29 MB/s 2m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 28% ▕████ ▏ 1.7 GB/5.9 GB 29 MB/s 2m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 28% ▕████ ▏ 1.7 GB/5.9 GB 29 MB/s 2m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 28% ▕████ ▏ 1.7 GB/5.9 GB 29 MB/s 2m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 28% ▕████ ▏ 1.7 GB/5.9 GB 29 MB/s 2m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 28% ▕████ ▏ 1.7 GB/5.9 GB 29 MB/s 2m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 28% ▕████ ▏ 1.7 GB/5.9 GB 29 MB/s 2m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 28% ▕████ ▏ 1.7 GB/5.9 GB 29 MB/s 2m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 28% ▕████ ▏ 1.7 GB/5.9 GB 29 MB/s 2m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 28% ▕████ ▏ 1.7 GB/5.9 GB 29 MB/s 2m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 28% ▕████ ▏ 1.7 GB/5.9 GB 29 MB/s 2m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 28% ▕████ ▏ 1.7 GB/5.9 GB 29 MB/s 2m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 28% ▕████ ▏ 1.7 GB/5.9 GB 29 MB/s 2m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 28% ▕████ ▏ 1.7 GB/5.9 GB 29 MB/s 2m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 28% ▕████ ▏ 1.7 GB/5.9 GB 29 MB/s 2m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 28% ▕████ ▏ 1.7 GB/5.9 GB 29 MB/s 2m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 29% ▕████ ▏ 1.7 GB/5.9 GB 29 MB/s 2m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 29% ▕████ ▏ 1.7 GB/5.9 GB 29 MB/s 2m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 29% ▕████ ▏ 1.7 GB/5.9 GB 29 MB/s 2m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 29% ▕████ ▏ 1.7 GB/5.9 GB 29 MB/s 2m25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 29% ▕████ ▏ 1.7 GB/5.9 GB 29 MB/s 2m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 29% ▕████ ▏ 1.7 GB/5.9 GB 29 MB/s 2m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 29% ▕████ ▏ 1.7 GB/5.9 GB 29 MB/s 2m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 29% ▕████ ▏ 1.7 GB/5.9 GB 29 MB/s 2m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 29% ▕████ ▏ 1.7 GB/5.9 GB 29 MB/s 2m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 29% ▕████ ▏ 1.7 GB/5.9 GB 29 MB/s 2m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 29% ▕████ ▏ 1.7 GB/5.9 GB 29 MB/s 2m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 29% ▕████ ▏ 1.7 GB/5.9 GB 29 MB/s 2m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 29% ▕████ ▏ 1.7 GB/5.9 GB 29 MB/s 2m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 29% ▕████ ▏ 1.7 GB/5.9 GB 29 MB/s 2m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 29% ▕████ ▏ 1.7 GB/5.9 GB 29 MB/s 2m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 29% ▕████ ▏ 1.7 GB/5.9 GB 29 MB/s 2m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 29% ▕████ ▏ 1.7 GB/5.9 GB 29 MB/s 2m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 29% ▕████ ▏ 1.8 GB/5.9 GB 29 MB/s 2m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 30% ▕████ ▏ 1.8 GB/5.9 GB 29 MB/s 2m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 30% ▕████ ▏ 1.8 GB/5.9 GB 29 MB/s 2m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 30% ▕████ ▏ 1.8 GB/5.9 GB 29 MB/s 2m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 30% ▕████ ▏ 1.8 GB/5.9 GB 29 MB/s 2m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 30% ▕████ ▏ 1.8 GB/5.9 GB 29 MB/s 2m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 30% ▕████ ▏ 1.8 GB/5.9 GB 29 MB/s 2m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 30% ▕████ ▏ 1.8 GB/5.9 GB 29 MB/s 2m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 30% ▕████ ▏ 1.8 GB/5.9 GB 29 MB/s 2m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 30% ▕████ ▏ 1.8 GB/5.9 GB 29 MB/s 2m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 30% ▕████ ▏ 1.8 GB/5.9 GB 29 MB/s 2m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 30% ▕████ ▏ 1.8 GB/5.9 GB 29 MB/s 2m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 30% ▕████ ▏ 1.8 GB/5.9 GB 29 MB/s 2m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 30% ▕████ ▏ 1.8 GB/5.9 GB 29 MB/s 2m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 30% ▕████ ▏ 1.8 GB/5.9 GB 29 MB/s 2m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 30% ▕████ ▏ 1.8 GB/5.9 GB 29 MB/s 2m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 30% ▕████ ▏ 1.8 GB/5.9 GB 29 MB/s 2m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 30% ▕████ ▏ 1.8 GB/5.9 GB 30 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 30% ▕████ ▏ 1.8 GB/5.9 GB 30 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 30% ▕████ ▏ 1.8 GB/5.9 GB 30 MB/s 2m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 30% ▕████ ▏ 1.8 GB/5.9 GB 30 MB/s 2m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 30% ▕████ ▏ 1.8 GB/5.9 GB 30 MB/s 2m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 31% ▕████ ▏ 1.8 GB/5.9 GB 30 MB/s 2m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 31% ▕████ ▏ 1.8 GB/5.9 GB 30 MB/s 2m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 31% ▕████ ▏ 1.8 GB/5.9 GB 30 MB/s 2m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 31% ▕████ ▏ 1.8 GB/5.9 GB 30 MB/s 2m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 31% ▕████ ▏ 1.8 GB/5.9 GB 30 MB/s 2m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 31% ▕████ ▏ 1.8 GB/5.9 GB 30 MB/s 2m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 31% ▕████ ▏ 1.8 GB/5.9 GB 29 MB/s 2m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 31% ▕████ ▏ 1.8 GB/5.9 GB 29 MB/s 2m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 31% ▕████ ▏ 1.8 GB/5.9 GB 29 MB/s 2m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 31% ▕████ ▏ 1.8 GB/5.9 GB 29 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 31% ▕████ ▏ 1.8 GB/5.9 GB 29 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 31% ▕████ ▏ 1.8 GB/5.9 GB 29 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 31% ▕████ ▏ 1.9 GB/5.9 GB 29 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 31% ▕█████ ▏ 1.9 GB/5.9 GB 29 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 31% ▕█████ ▏ 1.9 GB/5.9 GB 29 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 31% ▕█████ ▏ 1.9 GB/5.9 GB 29 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 31% ▕█████ ▏ 1.9 GB/5.9 GB 30 MB/s 2m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 31% ▕█████ ▏ 1.9 GB/5.9 GB 30 MB/s 2m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 31% ▕█████ ▏ 1.9 GB/5.9 GB 30 MB/s 2m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 31% ▕█████ ▏ 1.9 GB/5.9 GB 30 MB/s 2m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 31% ▕█████ ▏ 1.9 GB/5.9 GB 30 MB/s 2m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 31% ▕█████ ▏ 1.9 GB/5.9 GB 30 MB/s 2m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 32% ▕█████ ▏ 1.9 GB/5.9 GB 30 MB/s 2m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 32% ▕█████ ▏ 1.9 GB/5.9 GB 30 MB/s 2m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 32% ▕█████ ▏ 1.9 GB/5.9 GB 30 MB/s 2m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 32% ▕█████ ▏ 1.9 GB/5.9 GB 30 MB/s 2m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 32% ▕█████ ▏ 1.9 GB/5.9 GB 29 MB/s 2m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 32% ▕█████ ▏ 1.9 GB/5.9 GB 29 MB/s 2m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 32% ▕█████ ▏ 1.9 GB/5.9 GB 29 MB/s 2m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 32% ▕█████ ▏ 1.9 GB/5.9 GB 29 MB/s 2m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 32% ▕█████ ▏ 1.9 GB/5.9 GB 29 MB/s 2m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 32% ▕█████ ▏ 1.9 GB/5.9 GB 29 MB/s 2m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 32% ▕█████ ▏ 1.9 GB/5.9 GB 29 MB/s 2m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 32% ▕█████ ▏ 1.9 GB/5.9 GB 29 MB/s 2m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 32% ▕█████ ▏ 1.9 GB/5.9 GB 29 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 32% ▕█████ ▏ 1.9 GB/5.9 GB 29 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 32% ▕█████ ▏ 1.9 GB/5.9 GB 29 MB/s 2m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 32% ▕█████ ▏ 1.9 GB/5.9 GB 29 MB/s 2m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 32% ▕█████ ▏ 1.9 GB/5.9 GB 29 MB/s 2m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 32% ▕█████ ▏ 1.9 GB/5.9 GB 29 MB/s 2m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 32% ▕█████ ▏ 1.9 GB/5.9 GB 29 MB/s 2m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 32% ▕█████ ▏ 1.9 GB/5.9 GB 29 MB/s 2m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 32% ▕█████ ▏ 1.9 GB/5.9 GB 29 MB/s 2m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 33% ▕█████ ▏ 1.9 GB/5.9 GB 29 MB/s 2m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 33% ▕█████ ▏ 1.9 GB/5.9 GB 29 MB/s 2m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 33% ▕█████ ▏ 1.9 GB/5.9 GB 29 MB/s 2m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 33% ▕█████ ▏ 1.9 GB/5.9 GB 30 MB/s 2m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 33% ▕█████ ▏ 2.0 GB/5.9 GB 30 MB/s 2m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 33% ▕█████ ▏ 2.0 GB/5.9 GB 30 MB/s 2m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 33% ▕█████ ▏ 2.0 GB/5.9 GB 30 MB/s 2m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 33% ▕█████ ▏ 2.0 GB/5.9 GB 30 MB/s 2m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 33% ▕█████ ▏ 2.0 GB/5.9 GB 30 MB/s 2m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 33% ▕█████ ▏ 2.0 GB/5.9 GB 30 MB/s 2m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 33% ▕█████ ▏ 2.0 GB/5.9 GB 30 MB/s 2m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 33% ▕█████ ▏ 2.0 GB/5.9 GB 30 MB/s 2m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 33% ▕█████ ▏ 2.0 GB/5.9 GB 30 MB/s 2m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 33% ▕█████ ▏ 2.0 GB/5.9 GB 30 MB/s 2m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 33% ▕█████ ▏ 2.0 GB/5.9 GB 30 MB/s 2m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 33% ▕█████ ▏ 2.0 GB/5.9 GB 30 MB/s 2m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 33% ▕█████ ▏ 2.0 GB/5.9 GB 30 MB/s 2m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 33% ▕█████ ▏ 2.0 GB/5.9 GB 30 MB/s 2m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 34% ▕█████ ▏ 2.0 GB/5.9 GB 30 MB/s 2m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 34% ▕█████ ▏ 2.0 GB/5.9 GB 30 MB/s 2m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 34% ▕█████ ▏ 2.0 GB/5.9 GB 30 MB/s 2m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 34% ▕█████ ▏ 2.0 GB/5.9 GB 30 MB/s 2m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 34% ▕█████ ▏ 2.0 GB/5.9 GB 30 MB/s 2m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 34% ▕█████ ▏ 2.0 GB/5.9 GB 30 MB/s 2m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 34% ▕█████ ▏ 2.0 GB/5.9 GB 30 MB/s 2m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 34% ▕█████ ▏ 2.0 GB/5.9 GB 30 MB/s 2m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 34% ▕█████ ▏ 2.0 GB/5.9 GB 30 MB/s 2m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 34% ▕█████ ▏ 2.0 GB/5.9 GB 30 MB/s 2m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 34% ▕█████ ▏ 2.0 GB/5.9 GB 30 MB/s 2m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 34% ▕█████ ▏ 2.0 GB/5.9 GB 30 MB/s 2m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 34% ▕█████ ▏ 2.0 GB/5.9 GB 30 MB/s 2m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 34% ▕█████ ▏ 2.0 GB/5.9 GB 30 MB/s 2m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 34% ▕█████ ▏ 2.0 GB/5.9 GB 30 MB/s 2m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 34% ▕█████ ▏ 2.0 GB/5.9 GB 30 MB/s 2m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 34% ▕█████ ▏ 2.0 GB/5.9 GB 30 MB/s 2m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 34% ▕█████ ▏ 2.0 GB/5.9 GB 30 MB/s 2m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 34% ▕█████ ▏ 2.0 GB/5.9 GB 30 MB/s 2m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 35% ▕█████ ▏ 2.1 GB/5.9 GB 30 MB/s 2m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 35% ▕█████ ▏ 2.1 GB/5.9 GB 30 MB/s 2m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 35% ▕█████ ▏ 2.1 GB/5.9 GB 30 MB/s 2m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 35% ▕█████ ▏ 2.1 GB/5.9 GB 30 MB/s 2m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 35% ▕█████ ▏ 2.1 GB/5.9 GB 30 MB/s 2m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 35% ▕█████ ▏ 2.1 GB/5.9 GB 30 MB/s 2m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 35% ▕█████ ▏ 2.1 GB/5.9 GB 30 MB/s 2m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 35% ▕█████ ▏ 2.1 GB/5.9 GB 29 MB/s 2m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 35% ▕█████ ▏ 2.1 GB/5.9 GB 29 MB/s 2m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 35% ▕█████ ▏ 2.1 GB/5.9 GB 29 MB/s 2m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 35% ▕█████ ▏ 2.1 GB/5.9 GB 29 MB/s 2m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 35% ▕█████ ▏ 2.1 GB/5.9 GB 29 MB/s 2m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 35% ▕█████ ▏ 2.1 GB/5.9 GB 29 MB/s 2m13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 35% ▕█████ ▏ 2.1 GB/5.9 GB 29 MB/s 2m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 35% ▕█████ ▏ 2.1 GB/5.9 GB 29 MB/s 2m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 35% ▕█████ ▏ 2.1 GB/5.9 GB 29 MB/s 2m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 35% ▕█████ ▏ 2.1 GB/5.9 GB 29 MB/s 2m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 35% ▕█████ ▏ 2.1 GB/5.9 GB 30 MB/s 2m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 35% ▕█████ ▏ 2.1 GB/5.9 GB 30 MB/s 2m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 35% ▕█████ ▏ 2.1 GB/5.9 GB 30 MB/s 2m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 35% ▕█████ ▏ 2.1 GB/5.9 GB 30 MB/s 2m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 36% ▕█████ ▏ 2.1 GB/5.9 GB 30 MB/s 2m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 36% ▕█████ ▏ 2.1 GB/5.9 GB 30 MB/s 2m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 36% ▕█████ ▏ 2.1 GB/5.9 GB 30 MB/s 2m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 36% ▕█████ ▏ 2.1 GB/5.9 GB 30 MB/s 2m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 36% ▕█████ ▏ 2.1 GB/5.9 GB 30 MB/s 2m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 36% ▕█████ ▏ 2.1 GB/5.9 GB 30 MB/s 2m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 36% ▕█████ ▏ 2.1 GB/5.9 GB 30 MB/s 2m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 36% ▕█████ ▏ 2.1 GB/5.9 GB 29 MB/s 2m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 36% ▕█████ ▏ 2.1 GB/5.9 GB 29 MB/s 2m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 36% ▕█████ ▏ 2.1 GB/5.9 GB 29 MB/s 2m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 36% ▕█████ ▏ 2.1 GB/5.9 GB 29 MB/s 2m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 36% ▕█████ ▏ 2.1 GB/5.9 GB 29 MB/s 2m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 36% ▕█████ ▏ 2.1 GB/5.9 GB 29 MB/s 2m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 36% ▕█████ ▏ 2.2 GB/5.9 GB 29 MB/s 2m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 36% ▕█████ ▏ 2.2 GB/5.9 GB 29 MB/s 2m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 36% ▕█████ ▏ 2.2 GB/5.9 GB 29 MB/s 2m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 36% ▕█████ ▏ 2.2 GB/5.9 GB 29 MB/s 2m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 36% ▕█████ ▏ 2.2 GB/5.9 GB 31 MB/s 1m59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 37% ▕█████ ▏ 2.2 GB/5.9 GB 31 MB/s 1m59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 37% ▕█████ ▏ 2.2 GB/5.9 GB 31 MB/s 1m58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 37% ▕█████ ▏ 2.2 GB/5.9 GB 31 MB/s 1m58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 37% ▕█████ ▏ 2.2 GB/5.9 GB 31 MB/s 1m58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 37% ▕█████ ▏ 2.2 GB/5.9 GB 31 MB/s 1m58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 37% ▕█████ ▏ 2.2 GB/5.9 GB 31 MB/s 1m58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 37% ▕█████ ▏ 2.2 GB/5.9 GB 31 MB/s 1m58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 37% ▕█████ ▏ 2.2 GB/5.9 GB 31 MB/s 1m58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 37% ▕█████ ▏ 2.2 GB/5.9 GB 31 MB/s 1m58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 37% ▕█████ ▏ 2.2 GB/5.9 GB 30 MB/s 2m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 37% ▕█████ ▏ 2.2 GB/5.9 GB 30 MB/s 2m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 37% ▕█████ ▏ 2.2 GB/5.9 GB 30 MB/s 2m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 37% ▕█████ ▏ 2.2 GB/5.9 GB 30 MB/s 2m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 37% ▕█████ ▏ 2.2 GB/5.9 GB 30 MB/s 2m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 37% ▕█████ ▏ 2.2 GB/5.9 GB 30 MB/s 2m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 37% ▕█████ ▏ 2.2 GB/5.9 GB 30 MB/s 2m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 37% ▕█████ ▏ 2.2 GB/5.9 GB 30 MB/s 2m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 37% ▕█████ ▏ 2.2 GB/5.9 GB 30 MB/s 2m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 37% ▕█████ ▏ 2.2 GB/5.9 GB 30 MB/s 2m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 38% ▕██████ ▏ 2.2 GB/5.9 GB 31 MB/s 1m58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 38% ▕██████ ▏ 2.2 GB/5.9 GB 31 MB/s 1m58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 38% ▕██████ ▏ 2.2 GB/5.9 GB 31 MB/s 1m58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 38% ▕██████ ▏ 2.2 GB/5.9 GB 31 MB/s 1m58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 38% ▕██████ ▏ 2.2 GB/5.9 GB 31 MB/s 1m58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 38% ▕██████ ▏ 2.2 GB/5.9 GB 31 MB/s 1m57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 38% ▕██████ ▏ 2.3 GB/5.9 GB 31 MB/s 1m57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 38% ▕██████ ▏ 2.3 GB/5.9 GB 31 MB/s 1m57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 38% ▕██████ ▏ 2.3 GB/5.9 GB 31 MB/s 1m57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 38% ▕██████ ▏ 2.3 GB/5.9 GB 31 MB/s 1m57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 38% ▕██████ ▏ 2.3 GB/5.9 GB 30 MB/s 2m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 38% ▕██████ ▏ 2.3 GB/5.9 GB 30 MB/s 2m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 38% ▕██████ ▏ 2.3 GB/5.9 GB 30 MB/s 2m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 38% ▕██████ ▏ 2.3 GB/5.9 GB 30 MB/s 1m59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 38% ▕██████ ▏ 2.3 GB/5.9 GB 30 MB/s 1m59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 38% ▕██████ ▏ 2.3 GB/5.9 GB 30 MB/s 1m59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 38% ▕██████ ▏ 2.3 GB/5.9 GB 30 MB/s 1m59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 38% ▕██████ ▏ 2.3 GB/5.9 GB 30 MB/s 1m59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 38% ▕██████ ▏ 2.3 GB/5.9 GB 30 MB/s 1m59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 38% ▕██████ ▏ 2.3 GB/5.9 GB 30 MB/s 1m59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 38% ▕██████ ▏ 2.3 GB/5.9 GB 30 MB/s 1m59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 38% ▕██████ ▏ 2.3 GB/5.9 GB 29 MB/s 2m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 38% ▕██████ ▏ 2.3 GB/5.9 GB 29 MB/s 2m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 39% ▕██████ ▏ 2.3 GB/5.9 GB 29 MB/s 2m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 39% ▕██████ ▏ 2.3 GB/5.9 GB 29 MB/s 2m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 39% ▕██████ ▏ 2.3 GB/5.9 GB 29 MB/s 2m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 39% ▕██████ ▏ 2.3 GB/5.9 GB 29 MB/s 2m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 39% ▕██████ ▏ 2.3 GB/5.9 GB 29 MB/s 2m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 39% ▕██████ ▏ 2.3 GB/5.9 GB 29 MB/s 2m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 39% ▕██████ ▏ 2.3 GB/5.9 GB 29 MB/s 2m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 39% ▕██████ ▏ 2.3 GB/5.9 GB 29 MB/s 2m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 39% ▕██████ ▏ 2.3 GB/5.9 GB 29 MB/s 2m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 39% ▕██████ ▏ 2.3 GB/5.9 GB 29 MB/s 2m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 39% ▕██████ ▏ 2.3 GB/5.9 GB 29 MB/s 2m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 39% ▕██████ ▏ 2.3 GB/5.9 GB 29 MB/s 2m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 39% ▕██████ ▏ 2.3 GB/5.9 GB 29 MB/s 2m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 39% ▕██████ ▏ 2.3 GB/5.9 GB 29 MB/s 2m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 39% ▕██████ ▏ 2.3 GB/5.9 GB 29 MB/s 2m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 39% ▕██████ ▏ 2.3 GB/5.9 GB 29 MB/s 2m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 39% ▕██████ ▏ 2.3 GB/5.9 GB 29 MB/s 2m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 39% ▕██████ ▏ 2.3 GB/5.9 GB 29 MB/s 2m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 39% ▕██████ ▏ 2.3 GB/5.9 GB 30 MB/s 1m56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 39% ▕██████ ▏ 2.3 GB/5.9 GB 30 MB/s 1m56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 40% ▕██████ ▏ 2.4 GB/5.9 GB 30 MB/s 1m55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 40% ▕██████ ▏ 2.4 GB/5.9 GB 30 MB/s 1m55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 40% ▕██████ ▏ 2.4 GB/5.9 GB 30 MB/s 1m55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 40% ▕██████ ▏ 2.4 GB/5.9 GB 30 MB/s 1m55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 40% ▕██████ ▏ 2.4 GB/5.9 GB 30 MB/s 1m55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 40% ▕██████ ▏ 2.4 GB/5.9 GB 30 MB/s 1m55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 40% ▕██████ ▏ 2.4 GB/5.9 GB 30 MB/s 1m55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 40% ▕██████ ▏ 2.4 GB/5.9 GB 30 MB/s 1m55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 40% ▕██████ ▏ 2.4 GB/5.9 GB 30 MB/s 1m58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 40% ▕██████ ▏ 2.4 GB/5.9 GB 30 MB/s 1m58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 40% ▕██████ ▏ 2.4 GB/5.9 GB 30 MB/s 1m58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 40% ▕██████ ▏ 2.4 GB/5.9 GB 30 MB/s 1m58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 40% ▕██████ ▏ 2.4 GB/5.9 GB 30 MB/s 1m58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 40% ▕██████ ▏ 2.4 GB/5.9 GB 30 MB/s 1m58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 40% ▕██████ ▏ 2.4 GB/5.9 GB 30 MB/s 1m57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 40% ▕██████ ▏ 2.4 GB/5.9 GB 30 MB/s 1m57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 40% ▕██████ ▏ 2.4 GB/5.9 GB 30 MB/s 1m57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 40% ▕██████ ▏ 2.4 GB/5.9 GB 30 MB/s 1m57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 40% ▕██████ ▏ 2.4 GB/5.9 GB 30 MB/s 1m55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 40% ▕██████ ▏ 2.4 GB/5.9 GB 30 MB/s 1m55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 40% ▕██████ ▏ 2.4 GB/5.9 GB 30 MB/s 1m55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 41% ▕██████ ▏ 2.4 GB/5.9 GB 30 MB/s 1m55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 41% ▕██████ ▏ 2.4 GB/5.9 GB 30 MB/s 1m55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 41% ▕██████ ▏ 2.4 GB/5.9 GB 30 MB/s 1m55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 41% ▕██████ ▏ 2.4 GB/5.9 GB 30 MB/s 1m55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 41% ▕██████ ▏ 2.4 GB/5.9 GB 30 MB/s 1m54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 41% ▕██████ ▏ 2.4 GB/5.9 GB 30 MB/s 1m54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 41% ▕██████ ▏ 2.4 GB/5.9 GB 30 MB/s 1m54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 41% ▕██████ ▏ 2.4 GB/5.9 GB 30 MB/s 1m54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 41% ▕██████ ▏ 2.4 GB/5.9 GB 30 MB/s 1m56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 41% ▕██████ ▏ 2.4 GB/5.9 GB 30 MB/s 1m56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 41% ▕██████ ▏ 2.4 GB/5.9 GB 30 MB/s 1m56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 41% ▕██████ ▏ 2.4 GB/5.9 GB 30 MB/s 1m56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 41% ▕██████ ▏ 2.4 GB/5.9 GB 30 MB/s 1m56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 41% ▕██████ ▏ 2.4 GB/5.9 GB 30 MB/s 1m56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 41% ▕██████ ▏ 2.5 GB/5.9 GB 30 MB/s 1m56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 41% ▕██████ ▏ 2.5 GB/5.9 GB 30 MB/s 1m55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 41% ▕██████ ▏ 2.5 GB/5.9 GB 30 MB/s 1m55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 41% ▕██████ ▏ 2.5 GB/5.9 GB 30 MB/s 1m55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 42% ▕██████ ▏ 2.5 GB/5.9 GB 30 MB/s 1m52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 42% ▕██████ ▏ 2.5 GB/5.9 GB 30 MB/s 1m52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 42% ▕██████ ▏ 2.5 GB/5.9 GB 30 MB/s 1m52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 42% ▕██████ ▏ 2.5 GB/5.9 GB 30 MB/s 1m52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 42% ▕██████ ▏ 2.5 GB/5.9 GB 30 MB/s 1m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 42% ▕██████ ▏ 2.5 GB/5.9 GB 30 MB/s 1m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 42% ▕██████ ▏ 2.5 GB/5.9 GB 30 MB/s 1m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 42% ▕██████ ▏ 2.5 GB/5.9 GB 30 MB/s 1m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 42% ▕██████ ▏ 2.5 GB/5.9 GB 30 MB/s 1m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 42% ▕██████ ▏ 2.5 GB/5.9 GB 30 MB/s 1m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 42% ▕██████ ▏ 2.5 GB/5.9 GB 31 MB/s 1m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 42% ▕██████ ▏ 2.5 GB/5.9 GB 31 MB/s 1m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 42% ▕██████ ▏ 2.5 GB/5.9 GB 31 MB/s 1m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 42% ▕██████ ▏ 2.5 GB/5.9 GB 31 MB/s 1m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 42% ▕██████ ▏ 2.5 GB/5.9 GB 31 MB/s 1m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 42% ▕██████ ▏ 2.5 GB/5.9 GB 31 MB/s 1m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 42% ▕██████ ▏ 2.5 GB/5.9 GB 31 MB/s 1m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 42% ▕██████ ▏ 2.5 GB/5.9 GB 31 MB/s 1m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 43% ▕██████ ▏ 2.5 GB/5.9 GB 31 MB/s 1m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 43% ▕██████ ▏ 2.5 GB/5.9 GB 31 MB/s 1m49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 43% ▕██████ ▏ 2.5 GB/5.9 GB 30 MB/s 1m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 43% ▕██████ ▏ 2.5 GB/5.9 GB 30 MB/s 1m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 43% ▕██████ ▏ 2.5 GB/5.9 GB 30 MB/s 1m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 43% ▕██████ ▏ 2.5 GB/5.9 GB 30 MB/s 1m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 43% ▕██████ ▏ 2.5 GB/5.9 GB 30 MB/s 1m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 43% ▕██████ ▏ 2.6 GB/5.9 GB 30 MB/s 1m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 43% ▕██████ ▏ 2.6 GB/5.9 GB 30 MB/s 1m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 43% ▕██████ ▏ 2.6 GB/5.9 GB 30 MB/s 1m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 43% ▕██████ ▏ 2.6 GB/5.9 GB 30 MB/s 1m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 43% ▕██████ ▏ 2.6 GB/5.9 GB 30 MB/s 1m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 43% ▕██████ ▏ 2.6 GB/5.9 GB 31 MB/s 1m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 43% ▕██████ ▏ 2.6 GB/5.9 GB 31 MB/s 1m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 43% ▕██████ ▏ 2.6 GB/5.9 GB 31 MB/s 1m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 43% ▕██████ ▏ 2.6 GB/5.9 GB 31 MB/s 1m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 43% ▕██████ ▏ 2.6 GB/5.9 GB 31 MB/s 1m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 43% ▕██████ ▏ 2.6 GB/5.9 GB 31 MB/s 1m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 43% ▕██████ ▏ 2.6 GB/5.9 GB 31 MB/s 1m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 44% ▕██████ ▏ 2.6 GB/5.9 GB 31 MB/s 1m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 44% ▕██████ ▏ 2.6 GB/5.9 GB 31 MB/s 1m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 44% ▕██████ ▏ 2.6 GB/5.9 GB 31 MB/s 1m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 44% ▕██████ ▏ 2.6 GB/5.9 GB 31 MB/s 1m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 44% ▕██████ ▏ 2.6 GB/5.9 GB 31 MB/s 1m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 44% ▕███████ ▏ 2.6 GB/5.9 GB 31 MB/s 1m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 44% ▕███████ ▏ 2.6 GB/5.9 GB 31 MB/s 1m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 44% ▕███████ ▏ 2.6 GB/5.9 GB 31 MB/s 1m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 44% ▕███████ ▏ 2.6 GB/5.9 GB 31 MB/s 1m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 44% ▕███████ ▏ 2.6 GB/5.9 GB 31 MB/s 1m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 44% ▕███████ ▏ 2.6 GB/5.9 GB 31 MB/s 1m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 44% ▕███████ ▏ 2.6 GB/5.9 GB 31 MB/s 1m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 44% ▕███████ ▏ 2.6 GB/5.9 GB 31 MB/s 1m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 44% ▕███████ ▏ 2.6 GB/5.9 GB 31 MB/s 1m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 44% ▕███████ ▏ 2.6 GB/5.9 GB 31 MB/s 1m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 44% ▕███████ ▏ 2.6 GB/5.9 GB 31 MB/s 1m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 44% ▕███████ ▏ 2.6 GB/5.9 GB 31 MB/s 1m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 44% ▕███████ ▏ 2.6 GB/5.9 GB 31 MB/s 1m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 44% ▕███████ ▏ 2.6 GB/5.9 GB 31 MB/s 1m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 45% ▕███████ ▏ 2.6 GB/5.9 GB 31 MB/s 1m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 45% ▕███████ ▏ 2.7 GB/5.9 GB 31 MB/s 1m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 45% ▕███████ ▏ 2.7 GB/5.9 GB 31 MB/s 1m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 45% ▕███████ ▏ 2.7 GB/5.9 GB 31 MB/s 1m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 45% ▕███████ ▏ 2.7 GB/5.9 GB 31 MB/s 1m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 45% ▕███████ ▏ 2.7 GB/5.9 GB 31 MB/s 1m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 45% ▕███████ ▏ 2.7 GB/5.9 GB 31 MB/s 1m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 45% ▕███████ ▏ 2.7 GB/5.9 GB 31 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 45% ▕███████ ▏ 2.7 GB/5.9 GB 31 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 45% ▕███████ ▏ 2.7 GB/5.9 GB 31 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 45% ▕███████ ▏ 2.7 GB/5.9 GB 31 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 45% ▕███████ ▏ 2.7 GB/5.9 GB 31 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 45% ▕███████ ▏ 2.7 GB/5.9 GB 31 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 45% ▕███████ ▏ 2.7 GB/5.9 GB 31 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 45% ▕███████ ▏ 2.7 GB/5.9 GB 31 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 45% ▕███████ ▏ 2.7 GB/5.9 GB 31 MB/s 1m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 45% ▕███████ ▏ 2.7 GB/5.9 GB 31 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 45% ▕███████ ▏ 2.7 GB/5.9 GB 31 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 45% ▕███████ ▏ 2.7 GB/5.9 GB 31 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 46% ▕███████ ▏ 2.7 GB/5.9 GB 31 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 46% ▕███████ ▏ 2.7 GB/5.9 GB 31 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 46% ▕███████ ▏ 2.7 GB/5.9 GB 31 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 46% ▕███████ ▏ 2.7 GB/5.9 GB 31 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 46% ▕███████ ▏ 2.7 GB/5.9 GB 31 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 46% ▕███████ ▏ 2.7 GB/5.9 GB 31 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 46% ▕███████ ▏ 2.7 GB/5.9 GB 32 MB/s 1m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 46% ▕███████ ▏ 2.7 GB/5.9 GB 32 MB/s 1m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 46% ▕███████ ▏ 2.7 GB/5.9 GB 32 MB/s 1m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 46% ▕███████ ▏ 2.7 GB/5.9 GB 32 MB/s 1m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 46% ▕███████ ▏ 2.7 GB/5.9 GB 32 MB/s 1m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 46% ▕███████ ▏ 2.7 GB/5.9 GB 32 MB/s 1m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 46% ▕███████ ▏ 2.8 GB/5.9 GB 32 MB/s 1m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 46% ▕███████ ▏ 2.8 GB/5.9 GB 32 MB/s 1m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 46% ▕███████ ▏ 2.8 GB/5.9 GB 32 MB/s 1m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 46% ▕███████ ▏ 2.8 GB/5.9 GB 32 MB/s 1m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 47% ▕███████ ▏ 2.8 GB/5.9 GB 32 MB/s 1m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 47% ▕███████ ▏ 2.8 GB/5.9 GB 32 MB/s 1m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 47% ▕███████ ▏ 2.8 GB/5.9 GB 32 MB/s 1m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 47% ▕███████ ▏ 2.8 GB/5.9 GB 32 MB/s 1m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 47% ▕███████ ▏ 2.8 GB/5.9 GB 32 MB/s 1m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 47% ▕███████ ▏ 2.8 GB/5.9 GB 32 MB/s 1m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 47% ▕███████ ▏ 2.8 GB/5.9 GB 32 MB/s 1m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 47% ▕███████ ▏ 2.8 GB/5.9 GB 32 MB/s 1m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 47% ▕███████ ▏ 2.8 GB/5.9 GB 32 MB/s 1m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 47% ▕███████ ▏ 2.8 GB/5.9 GB 32 MB/s 1m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 47% ▕███████ ▏ 2.8 GB/5.9 GB 32 MB/s 1m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 47% ▕███████ ▏ 2.8 GB/5.9 GB 30 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 47% ▕███████ ▏ 2.8 GB/5.9 GB 30 MB/s 1m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 47% ▕███████ ▏ 2.8 GB/5.9 GB 30 MB/s 1m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 47% ▕███████ ▏ 2.8 GB/5.9 GB 30 MB/s 1m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 47% ▕███████ ▏ 2.8 GB/5.9 GB 30 MB/s 1m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 47% ▕███████ ▏ 2.8 GB/5.9 GB 30 MB/s 1m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 47% ▕███████ ▏ 2.8 GB/5.9 GB 30 MB/s 1m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 47% ▕███████ ▏ 2.8 GB/5.9 GB 30 MB/s 1m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 47% ▕███████ ▏ 2.8 GB/5.9 GB 30 MB/s 1m40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 47% ▕███████ ▏ 2.8 GB/5.9 GB 30 MB/s 1m40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 47% ▕███████ ▏ 2.8 GB/5.9 GB 31 MB/s 1m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 47% ▕███████ ▏ 2.8 GB/5.9 GB 31 MB/s 1m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 47% ▕███████ ▏ 2.8 GB/5.9 GB 31 MB/s 1m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 48% ▕███████ ▏ 2.8 GB/5.9 GB 31 MB/s 1m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 48% ▕███████ ▏ 2.8 GB/5.9 GB 31 MB/s 1m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 48% ▕███████ ▏ 2.8 GB/5.9 GB 31 MB/s 1m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 48% ▕███████ ▏ 2.8 GB/5.9 GB 31 MB/s 1m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 48% ▕███████ ▏ 2.8 GB/5.9 GB 31 MB/s 1m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 48% ▕███████ ▏ 2.8 GB/5.9 GB 31 MB/s 1m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 48% ▕███████ ▏ 2.8 GB/5.9 GB 31 MB/s 1m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 48% ▕███████ ▏ 2.9 GB/5.9 GB 32 MB/s 1m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 48% ▕███████ ▏ 2.9 GB/5.9 GB 32 MB/s 1m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 48% ▕███████ ▏ 2.9 GB/5.9 GB 32 MB/s 1m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 48% ▕███████ ▏ 2.9 GB/5.9 GB 32 MB/s 1m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 48% ▕███████ ▏ 2.9 GB/5.9 GB 32 MB/s 1m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 48% ▕███████ ▏ 2.9 GB/5.9 GB 32 MB/s 1m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 48% ▕███████ ▏ 2.9 GB/5.9 GB 32 MB/s 1m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 48% ▕███████ ▏ 2.9 GB/5.9 GB 32 MB/s 1m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 48% ▕███████ ▏ 2.9 GB/5.9 GB 32 MB/s 1m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 49% ▕███████ ▏ 2.9 GB/5.9 GB 32 MB/s 1m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 49% ▕███████ ▏ 2.9 GB/5.9 GB 32 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 49% ▕███████ ▏ 2.9 GB/5.9 GB 32 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 49% ▕███████ ▏ 2.9 GB/5.9 GB 32 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 49% ▕███████ ▏ 2.9 GB/5.9 GB 32 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 49% ▕███████ ▏ 2.9 GB/5.9 GB 32 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 49% ▕███████ ▏ 2.9 GB/5.9 GB 32 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 49% ▕███████ ▏ 2.9 GB/5.9 GB 32 MB/s 1m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 49% ▕███████ ▏ 2.9 GB/5.9 GB 32 MB/s 1m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 49% ▕███████ ▏ 2.9 GB/5.9 GB 32 MB/s 1m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 49% ▕███████ ▏ 2.9 GB/5.9 GB 32 MB/s 1m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 49% ▕███████ ▏ 2.9 GB/5.9 GB 32 MB/s 1m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 49% ▕███████ ▏ 2.9 GB/5.9 GB 32 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 49% ▕███████ ▏ 2.9 GB/5.9 GB 32 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 49% ▕███████ ▏ 2.9 GB/5.9 GB 32 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 49% ▕███████ ▏ 2.9 GB/5.9 GB 32 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 49% ▕███████ ▏ 2.9 GB/5.9 GB 32 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 49% ▕███████ ▏ 2.9 GB/5.9 GB 32 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 49% ▕███████ ▏ 2.9 GB/5.9 GB 32 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 49% ▕███████ ▏ 2.9 GB/5.9 GB 32 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 49% ▕███████ ▏ 2.9 GB/5.9 GB 32 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 49% ▕███████ ▏ 2.9 GB/5.9 GB 32 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 49% ▕███████ ▏ 2.9 GB/5.9 GB 30 MB/s 1m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 49% ▕███████ ▏ 2.9 GB/5.9 GB 30 MB/s 1m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 50% ▕███████ ▏ 2.9 GB/5.9 GB 30 MB/s 1m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 50% ▕███████ ▏ 3.0 GB/5.9 GB 30 MB/s 1m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 50% ▕███████ ▏ 3.0 GB/5.9 GB 30 MB/s 1m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 50% ▕███████ ▏ 3.0 GB/5.9 GB 30 MB/s 1m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 50% ▕███████ ▏ 3.0 GB/5.9 GB 30 MB/s 1m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 50% ▕████████ ▏ 3.0 GB/5.9 GB 30 MB/s 1m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 50% ▕████████ ▏ 3.0 GB/5.9 GB 30 MB/s 1m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 50% ▕████████ ▏ 3.0 GB/5.9 GB 30 MB/s 1m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 50% ▕████████ ▏ 3.0 GB/5.9 GB 31 MB/s 1m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 50% ▕████████ ▏ 3.0 GB/5.9 GB 31 MB/s 1m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 50% ▕████████ ▏ 3.0 GB/5.9 GB 31 MB/s 1m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 50% ▕████████ ▏ 3.0 GB/5.9 GB 31 MB/s 1m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 50% ▕████████ ▏ 3.0 GB/5.9 GB 31 MB/s 1m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 50% ▕████████ ▏ 3.0 GB/5.9 GB 31 MB/s 1m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 50% ▕████████ ▏ 3.0 GB/5.9 GB 31 MB/s 1m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 50% ▕████████ ▏ 3.0 GB/5.9 GB 31 MB/s 1m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 50% ▕████████ ▏ 3.0 GB/5.9 GB 31 MB/s 1m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 50% ▕████████ ▏ 3.0 GB/5.9 GB 31 MB/s 1m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 51% ▕████████ ▏ 3.0 GB/5.9 GB 30 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 51% ▕████████ ▏ 3.0 GB/5.9 GB 30 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 51% ▕████████ ▏ 3.0 GB/5.9 GB 30 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 51% ▕████████ ▏ 3.0 GB/5.9 GB 30 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 51% ▕████████ ▏ 3.0 GB/5.9 GB 30 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 51% ▕████████ ▏ 3.0 GB/5.9 GB 30 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 51% ▕████████ ▏ 3.0 GB/5.9 GB 30 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 51% ▕████████ ▏ 3.0 GB/5.9 GB 30 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 51% ▕████████ ▏ 3.0 GB/5.9 GB 30 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 51% ▕████████ ▏ 3.0 GB/5.9 GB 30 MB/s 1m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 51% ▕████████ ▏ 3.0 GB/5.9 GB 30 MB/s 1m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 51% ▕████████ ▏ 3.0 GB/5.9 GB 30 MB/s 1m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 51% ▕████████ ▏ 3.0 GB/5.9 GB 30 MB/s 1m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 51% ▕████████ ▏ 3.0 GB/5.9 GB 30 MB/s 1m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 51% ▕████████ ▏ 3.0 GB/5.9 GB 30 MB/s 1m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 51% ▕████████ ▏ 3.1 GB/5.9 GB 30 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 51% ▕████████ ▏ 3.1 GB/5.9 GB 30 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 51% ▕████████ ▏ 3.1 GB/5.9 GB 30 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 52% ▕████████ ▏ 3.1 GB/5.9 GB 30 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 52% ▕████████ ▏ 3.1 GB/5.9 GB 30 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 52% ▕████████ ▏ 3.1 GB/5.9 GB 30 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 52% ▕████████ ▏ 3.1 GB/5.9 GB 32 MB/s 1m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 52% ▕████████ ▏ 3.1 GB/5.9 GB 32 MB/s 1m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 52% ▕████████ ▏ 3.1 GB/5.9 GB 32 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 52% ▕████████ ▏ 3.1 GB/5.9 GB 32 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 52% ▕████████ ▏ 3.1 GB/5.9 GB 32 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 52% ▕████████ ▏ 3.1 GB/5.9 GB 32 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 52% ▕████████ ▏ 3.1 GB/5.9 GB 32 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 52% ▕████████ ▏ 3.1 GB/5.9 GB 32 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 52% ▕████████ ▏ 3.1 GB/5.9 GB 32 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 52% ▕████████ ▏ 3.1 GB/5.9 GB 32 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 53% ▕████████ ▏ 3.1 GB/5.9 GB 33 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 53% ▕████████ ▏ 3.1 GB/5.9 GB 33 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 53% ▕████████ ▏ 3.1 GB/5.9 GB 33 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 53% ▕████████ ▏ 3.1 GB/5.9 GB 33 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 53% ▕████████ ▏ 3.1 GB/5.9 GB 33 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 53% ▕████████ ▏ 3.1 GB/5.9 GB 33 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 53% ▕████████ ▏ 3.1 GB/5.9 GB 33 MB/s 1m24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 53% ▕████████ ▏ 3.1 GB/5.9 GB 33 MB/s 1m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 53% ▕████████ ▏ 3.2 GB/5.9 GB 33 MB/s 1m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 53% ▕████████ ▏ 3.2 GB/5.9 GB 33 MB/s 1m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 53% ▕████████ ▏ 3.2 GB/5.9 GB 34 MB/s 1m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 53% ▕████████ ▏ 3.2 GB/5.9 GB 34 MB/s 1m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 53% ▕████████ ▏ 3.2 GB/5.9 GB 34 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 53% ▕████████ ▏ 3.2 GB/5.9 GB 34 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 54% ▕████████ ▏ 3.2 GB/5.9 GB 34 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 54% ▕████████ ▏ 3.2 GB/5.9 GB 34 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 54% ▕████████ ▏ 3.2 GB/5.9 GB 34 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 54% ▕████████ ▏ 3.2 GB/5.9 GB 34 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 54% ▕████████ ▏ 3.2 GB/5.9 GB 34 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 54% ▕████████ ▏ 3.2 GB/5.9 GB 34 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 54% ▕████████ ▏ 3.2 GB/5.9 GB 35 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 54% ▕████████ ▏ 3.2 GB/5.9 GB 35 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 54% ▕████████ ▏ 3.2 GB/5.9 GB 35 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 54% ▕████████ ▏ 3.2 GB/5.9 GB 35 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 54% ▕████████ ▏ 3.2 GB/5.9 GB 35 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 54% ▕████████ ▏ 3.2 GB/5.9 GB 35 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 54% ▕████████ ▏ 3.2 GB/5.9 GB 35 MB/s 1m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 54% ▕████████ ▏ 3.2 GB/5.9 GB 35 MB/s 1m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 54% ▕████████ ▏ 3.2 GB/5.9 GB 35 MB/s 1m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 54% ▕████████ ▏ 3.2 GB/5.9 GB 35 MB/s 1m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 55% ▕████████ ▏ 3.2 GB/5.9 GB 35 MB/s 1m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 55% ▕████████ ▏ 3.2 GB/5.9 GB 35 MB/s 1m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 55% ▕████████ ▏ 3.3 GB/5.9 GB 35 MB/s 1m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 55% ▕████████ ▏ 3.3 GB/5.9 GB 35 MB/s 1m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 55% ▕████████ ▏ 3.3 GB/5.9 GB 35 MB/s 1m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 55% ▕████████ ▏ 3.3 GB/5.9 GB 35 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 55% ▕████████ ▏ 3.3 GB/5.9 GB 35 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 55% ▕████████ ▏ 3.3 GB/5.9 GB 35 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 55% ▕████████ ▏ 3.3 GB/5.9 GB 35 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 55% ▕████████ ▏ 3.3 GB/5.9 GB 35 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 55% ▕████████ ▏ 3.3 GB/5.9 GB 35 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 55% ▕████████ ▏ 3.3 GB/5.9 GB 39 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 55% ▕████████ ▏ 3.3 GB/5.9 GB 39 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 55% ▕████████ ▏ 3.3 GB/5.9 GB 39 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 55% ▕████████ ▏ 3.3 GB/5.9 GB 39 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 55% ▕████████ ▏ 3.3 GB/5.9 GB 39 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 55% ▕████████ ▏ 3.3 GB/5.9 GB 39 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 55% ▕████████ ▏ 3.3 GB/5.9 GB 39 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 55% ▕████████ ▏ 3.3 GB/5.9 GB 39 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 56% ▕████████ ▏ 3.3 GB/5.9 GB 39 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 56% ▕████████ ▏ 3.3 GB/5.9 GB 39 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 56% ▕████████ ▏ 3.3 GB/5.9 GB 38 MB/s 1m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 56% ▕████████ ▏ 3.3 GB/5.9 GB 38 MB/s 1m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 56% ▕████████ ▏ 3.3 GB/5.9 GB 38 MB/s 1m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 56% ▕████████ ▏ 3.3 GB/5.9 GB 38 MB/s 1m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 56% ▕████████ ▏ 3.3 GB/5.9 GB 38 MB/s 1m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 56% ▕█████████ ▏ 3.3 GB/5.9 GB 38 MB/s 1m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 56% ▕█████████ ▏ 3.3 GB/5.9 GB 38 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 56% ▕█████████ ▏ 3.4 GB/5.9 GB 38 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 57% ▕█████████ ▏ 3.4 GB/5.9 GB 38 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 57% ▕█████████ ▏ 3.4 GB/5.9 GB 38 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 57% ▕█████████ ▏ 3.4 GB/5.9 GB 40 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 57% ▕█████████ ▏ 3.4 GB/5.9 GB 40 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 57% ▕█████████ ▏ 3.4 GB/5.9 GB 40 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 57% ▕█████████ ▏ 3.4 GB/5.9 GB 40 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 57% ▕█████████ ▏ 3.4 GB/5.9 GB 40 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 57% ▕█████████ ▏ 3.4 GB/5.9 GB 40 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 57% ▕█████████ ▏ 3.4 GB/5.9 GB 40 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 57% ▕█████████ ▏ 3.4 GB/5.9 GB 40 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 57% ▕█████████ ▏ 3.4 GB/5.9 GB 40 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 57% ▕█████████ ▏ 3.4 GB/5.9 GB 40 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 57% ▕█████████ ▏ 3.4 GB/5.9 GB 40 MB/s 1m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 57% ▕█████████ ▏ 3.4 GB/5.9 GB 40 MB/s 1m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 57% ▕█████████ ▏ 3.4 GB/5.9 GB 40 MB/s 1m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 57% ▕█████████ ▏ 3.4 GB/5.9 GB 40 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 58% ▕█████████ ▏ 3.4 GB/5.9 GB 40 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 58% ▕█████████ ▏ 3.4 GB/5.9 GB 40 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 58% ▕█████████ ▏ 3.4 GB/5.9 GB 40 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 58% ▕█████████ ▏ 3.4 GB/5.9 GB 40 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 58% ▕█████████ ▏ 3.4 GB/5.9 GB 40 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 58% ▕█████████ ▏ 3.4 GB/5.9 GB 40 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 58% ▕█████████ ▏ 3.4 GB/5.9 GB 40 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 58% ▕█████████ ▏ 3.4 GB/5.9 GB 40 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 58% ▕█████████ ▏ 3.5 GB/5.9 GB 40 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 58% ▕█████████ ▏ 3.5 GB/5.9 GB 40 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 58% ▕█████████ ▏ 3.5 GB/5.9 GB 40 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 58% ▕█████████ ▏ 3.5 GB/5.9 GB 40 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 58% ▕█████████ ▏ 3.5 GB/5.9 GB 40 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 58% ▕█████████ ▏ 3.5 GB/5.9 GB 40 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 58% ▕█████████ ▏ 3.5 GB/5.9 GB 40 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 58% ▕█████████ ▏ 3.5 GB/5.9 GB 40 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 59% ▕█████████ ▏ 3.5 GB/5.9 GB 40 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 59% ▕█████████ ▏ 3.5 GB/5.9 GB 39 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 59% ▕█████████ ▏ 3.5 GB/5.9 GB 39 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 59% ▕█████████ ▏ 3.5 GB/5.9 GB 39 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 59% ▕█████████ ▏ 3.5 GB/5.9 GB 39 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 59% ▕█████████ ▏ 3.5 GB/5.9 GB 39 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 59% ▕█████████ ▏ 3.5 GB/5.9 GB 39 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 59% ▕█████████ ▏ 3.5 GB/5.9 GB 39 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 59% ▕█████████ ▏ 3.5 GB/5.9 GB 39 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 59% ▕█████████ ▏ 3.5 GB/5.9 GB 39 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 59% ▕█████████ ▏ 3.5 GB/5.9 GB 39 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 59% ▕█████████ ▏ 3.5 GB/5.9 GB 41 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 60% ▕█████████ ▏ 3.5 GB/5.9 GB 41 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 60% ▕█████████ ▏ 3.5 GB/5.9 GB 41 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 60% ▕█████████ ▏ 3.5 GB/5.9 GB 41 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 60% ▕█████████ ▏ 3.5 GB/5.9 GB 41 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 60% ▕█████████ ▏ 3.6 GB/5.9 GB 41 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 60% ▕█████████ ▏ 3.6 GB/5.9 GB 41 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 60% ▕█████████ ▏ 3.6 GB/5.9 GB 41 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 60% ▕█████████ ▏ 3.6 GB/5.9 GB 41 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 60% ▕█████████ ▏ 3.6 GB/5.9 GB 41 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 60% ▕█████████ ▏ 3.6 GB/5.9 GB 41 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 60% ▕█████████ ▏ 3.6 GB/5.9 GB 41 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 60% ▕█████████ ▏ 3.6 GB/5.9 GB 41 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 60% ▕█████████ ▏ 3.6 GB/5.9 GB 41 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 60% ▕█████████ ▏ 3.6 GB/5.9 GB 41 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 61% ▕█████████ ▏ 3.6 GB/5.9 GB 41 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 61% ▕█████████ ▏ 3.6 GB/5.9 GB 41 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 61% ▕█████████ ▏ 3.6 GB/5.9 GB 41 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 61% ▕█████████ ▏ 3.6 GB/5.9 GB 41 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 61% ▕█████████ ▏ 3.6 GB/5.9 GB 41 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 61% ▕█████████ ▏ 3.6 GB/5.9 GB 41 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 61% ▕█████████ ▏ 3.6 GB/5.9 GB 41 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 61% ▕█████████ ▏ 3.6 GB/5.9 GB 41 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 61% ▕█████████ ▏ 3.6 GB/5.9 GB 41 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 61% ▕█████████ ▏ 3.6 GB/5.9 GB 41 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 61% ▕█████████ ▏ 3.6 GB/5.9 GB 41 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 61% ▕█████████ ▏ 3.6 GB/5.9 GB 41 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 61% ▕█████████ ▏ 3.6 GB/5.9 GB 41 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 61% ▕█████████ ▏ 3.6 GB/5.9 GB 41 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 61% ▕█████████ ▏ 3.7 GB/5.9 GB 41 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 62% ▕█████████ ▏ 3.7 GB/5.9 GB 41 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 62% ▕█████████ ▏ 3.7 GB/5.9 GB 41 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 62% ▕█████████ ▏ 3.7 GB/5.9 GB 41 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 62% ▕█████████ ▏ 3.7 GB/5.9 GB 41 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 62% ▕█████████ ▏ 3.7 GB/5.9 GB 41 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 62% ▕█████████ ▏ 3.7 GB/5.9 GB 41 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 62% ▕█████████ ▏ 3.7 GB/5.9 GB 41 MB/s 54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 62% ▕█████████ ▏ 3.7 GB/5.9 GB 41 MB/s 54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 62% ▕█████████ ▏ 3.7 GB/5.9 GB 41 MB/s 54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 62% ▕█████████ ▏ 3.7 GB/5.9 GB 41 MB/s 54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 62% ▕█████████ ▏ 3.7 GB/5.9 GB 41 MB/s 54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 62% ▕█████████ ▏ 3.7 GB/5.9 GB 42 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 63% ▕██████████ ▏ 3.7 GB/5.9 GB 42 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 63% ▕██████████ ▏ 3.7 GB/5.9 GB 42 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 63% ▕██████████ ▏ 3.7 GB/5.9 GB 42 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 63% ▕██████████ ▏ 3.7 GB/5.9 GB 42 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 63% ▕██████████ ▏ 3.7 GB/5.9 GB 42 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 63% ▕██████████ ▏ 3.7 GB/5.9 GB 42 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 63% ▕██████████ ▏ 3.7 GB/5.9 GB 42 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 63% ▕██████████ ▏ 3.7 GB/5.9 GB 42 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 63% ▕██████████ ▏ 3.7 GB/5.9 GB 42 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 63% ▕██████████ ▏ 3.8 GB/5.9 GB 42 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 63% ▕██████████ ▏ 3.8 GB/5.9 GB 42 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 63% ▕██████████ ▏ 3.8 GB/5.9 GB 42 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 63% ▕██████████ ▏ 3.8 GB/5.9 GB 42 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 63% ▕██████████ ▏ 3.8 GB/5.9 GB 42 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 64% ▕██████████ ▏ 3.8 GB/5.9 GB 42 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 64% ▕██████████ ▏ 3.8 GB/5.9 GB 42 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 64% ▕██████████ ▏ 3.8 GB/5.9 GB 42 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 64% ▕██████████ ▏ 3.8 GB/5.9 GB 42 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 64% ▕██████████ ▏ 3.8 GB/5.9 GB 42 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 64% ▕██████████ ▏ 3.8 GB/5.9 GB 42 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 64% ▕██████████ ▏ 3.8 GB/5.9 GB 42 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 64% ▕██████████ ▏ 3.8 GB/5.9 GB 42 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 64% ▕██████████ ▏ 3.8 GB/5.9 GB 42 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 64% ▕██████████ ▏ 3.8 GB/5.9 GB 42 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 64% ▕██████████ ▏ 3.8 GB/5.9 GB 42 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 64% ▕██████████ ▏ 3.8 GB/5.9 GB 42 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 64% ▕██████████ ▏ 3.8 GB/5.9 GB 42 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 64% ▕██████████ ▏ 3.8 GB/5.9 GB 42 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 64% ▕██████████ ▏ 3.8 GB/5.9 GB 42 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 64% ▕██████████ ▏ 3.8 GB/5.9 GB 42 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 64% ▕██████████ ▏ 3.8 GB/5.9 GB 42 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 65% ▕██████████ ▏ 3.8 GB/5.9 GB 42 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 65% ▕██████████ ▏ 3.8 GB/5.9 GB 42 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 65% ▕██████████ ▏ 3.8 GB/5.9 GB 42 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 65% ▕██████████ ▏ 3.8 GB/5.9 GB 42 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 65% ▕██████████ ▏ 3.8 GB/5.9 GB 42 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 65% ▕██████████ ▏ 3.9 GB/5.9 GB 42 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 65% ▕██████████ ▏ 3.9 GB/5.9 GB 42 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 65% ▕██████████ ▏ 3.9 GB/5.9 GB 42 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 65% ▕██████████ ▏ 3.9 GB/5.9 GB 42 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 65% ▕██████████ ▏ 3.9 GB/5.9 GB 42 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 65% ▕██████████ ▏ 3.9 GB/5.9 GB 42 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 65% ▕██████████ ▏ 3.9 GB/5.9 GB 42 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 65% ▕██████████ ▏ 3.9 GB/5.9 GB 42 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 65% ▕██████████ ▏ 3.9 GB/5.9 GB 42 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 65% ▕██████████ ▏ 3.9 GB/5.9 GB 42 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 65% ▕██████████ ▏ 3.9 GB/5.9 GB 42 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 65% ▕██████████ ▏ 3.9 GB/5.9 GB 42 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 66% ▕██████████ ▏ 3.9 GB/5.9 GB 42 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 66% ▕██████████ ▏ 3.9 GB/5.9 GB 42 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 66% ▕██████████ ▏ 3.9 GB/5.9 GB 40 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 66% ▕██████████ ▏ 3.9 GB/5.9 GB 40 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 66% ▕██████████ ▏ 3.9 GB/5.9 GB 40 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 66% ▕██████████ ▏ 3.9 GB/5.9 GB 40 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 66% ▕██████████ ▏ 3.9 GB/5.9 GB 40 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 66% ▕██████████ ▏ 3.9 GB/5.9 GB 40 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 66% ▕██████████ ▏ 3.9 GB/5.9 GB 40 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 66% ▕██████████ ▏ 3.9 GB/5.9 GB 40 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 66% ▕██████████ ▏ 3.9 GB/5.9 GB 40 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 66% ▕██████████ ▏ 3.9 GB/5.9 GB 40 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 67% ▕██████████ ▏ 4.0 GB/5.9 GB 41 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 67% ▕██████████ ▏ 4.0 GB/5.9 GB 41 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 67% ▕██████████ ▏ 4.0 GB/5.9 GB 41 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 67% ▕██████████ ▏ 4.0 GB/5.9 GB 41 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 67% ▕██████████ ▏ 4.0 GB/5.9 GB 41 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 67% ▕██████████ ▏ 4.0 GB/5.9 GB 41 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 67% ▕██████████ ▏ 4.0 GB/5.9 GB 41 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 67% ▕██████████ ▏ 4.0 GB/5.9 GB 41 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 67% ▕██████████ ▏ 4.0 GB/5.9 GB 41 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 67% ▕██████████ ▏ 4.0 GB/5.9 GB 41 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 67% ▕██████████ ▏ 4.0 GB/5.9 GB 40 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 67% ▕██████████ ▏ 4.0 GB/5.9 GB 40 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 67% ▕██████████ ▏ 4.0 GB/5.9 GB 40 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 67% ▕██████████ ▏ 4.0 GB/5.9 GB 40 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 67% ▕██████████ ▏ 4.0 GB/5.9 GB 40 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 67% ▕██████████ ▏ 4.0 GB/5.9 GB 40 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 68% ▕██████████ ▏ 4.0 GB/5.9 GB 40 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 68% ▕██████████ ▏ 4.0 GB/5.9 GB 40 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 68% ▕██████████ ▏ 4.0 GB/5.9 GB 40 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 68% ▕██████████ ▏ 4.0 GB/5.9 GB 40 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 68% ▕██████████ ▏ 4.0 GB/5.9 GB 41 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 68% ▕██████████ ▏ 4.0 GB/5.9 GB 41 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 68% ▕██████████ ▏ 4.0 GB/5.9 GB 41 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 68% ▕██████████ ▏ 4.0 GB/5.9 GB 41 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 68% ▕██████████ ▏ 4.0 GB/5.9 GB 41 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 68% ▕██████████ ▏ 4.0 GB/5.9 GB 41 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 68% ▕██████████ ▏ 4.1 GB/5.9 GB 41 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 68% ▕██████████ ▏ 4.1 GB/5.9 GB 41 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 68% ▕██████████ ▏ 4.1 GB/5.9 GB 41 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 68% ▕██████████ ▏ 4.1 GB/5.9 GB 41 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 68% ▕██████████ ▏ 4.1 GB/5.9 GB 40 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 68% ▕██████████ ▏ 4.1 GB/5.9 GB 40 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 69% ▕██████████ ▏ 4.1 GB/5.9 GB 40 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 69% ▕███████████ ▏ 4.1 GB/5.9 GB 40 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 69% ▕███████████ ▏ 4.1 GB/5.9 GB 40 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 69% ▕███████████ ▏ 4.1 GB/5.9 GB 40 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 69% ▕███████████ ▏ 4.1 GB/5.9 GB 40 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 69% ▕███████████ ▏ 4.1 GB/5.9 GB 40 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 69% ▕███████████ ▏ 4.1 GB/5.9 GB 40 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 69% ▕███████████ ▏ 4.1 GB/5.9 GB 40 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 69% ▕███████████ ▏ 4.1 GB/5.9 GB 40 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 69% ▕███████████ ▏ 4.1 GB/5.9 GB 39 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 69% ▕███████████ ▏ 4.1 GB/5.9 GB 39 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 69% ▕███████████ ▏ 4.1 GB/5.9 GB 39 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 69% ▕███████████ ▏ 4.1 GB/5.9 GB 39 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 70% ▕███████████ ▏ 4.1 GB/5.9 GB 39 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 70% ▕███████████ ▏ 4.1 GB/5.9 GB 39 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 70% ▕███████████ ▏ 4.1 GB/5.9 GB 39 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 70% ▕███████████ ▏ 4.1 GB/5.9 GB 39 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 70% ▕███████████ ▏ 4.2 GB/5.9 GB 39 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 70% ▕███████████ ▏ 4.2 GB/5.9 GB 39 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 70% ▕███████████ ▏ 4.2 GB/5.9 GB 40 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 70% ▕███████████ ▏ 4.2 GB/5.9 GB 40 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 70% ▕███████████ ▏ 4.2 GB/5.9 GB 40 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 70% ▕███████████ ▏ 4.2 GB/5.9 GB 40 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 70% ▕███████████ ▏ 4.2 GB/5.9 GB 40 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 70% ▕███████████ ▏ 4.2 GB/5.9 GB 40 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 70% ▕███████████ ▏ 4.2 GB/5.9 GB 40 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 71% ▕███████████ ▏ 4.2 GB/5.9 GB 40 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 71% ▕███████████ ▏ 4.2 GB/5.9 GB 40 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 71% ▕███████████ ▏ 4.2 GB/5.9 GB 40 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 71% ▕███████████ ▏ 4.2 GB/5.9 GB 41 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 71% ▕███████████ ▏ 4.2 GB/5.9 GB 41 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 71% ▕███████████ ▏ 4.2 GB/5.9 GB 41 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 71% ▕███████████ ▏ 4.2 GB/5.9 GB 41 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 71% ▕███████████ ▏ 4.2 GB/5.9 GB 41 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 71% ▕███████████ ▏ 4.2 GB/5.9 GB 41 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 71% ▕███████████ ▏ 4.2 GB/5.9 GB 41 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 71% ▕███████████ ▏ 4.2 GB/5.9 GB 41 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 72% ▕███████████ ▏ 4.2 GB/5.9 GB 41 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 72% ▕███████████ ▏ 4.3 GB/5.9 GB 41 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 72% ▕███████████ ▏ 4.3 GB/5.9 GB 44 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 72% ▕███████████ ▏ 4.3 GB/5.9 GB 44 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 72% ▕███████████ ▏ 4.3 GB/5.9 GB 44 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 72% ▕███████████ ▏ 4.3 GB/5.9 GB 44 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 72% ▕███████████ ▏ 4.3 GB/5.9 GB 44 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 72% ▕███████████ ▏ 4.3 GB/5.9 GB 44 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 72% ▕███████████ ▏ 4.3 GB/5.9 GB 44 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 72% ▕███████████ ▏ 4.3 GB/5.9 GB 44 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 72% ▕███████████ ▏ 4.3 GB/5.9 GB 44 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 72% ▕███████████ ▏ 4.3 GB/5.9 GB 44 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 72% ▕███████████ ▏ 4.3 GB/5.9 GB 42 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 72% ▕███████████ ▏ 4.3 GB/5.9 GB 42 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 72% ▕███████████ ▏ 4.3 GB/5.9 GB 42 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 72% ▕███████████ ▏ 4.3 GB/5.9 GB 42 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 72% ▕███████████ ▏ 4.3 GB/5.9 GB 42 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 72% ▕███████████ ▏ 4.3 GB/5.9 GB 42 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 72% ▕███████████ ▏ 4.3 GB/5.9 GB 42 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 73% ▕███████████ ▏ 4.3 GB/5.9 GB 42 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 73% ▕███████████ ▏ 4.3 GB/5.9 GB 42 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 73% ▕███████████ ▏ 4.3 GB/5.9 GB 42 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 73% ▕███████████ ▏ 4.3 GB/5.9 GB 42 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 73% ▕███████████ ▏ 4.3 GB/5.9 GB 42 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 73% ▕███████████ ▏ 4.3 GB/5.9 GB 42 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 73% ▕███████████ ▏ 4.3 GB/5.9 GB 42 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 73% ▕███████████ ▏ 4.4 GB/5.9 GB 42 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 73% ▕███████████ ▏ 4.4 GB/5.9 GB 42 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 73% ▕███████████ ▏ 4.4 GB/5.9 GB 42 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 74% ▕███████████ ▏ 4.4 GB/5.9 GB 42 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 74% ▕███████████ ▏ 4.4 GB/5.9 GB 42 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 74% ▕███████████ ▏ 4.4 GB/5.9 GB 42 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 74% ▕███████████ ▏ 4.4 GB/5.9 GB 42 MB/s 36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 74% ▕███████████ ▏ 4.4 GB/5.9 GB 44 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 74% ▕███████████ ▏ 4.4 GB/5.9 GB 44 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 74% ▕███████████ ▏ 4.4 GB/5.9 GB 44 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 74% ▕███████████ ▏ 4.4 GB/5.9 GB 44 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 74% ▕███████████ ▏ 4.4 GB/5.9 GB 44 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 74% ▕███████████ ▏ 4.4 GB/5.9 GB 44 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 74% ▕███████████ ▏ 4.4 GB/5.9 GB 44 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 74% ▕███████████ ▏ 4.4 GB/5.9 GB 44 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 74% ▕███████████ ▏ 4.4 GB/5.9 GB 44 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 74% ▕███████████ ▏ 4.4 GB/5.9 GB 44 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 75% ▕███████████ ▏ 4.4 GB/5.9 GB 44 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 75% ▕███████████ ▏ 4.4 GB/5.9 GB 44 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 75% ▕███████████ ▏ 4.4 GB/5.9 GB 44 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 75% ▕███████████ ▏ 4.4 GB/5.9 GB 44 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 75% ▕███████████ ▏ 4.4 GB/5.9 GB 44 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 75% ▕███████████ ▏ 4.4 GB/5.9 GB 44 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 75% ▕███████████ ▏ 4.4 GB/5.9 GB 44 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 75% ▕███████████ ▏ 4.4 GB/5.9 GB 44 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 75% ▕███████████ ▏ 4.4 GB/5.9 GB 44 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 75% ▕███████████ ▏ 4.5 GB/5.9 GB 44 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 75% ▕███████████ ▏ 4.5 GB/5.9 GB 42 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 75% ▕████████████ ▏ 4.5 GB/5.9 GB 42 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 75% ▕████████████ ▏ 4.5 GB/5.9 GB 42 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 75% ▕████████████ ▏ 4.5 GB/5.9 GB 42 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 75% ▕████████████ ▏ 4.5 GB/5.9 GB 42 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 75% ▕████████████ ▏ 4.5 GB/5.9 GB 42 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 75% ▕████████████ ▏ 4.5 GB/5.9 GB 42 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 75% ▕████████████ ▏ 4.5 GB/5.9 GB 42 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 76% ▕████████████ ▏ 4.5 GB/5.9 GB 42 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 76% ▕████████████ ▏ 4.5 GB/5.9 GB 42 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 76% ▕████████████ ▏ 4.5 GB/5.9 GB 45 MB/s 31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 76% ▕████████████ ▏ 4.5 GB/5.9 GB 45 MB/s 31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 76% ▕████████████ ▏ 4.5 GB/5.9 GB 45 MB/s 31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 76% ▕████████████ ▏ 4.5 GB/5.9 GB 45 MB/s 31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 76% ▕████████████ ▏ 4.5 GB/5.9 GB 45 MB/s 31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 76% ▕████████████ ▏ 4.5 GB/5.9 GB 45 MB/s 31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 76% ▕████████████ ▏ 4.5 GB/5.9 GB 45 MB/s 31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 76% ▕████████████ ▏ 4.5 GB/5.9 GB 45 MB/s 31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 76% ▕████████████ ▏ 4.5 GB/5.9 GB 45 MB/s 31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 76% ▕████████████ ▏ 4.5 GB/5.9 GB 45 MB/s 31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 76% ▕████████████ ▏ 4.5 GB/5.9 GB 45 MB/s 31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 77% ▕████████████ ▏ 4.6 GB/5.9 GB 43 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 77% ▕████████████ ▏ 4.6 GB/5.9 GB 43 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 77% ▕████████████ ▏ 4.6 GB/5.9 GB 43 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 77% ▕████████████ ▏ 4.6 GB/5.9 GB 43 MB/s 31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 77% ▕████████████ ▏ 4.6 GB/5.9 GB 43 MB/s 31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 77% ▕████████████ ▏ 4.6 GB/5.9 GB 43 MB/s 31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 77% ▕████████████ ▏ 4.6 GB/5.9 GB 43 MB/s 31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 77% ▕████████████ ▏ 4.6 GB/5.9 GB 43 MB/s 31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 77% ▕████████████ ▏ 4.6 GB/5.9 GB 43 MB/s 31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 77% ▕████████████ ▏ 4.6 GB/5.9 GB 43 MB/s 31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 77% ▕████████████ ▏ 4.6 GB/5.9 GB 40 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 77% ▕████████████ ▏ 4.6 GB/5.9 GB 40 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 77% ▕████████████ ▏ 4.6 GB/5.9 GB 40 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 77% ▕████████████ ▏ 4.6 GB/5.9 GB 40 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 77% ▕████████████ ▏ 4.6 GB/5.9 GB 40 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 77% ▕████████████ ▏ 4.6 GB/5.9 GB 40 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 78% ▕████████████ ▏ 4.6 GB/5.9 GB 40 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 78% ▕████████████ ▏ 4.6 GB/5.9 GB 40 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 78% ▕████████████ ▏ 4.6 GB/5.9 GB 40 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 78% ▕████████████ ▏ 4.6 GB/5.9 GB 40 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 78% ▕████████████ ▏ 4.6 GB/5.9 GB 39 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 78% ▕████████████ ▏ 4.6 GB/5.9 GB 39 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 78% ▕████████████ ▏ 4.6 GB/5.9 GB 39 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 78% ▕████████████ ▏ 4.6 GB/5.9 GB 39 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 78% ▕████████████ ▏ 4.6 GB/5.9 GB 39 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 78% ▕████████████ ▏ 4.6 GB/5.9 GB 39 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 78% ▕████████████ ▏ 4.6 GB/5.9 GB 39 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 78% ▕████████████ ▏ 4.6 GB/5.9 GB 39 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 78% ▕████████████ ▏ 4.7 GB/5.9 GB 39 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 78% ▕████████████ ▏ 4.7 GB/5.9 GB 39 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 78% ▕████████████ ▏ 4.7 GB/5.9 GB 40 MB/s 31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 78% ▕████████████ ▏ 4.7 GB/5.9 GB 40 MB/s 31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 78% ▕████████████ ▏ 4.7 GB/5.9 GB 40 MB/s 31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 78% ▕████████████ ▏ 4.7 GB/5.9 GB 40 MB/s 31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 79% ▕████████████ ▏ 4.7 GB/5.9 GB 40 MB/s 31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 79% ▕████████████ ▏ 4.7 GB/5.9 GB 40 MB/s 31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 79% ▕████████████ ▏ 4.7 GB/5.9 GB 40 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 79% ▕████████████ ▏ 4.7 GB/5.9 GB 40 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 79% ▕████████████ ▏ 4.7 GB/5.9 GB 40 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 79% ▕████████████ ▏ 4.7 GB/5.9 GB 40 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 79% ▕████████████ ▏ 4.7 GB/5.9 GB 40 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 79% ▕████████████ ▏ 4.7 GB/5.9 GB 40 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 79% ▕████████████ ▏ 4.7 GB/5.9 GB 40 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 79% ▕████████████ ▏ 4.7 GB/5.9 GB 40 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 79% ▕████████████ ▏ 4.7 GB/5.9 GB 40 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 79% ▕████████████ ▏ 4.7 GB/5.9 GB 40 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 80% ▕████████████ ▏ 4.7 GB/5.9 GB 40 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 80% ▕████████████ ▏ 4.7 GB/5.9 GB 40 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 80% ▕████████████ ▏ 4.7 GB/5.9 GB 40 MB/s 30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 80% ▕████████████ ▏ 4.7 GB/5.9 GB 40 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 80% ▕████████████ ▏ 4.7 GB/5.9 GB 40 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 80% ▕████████████ ▏ 4.7 GB/5.9 GB 40 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 80% ▕████████████ ▏ 4.7 GB/5.9 GB 40 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 80% ▕████████████ ▏ 4.8 GB/5.9 GB 40 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 80% ▕████████████ ▏ 4.8 GB/5.9 GB 40 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 80% ▕████████████ ▏ 4.8 GB/5.9 GB 40 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 80% ▕████████████ ▏ 4.8 GB/5.9 GB 40 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 80% ▕████████████ ▏ 4.8 GB/5.9 GB 40 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 80% ▕████████████ ▏ 4.8 GB/5.9 GB 40 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 80% ▕████████████ ▏ 4.8 GB/5.9 GB 40 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 80% ▕████████████ ▏ 4.8 GB/5.9 GB 40 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 81% ▕████████████ ▏ 4.8 GB/5.9 GB 39 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 81% ▕████████████ ▏ 4.8 GB/5.9 GB 39 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 81% ▕████████████ ▏ 4.8 GB/5.9 GB 39 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 81% ▕████████████ ▏ 4.8 GB/5.9 GB 39 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 81% ▕████████████ ▏ 4.8 GB/5.9 GB 39 MB/s 29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 81% ▕████████████ ▏ 4.8 GB/5.9 GB 39 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 81% ▕████████████ ▏ 4.8 GB/5.9 GB 39 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 81% ▕████████████ ▏ 4.8 GB/5.9 GB 39 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 81% ▕████████████ ▏ 4.8 GB/5.9 GB 39 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 81% ▕████████████ ▏ 4.8 GB/5.9 GB 39 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 81% ▕████████████ ▏ 4.8 GB/5.9 GB 41 MB/s 27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 81% ▕█████████████ ▏ 4.8 GB/5.9 GB 41 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 81% ▕█████████████ ▏ 4.8 GB/5.9 GB 41 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 81% ▕█████████████ ▏ 4.8 GB/5.9 GB 41 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 82% ▕█████████████ ▏ 4.8 GB/5.9 GB 41 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 82% ▕█████████████ ▏ 4.9 GB/5.9 GB 41 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 82% ▕█████████████ ▏ 4.9 GB/5.9 GB 41 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 82% ▕█████████████ ▏ 4.9 GB/5.9 GB 41 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 82% ▕█████████████ ▏ 4.9 GB/5.9 GB 41 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 82% ▕█████████████ ▏ 4.9 GB/5.9 GB 41 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 82% ▕█████████████ ▏ 4.9 GB/5.9 GB 39 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 82% ▕█████████████ ▏ 4.9 GB/5.9 GB 39 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 82% ▕█████████████ ▏ 4.9 GB/5.9 GB 39 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 82% ▕█████████████ ▏ 4.9 GB/5.9 GB 39 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 82% ▕█████████████ ▏ 4.9 GB/5.9 GB 39 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 82% ▕█████████████ ▏ 4.9 GB/5.9 GB 39 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 82% ▕█████████████ ▏ 4.9 GB/5.9 GB 39 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 82% ▕█████████████ ▏ 4.9 GB/5.9 GB 39 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 83% ▕█████████████ ▏ 4.9 GB/5.9 GB 39 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 83% ▕█████████████ ▏ 4.9 GB/5.9 GB 39 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 83% ▕█████████████ ▏ 4.9 GB/5.9 GB 40 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 83% ▕█████████████ ▏ 4.9 GB/5.9 GB 40 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 83% ▕█████████████ ▏ 4.9 GB/5.9 GB 40 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 83% ▕█████████████ ▏ 4.9 GB/5.9 GB 40 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 83% ▕█████████████ ▏ 4.9 GB/5.9 GB 40 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 83% ▕█████████████ ▏ 4.9 GB/5.9 GB 40 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 83% ▕█████████████ ▏ 4.9 GB/5.9 GB 40 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 83% ▕█████████████ ▏ 4.9 GB/5.9 GB 40 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 83% ▕█████████████ ▏ 5.0 GB/5.9 GB 40 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 83% ▕█████████████ ▏ 5.0 GB/5.9 GB 40 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 83% ▕█████████████ ▏ 5.0 GB/5.9 GB 40 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 84% ▕█████████████ ▏ 5.0 GB/5.9 GB 43 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 84% ▕█████████████ ▏ 5.0 GB/5.9 GB 43 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 84% ▕█████████████ ▏ 5.0 GB/5.9 GB 43 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 84% ▕█████████████ ▏ 5.0 GB/5.9 GB 43 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 84% ▕█████████████ ▏ 5.0 GB/5.9 GB 43 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 84% ▕█████████████ ▏ 5.0 GB/5.9 GB 43 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 84% ▕█████████████ ▏ 5.0 GB/5.9 GB 43 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 84% ▕█████████████ ▏ 5.0 GB/5.9 GB 43 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 84% ▕█████████████ ▏ 5.0 GB/5.9 GB 43 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 84% ▕█████████████ ▏ 5.0 GB/5.9 GB 43 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 84% ▕█████████████ ▏ 5.0 GB/5.9 GB 42 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 84% ▕█████████████ ▏ 5.0 GB/5.9 GB 42 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 84% ▕█████████████ ▏ 5.0 GB/5.9 GB 42 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 84% ▕█████████████ ▏ 5.0 GB/5.9 GB 42 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 84% ▕█████████████ ▏ 5.0 GB/5.9 GB 42 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 84% ▕█████████████ ▏ 5.0 GB/5.9 GB 42 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 85% ▕█████████████ ▏ 5.0 GB/5.9 GB 42 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 85% ▕█████████████ ▏ 5.0 GB/5.9 GB 42 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 85% ▕█████████████ ▏ 5.0 GB/5.9 GB 42 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 85% ▕█████████████ ▏ 5.0 GB/5.9 GB 42 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 85% ▕█████████████ ▏ 5.0 GB/5.9 GB 42 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 85% ▕█████████████ ▏ 5.0 GB/5.9 GB 42 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 85% ▕█████████████ ▏ 5.0 GB/5.9 GB 42 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 85% ▕█████████████ ▏ 5.1 GB/5.9 GB 42 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 85% ▕█████████████ ▏ 5.1 GB/5.9 GB 42 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 85% ▕█████████████ ▏ 5.1 GB/5.9 GB 42 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 85% ▕█████████████ ▏ 5.1 GB/5.9 GB 42 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 85% ▕█████████████ ▏ 5.1 GB/5.9 GB 42 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 85% ▕█████████████ ▏ 5.1 GB/5.9 GB 42 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 85% ▕█████████████ ▏ 5.1 GB/5.9 GB 42 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 86% ▕█████████████ ▏ 5.1 GB/5.9 GB 43 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 86% ▕█████████████ ▏ 5.1 GB/5.9 GB 43 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 86% ▕█████████████ ▏ 5.1 GB/5.9 GB 43 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 86% ▕█████████████ ▏ 5.1 GB/5.9 GB 43 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 86% ▕█████████████ ▏ 5.1 GB/5.9 GB 43 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 86% ▕█████████████ ▏ 5.1 GB/5.9 GB 43 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 86% ▕█████████████ ▏ 5.1 GB/5.9 GB 43 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 86% ▕█████████████ ▏ 5.1 GB/5.9 GB 43 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 86% ▕█████████████ ▏ 5.1 GB/5.9 GB 43 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 86% ▕█████████████ ▏ 5.1 GB/5.9 GB 43 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 86% ▕█████████████ ▏ 5.1 GB/5.9 GB 41 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 86% ▕█████████████ ▏ 5.1 GB/5.9 GB 41 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 86% ▕█████████████ ▏ 5.1 GB/5.9 GB 41 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 86% ▕█████████████ ▏ 5.1 GB/5.9 GB 41 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 86% ▕█████████████ ▏ 5.1 GB/5.9 GB 41 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 86% ▕█████████████ ▏ 5.1 GB/5.9 GB 41 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 86% ▕█████████████ ▏ 5.1 GB/5.9 GB 41 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 86% ▕█████████████ ▏ 5.1 GB/5.9 GB 41 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 87% ▕█████████████ ▏ 5.1 GB/5.9 GB 41 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 87% ▕█████████████ ▏ 5.1 GB/5.9 GB 41 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 87% ▕█████████████ ▏ 5.1 GB/5.9 GB 41 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 87% ▕█████████████ ▏ 5.2 GB/5.9 GB 40 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 87% ▕█████████████ ▏ 5.2 GB/5.9 GB 40 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 87% ▕█████████████ ▏ 5.2 GB/5.9 GB 40 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 87% ▕█████████████ ▏ 5.2 GB/5.9 GB 40 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 87% ▕█████████████ ▏ 5.2 GB/5.9 GB 40 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 87% ▕█████████████ ▏ 5.2 GB/5.9 GB 40 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 87% ▕█████████████ ▏ 5.2 GB/5.9 GB 40 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 87% ▕█████████████ ▏ 5.2 GB/5.9 GB 40 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 87% ▕█████████████ ▏ 5.2 GB/5.9 GB 40 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 87% ▕█████████████ ▏ 5.2 GB/5.9 GB 40 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 87% ▕█████████████ ▏ 5.2 GB/5.9 GB 40 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 87% ▕█████████████ ▏ 5.2 GB/5.9 GB 40 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 87% ▕█████████████ ▏ 5.2 GB/5.9 GB 40 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 87% ▕█████████████ ▏ 5.2 GB/5.9 GB 40 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 87% ▕█████████████ ▏ 5.2 GB/5.9 GB 40 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 87% ▕█████████████ ▏ 5.2 GB/5.9 GB 40 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 88% ▕██████████████ ▏ 5.2 GB/5.9 GB 40 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 88% ▕██████████████ ▏ 5.2 GB/5.9 GB 40 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 88% ▕██████████████ ▏ 5.2 GB/5.9 GB 40 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 88% ▕██████████████ ▏ 5.2 GB/5.9 GB 40 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 88% ▕██████████████ ▏ 5.2 GB/5.9 GB 39 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 88% ▕██████████████ ▏ 5.2 GB/5.9 GB 39 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 88% ▕██████████████ ▏ 5.2 GB/5.9 GB 39 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 88% ▕██████████████ ▏ 5.2 GB/5.9 GB 39 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 88% ▕██████████████ ▏ 5.2 GB/5.9 GB 39 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 88% ▕██████████████ ▏ 5.2 GB/5.9 GB 39 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 88% ▕██████████████ ▏ 5.2 GB/5.9 GB 39 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 88% ▕██████████████ ▏ 5.3 GB/5.9 GB 39 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 88% ▕██████████████ ▏ 5.3 GB/5.9 GB 39 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 89% ▕██████████████ ▏ 5.3 GB/5.9 GB 39 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 89% ▕██████████████ ▏ 5.3 GB/5.9 GB 39 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 89% ▕██████████████ ▏ 5.3 GB/5.9 GB 39 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 89% ▕██████████████ ▏ 5.3 GB/5.9 GB 39 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 89% ▕██████████████ ▏ 5.3 GB/5.9 GB 39 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 89% ▕██████████████ ▏ 5.3 GB/5.9 GB 39 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 89% ▕██████████████ ▏ 5.3 GB/5.9 GB 39 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 89% ▕██████████████ ▏ 5.3 GB/5.9 GB 39 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 89% ▕██████████████ ▏ 5.3 GB/5.9 GB 39 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 89% ▕██████████████ ▏ 5.3 GB/5.9 GB 39 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 89% ▕██████████████ ▏ 5.3 GB/5.9 GB 39 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 89% ▕██████████████ ▏ 5.3 GB/5.9 GB 38 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 89% ▕██████████████ ▏ 5.3 GB/5.9 GB 38 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 89% ▕██████████████ ▏ 5.3 GB/5.9 GB 38 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 90% ▕██████████████ ▏ 5.3 GB/5.9 GB 38 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 90% ▕██████████████ ▏ 5.3 GB/5.9 GB 38 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 90% ▕██████████████ ▏ 5.3 GB/5.9 GB 38 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 90% ▕██████████████ ▏ 5.3 GB/5.9 GB 38 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 90% ▕██████████████ ▏ 5.3 GB/5.9 GB 38 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 90% ▕██████████████ ▏ 5.3 GB/5.9 GB 38 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 90% ▕██████████████ ▏ 5.3 GB/5.9 GB 38 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 90% ▕██████████████ ▏ 5.3 GB/5.9 GB 38 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 90% ▕██████████████ ▏ 5.3 GB/5.9 GB 38 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 90% ▕██████████████ ▏ 5.3 GB/5.9 GB 38 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 90% ▕██████████████ ▏ 5.4 GB/5.9 GB 38 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 90% ▕██████████████ ▏ 5.4 GB/5.9 GB 38 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 90% ▕██████████████ ▏ 5.4 GB/5.9 GB 38 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 90% ▕██████████████ ▏ 5.4 GB/5.9 GB 38 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 90% ▕██████████████ ▏ 5.4 GB/5.9 GB 38 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 91% ▕██████████████ ▏ 5.4 GB/5.9 GB 38 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 91% ▕██████████████ ▏ 5.4 GB/5.9 GB 38 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 91% ▕██████████████ ▏ 5.4 GB/5.9 GB 38 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 91% ▕██████████████ ▏ 5.4 GB/5.9 GB 39 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 91% ▕██████████████ ▏ 5.4 GB/5.9 GB 39 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 91% ▕██████████████ ▏ 5.4 GB/5.9 GB 39 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 91% ▕██████████████ ▏ 5.4 GB/5.9 GB 39 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 91% ▕██████████████ ▏ 5.4 GB/5.9 GB 39 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 91% ▕██████████████ ▏ 5.4 GB/5.9 GB 39 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 91% ▕██████████████ ▏ 5.4 GB/5.9 GB 39 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 91% ▕██████████████ ▏ 5.4 GB/5.9 GB 39 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 91% ▕██████████████ ▏ 5.4 GB/5.9 GB 39 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 91% ▕██████████████ ▏ 5.4 GB/5.9 GB 39 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 91% ▕██████████████ ▏ 5.4 GB/5.9 GB 38 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 91% ▕██████████████ ▏ 5.4 GB/5.9 GB 38 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 92% ▕██████████████ ▏ 5.4 GB/5.9 GB 38 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 92% ▕██████████████ ▏ 5.4 GB/5.9 GB 38 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 92% ▕██████████████ ▏ 5.4 GB/5.9 GB 38 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 92% ▕██████████████ ▏ 5.5 GB/5.9 GB 38 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 92% ▕██████████████ ▏ 5.5 GB/5.9 GB 38 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 92% ▕██████████████ ▏ 5.5 GB/5.9 GB 38 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 92% ▕██████████████ ▏ 5.5 GB/5.9 GB 38 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 92% ▕██████████████ ▏ 5.5 GB/5.9 GB 38 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 92% ▕██████████████ ▏ 5.5 GB/5.9 GB 41 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 92% ▕██████████████ ▏ 5.5 GB/5.9 GB 41 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 92% ▕██████████████ ▏ 5.5 GB/5.9 GB 41 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 92% ▕██████████████ ▏ 5.5 GB/5.9 GB 41 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 92% ▕██████████████ ▏ 5.5 GB/5.9 GB 41 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 92% ▕██████████████ ▏ 5.5 GB/5.9 GB 41 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 92% ▕██████████████ ▏ 5.5 GB/5.9 GB 41 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 92% ▕██████████████ ▏ 5.5 GB/5.9 GB 41 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 92% ▕██████████████ ▏ 5.5 GB/5.9 GB 41 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 93% ▕██████████████ ▏ 5.5 GB/5.9 GB 41 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 93% ▕██████████████ ▏ 5.5 GB/5.9 GB 39 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 93% ▕██████████████ ▏ 5.5 GB/5.9 GB 39 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 93% ▕██████████████ ▏ 5.5 GB/5.9 GB 39 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 93% ▕██████████████ ▏ 5.5 GB/5.9 GB 39 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 93% ▕██████████████ ▏ 5.5 GB/5.9 GB 39 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 93% ▕██████████████ ▏ 5.5 GB/5.9 GB 39 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 93% ▕██████████████ ▏ 5.5 GB/5.9 GB 39 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 93% ▕██████████████ ▏ 5.5 GB/5.9 GB 39 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 93% ▕██████████████ ▏ 5.5 GB/5.9 GB 39 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 93% ▕██████████████ ▏ 5.5 GB/5.9 GB 39 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 93% ▕██████████████ ▏ 5.5 GB/5.9 GB 39 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 93% ▕██████████████ ▏ 5.6 GB/5.9 GB 40 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 94% ▕██████████████ ▏ 5.6 GB/5.9 GB 40 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 94% ▕██████████████ ▏ 5.6 GB/5.9 GB 40 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 94% ▕██████████████ ▏ 5.6 GB/5.9 GB 40 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 94% ▕██████████████ ▏ 5.6 GB/5.9 GB 40 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 94% ▕██████████████ ▏ 5.6 GB/5.9 GB 40 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 94% ▕██████████████ ▏ 5.6 GB/5.9 GB 40 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 94% ▕███████████████ ▏ 5.6 GB/5.9 GB 40 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 94% ▕███████████████ ▏ 5.6 GB/5.9 GB 40 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 94% ▕███████████████ ▏ 5.6 GB/5.9 GB 40 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 94% ▕███████████████ ▏ 5.6 GB/5.9 GB 40 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 94% ▕███████████████ ▏ 5.6 GB/5.9 GB 40 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 94% ▕███████████████ ▏ 5.6 GB/5.9 GB 40 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 94% ▕███████████████ ▏ 5.6 GB/5.9 GB 40 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 94% ▕███████████████ ▏ 5.6 GB/5.9 GB 40 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 94% ▕███████████████ ▏ 5.6 GB/5.9 GB 40 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 94% ▕███████████████ ▏ 5.6 GB/5.9 GB 40 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 95% ▕███████████████ ▏ 5.6 GB/5.9 GB 40 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 95% ▕███████████████ ▏ 5.6 GB/5.9 GB 40 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 95% ▕███████████████ ▏ 5.6 GB/5.9 GB 40 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 95% ▕███████████████ ▏ 5.6 GB/5.9 GB 40 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 95% ▕███████████████ ▏ 5.6 GB/5.9 GB 40 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 95% ▕███████████████ ▏ 5.6 GB/5.9 GB 40 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 95% ▕███████████████ ▏ 5.6 GB/5.9 GB 40 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 95% ▕███████████████ ▏ 5.6 GB/5.9 GB 40 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 95% ▕███████████████ ▏ 5.7 GB/5.9 GB 40 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 95% ▕███████████████ ▏ 5.7 GB/5.9 GB 40 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 95% ▕███████████████ ▏ 5.7 GB/5.9 GB 40 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 95% ▕███████████████ ▏ 5.7 GB/5.9 GB 40 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 95% ▕███████████████ ▏ 5.7 GB/5.9 GB 40 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 95% ▕███████████████ ▏ 5.7 GB/5.9 GB 40 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 95% ▕███████████████ ▏ 5.7 GB/5.9 GB 40 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 96% ▕███████████████ ▏ 5.7 GB/5.9 GB 40 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 96% ▕███████████████ ▏ 5.7 GB/5.9 GB 40 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 96% ▕███████████████ ▏ 5.7 GB/5.9 GB 40 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 96% ▕███████████████ ▏ 5.7 GB/5.9 GB 40 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 96% ▕███████████████ ▏ 5.7 GB/5.9 GB 40 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 96% ▕███████████████ ▏ 5.7 GB/5.9 GB 40 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 96% ▕███████████████ ▏ 5.7 GB/5.9 GB 40 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 96% ▕███████████████ ▏ 5.7 GB/5.9 GB 40 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 96% ▕███████████████ ▏ 5.7 GB/5.9 GB 41 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 96% ▕███████████████ ▏ 5.7 GB/5.9 GB 41 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 96% ▕███████████████ ▏ 5.7 GB/5.9 GB 41 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 96% ▕███████████████ ▏ 5.7 GB/5.9 GB 41 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 96% ▕███████████████ ▏ 5.7 GB/5.9 GB 41 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 97% ▕███████████████ ▏ 5.7 GB/5.9 GB 41 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 97% ▕███████████████ ▏ 5.7 GB/5.9 GB 41 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 97% ▕███████████████ ▏ 5.7 GB/5.9 GB 41 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 97% ▕███████████████ ▏ 5.7 GB/5.9 GB 41 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 97% ▕███████████████ ▏ 5.8 GB/5.9 GB 41 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 97% ▕███████████████ ▏ 5.8 GB/5.9 GB 41 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 97% ▕███████████████ ▏ 5.8 GB/5.9 GB 40 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 97% ▕███████████████ ▏ 5.8 GB/5.9 GB 40 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 97% ▕███████████████ ▏ 5.8 GB/5.9 GB 40 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 97% ▕███████████████ ▏ 5.8 GB/5.9 GB 40 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 97% ▕███████████████ ▏ 5.8 GB/5.9 GB 40 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 97% ▕███████████████ ▏ 5.8 GB/5.9 GB 40 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 97% ▕███████████████ ▏ 5.8 GB/5.9 GB 40 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 97% ▕███████████████ ▏ 5.8 GB/5.9 GB 40 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 97% ▕███████████████ ▏ 5.8 GB/5.9 GB 40 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 97% ▕███████████████ ▏ 5.8 GB/5.9 GB 40 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 98% ▕███████████████ ▏ 5.8 GB/5.9 GB 40 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 98% ▕███████████████ ▏ 5.8 GB/5.9 GB 40 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 98% ▕███████████████ ▏ 5.8 GB/5.9 GB 40 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 98% ▕███████████████ ▏ 5.8 GB/5.9 GB 40 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 98% ▕███████████████ ▏ 5.8 GB/5.9 GB 40 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 98% ▕███████████████ ▏ 5.8 GB/5.9 GB 40 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 98% ▕███████████████ ▏ 5.8 GB/5.9 GB 40 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 98% ▕███████████████ ▏ 5.8 GB/5.9 GB 40 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 98% ▕███████████████ ▏ 5.8 GB/5.9 GB 40 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 98% ▕███████████████ ▏ 5.8 GB/5.9 GB 40 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 98% ▕███████████████ ▏ 5.8 GB/5.9 GB 39 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 98% ▕███████████████ ▏ 5.8 GB/5.9 GB 39 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 98% ▕███████████████ ▏ 5.8 GB/5.9 GB 39 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 98% ▕███████████████ ▏ 5.8 GB/5.9 GB 39 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 98% ▕███████████████ ▏ 5.9 GB/5.9 GB 39 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 99% ▕███████████████ ▏ 5.9 GB/5.9 GB 39 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 99% ▕███████████████ ▏ 5.9 GB/5.9 GB 39 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 99% ▕███████████████ ▏ 5.9 GB/5.9 GB 39 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 99% ▕███████████████ ▏ 5.9 GB/5.9 GB 39 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 99% ▕███████████████ ▏ 5.9 GB/5.9 GB 39 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 99% ▕███████████████ ▏ 5.9 GB/5.9 GB 40 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 99% ▕███████████████ ▏ 5.9 GB/5.9 GB 40 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 99% ▕███████████████ ▏ 5.9 GB/5.9 GB 40 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 99% ▕███████████████ ▏ 5.9 GB/5.9 GB 40 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 99% ▕███████████████ ▏ 5.9 GB/5.9 GB 40 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 99% ▕███████████████ ▏ 5.9 GB/5.9 GB 40 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 99% ▕███████████████ ▏ 5.9 GB/5.9 GB 40 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 99% ▕███████████████ ▏ 5.9 GB/5.9 GB 40 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 99% ▕███████████████ ▏ 5.9 GB/5.9 GB 40 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 99% ▕███████████████ ▏ 5.9 GB/5.9 GB 40 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 99% ▕███████████████ ▏ 5.9 GB/5.9 GB 40 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 100% ▕███████████████ ▏ 5.9 GB/5.9 GB 40 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 100% ▕███████████████ ▏ 5.9 GB/5.9 GB 40 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 100% ▕███████████████ ▏ 5.9 GB/5.9 GB 40 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 100% ▕███████████████ ▏ 5.9 GB/5.9 GB 40 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 100% ▕███████████████ ▏ 5.9 GB/5.9 GB 40 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 100% ▕███████████████ ▏ 5.9 GB/5.9 GB 40 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 100% ▕███████████████ ▏ 5.9 GB/5.9 GB 40 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 100% ▕███████████████ ▏ 5.9 GB/5.9 GB 40 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 100% ▕███████████████ ▏ 5.9 GB/5.9 GB 40 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 100% ▕███████████████ ▏ 5.9 GB/5.9 GB 40 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ee4c5f5e2b43... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ee4c5f5e2b43... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ee4c5f5e2b43... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ee4c5f5e2b43... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ee4c5f5e2b43... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ee4c5f5e2b43... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ee4c5f5e2b43... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ee4c5f5e2b43... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ee4c5f5e2b43... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ee4c5f5e2b43... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ee4c5f5e2b43... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ee4c5f5e2b43... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ee4c5f5e2b43... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ee4c5f5e2b43... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ee4c5f5e2b43... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ee4c5f5e2b43... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ee4c5f5e2b43... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ee4c5f5e2b43... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ee4c5f5e2b43... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ee4c5f5e2b43... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ee4c5f5e2b43... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ee4c5f5e2b43... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ee4c5f5e2b43... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ee4c5f5e2b43... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ee4c5f5e2b43... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ee4c5f5e2b43... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ee4c5f5e2b43... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ee4c5f5e2b43... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ee4c5f5e2b43... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ee4c5f5e2b43... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ee4c5f5e2b43... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ee4c5f5e2b43... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ee4c5f5e2b43... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ee4c5f5e2b43... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ee4c5f5e2b43... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ee4c5f5e2b43... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ee4c5f5e2b43... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ee4c5f5e2b43... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ee4c5f5e2b43... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ee4c5f5e2b43... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ee4c5f5e2b43... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ee4c5f5e2b43... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ee4c5f5e2b43... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ee4c5f5e2b43... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ee4c5f5e2b43... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ee4c5f5e2b43... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ee4c5f5e2b43... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ee4c5f5e2b43... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ee4c5f5e2b43... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ee4c5f5e2b43... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ee4c5f5e2b43... 100% ▕████████████████▏ 455 B \n", - "pushing manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ee4c5f5e2b43... 100% ▕████████████████▏ 455 B \n", - "pushing manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ee4c5f5e2b43... 100% ▕████████████████▏ 455 B \n", - "pushing manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ee4c5f5e2b43... 100% ▕████████████████▏ 455 B \n", - "pushing manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ee4c5f5e2b43... 100% ▕████████████████▏ 455 B \n", - "pushing manifest ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ee4c5f5e2b43... 100% ▕████████████████▏ 455 B \n", - "pushing manifest ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ee4c5f5e2b43... 100% ▕████████████████▏ 455 B \n", - "pushing manifest ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ee4c5f5e2b43... 100% ▕████████████████▏ 455 B \n", - "pushing manifest ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ee4c5f5e2b43... 100% ▕████████████████▏ 455 B \n", - "pushing manifest ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ee4c5f5e2b43... 100% ▕████████████████▏ 455 B \n", - "pushing manifest ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ee4c5f5e2b43... 100% ▕████████████████▏ 455 B \n", - "pushing manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ee4c5f5e2b43... 100% ▕████████████████▏ 455 B \n", - "pushing manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ee4c5f5e2b43... 100% ▕████████████████▏ 455 B \n", - "pushing manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ee4c5f5e2b43... 100% ▕████████████████▏ 455 B \n", - "pushing manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ee4c5f5e2b43... 100% ▕████████████████▏ 455 B \n", - "pushing manifest ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ee4c5f5e2b43... 100% ▕████████████████▏ 455 B \n", - "pushing manifest ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ee4c5f5e2b43... 100% ▕████████████████▏ 455 B \n", - "pushing manifest ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ee4c5f5e2b43... 100% ▕████████████████▏ 455 B \n", - "pushing manifest ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ee4c5f5e2b43... 100% ▕████████████████▏ 455 B \n", - "pushing manifest ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ee4c5f5e2b43... 100% ▕████████████████▏ 455 B \n", - "pushing manifest ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ee4c5f5e2b43... 100% ▕████████████████▏ 455 B \n", - "pushing manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ee4c5f5e2b43... 100% ▕████████████████▏ 455 B \n", - "pushing manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ee4c5f5e2b43... 100% ▕████████████████▏ 455 B \n", - "pushing manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ee4c5f5e2b43... 100% ▕████████████████▏ 455 B \n", - "pushing manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ee4c5f5e2b43... 100% ▕████████████████▏ 455 B \n", - "pushing manifest ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ee4c5f5e2b43... 100% ▕████████████████▏ 455 B \n", - "pushing manifest ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ee4c5f5e2b43... 100% ▕████████████████▏ 455 B \n", - "pushing manifest ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ee4c5f5e2b43... 100% ▕████████████████▏ 455 B \n", - "pushing manifest ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ee4c5f5e2b43... 100% ▕████████████████▏ 455 B \n", - "pushing manifest ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ee4c5f5e2b43... 100% ▕████████████████▏ 455 B \n", - "pushing manifest \n", - "success \u001b[?25h\n", - "\u001b[?25ltransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer \n", - "creating template layer \n", - "creating system layer \n", - "creating parameters layer \n", - "creating config layer \n", - "using already created layer sha256:2b234e4a9ad4a8802340f91eb7f1b9da6d949c3447637a1d3f2fdf4b04223be6 \n", - "using already created layer sha256:04de533bb8fd4eb327158f79cdc0de736558e45d198db9275ef536f470281f1f \n", - "using already created layer sha256:af41c51c14924c73d476c474dd0617253462cdb32f1256d8b3d3d9fc00371199 \n", - "using already created layer sha256:3559b403e83a9669ecd8d347a509c20b870674a9838218f8b812c93c419fec88 \n", - "writing layer sha256:ddace7f76294d4d8c824702da6ad36ac6ca1cfb45e7c990fb2c1bee2d818e3f9 \n", - "writing manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", - "creating model layer \n", - "creating template layer \n", - "creating system layer \n", - "creating parameters layer \n", - "creating config layer \n", - "using already created layer sha256:2b234e4a9ad4a8802340f91eb7f1b9da6d949c3447637a1d3f2fdf4b04223be6 \n", - "using already created layer sha256:04de533bb8fd4eb327158f79cdc0de736558e45d198db9275ef536f470281f1f \n", - "using already created layer sha256:af41c51c14924c73d476c474dd0617253462cdb32f1256d8b3d3d9fc00371199 \n", - "using already created layer sha256:3559b403e83a9669ecd8d347a509c20b870674a9838218f8b812c93c419fec88 \n", - "writing layer sha256:ddace7f76294d4d8c824702da6ad36ac6ca1cfb45e7c990fb2c1bee2d818e3f9 \n", - "writing manifest \n", - "success \u001b[?25h\n", - "copied 'notus:q8_0' to 'argilla/notus:q8_0'\n", - "\u001b[?25lretrieving manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 0% ▕ ▏ 720 KB/7.7 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 0% ▕ ▏ 2.1 MB/7.7 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 0% ▕ ▏ 2.1 MB/7.7 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 0% ▕ ▏ 2.1 MB/7.7 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 0% ▕ ▏ 2.1 MB/7.7 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 0% ▕ ▏ 2.1 MB/7.7 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 0% ▕ ▏ 3.2 MB/7.7 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 0% ▕ ▏ 3.7 MB/7.7 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 0% ▕ ▏ 3.7 MB/7.7 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 0% ▕ ▏ 16 KB/7.7 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 0% ▕ ▏ 2.4 MB/7.7 GB 1.7 MB/s 1h17m\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 0% ▕ ▏ 3.2 MB/7.7 GB 1.7 MB/s 1h17m\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 0% ▕ ▏ 6.4 MB/7.7 GB 1.7 MB/s 1h17m\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 0% ▕ ▏ 11 MB/7.7 GB 1.7 MB/s 1h17m\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 0% ▕ ▏ 15 MB/7.7 GB 1.7 MB/s 1h17m\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 0% ▕ ▏ 19 MB/7.7 GB 1.7 MB/s 1h17m\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 0% ▕ ▏ 25 MB/7.7 GB 1.7 MB/s 1h17m\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 0% ▕ ▏ 27 MB/7.7 GB 1.7 MB/s 1h17m\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 0% ▕ ▏ 32 MB/7.7 GB 1.7 MB/s 1h17m\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 1% ▕ ▏ 39 MB/7.7 GB 1.7 MB/s 1h17m\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 0% ▕ ▏ 36 MB/7.7 GB 1.7 MB/s 1h17m\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 1% ▕ ▏ 41 MB/7.7 GB 18 MB/s 6m53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 1% ▕ ▏ 47 MB/7.7 GB 18 MB/s 6m53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 1% ▕ ▏ 50 MB/7.7 GB 18 MB/s 6m52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 1% ▕ ▏ 54 MB/7.7 GB 18 MB/s 6m52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 1% ▕ ▏ 61 MB/7.7 GB 18 MB/s 6m52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 1% ▕ ▏ 64 MB/7.7 GB 18 MB/s 6m52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 1% ▕ ▏ 71 MB/7.7 GB 18 MB/s 6m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 1% ▕ ▏ 76 MB/7.7 GB 18 MB/s 6m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 1% ▕ ▏ 77 MB/7.7 GB 18 MB/s 6m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 1% ▕ ▏ 81 MB/7.7 GB 18 MB/s 6m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 1% ▕ ▏ 85 MB/7.7 GB 27 MB/s 4m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 1% ▕ ▏ 87 MB/7.7 GB 27 MB/s 4m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 1% ▕ ▏ 90 MB/7.7 GB 27 MB/s 4m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 1% ▕ ▏ 98 MB/7.7 GB 27 MB/s 4m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 1% ▕ ▏ 101 MB/7.7 GB 27 MB/s 4m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 1% ▕ ▏ 106 MB/7.7 GB 27 MB/s 4m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 1% ▕ ▏ 108 MB/7.7 GB 27 MB/s 4m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 1% ▕ ▏ 108 MB/7.7 GB 27 MB/s 4m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 2% ▕ ▏ 120 MB/7.7 GB 27 MB/s 4m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 2% ▕ ▏ 124 MB/7.7 GB 27 MB/s 4m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 2% ▕ ▏ 127 MB/7.7 GB 31 MB/s 3m59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 2% ▕ ▏ 128 MB/7.7 GB 31 MB/s 3m59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 2% ▕ ▏ 134 MB/7.7 GB 31 MB/s 3m59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 2% ▕ ▏ 137 MB/7.7 GB 31 MB/s 3m59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 2% ▕ ▏ 144 MB/7.7 GB 31 MB/s 3m59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 2% ▕ ▏ 145 MB/7.7 GB 31 MB/s 3m59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 2% ▕ ▏ 145 MB/7.7 GB 31 MB/s 3m59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 2% ▕ ▏ 145 MB/7.7 GB 31 MB/s 3m59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 2% ▕ ▏ 158 MB/7.7 GB 31 MB/s 3m58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 2% ▕ ▏ 160 MB/7.7 GB 31 MB/s 3m58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 2% ▕ ▏ 165 MB/7.7 GB 33 MB/s 3m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 2% ▕ ▏ 168 MB/7.7 GB 33 MB/s 3m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 2% ▕ ▏ 172 MB/7.7 GB 33 MB/s 3m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 2% ▕ ▏ 179 MB/7.7 GB 33 MB/s 3m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 2% ▕ ▏ 181 MB/7.7 GB 33 MB/s 3m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 2% ▕ ▏ 182 MB/7.7 GB 33 MB/s 3m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 2% ▕ ▏ 184 MB/7.7 GB 33 MB/s 3m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 3% ▕ ▏ 192 MB/7.7 GB 33 MB/s 3m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 3% ▕ ▏ 197 MB/7.7 GB 33 MB/s 3m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 3% ▕ ▏ 200 MB/7.7 GB 33 MB/s 3m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 3% ▕ ▏ 203 MB/7.7 GB 33 MB/s 3m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 3% ▕ ▏ 205 MB/7.7 GB 33 MB/s 3m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 3% ▕ ▏ 208 MB/7.7 GB 33 MB/s 3m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 3% ▕ ▏ 215 MB/7.7 GB 33 MB/s 3m40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 3% ▕ ▏ 217 MB/7.7 GB 33 MB/s 3m40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 3% ▕ ▏ 217 MB/7.7 GB 33 MB/s 3m40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 3% ▕ ▏ 221 MB/7.7 GB 33 MB/s 3m40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 3% ▕ ▏ 228 MB/7.7 GB 33 MB/s 3m40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 3% ▕ ▏ 238 MB/7.7 GB 33 MB/s 3m40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 3% ▕ ▏ 239 MB/7.7 GB 33 MB/s 3m40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 3% ▕ ▏ 239 MB/7.7 GB 33 MB/s 3m40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 3% ▕ ▏ 241 MB/7.7 GB 34 MB/s 3m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 3% ▕ ▏ 246 MB/7.7 GB 34 MB/s 3m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 3% ▕ ▏ 254 MB/7.7 GB 34 MB/s 3m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 3% ▕ ▏ 262 MB/7.7 GB 34 MB/s 3m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 3% ▕ ▏ 268 MB/7.7 GB 34 MB/s 3m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 3% ▕ ▏ 269 MB/7.7 GB 34 MB/s 3m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 4% ▕ ▏ 270 MB/7.7 GB 34 MB/s 3m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 4% ▕ ▏ 274 MB/7.7 GB 34 MB/s 3m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 4% ▕ ▏ 276 MB/7.7 GB 34 MB/s 3m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 4% ▕ ▏ 285 MB/7.7 GB 34 MB/s 3m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 4% ▕ ▏ 285 MB/7.7 GB 35 MB/s 3m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 4% ▕ ▏ 285 MB/7.7 GB 35 MB/s 3m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 4% ▕ ▏ 299 MB/7.7 GB 35 MB/s 3m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 4% ▕ ▏ 303 MB/7.7 GB 35 MB/s 3m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 4% ▕ ▏ 305 MB/7.7 GB 35 MB/s 3m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 4% ▕ ▏ 307 MB/7.7 GB 35 MB/s 3m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 4% ▕ ▏ 308 MB/7.7 GB 35 MB/s 3m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 4% ▕ ▏ 311 MB/7.7 GB 35 MB/s 3m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 4% ▕ ▏ 318 MB/7.7 GB 35 MB/s 3m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 4% ▕ ▏ 324 MB/7.7 GB 35 MB/s 3m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 4% ▕ ▏ 333 MB/7.7 GB 36 MB/s 3m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 4% ▕ ▏ 337 MB/7.7 GB 36 MB/s 3m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 4% ▕ ▏ 338 MB/7.7 GB 36 MB/s 3m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 4% ▕ ▏ 339 MB/7.7 GB 36 MB/s 3m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 4% ▕ ▏ 340 MB/7.7 GB 36 MB/s 3m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 4% ▕ ▏ 344 MB/7.7 GB 36 MB/s 3m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 4% ▕ ▏ 344 MB/7.7 GB 36 MB/s 3m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 5% ▕ ▏ 354 MB/7.7 GB 36 MB/s 3m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 5% ▕ ▏ 360 MB/7.7 GB 36 MB/s 3m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 5% ▕ ▏ 363 MB/7.7 GB 36 MB/s 3m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 5% ▕ ▏ 363 MB/7.7 GB 40 MB/s 3m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 5% ▕ ▏ 366 MB/7.7 GB 40 MB/s 3m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 5% ▕ ▏ 370 MB/7.7 GB 40 MB/s 3m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 5% ▕ ▏ 383 MB/7.7 GB 40 MB/s 3m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 5% ▕ ▏ 387 MB/7.7 GB 40 MB/s 3m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 5% ▕ ▏ 387 MB/7.7 GB 40 MB/s 3m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 5% ▕ ▏ 388 MB/7.7 GB 40 MB/s 3m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 5% ▕ ▏ 391 MB/7.7 GB 40 MB/s 3m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 5% ▕ ▏ 392 MB/7.7 GB 40 MB/s 3m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 5% ▕ ▏ 407 MB/7.7 GB 40 MB/s 3m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 5% ▕ ▏ 407 MB/7.7 GB 41 MB/s 2m57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 5% ▕ ▏ 409 MB/7.7 GB 41 MB/s 2m57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 5% ▕ ▏ 414 MB/7.7 GB 41 MB/s 2m57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 6% ▕ ▏ 424 MB/7.7 GB 41 MB/s 2m56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 6% ▕ ▏ 428 MB/7.7 GB 41 MB/s 2m56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 6% ▕ ▏ 429 MB/7.7 GB 41 MB/s 2m56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 6% ▕ ▏ 433 MB/7.7 GB 41 MB/s 2m56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 6% ▕ ▏ 436 MB/7.7 GB 41 MB/s 2m56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 6% ▕ ▏ 438 MB/7.7 GB 41 MB/s 2m56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 6% ▕ ▏ 448 MB/7.7 GB 41 MB/s 2m56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 6% ▕ ▏ 451 MB/7.7 GB 41 MB/s 2m56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 6% ▕ ▏ 455 MB/7.7 GB 41 MB/s 2m54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 6% ▕ ▏ 455 MB/7.7 GB 41 MB/s 2m54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 6% ▕ ▏ 455 MB/7.7 GB 41 MB/s 2m54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 6% ▕ ▏ 457 MB/7.7 GB 41 MB/s 2m54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 6% ▕ ▏ 465 MB/7.7 GB 41 MB/s 2m54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 6% ▕ ▏ 475 MB/7.7 GB 41 MB/s 2m54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 6% ▕ ▏ 480 MB/7.7 GB 41 MB/s 2m54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 6% ▕█ ▏ 482 MB/7.7 GB 41 MB/s 2m54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 6% ▕█ ▏ 482 MB/7.7 GB 41 MB/s 2m54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 6% ▕█ ▏ 483 MB/7.7 GB 41 MB/s 2m54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 6% ▕█ ▏ 484 MB/7.7 GB 39 MB/s 3m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 6% ▕█ ▏ 487 MB/7.7 GB 39 MB/s 3m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 6% ▕█ ▏ 494 MB/7.7 GB 39 MB/s 3m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 7% ▕█ ▏ 501 MB/7.7 GB 39 MB/s 3m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 7% ▕█ ▏ 503 MB/7.7 GB 39 MB/s 3m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 7% ▕█ ▏ 508 MB/7.7 GB 39 MB/s 3m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 7% ▕█ ▏ 513 MB/7.7 GB 39 MB/s 3m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 7% ▕█ ▏ 521 MB/7.7 GB 39 MB/s 3m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 7% ▕█ ▏ 526 MB/7.7 GB 39 MB/s 3m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 7% ▕█ ▏ 530 MB/7.7 GB 39 MB/s 3m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 7% ▕█ ▏ 531 MB/7.7 GB 40 MB/s 2m56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 7% ▕█ ▏ 534 MB/7.7 GB 40 MB/s 2m56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 7% ▕█ ▏ 536 MB/7.7 GB 40 MB/s 2m56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 7% ▕█ ▏ 536 MB/7.7 GB 40 MB/s 2m56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 7% ▕█ ▏ 539 MB/7.7 GB 40 MB/s 2m56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 7% ▕█ ▏ 551 MB/7.7 GB 40 MB/s 2m55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 7% ▕█ ▏ 552 MB/7.7 GB 40 MB/s 2m55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 7% ▕█ ▏ 553 MB/7.7 GB 40 MB/s 2m55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 7% ▕█ ▏ 555 MB/7.7 GB 40 MB/s 2m55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 7% ▕█ ▏ 556 MB/7.7 GB 40 MB/s 2m55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 7% ▕█ ▏ 558 MB/7.7 GB 39 MB/s 3m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 7% ▕█ ▏ 561 MB/7.7 GB 39 MB/s 3m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 7% ▕█ ▏ 564 MB/7.7 GB 39 MB/s 3m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 7% ▕█ ▏ 569 MB/7.7 GB 39 MB/s 3m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 8% ▕█ ▏ 580 MB/7.7 GB 39 MB/s 3m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 8% ▕█ ▏ 584 MB/7.7 GB 39 MB/s 3m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 8% ▕█ ▏ 585 MB/7.7 GB 39 MB/s 3m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 8% ▕█ ▏ 587 MB/7.7 GB 39 MB/s 3m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 8% ▕█ ▏ 586 MB/7.7 GB 39 MB/s 3m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 8% ▕█ ▏ 590 MB/7.7 GB 39 MB/s 3m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 8% ▕█ ▏ 599 MB/7.7 GB 39 MB/s 2m57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 8% ▕█ ▏ 602 MB/7.7 GB 39 MB/s 2m57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 8% ▕█ ▏ 605 MB/7.7 GB 39 MB/s 2m57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 8% ▕█ ▏ 609 MB/7.7 GB 39 MB/s 2m57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 8% ▕█ ▏ 610 MB/7.7 GB 39 MB/s 2m57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 8% ▕█ ▏ 616 MB/7.7 GB 39 MB/s 2m57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 8% ▕█ ▏ 625 MB/7.7 GB 39 MB/s 2m57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 8% ▕█ ▏ 626 MB/7.7 GB 39 MB/s 2m57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 8% ▕█ ▏ 629 MB/7.7 GB 39 MB/s 2m57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 8% ▕█ ▏ 635 MB/7.7 GB 39 MB/s 2m56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 8% ▕█ ▏ 643 MB/7.7 GB 39 MB/s 2m56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 8% ▕█ ▏ 645 MB/7.7 GB 39 MB/s 2m57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 8% ▕█ ▏ 649 MB/7.7 GB 39 MB/s 2m57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 8% ▕█ ▏ 650 MB/7.7 GB 39 MB/s 2m57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 9% ▕█ ▏ 654 MB/7.7 GB 39 MB/s 2m56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 9% ▕█ ▏ 655 MB/7.7 GB 39 MB/s 2m56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 9% ▕█ ▏ 657 MB/7.7 GB 39 MB/s 2m56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 9% ▕█ ▏ 668 MB/7.7 GB 39 MB/s 2m56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 9% ▕█ ▏ 670 MB/7.7 GB 39 MB/s 2m56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 9% ▕█ ▏ 673 MB/7.7 GB 39 MB/s 2m56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 9% ▕█ ▏ 682 MB/7.7 GB 39 MB/s 2m56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 9% ▕█ ▏ 686 MB/7.7 GB 39 MB/s 2m59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 9% ▕█ ▏ 690 MB/7.7 GB 39 MB/s 2m59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 9% ▕█ ▏ 692 MB/7.7 GB 39 MB/s 2m59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 9% ▕█ ▏ 695 MB/7.7 GB 39 MB/s 2m59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 9% ▕█ ▏ 697 MB/7.7 GB 39 MB/s 2m59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 9% ▕█ ▏ 698 MB/7.7 GB 39 MB/s 2m59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 9% ▕█ ▏ 702 MB/7.7 GB 39 MB/s 2m59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 9% ▕█ ▏ 705 MB/7.7 GB 39 MB/s 2m59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 9% ▕█ ▏ 713 MB/7.7 GB 39 MB/s 2m58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 9% ▕█ ▏ 716 MB/7.7 GB 39 MB/s 2m58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 9% ▕█ ▏ 722 MB/7.7 GB 39 MB/s 2m54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 9% ▕█ ▏ 725 MB/7.7 GB 39 MB/s 2m54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 10% ▕█ ▏ 735 MB/7.7 GB 39 MB/s 2m54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 10% ▕█ ▏ 736 MB/7.7 GB 39 MB/s 2m54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 10% ▕█ ▏ 748 MB/7.7 GB 39 MB/s 2m54s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 10% ▕█ ▏ 753 MB/7.7 GB 39 MB/s 2m53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 10% ▕█ ▏ 754 MB/7.7 GB 39 MB/s 2m53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 10% ▕█ ▏ 759 MB/7.7 GB 39 MB/s 2m53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 10% ▕█ ▏ 764 MB/7.7 GB 39 MB/s 2m53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 10% ▕█ ▏ 766 MB/7.7 GB 39 MB/s 2m53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 10% ▕█ ▏ 767 MB/7.7 GB 39 MB/s 2m53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 10% ▕█ ▏ 778 MB/7.7 GB 39 MB/s 2m53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 10% ▕█ ▏ 779 MB/7.7 GB 39 MB/s 2m53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 10% ▕█ ▏ 780 MB/7.7 GB 39 MB/s 2m52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 10% ▕█ ▏ 783 MB/7.7 GB 39 MB/s 2m52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 10% ▕█ ▏ 784 MB/7.7 GB 39 MB/s 2m52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 10% ▕█ ▏ 789 MB/7.7 GB 39 MB/s 2m52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 10% ▕█ ▏ 795 MB/7.7 GB 39 MB/s 2m52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 10% ▕█ ▏ 796 MB/7.7 GB 39 MB/s 2m52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 10% ▕█ ▏ 798 MB/7.7 GB 39 MB/s 2m52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 10% ▕█ ▏ 799 MB/7.7 GB 38 MB/s 3m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 10% ▕█ ▏ 800 MB/7.7 GB 38 MB/s 3m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 10% ▕█ ▏ 803 MB/7.7 GB 38 MB/s 3m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 11% ▕█ ▏ 809 MB/7.7 GB 38 MB/s 2m59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 11% ▕█ ▏ 814 MB/7.7 GB 38 MB/s 2m59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 11% ▕█ ▏ 819 MB/7.7 GB 38 MB/s 2m59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 11% ▕█ ▏ 827 MB/7.7 GB 38 MB/s 2m59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 11% ▕█ ▏ 830 MB/7.7 GB 38 MB/s 2m59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 11% ▕█ ▏ 834 MB/7.7 GB 38 MB/s 2m59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 11% ▕█ ▏ 838 MB/7.7 GB 38 MB/s 2m59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 11% ▕█ ▏ 842 MB/7.7 GB 39 MB/s 2m52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 11% ▕█ ▏ 844 MB/7.7 GB 39 MB/s 2m52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 11% ▕█ ▏ 849 MB/7.7 GB 39 MB/s 2m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 11% ▕█ ▏ 854 MB/7.7 GB 39 MB/s 2m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 11% ▕█ ▏ 858 MB/7.7 GB 39 MB/s 2m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 11% ▕█ ▏ 862 MB/7.7 GB 39 MB/s 2m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 11% ▕█ ▏ 864 MB/7.7 GB 39 MB/s 2m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 11% ▕█ ▏ 868 MB/7.7 GB 39 MB/s 2m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 11% ▕█ ▏ 874 MB/7.7 GB 39 MB/s 2m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 11% ▕█ ▏ 876 MB/7.7 GB 39 MB/s 2m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 11% ▕█ ▏ 884 MB/7.7 GB 39 MB/s 2m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 12% ▕█ ▏ 892 MB/7.7 GB 39 MB/s 2m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 12% ▕█ ▏ 892 MB/7.7 GB 39 MB/s 2m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 12% ▕█ ▏ 898 MB/7.7 GB 39 MB/s 2m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 12% ▕█ ▏ 901 MB/7.7 GB 39 MB/s 2m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 12% ▕█ ▏ 903 MB/7.7 GB 39 MB/s 2m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 12% ▕█ ▏ 904 MB/7.7 GB 39 MB/s 2m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 12% ▕█ ▏ 905 MB/7.7 GB 39 MB/s 2m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 12% ▕█ ▏ 908 MB/7.7 GB 39 MB/s 2m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 12% ▕█ ▏ 914 MB/7.7 GB 39 MB/s 2m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 12% ▕█ ▏ 931 MB/7.7 GB 39 MB/s 2m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 12% ▕█ ▏ 933 MB/7.7 GB 41 MB/s 2m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 12% ▕█ ▏ 936 MB/7.7 GB 41 MB/s 2m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 12% ▕█ ▏ 938 MB/7.7 GB 41 MB/s 2m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 12% ▕█ ▏ 939 MB/7.7 GB 41 MB/s 2m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 12% ▕█ ▏ 943 MB/7.7 GB 41 MB/s 2m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 12% ▕█ ▏ 946 MB/7.7 GB 41 MB/s 2m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 12% ▕█ ▏ 952 MB/7.7 GB 41 MB/s 2m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 12% ▕█ ▏ 961 MB/7.7 GB 41 MB/s 2m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 13% ▕██ ▏ 963 MB/7.7 GB 41 MB/s 2m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 13% ▕██ ▏ 963 MB/7.7 GB 41 MB/s 2m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 13% ▕██ ▏ 965 MB/7.7 GB 40 MB/s 2m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 13% ▕██ ▏ 967 MB/7.7 GB 40 MB/s 2m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 13% ▕██ ▏ 968 MB/7.7 GB 40 MB/s 2m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 13% ▕██ ▏ 973 MB/7.7 GB 40 MB/s 2m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 13% ▕██ ▏ 977 MB/7.7 GB 40 MB/s 2m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 13% ▕██ ▏ 979 MB/7.7 GB 40 MB/s 2m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 13% ▕██ ▏ 987 MB/7.7 GB 40 MB/s 2m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 13% ▕██ ▏ 991 MB/7.7 GB 40 MB/s 2m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 13% ▕██ ▏ 995 MB/7.7 GB 40 MB/s 2m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 13% ▕██ ▏ 1.0 GB/7.7 GB 40 MB/s 2m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 13% ▕██ ▏ 1.0 GB/7.7 GB 40 MB/s 2m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 13% ▕██ ▏ 1.0 GB/7.7 GB 40 MB/s 2m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 13% ▕██ ▏ 1.0 GB/7.7 GB 40 MB/s 2m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 13% ▕██ ▏ 1.0 GB/7.7 GB 40 MB/s 2m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 13% ▕██ ▏ 1.0 GB/7.7 GB 40 MB/s 2m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 13% ▕██ ▏ 1.0 GB/7.7 GB 40 MB/s 2m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 13% ▕██ ▏ 1.0 GB/7.7 GB 40 MB/s 2m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 13% ▕██ ▏ 1.0 GB/7.7 GB 40 MB/s 2m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 13% ▕██ ▏ 1.0 GB/7.7 GB 40 MB/s 2m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 14% ▕██ ▏ 1.0 GB/7.7 GB 40 MB/s 2m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 14% ▕██ ▏ 1.0 GB/7.7 GB 40 MB/s 2m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 14% ▕██ ▏ 1.0 GB/7.7 GB 40 MB/s 2m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 14% ▕██ ▏ 1.1 GB/7.7 GB 40 MB/s 2m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 14% ▕██ ▏ 1.1 GB/7.7 GB 40 MB/s 2m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 14% ▕██ ▏ 1.1 GB/7.7 GB 40 MB/s 2m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 14% ▕██ ▏ 1.1 GB/7.7 GB 40 MB/s 2m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 14% ▕██ ▏ 1.1 GB/7.7 GB 40 MB/s 2m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 14% ▕██ ▏ 1.1 GB/7.7 GB 40 MB/s 2m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 14% ▕██ ▏ 1.1 GB/7.7 GB 40 MB/s 2m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 14% ▕██ ▏ 1.1 GB/7.7 GB 40 MB/s 2m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 14% ▕██ ▏ 1.1 GB/7.7 GB 40 MB/s 2m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 14% ▕██ ▏ 1.1 GB/7.7 GB 40 MB/s 2m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 14% ▕██ ▏ 1.1 GB/7.7 GB 40 MB/s 2m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 14% ▕██ ▏ 1.1 GB/7.7 GB 40 MB/s 2m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 14% ▕██ ▏ 1.1 GB/7.7 GB 40 MB/s 2m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 14% ▕██ ▏ 1.1 GB/7.7 GB 40 MB/s 2m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 14% ▕██ ▏ 1.1 GB/7.7 GB 40 MB/s 2m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 14% ▕██ ▏ 1.1 GB/7.7 GB 40 MB/s 2m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 14% ▕██ ▏ 1.1 GB/7.7 GB 40 MB/s 2m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 14% ▕██ ▏ 1.1 GB/7.7 GB 40 MB/s 2m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 15% ▕██ ▏ 1.1 GB/7.7 GB 40 MB/s 2m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 15% ▕██ ▏ 1.1 GB/7.7 GB 39 MB/s 2m48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 15% ▕██ ▏ 1.1 GB/7.7 GB 39 MB/s 2m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 15% ▕██ ▏ 1.1 GB/7.7 GB 39 MB/s 2m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 15% ▕██ ▏ 1.1 GB/7.7 GB 39 MB/s 2m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 15% ▕██ ▏ 1.1 GB/7.7 GB 39 MB/s 2m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 15% ▕██ ▏ 1.1 GB/7.7 GB 39 MB/s 2m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 15% ▕██ ▏ 1.2 GB/7.7 GB 39 MB/s 2m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 15% ▕██ ▏ 1.2 GB/7.7 GB 39 MB/s 2m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 15% ▕██ ▏ 1.2 GB/7.7 GB 39 MB/s 2m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 15% ▕██ ▏ 1.2 GB/7.7 GB 39 MB/s 2m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 15% ▕██ ▏ 1.2 GB/7.7 GB 41 MB/s 2m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 15% ▕██ ▏ 1.2 GB/7.7 GB 41 MB/s 2m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 15% ▕██ ▏ 1.2 GB/7.7 GB 41 MB/s 2m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 15% ▕██ ▏ 1.2 GB/7.7 GB 41 MB/s 2m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 15% ▕██ ▏ 1.2 GB/7.7 GB 41 MB/s 2m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 15% ▕██ ▏ 1.2 GB/7.7 GB 41 MB/s 2m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 15% ▕██ ▏ 1.2 GB/7.7 GB 41 MB/s 2m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 16% ▕██ ▏ 1.2 GB/7.7 GB 41 MB/s 2m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 16% ▕██ ▏ 1.2 GB/7.7 GB 41 MB/s 2m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 16% ▕██ ▏ 1.2 GB/7.7 GB 41 MB/s 2m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 16% ▕██ ▏ 1.2 GB/7.7 GB 41 MB/s 2m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 16% ▕██ ▏ 1.2 GB/7.7 GB 41 MB/s 2m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 16% ▕██ ▏ 1.2 GB/7.7 GB 41 MB/s 2m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 16% ▕██ ▏ 1.2 GB/7.7 GB 41 MB/s 2m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 16% ▕██ ▏ 1.2 GB/7.7 GB 41 MB/s 2m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 16% ▕██ ▏ 1.2 GB/7.7 GB 41 MB/s 2m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 16% ▕██ ▏ 1.2 GB/7.7 GB 41 MB/s 2m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 16% ▕██ ▏ 1.2 GB/7.7 GB 41 MB/s 2m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 16% ▕██ ▏ 1.2 GB/7.7 GB 41 MB/s 2m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 16% ▕██ ▏ 1.2 GB/7.7 GB 41 MB/s 2m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 16% ▕██ ▏ 1.2 GB/7.7 GB 41 MB/s 2m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 16% ▕██ ▏ 1.2 GB/7.7 GB 39 MB/s 2m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 16% ▕██ ▏ 1.2 GB/7.7 GB 39 MB/s 2m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 16% ▕██ ▏ 1.2 GB/7.7 GB 39 MB/s 2m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 16% ▕██ ▏ 1.3 GB/7.7 GB 39 MB/s 2m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 16% ▕██ ▏ 1.3 GB/7.7 GB 39 MB/s 2m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 16% ▕██ ▏ 1.3 GB/7.7 GB 39 MB/s 2m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 17% ▕██ ▏ 1.3 GB/7.7 GB 39 MB/s 2m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 17% ▕██ ▏ 1.3 GB/7.7 GB 39 MB/s 2m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 17% ▕██ ▏ 1.3 GB/7.7 GB 39 MB/s 2m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 17% ▕██ ▏ 1.3 GB/7.7 GB 39 MB/s 2m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 17% ▕██ ▏ 1.3 GB/7.7 GB 39 MB/s 2m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 17% ▕██ ▏ 1.3 GB/7.7 GB 39 MB/s 2m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 17% ▕██ ▏ 1.3 GB/7.7 GB 39 MB/s 2m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 17% ▕██ ▏ 1.3 GB/7.7 GB 39 MB/s 2m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 17% ▕██ ▏ 1.3 GB/7.7 GB 39 MB/s 2m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 17% ▕██ ▏ 1.3 GB/7.7 GB 39 MB/s 2m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 17% ▕██ ▏ 1.3 GB/7.7 GB 39 MB/s 2m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 17% ▕██ ▏ 1.3 GB/7.7 GB 39 MB/s 2m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 17% ▕██ ▏ 1.3 GB/7.7 GB 39 MB/s 2m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 17% ▕██ ▏ 1.3 GB/7.7 GB 39 MB/s 2m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 17% ▕██ ▏ 1.3 GB/7.7 GB 39 MB/s 2m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 17% ▕██ ▏ 1.3 GB/7.7 GB 39 MB/s 2m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 17% ▕██ ▏ 1.3 GB/7.7 GB 39 MB/s 2m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 17% ▕██ ▏ 1.3 GB/7.7 GB 39 MB/s 2m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 17% ▕██ ▏ 1.3 GB/7.7 GB 39 MB/s 2m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 17% ▕██ ▏ 1.3 GB/7.7 GB 39 MB/s 2m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 17% ▕██ ▏ 1.3 GB/7.7 GB 39 MB/s 2m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 18% ▕██ ▏ 1.4 GB/7.7 GB 39 MB/s 2m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 18% ▕██ ▏ 1.4 GB/7.7 GB 39 MB/s 2m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 18% ▕██ ▏ 1.4 GB/7.7 GB 39 MB/s 2m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 18% ▕██ ▏ 1.4 GB/7.7 GB 39 MB/s 2m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 18% ▕██ ▏ 1.4 GB/7.7 GB 39 MB/s 2m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 18% ▕██ ▏ 1.4 GB/7.7 GB 39 MB/s 2m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 18% ▕██ ▏ 1.4 GB/7.7 GB 39 MB/s 2m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 18% ▕██ ▏ 1.4 GB/7.7 GB 39 MB/s 2m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 18% ▕██ ▏ 1.4 GB/7.7 GB 39 MB/s 2m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 18% ▕██ ▏ 1.4 GB/7.7 GB 39 MB/s 2m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 18% ▕██ ▏ 1.4 GB/7.7 GB 39 MB/s 2m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 18% ▕██ ▏ 1.4 GB/7.7 GB 39 MB/s 2m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 18% ▕██ ▏ 1.4 GB/7.7 GB 39 MB/s 2m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 18% ▕██ ▏ 1.4 GB/7.7 GB 39 MB/s 2m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 18% ▕██ ▏ 1.4 GB/7.7 GB 39 MB/s 2m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 18% ▕██ ▏ 1.4 GB/7.7 GB 39 MB/s 2m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 18% ▕██ ▏ 1.4 GB/7.7 GB 39 MB/s 2m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 18% ▕██ ▏ 1.4 GB/7.7 GB 39 MB/s 2m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 18% ▕██ ▏ 1.4 GB/7.7 GB 39 MB/s 2m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 19% ▕██ ▏ 1.4 GB/7.7 GB 39 MB/s 2m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 19% ▕██ ▏ 1.4 GB/7.7 GB 39 MB/s 2m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 19% ▕██ ▏ 1.4 GB/7.7 GB 39 MB/s 2m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 19% ▕██ ▏ 1.4 GB/7.7 GB 39 MB/s 2m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 19% ▕██ ▏ 1.4 GB/7.7 GB 39 MB/s 2m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 19% ▕███ ▏ 1.4 GB/7.7 GB 39 MB/s 2m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 19% ▕███ ▏ 1.4 GB/7.7 GB 39 MB/s 2m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 19% ▕███ ▏ 1.4 GB/7.7 GB 39 MB/s 2m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 19% ▕███ ▏ 1.5 GB/7.7 GB 39 MB/s 2m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 19% ▕███ ▏ 1.5 GB/7.7 GB 39 MB/s 2m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 19% ▕███ ▏ 1.5 GB/7.7 GB 39 MB/s 2m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 19% ▕███ ▏ 1.5 GB/7.7 GB 39 MB/s 2m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 19% ▕███ ▏ 1.5 GB/7.7 GB 39 MB/s 2m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 19% ▕███ ▏ 1.5 GB/7.7 GB 39 MB/s 2m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 19% ▕███ ▏ 1.5 GB/7.7 GB 39 MB/s 2m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 19% ▕███ ▏ 1.5 GB/7.7 GB 40 MB/s 2m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 19% ▕███ ▏ 1.5 GB/7.7 GB 40 MB/s 2m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 19% ▕███ ▏ 1.5 GB/7.7 GB 40 MB/s 2m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 19% ▕███ ▏ 1.5 GB/7.7 GB 40 MB/s 2m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 19% ▕███ ▏ 1.5 GB/7.7 GB 40 MB/s 2m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 19% ▕███ ▏ 1.5 GB/7.7 GB 40 MB/s 2m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 19% ▕███ ▏ 1.5 GB/7.7 GB 40 MB/s 2m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 19% ▕███ ▏ 1.5 GB/7.7 GB 40 MB/s 2m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 20% ▕███ ▏ 1.5 GB/7.7 GB 40 MB/s 2m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 20% ▕███ ▏ 1.5 GB/7.7 GB 40 MB/s 2m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 20% ▕███ ▏ 1.5 GB/7.7 GB 38 MB/s 2m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 20% ▕███ ▏ 1.5 GB/7.7 GB 38 MB/s 2m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 20% ▕███ ▏ 1.5 GB/7.7 GB 38 MB/s 2m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 20% ▕███ ▏ 1.5 GB/7.7 GB 38 MB/s 2m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 20% ▕███ ▏ 1.5 GB/7.7 GB 38 MB/s 2m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 20% ▕███ ▏ 1.5 GB/7.7 GB 38 MB/s 2m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 20% ▕███ ▏ 1.5 GB/7.7 GB 38 MB/s 2m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 20% ▕███ ▏ 1.6 GB/7.7 GB 38 MB/s 2m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 20% ▕███ ▏ 1.6 GB/7.7 GB 38 MB/s 2m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 20% ▕███ ▏ 1.6 GB/7.7 GB 38 MB/s 2m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 20% ▕███ ▏ 1.6 GB/7.7 GB 39 MB/s 2m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 20% ▕███ ▏ 1.6 GB/7.7 GB 39 MB/s 2m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 20% ▕███ ▏ 1.6 GB/7.7 GB 39 MB/s 2m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 20% ▕███ ▏ 1.6 GB/7.7 GB 39 MB/s 2m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 21% ▕███ ▏ 1.6 GB/7.7 GB 39 MB/s 2m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 21% ▕███ ▏ 1.6 GB/7.7 GB 39 MB/s 2m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 21% ▕███ ▏ 1.6 GB/7.7 GB 39 MB/s 2m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 21% ▕███ ▏ 1.6 GB/7.7 GB 39 MB/s 2m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 21% ▕███ ▏ 1.6 GB/7.7 GB 39 MB/s 2m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 21% ▕███ ▏ 1.6 GB/7.7 GB 39 MB/s 2m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 21% ▕███ ▏ 1.6 GB/7.7 GB 40 MB/s 2m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 21% ▕███ ▏ 1.6 GB/7.7 GB 40 MB/s 2m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 21% ▕███ ▏ 1.6 GB/7.7 GB 40 MB/s 2m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 21% ▕███ ▏ 1.6 GB/7.7 GB 40 MB/s 2m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 21% ▕███ ▏ 1.6 GB/7.7 GB 40 MB/s 2m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 21% ▕███ ▏ 1.6 GB/7.7 GB 40 MB/s 2m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 21% ▕███ ▏ 1.6 GB/7.7 GB 40 MB/s 2m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 21% ▕███ ▏ 1.6 GB/7.7 GB 40 MB/s 2m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 21% ▕███ ▏ 1.6 GB/7.7 GB 40 MB/s 2m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 21% ▕███ ▏ 1.6 GB/7.7 GB 40 MB/s 2m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 21% ▕███ ▏ 1.6 GB/7.7 GB 40 MB/s 2m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 21% ▕███ ▏ 1.6 GB/7.7 GB 39 MB/s 2m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 21% ▕███ ▏ 1.6 GB/7.7 GB 39 MB/s 2m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 21% ▕███ ▏ 1.7 GB/7.7 GB 39 MB/s 2m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 22% ▕███ ▏ 1.7 GB/7.7 GB 39 MB/s 2m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 22% ▕███ ▏ 1.7 GB/7.7 GB 39 MB/s 2m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 22% ▕███ ▏ 1.7 GB/7.7 GB 39 MB/s 2m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 22% ▕███ ▏ 1.7 GB/7.7 GB 39 MB/s 2m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 22% ▕███ ▏ 1.7 GB/7.7 GB 39 MB/s 2m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 22% ▕███ ▏ 1.7 GB/7.7 GB 39 MB/s 2m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 22% ▕███ ▏ 1.7 GB/7.7 GB 39 MB/s 2m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 22% ▕███ ▏ 1.7 GB/7.7 GB 40 MB/s 2m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 22% ▕███ ▏ 1.7 GB/7.7 GB 40 MB/s 2m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 22% ▕███ ▏ 1.7 GB/7.7 GB 40 MB/s 2m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 22% ▕███ ▏ 1.7 GB/7.7 GB 40 MB/s 2m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 22% ▕███ ▏ 1.7 GB/7.7 GB 40 MB/s 2m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 22% ▕███ ▏ 1.7 GB/7.7 GB 40 MB/s 2m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 22% ▕███ ▏ 1.7 GB/7.7 GB 40 MB/s 2m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 22% ▕███ ▏ 1.7 GB/7.7 GB 40 MB/s 2m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 22% ▕███ ▏ 1.7 GB/7.7 GB 40 MB/s 2m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 22% ▕███ ▏ 1.7 GB/7.7 GB 40 MB/s 2m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 22% ▕███ ▏ 1.7 GB/7.7 GB 38 MB/s 2m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 22% ▕███ ▏ 1.7 GB/7.7 GB 38 MB/s 2m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 22% ▕███ ▏ 1.7 GB/7.7 GB 38 MB/s 2m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 22% ▕███ ▏ 1.7 GB/7.7 GB 38 MB/s 2m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 22% ▕███ ▏ 1.7 GB/7.7 GB 38 MB/s 2m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 22% ▕███ ▏ 1.7 GB/7.7 GB 38 MB/s 2m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 22% ▕███ ▏ 1.7 GB/7.7 GB 38 MB/s 2m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 23% ▕███ ▏ 1.7 GB/7.7 GB 38 MB/s 2m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 23% ▕███ ▏ 1.7 GB/7.7 GB 38 MB/s 2m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 23% ▕███ ▏ 1.7 GB/7.7 GB 38 MB/s 2m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 23% ▕███ ▏ 1.7 GB/7.7 GB 38 MB/s 2m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 23% ▕███ ▏ 1.8 GB/7.7 GB 38 MB/s 2m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 23% ▕███ ▏ 1.8 GB/7.7 GB 38 MB/s 2m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 23% ▕███ ▏ 1.8 GB/7.7 GB 38 MB/s 2m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 23% ▕███ ▏ 1.8 GB/7.7 GB 38 MB/s 2m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 23% ▕███ ▏ 1.8 GB/7.7 GB 38 MB/s 2m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 23% ▕███ ▏ 1.8 GB/7.7 GB 38 MB/s 2m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 23% ▕███ ▏ 1.8 GB/7.7 GB 38 MB/s 2m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 23% ▕███ ▏ 1.8 GB/7.7 GB 38 MB/s 2m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 23% ▕███ ▏ 1.8 GB/7.7 GB 38 MB/s 2m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 23% ▕███ ▏ 1.8 GB/7.7 GB 38 MB/s 2m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 23% ▕███ ▏ 1.8 GB/7.7 GB 38 MB/s 2m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 23% ▕███ ▏ 1.8 GB/7.7 GB 38 MB/s 2m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 23% ▕███ ▏ 1.8 GB/7.7 GB 38 MB/s 2m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 23% ▕███ ▏ 1.8 GB/7.7 GB 38 MB/s 2m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 23% ▕███ ▏ 1.8 GB/7.7 GB 38 MB/s 2m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 24% ▕███ ▏ 1.8 GB/7.7 GB 38 MB/s 2m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 24% ▕███ ▏ 1.8 GB/7.7 GB 38 MB/s 2m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 24% ▕███ ▏ 1.8 GB/7.7 GB 38 MB/s 2m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 24% ▕███ ▏ 1.8 GB/7.7 GB 38 MB/s 2m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 24% ▕███ ▏ 1.8 GB/7.7 GB 38 MB/s 2m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 24% ▕███ ▏ 1.8 GB/7.7 GB 38 MB/s 2m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 24% ▕███ ▏ 1.8 GB/7.7 GB 38 MB/s 2m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 24% ▕███ ▏ 1.8 GB/7.7 GB 38 MB/s 2m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 24% ▕███ ▏ 1.8 GB/7.7 GB 38 MB/s 2m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 24% ▕███ ▏ 1.8 GB/7.7 GB 38 MB/s 2m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 24% ▕███ ▏ 1.9 GB/7.7 GB 38 MB/s 2m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 24% ▕███ ▏ 1.9 GB/7.7 GB 38 MB/s 2m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 24% ▕███ ▏ 1.9 GB/7.7 GB 38 MB/s 2m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 24% ▕███ ▏ 1.9 GB/7.7 GB 38 MB/s 2m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 24% ▕███ ▏ 1.9 GB/7.7 GB 38 MB/s 2m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 24% ▕███ ▏ 1.9 GB/7.7 GB 38 MB/s 2m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 24% ▕███ ▏ 1.9 GB/7.7 GB 38 MB/s 2m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 24% ▕███ ▏ 1.9 GB/7.7 GB 38 MB/s 2m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 24% ▕███ ▏ 1.9 GB/7.7 GB 38 MB/s 2m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 24% ▕███ ▏ 1.9 GB/7.7 GB 38 MB/s 2m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 25% ▕███ ▏ 1.9 GB/7.7 GB 38 MB/s 2m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 25% ▕███ ▏ 1.9 GB/7.7 GB 38 MB/s 2m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 25% ▕███ ▏ 1.9 GB/7.7 GB 38 MB/s 2m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 25% ▕███ ▏ 1.9 GB/7.7 GB 38 MB/s 2m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 25% ▕███ ▏ 1.9 GB/7.7 GB 38 MB/s 2m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 25% ▕███ ▏ 1.9 GB/7.7 GB 37 MB/s 2m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 25% ▕███ ▏ 1.9 GB/7.7 GB 37 MB/s 2m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 25% ▕███ ▏ 1.9 GB/7.7 GB 37 MB/s 2m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 25% ▕███ ▏ 1.9 GB/7.7 GB 37 MB/s 2m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 25% ▕███ ▏ 1.9 GB/7.7 GB 37 MB/s 2m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 25% ▕███ ▏ 1.9 GB/7.7 GB 37 MB/s 2m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 25% ▕███ ▏ 1.9 GB/7.7 GB 37 MB/s 2m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 25% ▕███ ▏ 1.9 GB/7.7 GB 37 MB/s 2m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 25% ▕███ ▏ 1.9 GB/7.7 GB 37 MB/s 2m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 25% ▕███ ▏ 1.9 GB/7.7 GB 37 MB/s 2m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 25% ▕███ ▏ 1.9 GB/7.7 GB 34 MB/s 2m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 25% ▕███ ▏ 1.9 GB/7.7 GB 34 MB/s 2m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 25% ▕███ ▏ 1.9 GB/7.7 GB 34 MB/s 2m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 25% ▕████ ▏ 1.9 GB/7.7 GB 34 MB/s 2m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 25% ▕████ ▏ 1.9 GB/7.7 GB 34 MB/s 2m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 25% ▕████ ▏ 1.9 GB/7.7 GB 34 MB/s 2m47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 25% ▕████ ▏ 1.9 GB/7.7 GB 34 MB/s 2m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 25% ▕████ ▏ 1.9 GB/7.7 GB 34 MB/s 2m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 25% ▕████ ▏ 1.9 GB/7.7 GB 34 MB/s 2m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 25% ▕████ ▏ 1.9 GB/7.7 GB 34 MB/s 2m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 25% ▕████ ▏ 2.0 GB/7.7 GB 34 MB/s 2m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 25% ▕████ ▏ 2.0 GB/7.7 GB 34 MB/s 2m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 25% ▕████ ▏ 2.0 GB/7.7 GB 34 MB/s 2m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 26% ▕████ ▏ 2.0 GB/7.7 GB 34 MB/s 2m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 26% ▕████ ▏ 2.0 GB/7.7 GB 34 MB/s 2m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 26% ▕████ ▏ 2.0 GB/7.7 GB 34 MB/s 2m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 26% ▕████ ▏ 2.0 GB/7.7 GB 34 MB/s 2m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 26% ▕████ ▏ 2.0 GB/7.7 GB 34 MB/s 2m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 26% ▕████ ▏ 2.0 GB/7.7 GB 34 MB/s 2m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 26% ▕████ ▏ 2.0 GB/7.7 GB 34 MB/s 2m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 26% ▕████ ▏ 2.0 GB/7.7 GB 34 MB/s 2m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 26% ▕████ ▏ 2.0 GB/7.7 GB 34 MB/s 2m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 26% ▕████ ▏ 2.0 GB/7.7 GB 34 MB/s 2m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 26% ▕████ ▏ 2.0 GB/7.7 GB 34 MB/s 2m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 26% ▕████ ▏ 2.0 GB/7.7 GB 34 MB/s 2m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 26% ▕████ ▏ 2.0 GB/7.7 GB 34 MB/s 2m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 26% ▕████ ▏ 2.0 GB/7.7 GB 34 MB/s 2m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 26% ▕████ ▏ 2.0 GB/7.7 GB 34 MB/s 2m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 26% ▕████ ▏ 2.0 GB/7.7 GB 34 MB/s 2m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 26% ▕████ ▏ 2.0 GB/7.7 GB 34 MB/s 2m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 26% ▕████ ▏ 2.0 GB/7.7 GB 34 MB/s 2m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 26% ▕████ ▏ 2.0 GB/7.7 GB 36 MB/s 2m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 26% ▕████ ▏ 2.0 GB/7.7 GB 36 MB/s 2m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 27% ▕████ ▏ 2.0 GB/7.7 GB 36 MB/s 2m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 27% ▕████ ▏ 2.0 GB/7.7 GB 36 MB/s 2m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 27% ▕████ ▏ 2.0 GB/7.7 GB 36 MB/s 2m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 27% ▕████ ▏ 2.1 GB/7.7 GB 36 MB/s 2m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 27% ▕████ ▏ 2.1 GB/7.7 GB 36 MB/s 2m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 27% ▕████ ▏ 2.1 GB/7.7 GB 36 MB/s 2m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 27% ▕████ ▏ 2.1 GB/7.7 GB 36 MB/s 2m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 27% ▕████ ▏ 2.1 GB/7.7 GB 36 MB/s 2m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 27% ▕████ ▏ 2.1 GB/7.7 GB 35 MB/s 2m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 27% ▕████ ▏ 2.1 GB/7.7 GB 35 MB/s 2m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 27% ▕████ ▏ 2.1 GB/7.7 GB 35 MB/s 2m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 27% ▕████ ▏ 2.1 GB/7.7 GB 35 MB/s 2m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 27% ▕████ ▏ 2.1 GB/7.7 GB 35 MB/s 2m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 27% ▕████ ▏ 2.1 GB/7.7 GB 35 MB/s 2m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 27% ▕████ ▏ 2.1 GB/7.7 GB 35 MB/s 2m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 27% ▕████ ▏ 2.1 GB/7.7 GB 35 MB/s 2m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 27% ▕████ ▏ 2.1 GB/7.7 GB 35 MB/s 2m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 27% ▕████ ▏ 2.1 GB/7.7 GB 35 MB/s 2m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 27% ▕████ ▏ 2.1 GB/7.7 GB 36 MB/s 2m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 27% ▕████ ▏ 2.1 GB/7.7 GB 36 MB/s 2m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 28% ▕████ ▏ 2.1 GB/7.7 GB 36 MB/s 2m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 28% ▕████ ▏ 2.1 GB/7.7 GB 36 MB/s 2m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 28% ▕████ ▏ 2.1 GB/7.7 GB 36 MB/s 2m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 28% ▕████ ▏ 2.1 GB/7.7 GB 36 MB/s 2m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 28% ▕████ ▏ 2.1 GB/7.7 GB 36 MB/s 2m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 28% ▕████ ▏ 2.1 GB/7.7 GB 36 MB/s 2m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 28% ▕████ ▏ 2.1 GB/7.7 GB 36 MB/s 2m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 28% ▕████ ▏ 2.1 GB/7.7 GB 36 MB/s 2m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 28% ▕████ ▏ 2.1 GB/7.7 GB 35 MB/s 2m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 28% ▕████ ▏ 2.1 GB/7.7 GB 35 MB/s 2m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 28% ▕████ ▏ 2.2 GB/7.7 GB 35 MB/s 2m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 28% ▕████ ▏ 2.2 GB/7.7 GB 35 MB/s 2m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 28% ▕████ ▏ 2.2 GB/7.7 GB 35 MB/s 2m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 28% ▕████ ▏ 2.2 GB/7.7 GB 35 MB/s 2m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 28% ▕████ ▏ 2.2 GB/7.7 GB 35 MB/s 2m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 28% ▕████ ▏ 2.2 GB/7.7 GB 35 MB/s 2m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 28% ▕████ ▏ 2.2 GB/7.7 GB 35 MB/s 2m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 28% ▕████ ▏ 2.2 GB/7.7 GB 35 MB/s 2m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 28% ▕████ ▏ 2.2 GB/7.7 GB 35 MB/s 2m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 28% ▕████ ▏ 2.2 GB/7.7 GB 36 MB/s 2m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 29% ▕████ ▏ 2.2 GB/7.7 GB 36 MB/s 2m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 29% ▕████ ▏ 2.2 GB/7.7 GB 36 MB/s 2m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 29% ▕████ ▏ 2.2 GB/7.7 GB 36 MB/s 2m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 29% ▕████ ▏ 2.2 GB/7.7 GB 36 MB/s 2m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 29% ▕████ ▏ 2.2 GB/7.7 GB 36 MB/s 2m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 29% ▕████ ▏ 2.2 GB/7.7 GB 36 MB/s 2m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 29% ▕████ ▏ 2.2 GB/7.7 GB 36 MB/s 2m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 29% ▕████ ▏ 2.2 GB/7.7 GB 36 MB/s 2m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 29% ▕████ ▏ 2.2 GB/7.7 GB 36 MB/s 2m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 29% ▕████ ▏ 2.2 GB/7.7 GB 37 MB/s 2m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 29% ▕████ ▏ 2.2 GB/7.7 GB 37 MB/s 2m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 29% ▕████ ▏ 2.2 GB/7.7 GB 37 MB/s 2m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 29% ▕████ ▏ 2.3 GB/7.7 GB 37 MB/s 2m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 29% ▕████ ▏ 2.3 GB/7.7 GB 37 MB/s 2m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 29% ▕████ ▏ 2.3 GB/7.7 GB 37 MB/s 2m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 29% ▕████ ▏ 2.3 GB/7.7 GB 37 MB/s 2m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 29% ▕████ ▏ 2.3 GB/7.7 GB 37 MB/s 2m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 29% ▕████ ▏ 2.3 GB/7.7 GB 37 MB/s 2m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 30% ▕████ ▏ 2.3 GB/7.7 GB 37 MB/s 2m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 30% ▕████ ▏ 2.3 GB/7.7 GB 40 MB/s 2m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 30% ▕████ ▏ 2.3 GB/7.7 GB 40 MB/s 2m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 30% ▕████ ▏ 2.3 GB/7.7 GB 40 MB/s 2m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 30% ▕████ ▏ 2.3 GB/7.7 GB 40 MB/s 2m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 30% ▕████ ▏ 2.3 GB/7.7 GB 40 MB/s 2m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 30% ▕████ ▏ 2.3 GB/7.7 GB 40 MB/s 2m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 30% ▕████ ▏ 2.3 GB/7.7 GB 40 MB/s 2m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 30% ▕████ ▏ 2.3 GB/7.7 GB 40 MB/s 2m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 30% ▕████ ▏ 2.3 GB/7.7 GB 40 MB/s 2m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 30% ▕████ ▏ 2.3 GB/7.7 GB 40 MB/s 2m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 30% ▕████ ▏ 2.3 GB/7.7 GB 38 MB/s 2m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 30% ▕████ ▏ 2.3 GB/7.7 GB 38 MB/s 2m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 30% ▕████ ▏ 2.3 GB/7.7 GB 38 MB/s 2m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 30% ▕████ ▏ 2.3 GB/7.7 GB 38 MB/s 2m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 30% ▕████ ▏ 2.3 GB/7.7 GB 38 MB/s 2m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 30% ▕████ ▏ 2.3 GB/7.7 GB 38 MB/s 2m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 30% ▕████ ▏ 2.3 GB/7.7 GB 38 MB/s 2m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 30% ▕████ ▏ 2.3 GB/7.7 GB 38 MB/s 2m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 30% ▕████ ▏ 2.3 GB/7.7 GB 38 MB/s 2m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 30% ▕████ ▏ 2.3 GB/7.7 GB 38 MB/s 2m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 30% ▕████ ▏ 2.3 GB/7.7 GB 38 MB/s 2m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 30% ▕████ ▏ 2.3 GB/7.7 GB 38 MB/s 2m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 30% ▕████ ▏ 2.3 GB/7.7 GB 38 MB/s 2m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 31% ▕████ ▏ 2.4 GB/7.7 GB 38 MB/s 2m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 31% ▕████ ▏ 2.4 GB/7.7 GB 38 MB/s 2m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 31% ▕████ ▏ 2.4 GB/7.7 GB 38 MB/s 2m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 31% ▕████ ▏ 2.4 GB/7.7 GB 38 MB/s 2m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 31% ▕████ ▏ 2.4 GB/7.7 GB 38 MB/s 2m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 31% ▕████ ▏ 2.4 GB/7.7 GB 38 MB/s 2m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 31% ▕████ ▏ 2.4 GB/7.7 GB 38 MB/s 2m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 31% ▕████ ▏ 2.4 GB/7.7 GB 38 MB/s 2m19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 31% ▕████ ▏ 2.4 GB/7.7 GB 37 MB/s 2m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 31% ▕████ ▏ 2.4 GB/7.7 GB 37 MB/s 2m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 31% ▕████ ▏ 2.4 GB/7.7 GB 37 MB/s 2m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 31% ▕████ ▏ 2.4 GB/7.7 GB 37 MB/s 2m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 31% ▕████ ▏ 2.4 GB/7.7 GB 37 MB/s 2m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 31% ▕████ ▏ 2.4 GB/7.7 GB 37 MB/s 2m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 31% ▕████ ▏ 2.4 GB/7.7 GB 37 MB/s 2m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 31% ▕████ ▏ 2.4 GB/7.7 GB 37 MB/s 2m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 31% ▕█████ ▏ 2.4 GB/7.7 GB 37 MB/s 2m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 31% ▕█████ ▏ 2.4 GB/7.7 GB 37 MB/s 2m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 31% ▕█████ ▏ 2.4 GB/7.7 GB 38 MB/s 2m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 31% ▕█████ ▏ 2.4 GB/7.7 GB 38 MB/s 2m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 31% ▕█████ ▏ 2.4 GB/7.7 GB 38 MB/s 2m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 32% ▕█████ ▏ 2.4 GB/7.7 GB 38 MB/s 2m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 32% ▕█████ ▏ 2.4 GB/7.7 GB 38 MB/s 2m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 32% ▕█████ ▏ 2.4 GB/7.7 GB 38 MB/s 2m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 32% ▕█████ ▏ 2.4 GB/7.7 GB 38 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 32% ▕█████ ▏ 2.4 GB/7.7 GB 38 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 32% ▕█████ ▏ 2.5 GB/7.7 GB 38 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 32% ▕█████ ▏ 2.5 GB/7.7 GB 38 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 32% ▕█████ ▏ 2.5 GB/7.7 GB 38 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 32% ▕█████ ▏ 2.5 GB/7.7 GB 38 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 32% ▕█████ ▏ 2.5 GB/7.7 GB 38 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 32% ▕█████ ▏ 2.5 GB/7.7 GB 38 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 32% ▕█████ ▏ 2.5 GB/7.7 GB 38 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 32% ▕█████ ▏ 2.5 GB/7.7 GB 38 MB/s 2m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 32% ▕█████ ▏ 2.5 GB/7.7 GB 38 MB/s 2m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 32% ▕█████ ▏ 2.5 GB/7.7 GB 38 MB/s 2m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 33% ▕█████ ▏ 2.5 GB/7.7 GB 38 MB/s 2m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 33% ▕█████ ▏ 2.5 GB/7.7 GB 38 MB/s 2m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 33% ▕█████ ▏ 2.5 GB/7.7 GB 39 MB/s 2m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 33% ▕█████ ▏ 2.5 GB/7.7 GB 39 MB/s 2m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 33% ▕█████ ▏ 2.5 GB/7.7 GB 39 MB/s 2m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 33% ▕█████ ▏ 2.5 GB/7.7 GB 39 MB/s 2m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 33% ▕█████ ▏ 2.5 GB/7.7 GB 39 MB/s 2m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 33% ▕█████ ▏ 2.5 GB/7.7 GB 39 MB/s 2m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 33% ▕█████ ▏ 2.5 GB/7.7 GB 39 MB/s 2m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 33% ▕█████ ▏ 2.5 GB/7.7 GB 39 MB/s 2m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 33% ▕█████ ▏ 2.5 GB/7.7 GB 39 MB/s 2m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 33% ▕█████ ▏ 2.5 GB/7.7 GB 39 MB/s 2m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 33% ▕█████ ▏ 2.5 GB/7.7 GB 39 MB/s 2m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 33% ▕█████ ▏ 2.5 GB/7.7 GB 39 MB/s 2m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 33% ▕█████ ▏ 2.5 GB/7.7 GB 39 MB/s 2m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 33% ▕█████ ▏ 2.6 GB/7.7 GB 39 MB/s 2m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 33% ▕█████ ▏ 2.6 GB/7.7 GB 39 MB/s 2m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 33% ▕█████ ▏ 2.6 GB/7.7 GB 39 MB/s 2m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 33% ▕█████ ▏ 2.6 GB/7.7 GB 39 MB/s 2m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 33% ▕█████ ▏ 2.6 GB/7.7 GB 39 MB/s 2m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 33% ▕█████ ▏ 2.6 GB/7.7 GB 39 MB/s 2m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 33% ▕█████ ▏ 2.6 GB/7.7 GB 39 MB/s 2m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 33% ▕█████ ▏ 2.6 GB/7.7 GB 39 MB/s 2m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 34% ▕█████ ▏ 2.6 GB/7.7 GB 37 MB/s 2m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 34% ▕█████ ▏ 2.6 GB/7.7 GB 37 MB/s 2m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 34% ▕█████ ▏ 2.6 GB/7.7 GB 37 MB/s 2m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 34% ▕█████ ▏ 2.6 GB/7.7 GB 37 MB/s 2m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 34% ▕█████ ▏ 2.6 GB/7.7 GB 37 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 34% ▕█████ ▏ 2.6 GB/7.7 GB 37 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 34% ▕█████ ▏ 2.6 GB/7.7 GB 37 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 34% ▕█████ ▏ 2.6 GB/7.7 GB 37 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 34% ▕█████ ▏ 2.6 GB/7.7 GB 37 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 34% ▕█████ ▏ 2.6 GB/7.7 GB 37 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 34% ▕█████ ▏ 2.6 GB/7.7 GB 37 MB/s 2m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 34% ▕█████ ▏ 2.6 GB/7.7 GB 37 MB/s 2m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 34% ▕█████ ▏ 2.6 GB/7.7 GB 37 MB/s 2m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 34% ▕█████ ▏ 2.6 GB/7.7 GB 37 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 34% ▕█████ ▏ 2.6 GB/7.7 GB 37 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 34% ▕█████ ▏ 2.6 GB/7.7 GB 37 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 34% ▕█████ ▏ 2.6 GB/7.7 GB 37 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 34% ▕█████ ▏ 2.6 GB/7.7 GB 37 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 34% ▕█████ ▏ 2.6 GB/7.7 GB 37 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 34% ▕█████ ▏ 2.6 GB/7.7 GB 37 MB/s 2m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 34% ▕█████ ▏ 2.6 GB/7.7 GB 38 MB/s 2m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 35% ▕█████ ▏ 2.7 GB/7.7 GB 38 MB/s 2m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 35% ▕█████ ▏ 2.7 GB/7.7 GB 38 MB/s 2m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 35% ▕█████ ▏ 2.7 GB/7.7 GB 38 MB/s 2m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 35% ▕█████ ▏ 2.7 GB/7.7 GB 38 MB/s 2m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 35% ▕█████ ▏ 2.7 GB/7.7 GB 38 MB/s 2m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 35% ▕█████ ▏ 2.7 GB/7.7 GB 38 MB/s 2m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 35% ▕█████ ▏ 2.7 GB/7.7 GB 38 MB/s 2m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 35% ▕█████ ▏ 2.7 GB/7.7 GB 38 MB/s 2m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 35% ▕█████ ▏ 2.7 GB/7.7 GB 38 MB/s 2m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 35% ▕█████ ▏ 2.7 GB/7.7 GB 39 MB/s 2m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 35% ▕█████ ▏ 2.7 GB/7.7 GB 39 MB/s 2m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 35% ▕█████ ▏ 2.7 GB/7.7 GB 39 MB/s 2m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 35% ▕█████ ▏ 2.7 GB/7.7 GB 39 MB/s 2m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 35% ▕█████ ▏ 2.7 GB/7.7 GB 39 MB/s 2m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 35% ▕█████ ▏ 2.7 GB/7.7 GB 39 MB/s 2m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 35% ▕█████ ▏ 2.7 GB/7.7 GB 39 MB/s 2m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 35% ▕█████ ▏ 2.7 GB/7.7 GB 39 MB/s 2m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 35% ▕█████ ▏ 2.7 GB/7.7 GB 39 MB/s 2m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 35% ▕█████ ▏ 2.7 GB/7.7 GB 39 MB/s 2m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 35% ▕█████ ▏ 2.7 GB/7.7 GB 39 MB/s 2m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 36% ▕█████ ▏ 2.7 GB/7.7 GB 39 MB/s 2m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 36% ▕█████ ▏ 2.7 GB/7.7 GB 39 MB/s 2m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 36% ▕█████ ▏ 2.7 GB/7.7 GB 39 MB/s 2m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 36% ▕█████ ▏ 2.7 GB/7.7 GB 39 MB/s 2m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 36% ▕█████ ▏ 2.8 GB/7.7 GB 39 MB/s 2m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 36% ▕█████ ▏ 2.8 GB/7.7 GB 39 MB/s 2m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 36% ▕█████ ▏ 2.8 GB/7.7 GB 39 MB/s 2m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 36% ▕█████ ▏ 2.8 GB/7.7 GB 39 MB/s 2m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 36% ▕█████ ▏ 2.8 GB/7.7 GB 39 MB/s 2m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 36% ▕█████ ▏ 2.8 GB/7.7 GB 39 MB/s 2m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 36% ▕█████ ▏ 2.8 GB/7.7 GB 39 MB/s 2m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 36% ▕█████ ▏ 2.8 GB/7.7 GB 39 MB/s 2m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 36% ▕█████ ▏ 2.8 GB/7.7 GB 39 MB/s 2m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 36% ▕█████ ▏ 2.8 GB/7.7 GB 39 MB/s 2m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 36% ▕█████ ▏ 2.8 GB/7.7 GB 39 MB/s 2m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 36% ▕█████ ▏ 2.8 GB/7.7 GB 39 MB/s 2m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 36% ▕█████ ▏ 2.8 GB/7.7 GB 39 MB/s 2m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 36% ▕█████ ▏ 2.8 GB/7.7 GB 39 MB/s 2m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 37% ▕█████ ▏ 2.8 GB/7.7 GB 39 MB/s 2m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 37% ▕█████ ▏ 2.8 GB/7.7 GB 39 MB/s 2m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 37% ▕█████ ▏ 2.8 GB/7.7 GB 39 MB/s 2m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 37% ▕█████ ▏ 2.8 GB/7.7 GB 39 MB/s 2m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 37% ▕█████ ▏ 2.8 GB/7.7 GB 39 MB/s 2m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 37% ▕█████ ▏ 2.8 GB/7.7 GB 39 MB/s 2m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 37% ▕█████ ▏ 2.8 GB/7.7 GB 39 MB/s 2m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 37% ▕█████ ▏ 2.8 GB/7.7 GB 39 MB/s 2m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 37% ▕█████ ▏ 2.8 GB/7.7 GB 39 MB/s 2m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 37% ▕█████ ▏ 2.8 GB/7.7 GB 39 MB/s 2m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 37% ▕█████ ▏ 2.9 GB/7.7 GB 39 MB/s 2m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 37% ▕█████ ▏ 2.9 GB/7.7 GB 39 MB/s 2m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 37% ▕█████ ▏ 2.9 GB/7.7 GB 39 MB/s 2m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 37% ▕█████ ▏ 2.9 GB/7.7 GB 39 MB/s 2m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 37% ▕█████ ▏ 2.9 GB/7.7 GB 39 MB/s 2m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 37% ▕█████ ▏ 2.9 GB/7.7 GB 39 MB/s 2m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 37% ▕█████ ▏ 2.9 GB/7.7 GB 39 MB/s 2m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 37% ▕█████ ▏ 2.9 GB/7.7 GB 39 MB/s 2m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 38% ▕██████ ▏ 2.9 GB/7.7 GB 39 MB/s 2m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 38% ▕██████ ▏ 2.9 GB/7.7 GB 39 MB/s 2m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 38% ▕██████ ▏ 2.9 GB/7.7 GB 39 MB/s 2m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 38% ▕██████ ▏ 2.9 GB/7.7 GB 39 MB/s 2m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 38% ▕██████ ▏ 2.9 GB/7.7 GB 39 MB/s 1m59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 38% ▕██████ ▏ 2.9 GB/7.7 GB 39 MB/s 1m59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 38% ▕██████ ▏ 2.9 GB/7.7 GB 39 MB/s 1m59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 38% ▕██████ ▏ 2.9 GB/7.7 GB 39 MB/s 1m59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 38% ▕██████ ▏ 2.9 GB/7.7 GB 39 MB/s 1m59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 38% ▕██████ ▏ 2.9 GB/7.7 GB 39 MB/s 1m59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 38% ▕██████ ▏ 2.9 GB/7.7 GB 39 MB/s 1m59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 38% ▕██████ ▏ 2.9 GB/7.7 GB 39 MB/s 1m58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 38% ▕██████ ▏ 2.9 GB/7.7 GB 39 MB/s 1m58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 38% ▕██████ ▏ 2.9 GB/7.7 GB 39 MB/s 1m58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 38% ▕██████ ▏ 2.9 GB/7.7 GB 40 MB/s 1m56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 38% ▕██████ ▏ 2.9 GB/7.7 GB 40 MB/s 1m56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 38% ▕██████ ▏ 3.0 GB/7.7 GB 40 MB/s 1m56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 38% ▕██████ ▏ 3.0 GB/7.7 GB 40 MB/s 1m56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 38% ▕██████ ▏ 3.0 GB/7.7 GB 40 MB/s 1m56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 38% ▕██████ ▏ 3.0 GB/7.7 GB 40 MB/s 1m56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 38% ▕██████ ▏ 3.0 GB/7.7 GB 40 MB/s 1m56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 38% ▕██████ ▏ 3.0 GB/7.7 GB 40 MB/s 1m55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 39% ▕██████ ▏ 3.0 GB/7.7 GB 40 MB/s 1m55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 39% ▕██████ ▏ 3.0 GB/7.7 GB 40 MB/s 1m55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 39% ▕██████ ▏ 3.0 GB/7.7 GB 40 MB/s 1m55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 39% ▕██████ ▏ 3.0 GB/7.7 GB 40 MB/s 1m56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 39% ▕██████ ▏ 3.0 GB/7.7 GB 40 MB/s 1m56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 39% ▕██████ ▏ 3.0 GB/7.7 GB 40 MB/s 1m56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 39% ▕██████ ▏ 3.0 GB/7.7 GB 40 MB/s 1m55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 39% ▕██████ ▏ 3.0 GB/7.7 GB 40 MB/s 1m55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 39% ▕██████ ▏ 3.0 GB/7.7 GB 40 MB/s 1m55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 39% ▕██████ ▏ 3.0 GB/7.7 GB 40 MB/s 1m55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 39% ▕██████ ▏ 3.0 GB/7.7 GB 40 MB/s 1m55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 39% ▕██████ ▏ 3.0 GB/7.7 GB 40 MB/s 1m55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 39% ▕██████ ▏ 3.0 GB/7.7 GB 40 MB/s 1m55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 39% ▕██████ ▏ 3.0 GB/7.7 GB 42 MB/s 1m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 39% ▕██████ ▏ 3.0 GB/7.7 GB 42 MB/s 1m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 39% ▕██████ ▏ 3.0 GB/7.7 GB 42 MB/s 1m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 39% ▕██████ ▏ 3.0 GB/7.7 GB 42 MB/s 1m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 39% ▕██████ ▏ 3.0 GB/7.7 GB 42 MB/s 1m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 40% ▕██████ ▏ 3.0 GB/7.7 GB 42 MB/s 1m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 40% ▕██████ ▏ 3.0 GB/7.7 GB 42 MB/s 1m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 40% ▕██████ ▏ 3.0 GB/7.7 GB 42 MB/s 1m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 40% ▕██████ ▏ 3.1 GB/7.7 GB 42 MB/s 1m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 40% ▕██████ ▏ 3.1 GB/7.7 GB 42 MB/s 1m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 40% ▕██████ ▏ 3.1 GB/7.7 GB 41 MB/s 1m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 40% ▕██████ ▏ 3.1 GB/7.7 GB 41 MB/s 1m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 40% ▕██████ ▏ 3.1 GB/7.7 GB 41 MB/s 1m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 40% ▕██████ ▏ 3.1 GB/7.7 GB 41 MB/s 1m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 40% ▕██████ ▏ 3.1 GB/7.7 GB 41 MB/s 1m51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 40% ▕██████ ▏ 3.1 GB/7.7 GB 41 MB/s 1m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 40% ▕██████ ▏ 3.1 GB/7.7 GB 41 MB/s 1m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 40% ▕██████ ▏ 3.1 GB/7.7 GB 41 MB/s 1m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 40% ▕██████ ▏ 3.1 GB/7.7 GB 41 MB/s 1m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 40% ▕██████ ▏ 3.1 GB/7.7 GB 41 MB/s 1m50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 40% ▕██████ ▏ 3.1 GB/7.7 GB 42 MB/s 1m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 41% ▕██████ ▏ 3.1 GB/7.7 GB 42 MB/s 1m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 41% ▕██████ ▏ 3.1 GB/7.7 GB 42 MB/s 1m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 41% ▕██████ ▏ 3.1 GB/7.7 GB 42 MB/s 1m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 41% ▕██████ ▏ 3.1 GB/7.7 GB 42 MB/s 1m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 41% ▕██████ ▏ 3.1 GB/7.7 GB 42 MB/s 1m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 41% ▕██████ ▏ 3.1 GB/7.7 GB 42 MB/s 1m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 41% ▕██████ ▏ 3.1 GB/7.7 GB 42 MB/s 1m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 41% ▕██████ ▏ 3.1 GB/7.7 GB 42 MB/s 1m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 41% ▕██████ ▏ 3.2 GB/7.7 GB 42 MB/s 1m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 41% ▕██████ ▏ 3.2 GB/7.7 GB 44 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 41% ▕██████ ▏ 3.2 GB/7.7 GB 44 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 41% ▕██████ ▏ 3.2 GB/7.7 GB 44 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 41% ▕██████ ▏ 3.2 GB/7.7 GB 44 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 41% ▕██████ ▏ 3.2 GB/7.7 GB 44 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 41% ▕██████ ▏ 3.2 GB/7.7 GB 44 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 41% ▕██████ ▏ 3.2 GB/7.7 GB 44 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 41% ▕██████ ▏ 3.2 GB/7.7 GB 44 MB/s 1m42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 41% ▕██████ ▏ 3.2 GB/7.7 GB 44 MB/s 1m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 41% ▕██████ ▏ 3.2 GB/7.7 GB 44 MB/s 1m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 41% ▕██████ ▏ 3.2 GB/7.7 GB 44 MB/s 1m41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 42% ▕██████ ▏ 3.2 GB/7.7 GB 42 MB/s 1m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 42% ▕██████ ▏ 3.2 GB/7.7 GB 42 MB/s 1m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 42% ▕██████ ▏ 3.2 GB/7.7 GB 42 MB/s 1m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 42% ▕██████ ▏ 3.2 GB/7.7 GB 42 MB/s 1m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 42% ▕██████ ▏ 3.2 GB/7.7 GB 42 MB/s 1m46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 42% ▕██████ ▏ 3.2 GB/7.7 GB 42 MB/s 1m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 42% ▕██████ ▏ 3.2 GB/7.7 GB 42 MB/s 1m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 42% ▕██████ ▏ 3.2 GB/7.7 GB 42 MB/s 1m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 42% ▕██████ ▏ 3.2 GB/7.7 GB 42 MB/s 1m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 42% ▕██████ ▏ 3.2 GB/7.7 GB 42 MB/s 1m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 42% ▕██████ ▏ 3.2 GB/7.7 GB 42 MB/s 1m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 42% ▕██████ ▏ 3.2 GB/7.7 GB 42 MB/s 1m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 42% ▕██████ ▏ 3.3 GB/7.7 GB 42 MB/s 1m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 42% ▕██████ ▏ 3.3 GB/7.7 GB 42 MB/s 1m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 42% ▕██████ ▏ 3.3 GB/7.7 GB 42 MB/s 1m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 42% ▕██████ ▏ 3.3 GB/7.7 GB 42 MB/s 1m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 43% ▕██████ ▏ 3.3 GB/7.7 GB 42 MB/s 1m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 43% ▕██████ ▏ 3.3 GB/7.7 GB 42 MB/s 1m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 43% ▕██████ ▏ 3.3 GB/7.7 GB 42 MB/s 1m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 43% ▕██████ ▏ 3.3 GB/7.7 GB 42 MB/s 1m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 43% ▕██████ ▏ 3.3 GB/7.7 GB 42 MB/s 1m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 43% ▕██████ ▏ 3.3 GB/7.7 GB 42 MB/s 1m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 43% ▕██████ ▏ 3.3 GB/7.7 GB 42 MB/s 1m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 43% ▕██████ ▏ 3.3 GB/7.7 GB 42 MB/s 1m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 43% ▕██████ ▏ 3.3 GB/7.7 GB 42 MB/s 1m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 43% ▕██████ ▏ 3.3 GB/7.7 GB 42 MB/s 1m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 43% ▕██████ ▏ 3.3 GB/7.7 GB 42 MB/s 1m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 43% ▕██████ ▏ 3.3 GB/7.7 GB 42 MB/s 1m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 43% ▕██████ ▏ 3.3 GB/7.7 GB 42 MB/s 1m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 43% ▕██████ ▏ 3.3 GB/7.7 GB 42 MB/s 1m43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 43% ▕██████ ▏ 3.3 GB/7.7 GB 41 MB/s 1m45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 43% ▕██████ ▏ 3.3 GB/7.7 GB 41 MB/s 1m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 43% ▕██████ ▏ 3.3 GB/7.7 GB 41 MB/s 1m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 43% ▕██████ ▏ 3.3 GB/7.7 GB 41 MB/s 1m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 43% ▕██████ ▏ 3.3 GB/7.7 GB 41 MB/s 1m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 43% ▕██████ ▏ 3.3 GB/7.7 GB 41 MB/s 1m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 43% ▕██████ ▏ 3.3 GB/7.7 GB 41 MB/s 1m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 44% ▕██████ ▏ 3.4 GB/7.7 GB 41 MB/s 1m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 44% ▕██████ ▏ 3.4 GB/7.7 GB 41 MB/s 1m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 44% ▕██████ ▏ 3.4 GB/7.7 GB 41 MB/s 1m44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 44% ▕██████ ▏ 3.4 GB/7.7 GB 43 MB/s 1m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 44% ▕███████ ▏ 3.4 GB/7.7 GB 43 MB/s 1m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 44% ▕███████ ▏ 3.4 GB/7.7 GB 43 MB/s 1m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 44% ▕███████ ▏ 3.4 GB/7.7 GB 43 MB/s 1m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 44% ▕███████ ▏ 3.4 GB/7.7 GB 43 MB/s 1m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 44% ▕███████ ▏ 3.4 GB/7.7 GB 43 MB/s 1m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 44% ▕███████ ▏ 3.4 GB/7.7 GB 43 MB/s 1m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 44% ▕███████ ▏ 3.4 GB/7.7 GB 43 MB/s 1m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 44% ▕███████ ▏ 3.4 GB/7.7 GB 43 MB/s 1m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 44% ▕███████ ▏ 3.4 GB/7.7 GB 43 MB/s 1m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 44% ▕███████ ▏ 3.4 GB/7.7 GB 43 MB/s 1m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 44% ▕███████ ▏ 3.4 GB/7.7 GB 42 MB/s 1m40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 44% ▕███████ ▏ 3.4 GB/7.7 GB 42 MB/s 1m40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 44% ▕███████ ▏ 3.4 GB/7.7 GB 42 MB/s 1m40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 45% ▕███████ ▏ 3.4 GB/7.7 GB 42 MB/s 1m40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 45% ▕███████ ▏ 3.4 GB/7.7 GB 42 MB/s 1m40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 45% ▕███████ ▏ 3.4 GB/7.7 GB 42 MB/s 1m40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 45% ▕███████ ▏ 3.4 GB/7.7 GB 42 MB/s 1m40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 45% ▕███████ ▏ 3.4 GB/7.7 GB 42 MB/s 1m40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 45% ▕███████ ▏ 3.4 GB/7.7 GB 42 MB/s 1m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 45% ▕███████ ▏ 3.5 GB/7.7 GB 42 MB/s 1m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 45% ▕███████ ▏ 3.5 GB/7.7 GB 42 MB/s 1m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 45% ▕███████ ▏ 3.5 GB/7.7 GB 42 MB/s 1m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 45% ▕███████ ▏ 3.5 GB/7.7 GB 42 MB/s 1m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 45% ▕███████ ▏ 3.5 GB/7.7 GB 42 MB/s 1m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 45% ▕███████ ▏ 3.5 GB/7.7 GB 42 MB/s 1m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 45% ▕███████ ▏ 3.5 GB/7.7 GB 42 MB/s 1m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 45% ▕███████ ▏ 3.5 GB/7.7 GB 42 MB/s 1m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 45% ▕███████ ▏ 3.5 GB/7.7 GB 42 MB/s 1m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 45% ▕███████ ▏ 3.5 GB/7.7 GB 42 MB/s 1m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 45% ▕███████ ▏ 3.5 GB/7.7 GB 42 MB/s 1m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 45% ▕███████ ▏ 3.5 GB/7.7 GB 42 MB/s 1m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 45% ▕███████ ▏ 3.5 GB/7.7 GB 42 MB/s 1m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 46% ▕███████ ▏ 3.5 GB/7.7 GB 42 MB/s 1m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 46% ▕███████ ▏ 3.5 GB/7.7 GB 42 MB/s 1m39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 46% ▕███████ ▏ 3.5 GB/7.7 GB 42 MB/s 1m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 46% ▕███████ ▏ 3.5 GB/7.7 GB 42 MB/s 1m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 46% ▕███████ ▏ 3.5 GB/7.7 GB 42 MB/s 1m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 46% ▕███████ ▏ 3.5 GB/7.7 GB 42 MB/s 1m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 46% ▕███████ ▏ 3.5 GB/7.7 GB 42 MB/s 1m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 46% ▕███████ ▏ 3.5 GB/7.7 GB 42 MB/s 1m38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 46% ▕███████ ▏ 3.5 GB/7.7 GB 42 MB/s 1m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 46% ▕███████ ▏ 3.6 GB/7.7 GB 42 MB/s 1m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 46% ▕███████ ▏ 3.6 GB/7.7 GB 42 MB/s 1m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 46% ▕███████ ▏ 3.6 GB/7.7 GB 42 MB/s 1m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 46% ▕███████ ▏ 3.6 GB/7.7 GB 42 MB/s 1m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 46% ▕███████ ▏ 3.6 GB/7.7 GB 42 MB/s 1m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 46% ▕███████ ▏ 3.6 GB/7.7 GB 42 MB/s 1m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 46% ▕███████ ▏ 3.6 GB/7.7 GB 42 MB/s 1m37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 47% ▕███████ ▏ 3.6 GB/7.7 GB 42 MB/s 1m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 47% ▕███████ ▏ 3.6 GB/7.7 GB 42 MB/s 1m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 47% ▕███████ ▏ 3.6 GB/7.7 GB 43 MB/s 1m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 47% ▕███████ ▏ 3.6 GB/7.7 GB 43 MB/s 1m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 47% ▕███████ ▏ 3.6 GB/7.7 GB 43 MB/s 1m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 47% ▕███████ ▏ 3.6 GB/7.7 GB 43 MB/s 1m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 47% ▕███████ ▏ 3.6 GB/7.7 GB 43 MB/s 1m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 47% ▕███████ ▏ 3.6 GB/7.7 GB 43 MB/s 1m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 47% ▕███████ ▏ 3.6 GB/7.7 GB 43 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 47% ▕███████ ▏ 3.6 GB/7.7 GB 43 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 47% ▕███████ ▏ 3.6 GB/7.7 GB 43 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 47% ▕███████ ▏ 3.6 GB/7.7 GB 43 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 47% ▕███████ ▏ 3.6 GB/7.7 GB 43 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 47% ▕███████ ▏ 3.6 GB/7.7 GB 42 MB/s 1m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 47% ▕███████ ▏ 3.6 GB/7.7 GB 42 MB/s 1m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 47% ▕███████ ▏ 3.6 GB/7.7 GB 42 MB/s 1m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 47% ▕███████ ▏ 3.6 GB/7.7 GB 42 MB/s 1m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 47% ▕███████ ▏ 3.6 GB/7.7 GB 42 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 47% ▕███████ ▏ 3.6 GB/7.7 GB 42 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 47% ▕███████ ▏ 3.7 GB/7.7 GB 42 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 48% ▕███████ ▏ 3.7 GB/7.7 GB 42 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 48% ▕███████ ▏ 3.7 GB/7.7 GB 42 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 48% ▕███████ ▏ 3.7 GB/7.7 GB 42 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 48% ▕███████ ▏ 3.7 GB/7.7 GB 42 MB/s 1m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 48% ▕███████ ▏ 3.7 GB/7.7 GB 42 MB/s 1m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 48% ▕███████ ▏ 3.7 GB/7.7 GB 42 MB/s 1m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 48% ▕███████ ▏ 3.7 GB/7.7 GB 42 MB/s 1m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 48% ▕███████ ▏ 3.7 GB/7.7 GB 42 MB/s 1m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 48% ▕███████ ▏ 3.7 GB/7.7 GB 42 MB/s 1m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 48% ▕███████ ▏ 3.7 GB/7.7 GB 42 MB/s 1m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 48% ▕███████ ▏ 3.7 GB/7.7 GB 42 MB/s 1m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 48% ▕███████ ▏ 3.7 GB/7.7 GB 42 MB/s 1m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 48% ▕███████ ▏ 3.7 GB/7.7 GB 42 MB/s 1m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 48% ▕███████ ▏ 3.7 GB/7.7 GB 45 MB/s 1m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 49% ▕███████ ▏ 3.7 GB/7.7 GB 45 MB/s 1m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 49% ▕███████ ▏ 3.7 GB/7.7 GB 45 MB/s 1m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 49% ▕███████ ▏ 3.7 GB/7.7 GB 45 MB/s 1m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 49% ▕███████ ▏ 3.7 GB/7.7 GB 45 MB/s 1m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 49% ▕███████ ▏ 3.7 GB/7.7 GB 45 MB/s 1m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 49% ▕███████ ▏ 3.7 GB/7.7 GB 45 MB/s 1m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 49% ▕███████ ▏ 3.7 GB/7.7 GB 45 MB/s 1m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 49% ▕███████ ▏ 3.8 GB/7.7 GB 45 MB/s 1m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 49% ▕███████ ▏ 3.8 GB/7.7 GB 45 MB/s 1m26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 49% ▕███████ ▏ 3.8 GB/7.7 GB 43 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 49% ▕███████ ▏ 3.8 GB/7.7 GB 43 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 49% ▕███████ ▏ 3.8 GB/7.7 GB 43 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 49% ▕███████ ▏ 3.8 GB/7.7 GB 43 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 49% ▕███████ ▏ 3.8 GB/7.7 GB 43 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 49% ▕███████ ▏ 3.8 GB/7.7 GB 43 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 49% ▕███████ ▏ 3.8 GB/7.7 GB 43 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 49% ▕███████ ▏ 3.8 GB/7.7 GB 43 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 49% ▕███████ ▏ 3.8 GB/7.7 GB 43 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 49% ▕███████ ▏ 3.8 GB/7.7 GB 43 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 49% ▕███████ ▏ 3.8 GB/7.7 GB 41 MB/s 1m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 49% ▕███████ ▏ 3.8 GB/7.7 GB 41 MB/s 1m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 49% ▕███████ ▏ 3.8 GB/7.7 GB 41 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 49% ▕███████ ▏ 3.8 GB/7.7 GB 41 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 49% ▕███████ ▏ 3.8 GB/7.7 GB 41 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 49% ▕███████ ▏ 3.8 GB/7.7 GB 41 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 49% ▕███████ ▏ 3.8 GB/7.7 GB 41 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 50% ▕███████ ▏ 3.8 GB/7.7 GB 41 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 50% ▕███████ ▏ 3.8 GB/7.7 GB 41 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 50% ▕███████ ▏ 3.8 GB/7.7 GB 41 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 50% ▕███████ ▏ 3.8 GB/7.7 GB 41 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 50% ▕███████ ▏ 3.8 GB/7.7 GB 41 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 50% ▕███████ ▏ 3.8 GB/7.7 GB 41 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 50% ▕███████ ▏ 3.8 GB/7.7 GB 41 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 50% ▕███████ ▏ 3.8 GB/7.7 GB 41 MB/s 1m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 50% ▕███████ ▏ 3.8 GB/7.7 GB 41 MB/s 1m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 50% ▕███████ ▏ 3.8 GB/7.7 GB 41 MB/s 1m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 50% ▕████████ ▏ 3.9 GB/7.7 GB 41 MB/s 1m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 50% ▕████████ ▏ 3.9 GB/7.7 GB 41 MB/s 1m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 50% ▕████████ ▏ 3.9 GB/7.7 GB 41 MB/s 1m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 50% ▕████████ ▏ 3.9 GB/7.7 GB 41 MB/s 1m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 50% ▕████████ ▏ 3.9 GB/7.7 GB 40 MB/s 1m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 50% ▕████████ ▏ 3.9 GB/7.7 GB 40 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 50% ▕████████ ▏ 3.9 GB/7.7 GB 40 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 50% ▕████████ ▏ 3.9 GB/7.7 GB 40 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 50% ▕████████ ▏ 3.9 GB/7.7 GB 40 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 51% ▕████████ ▏ 3.9 GB/7.7 GB 40 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 51% ▕████████ ▏ 3.9 GB/7.7 GB 40 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 51% ▕████████ ▏ 3.9 GB/7.7 GB 40 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 51% ▕████████ ▏ 3.9 GB/7.7 GB 40 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 51% ▕████████ ▏ 3.9 GB/7.7 GB 40 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 51% ▕████████ ▏ 3.9 GB/7.7 GB 39 MB/s 1m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 51% ▕████████ ▏ 3.9 GB/7.7 GB 39 MB/s 1m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 51% ▕████████ ▏ 3.9 GB/7.7 GB 39 MB/s 1m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 51% ▕████████ ▏ 3.9 GB/7.7 GB 39 MB/s 1m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 51% ▕████████ ▏ 3.9 GB/7.7 GB 39 MB/s 1m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 51% ▕████████ ▏ 3.9 GB/7.7 GB 39 MB/s 1m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 51% ▕████████ ▏ 3.9 GB/7.7 GB 39 MB/s 1m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 51% ▕████████ ▏ 3.9 GB/7.7 GB 39 MB/s 1m36s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 51% ▕████████ ▏ 3.9 GB/7.7 GB 39 MB/s 1m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 51% ▕████████ ▏ 3.9 GB/7.7 GB 39 MB/s 1m35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 51% ▕████████ ▏ 3.9 GB/7.7 GB 40 MB/s 1m32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 51% ▕████████ ▏ 4.0 GB/7.7 GB 40 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 51% ▕████████ ▏ 4.0 GB/7.7 GB 40 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 52% ▕████████ ▏ 4.0 GB/7.7 GB 40 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 52% ▕████████ ▏ 4.0 GB/7.7 GB 40 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 52% ▕████████ ▏ 4.0 GB/7.7 GB 40 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 52% ▕████████ ▏ 4.0 GB/7.7 GB 40 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 52% ▕████████ ▏ 4.0 GB/7.7 GB 40 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 52% ▕████████ ▏ 4.0 GB/7.7 GB 40 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 52% ▕████████ ▏ 4.0 GB/7.7 GB 40 MB/s 1m31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 52% ▕████████ ▏ 4.0 GB/7.7 GB 40 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 52% ▕████████ ▏ 4.0 GB/7.7 GB 40 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 52% ▕████████ ▏ 4.0 GB/7.7 GB 40 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 52% ▕████████ ▏ 4.0 GB/7.7 GB 40 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 52% ▕████████ ▏ 4.0 GB/7.7 GB 40 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 52% ▕████████ ▏ 4.0 GB/7.7 GB 40 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 52% ▕████████ ▏ 4.0 GB/7.7 GB 40 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 52% ▕████████ ▏ 4.0 GB/7.7 GB 40 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 52% ▕████████ ▏ 4.0 GB/7.7 GB 40 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 52% ▕████████ ▏ 4.0 GB/7.7 GB 40 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 52% ▕████████ ▏ 4.0 GB/7.7 GB 40 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 52% ▕████████ ▏ 4.0 GB/7.7 GB 40 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 52% ▕████████ ▏ 4.0 GB/7.7 GB 40 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 53% ▕████████ ▏ 4.0 GB/7.7 GB 40 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 53% ▕████████ ▏ 4.0 GB/7.7 GB 40 MB/s 1m30s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 53% ▕████████ ▏ 4.1 GB/7.7 GB 40 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 53% ▕████████ ▏ 4.1 GB/7.7 GB 40 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 53% ▕████████ ▏ 4.1 GB/7.7 GB 40 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 53% ▕████████ ▏ 4.1 GB/7.7 GB 40 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 53% ▕████████ ▏ 4.1 GB/7.7 GB 40 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 53% ▕████████ ▏ 4.1 GB/7.7 GB 40 MB/s 1m29s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 53% ▕████████ ▏ 4.1 GB/7.7 GB 38 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 53% ▕████████ ▏ 4.1 GB/7.7 GB 38 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 53% ▕████████ ▏ 4.1 GB/7.7 GB 38 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 53% ▕████████ ▏ 4.1 GB/7.7 GB 38 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 53% ▕████████ ▏ 4.1 GB/7.7 GB 38 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 53% ▕████████ ▏ 4.1 GB/7.7 GB 38 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 53% ▕████████ ▏ 4.1 GB/7.7 GB 38 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 53% ▕████████ ▏ 4.1 GB/7.7 GB 38 MB/s 1m34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 53% ▕████████ ▏ 4.1 GB/7.7 GB 38 MB/s 1m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 53% ▕████████ ▏ 4.1 GB/7.7 GB 38 MB/s 1m33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 53% ▕████████ ▏ 4.1 GB/7.7 GB 40 MB/s 1m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 54% ▕████████ ▏ 4.1 GB/7.7 GB 40 MB/s 1m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 54% ▕████████ ▏ 4.1 GB/7.7 GB 40 MB/s 1m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 54% ▕████████ ▏ 4.1 GB/7.7 GB 40 MB/s 1m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 54% ▕████████ ▏ 4.1 GB/7.7 GB 40 MB/s 1m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 54% ▕████████ ▏ 4.1 GB/7.7 GB 40 MB/s 1m28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 54% ▕████████ ▏ 4.1 GB/7.7 GB 40 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 54% ▕████████ ▏ 4.1 GB/7.7 GB 40 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 54% ▕████████ ▏ 4.2 GB/7.7 GB 40 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 54% ▕████████ ▏ 4.2 GB/7.7 GB 40 MB/s 1m27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 54% ▕████████ ▏ 4.2 GB/7.7 GB 42 MB/s 1m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 54% ▕████████ ▏ 4.2 GB/7.7 GB 42 MB/s 1m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 54% ▕████████ ▏ 4.2 GB/7.7 GB 42 MB/s 1m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 54% ▕████████ ▏ 4.2 GB/7.7 GB 42 MB/s 1m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 54% ▕████████ ▏ 4.2 GB/7.7 GB 42 MB/s 1m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 54% ▕████████ ▏ 4.2 GB/7.7 GB 42 MB/s 1m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 54% ▕████████ ▏ 4.2 GB/7.7 GB 42 MB/s 1m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 54% ▕████████ ▏ 4.2 GB/7.7 GB 42 MB/s 1m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 55% ▕████████ ▏ 4.2 GB/7.7 GB 42 MB/s 1m23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 55% ▕████████ ▏ 4.2 GB/7.7 GB 42 MB/s 1m22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 55% ▕████████ ▏ 4.2 GB/7.7 GB 42 MB/s 1m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 55% ▕████████ ▏ 4.2 GB/7.7 GB 42 MB/s 1m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 55% ▕████████ ▏ 4.2 GB/7.7 GB 42 MB/s 1m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 55% ▕████████ ▏ 4.2 GB/7.7 GB 42 MB/s 1m21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 55% ▕████████ ▏ 4.2 GB/7.7 GB 42 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 55% ▕████████ ▏ 4.2 GB/7.7 GB 42 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 55% ▕████████ ▏ 4.2 GB/7.7 GB 42 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 55% ▕████████ ▏ 4.2 GB/7.7 GB 42 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 55% ▕████████ ▏ 4.2 GB/7.7 GB 42 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 55% ▕████████ ▏ 4.2 GB/7.7 GB 42 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 55% ▕████████ ▏ 4.2 GB/7.7 GB 42 MB/s 1m20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 55% ▕████████ ▏ 4.3 GB/7.7 GB 43 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 55% ▕████████ ▏ 4.3 GB/7.7 GB 43 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 55% ▕████████ ▏ 4.3 GB/7.7 GB 43 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 55% ▕████████ ▏ 4.3 GB/7.7 GB 43 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 55% ▕████████ ▏ 4.3 GB/7.7 GB 43 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 55% ▕████████ ▏ 4.3 GB/7.7 GB 43 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 55% ▕████████ ▏ 4.3 GB/7.7 GB 43 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 56% ▕████████ ▏ 4.3 GB/7.7 GB 43 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 56% ▕████████ ▏ 4.3 GB/7.7 GB 43 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 56% ▕████████ ▏ 4.3 GB/7.7 GB 43 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 56% ▕████████ ▏ 4.3 GB/7.7 GB 43 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 56% ▕████████ ▏ 4.3 GB/7.7 GB 43 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 56% ▕████████ ▏ 4.3 GB/7.7 GB 43 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 56% ▕████████ ▏ 4.3 GB/7.7 GB 43 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 56% ▕████████ ▏ 4.3 GB/7.7 GB 43 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 56% ▕████████ ▏ 4.3 GB/7.7 GB 43 MB/s 1m18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 56% ▕████████ ▏ 4.3 GB/7.7 GB 43 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 56% ▕█████████ ▏ 4.3 GB/7.7 GB 43 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 56% ▕█████████ ▏ 4.3 GB/7.7 GB 43 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 56% ▕█████████ ▏ 4.3 GB/7.7 GB 43 MB/s 1m17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 56% ▕█████████ ▏ 4.3 GB/7.7 GB 43 MB/s 1m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 56% ▕█████████ ▏ 4.3 GB/7.7 GB 43 MB/s 1m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 57% ▕█████████ ▏ 4.4 GB/7.7 GB 43 MB/s 1m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 57% ▕█████████ ▏ 4.4 GB/7.7 GB 43 MB/s 1m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 57% ▕█████████ ▏ 4.4 GB/7.7 GB 43 MB/s 1m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 57% ▕█████████ ▏ 4.4 GB/7.7 GB 43 MB/s 1m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 57% ▕█████████ ▏ 4.4 GB/7.7 GB 43 MB/s 1m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 57% ▕█████████ ▏ 4.4 GB/7.7 GB 43 MB/s 1m16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 57% ▕█████████ ▏ 4.4 GB/7.7 GB 43 MB/s 1m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 57% ▕█████████ ▏ 4.4 GB/7.7 GB 43 MB/s 1m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 57% ▕█████████ ▏ 4.4 GB/7.7 GB 43 MB/s 1m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 57% ▕█████████ ▏ 4.4 GB/7.7 GB 43 MB/s 1m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 57% ▕█████████ ▏ 4.4 GB/7.7 GB 43 MB/s 1m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 57% ▕█████████ ▏ 4.4 GB/7.7 GB 43 MB/s 1m15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 57% ▕█████████ ▏ 4.4 GB/7.7 GB 43 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 57% ▕█████████ ▏ 4.4 GB/7.7 GB 43 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 57% ▕█████████ ▏ 4.4 GB/7.7 GB 43 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 57% ▕█████████ ▏ 4.4 GB/7.7 GB 43 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 58% ▕█████████ ▏ 4.4 GB/7.7 GB 43 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 58% ▕█████████ ▏ 4.4 GB/7.7 GB 43 MB/s 1m14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 58% ▕█████████ ▏ 4.4 GB/7.7 GB 44 MB/s 1m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 58% ▕█████████ ▏ 4.4 GB/7.7 GB 44 MB/s 1m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 58% ▕█████████ ▏ 4.4 GB/7.7 GB 44 MB/s 1m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 58% ▕█████████ ▏ 4.4 GB/7.7 GB 44 MB/s 1m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 58% ▕█████████ ▏ 4.4 GB/7.7 GB 44 MB/s 1m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 58% ▕█████████ ▏ 4.5 GB/7.7 GB 44 MB/s 1m12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 58% ▕█████████ ▏ 4.5 GB/7.7 GB 44 MB/s 1m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 58% ▕█████████ ▏ 4.5 GB/7.7 GB 44 MB/s 1m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 58% ▕█████████ ▏ 4.5 GB/7.7 GB 44 MB/s 1m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 58% ▕█████████ ▏ 4.5 GB/7.7 GB 44 MB/s 1m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 58% ▕█████████ ▏ 4.5 GB/7.7 GB 44 MB/s 1m11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 58% ▕█████████ ▏ 4.5 GB/7.7 GB 45 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 58% ▕█████████ ▏ 4.5 GB/7.7 GB 45 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 58% ▕█████████ ▏ 4.5 GB/7.7 GB 45 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 58% ▕█████████ ▏ 4.5 GB/7.7 GB 45 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 58% ▕█████████ ▏ 4.5 GB/7.7 GB 45 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 58% ▕█████████ ▏ 4.5 GB/7.7 GB 45 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 58% ▕█████████ ▏ 4.5 GB/7.7 GB 45 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 59% ▕█████████ ▏ 4.5 GB/7.7 GB 45 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 59% ▕█████████ ▏ 4.5 GB/7.7 GB 45 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 59% ▕█████████ ▏ 4.5 GB/7.7 GB 45 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 59% ▕█████████ ▏ 4.5 GB/7.7 GB 45 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 59% ▕█████████ ▏ 4.5 GB/7.7 GB 45 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 59% ▕█████████ ▏ 4.5 GB/7.7 GB 45 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 59% ▕█████████ ▏ 4.5 GB/7.7 GB 45 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 59% ▕█████████ ▏ 4.5 GB/7.7 GB 45 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 59% ▕█████████ ▏ 4.6 GB/7.7 GB 45 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 59% ▕█████████ ▏ 4.6 GB/7.7 GB 45 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 59% ▕█████████ ▏ 4.6 GB/7.7 GB 45 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 59% ▕█████████ ▏ 4.6 GB/7.7 GB 45 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 59% ▕█████████ ▏ 4.6 GB/7.7 GB 45 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 59% ▕█████████ ▏ 4.6 GB/7.7 GB 44 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 59% ▕█████████ ▏ 4.6 GB/7.7 GB 44 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 59% ▕█████████ ▏ 4.6 GB/7.7 GB 44 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 59% ▕█████████ ▏ 4.6 GB/7.7 GB 44 MB/s 1m10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 60% ▕█████████ ▏ 4.6 GB/7.7 GB 44 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 60% ▕█████████ ▏ 4.6 GB/7.7 GB 44 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 60% ▕█████████ ▏ 4.6 GB/7.7 GB 44 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 60% ▕█████████ ▏ 4.6 GB/7.7 GB 44 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 60% ▕█████████ ▏ 4.6 GB/7.7 GB 44 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 60% ▕█████████ ▏ 4.6 GB/7.7 GB 44 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 60% ▕█████████ ▏ 4.6 GB/7.7 GB 45 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 60% ▕█████████ ▏ 4.6 GB/7.7 GB 45 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 60% ▕█████████ ▏ 4.6 GB/7.7 GB 45 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 60% ▕█████████ ▏ 4.6 GB/7.7 GB 45 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 60% ▕█████████ ▏ 4.6 GB/7.7 GB 45 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 60% ▕█████████ ▏ 4.6 GB/7.7 GB 45 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 60% ▕█████████ ▏ 4.6 GB/7.7 GB 45 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 60% ▕█████████ ▏ 4.6 GB/7.7 GB 45 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 60% ▕█████████ ▏ 4.6 GB/7.7 GB 45 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 60% ▕█████████ ▏ 4.6 GB/7.7 GB 45 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 60% ▕█████████ ▏ 4.6 GB/7.7 GB 44 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 60% ▕█████████ ▏ 4.7 GB/7.7 GB 44 MB/s 1m9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 61% ▕█████████ ▏ 4.7 GB/7.7 GB 44 MB/s 1m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 61% ▕█████████ ▏ 4.7 GB/7.7 GB 44 MB/s 1m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 61% ▕█████████ ▏ 4.7 GB/7.7 GB 44 MB/s 1m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 61% ▕█████████ ▏ 4.7 GB/7.7 GB 44 MB/s 1m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 61% ▕█████████ ▏ 4.7 GB/7.7 GB 44 MB/s 1m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 61% ▕█████████ ▏ 4.7 GB/7.7 GB 44 MB/s 1m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 61% ▕█████████ ▏ 4.7 GB/7.7 GB 44 MB/s 1m8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 61% ▕█████████ ▏ 4.7 GB/7.7 GB 44 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 61% ▕█████████ ▏ 4.7 GB/7.7 GB 44 MB/s 1m7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 61% ▕█████████ ▏ 4.7 GB/7.7 GB 45 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 61% ▕█████████ ▏ 4.7 GB/7.7 GB 45 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 61% ▕█████████ ▏ 4.7 GB/7.7 GB 45 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 61% ▕█████████ ▏ 4.7 GB/7.7 GB 45 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 61% ▕█████████ ▏ 4.7 GB/7.7 GB 45 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 61% ▕█████████ ▏ 4.7 GB/7.7 GB 45 MB/s 1m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 61% ▕█████████ ▏ 4.7 GB/7.7 GB 45 MB/s 1m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 62% ▕█████████ ▏ 4.7 GB/7.7 GB 45 MB/s 1m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 62% ▕█████████ ▏ 4.7 GB/7.7 GB 45 MB/s 1m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 62% ▕█████████ ▏ 4.7 GB/7.7 GB 45 MB/s 1m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 62% ▕█████████ ▏ 4.8 GB/7.7 GB 45 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 62% ▕█████████ ▏ 4.8 GB/7.7 GB 45 MB/s 1m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 62% ▕█████████ ▏ 4.8 GB/7.7 GB 45 MB/s 1m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 62% ▕█████████ ▏ 4.8 GB/7.7 GB 45 MB/s 1m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 62% ▕█████████ ▏ 4.8 GB/7.7 GB 45 MB/s 1m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 62% ▕█████████ ▏ 4.8 GB/7.7 GB 45 MB/s 1m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 62% ▕█████████ ▏ 4.8 GB/7.7 GB 45 MB/s 1m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 62% ▕█████████ ▏ 4.8 GB/7.7 GB 45 MB/s 1m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 62% ▕█████████ ▏ 4.8 GB/7.7 GB 45 MB/s 1m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 62% ▕█████████ ▏ 4.8 GB/7.7 GB 45 MB/s 1m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 62% ▕█████████ ▏ 4.8 GB/7.7 GB 45 MB/s 1m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 62% ▕█████████ ▏ 4.8 GB/7.7 GB 45 MB/s 1m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 62% ▕█████████ ▏ 4.8 GB/7.7 GB 45 MB/s 1m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 62% ▕█████████ ▏ 4.8 GB/7.7 GB 45 MB/s 1m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 62% ▕█████████ ▏ 4.8 GB/7.7 GB 45 MB/s 1m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 63% ▕██████████ ▏ 4.8 GB/7.7 GB 45 MB/s 1m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 63% ▕██████████ ▏ 4.8 GB/7.7 GB 45 MB/s 1m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 63% ▕██████████ ▏ 4.8 GB/7.7 GB 45 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 63% ▕██████████ ▏ 4.8 GB/7.7 GB 45 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 63% ▕██████████ ▏ 4.8 GB/7.7 GB 45 MB/s 1m3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 63% ▕██████████ ▏ 4.8 GB/7.7 GB 44 MB/s 1m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 63% ▕██████████ ▏ 4.8 GB/7.7 GB 44 MB/s 1m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 63% ▕██████████ ▏ 4.8 GB/7.7 GB 44 MB/s 1m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 63% ▕██████████ ▏ 4.9 GB/7.7 GB 44 MB/s 1m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 63% ▕██████████ ▏ 4.9 GB/7.7 GB 44 MB/s 1m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 63% ▕██████████ ▏ 4.9 GB/7.7 GB 44 MB/s 1m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 63% ▕██████████ ▏ 4.9 GB/7.7 GB 44 MB/s 1m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 63% ▕██████████ ▏ 4.9 GB/7.7 GB 44 MB/s 1m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 63% ▕██████████ ▏ 4.9 GB/7.7 GB 44 MB/s 1m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 63% ▕██████████ ▏ 4.9 GB/7.7 GB 44 MB/s 1m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 63% ▕██████████ ▏ 4.9 GB/7.7 GB 42 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 63% ▕██████████ ▏ 4.9 GB/7.7 GB 42 MB/s 1m6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 63% ▕██████████ ▏ 4.9 GB/7.7 GB 42 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 63% ▕██████████ ▏ 4.9 GB/7.7 GB 42 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 63% ▕██████████ ▏ 4.9 GB/7.7 GB 42 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 64% ▕██████████ ▏ 4.9 GB/7.7 GB 42 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 64% ▕██████████ ▏ 4.9 GB/7.7 GB 42 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 64% ▕██████████ ▏ 4.9 GB/7.7 GB 42 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 64% ▕██████████ ▏ 4.9 GB/7.7 GB 42 MB/s 1m5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 64% ▕██████████ ▏ 4.9 GB/7.7 GB 42 MB/s 1m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 64% ▕██████████ ▏ 4.9 GB/7.7 GB 42 MB/s 1m4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 64% ▕██████████ ▏ 4.9 GB/7.7 GB 44 MB/s 1m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 64% ▕██████████ ▏ 4.9 GB/7.7 GB 44 MB/s 1m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 64% ▕██████████ ▏ 4.9 GB/7.7 GB 44 MB/s 1m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 64% ▕██████████ ▏ 4.9 GB/7.7 GB 44 MB/s 1m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 64% ▕██████████ ▏ 4.9 GB/7.7 GB 44 MB/s 1m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 64% ▕██████████ ▏ 4.9 GB/7.7 GB 44 MB/s 1m2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 64% ▕██████████ ▏ 4.9 GB/7.7 GB 44 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 64% ▕██████████ ▏ 5.0 GB/7.7 GB 44 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 64% ▕██████████ ▏ 5.0 GB/7.7 GB 44 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 64% ▕██████████ ▏ 5.0 GB/7.7 GB 44 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 65% ▕██████████ ▏ 5.0 GB/7.7 GB 45 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 65% ▕██████████ ▏ 5.0 GB/7.7 GB 45 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 65% ▕██████████ ▏ 5.0 GB/7.7 GB 45 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 65% ▕██████████ ▏ 5.0 GB/7.7 GB 45 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 65% ▕██████████ ▏ 5.0 GB/7.7 GB 45 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 65% ▕██████████ ▏ 5.0 GB/7.7 GB 45 MB/s 59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 65% ▕██████████ ▏ 5.0 GB/7.7 GB 45 MB/s 59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 65% ▕██████████ ▏ 5.0 GB/7.7 GB 45 MB/s 59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 65% ▕██████████ ▏ 5.0 GB/7.7 GB 45 MB/s 59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 65% ▕██████████ ▏ 5.0 GB/7.7 GB 45 MB/s 59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 65% ▕██████████ ▏ 5.0 GB/7.7 GB 43 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 65% ▕██████████ ▏ 5.0 GB/7.7 GB 43 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 65% ▕██████████ ▏ 5.0 GB/7.7 GB 43 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 65% ▕██████████ ▏ 5.0 GB/7.7 GB 43 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 65% ▕██████████ ▏ 5.0 GB/7.7 GB 43 MB/s 1m1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 65% ▕██████████ ▏ 5.0 GB/7.7 GB 43 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 65% ▕██████████ ▏ 5.0 GB/7.7 GB 43 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 66% ▕██████████ ▏ 5.0 GB/7.7 GB 43 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 66% ▕██████████ ▏ 5.0 GB/7.7 GB 43 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 66% ▕██████████ ▏ 5.1 GB/7.7 GB 43 MB/s 1m0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 66% ▕██████████ ▏ 5.1 GB/7.7 GB 45 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 66% ▕██████████ ▏ 5.1 GB/7.7 GB 45 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 66% ▕██████████ ▏ 5.1 GB/7.7 GB 45 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 66% ▕██████████ ▏ 5.1 GB/7.7 GB 45 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 66% ▕██████████ ▏ 5.1 GB/7.7 GB 45 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 66% ▕██████████ ▏ 5.1 GB/7.7 GB 45 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 66% ▕██████████ ▏ 5.1 GB/7.7 GB 45 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 66% ▕██████████ ▏ 5.1 GB/7.7 GB 45 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 66% ▕██████████ ▏ 5.1 GB/7.7 GB 45 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 66% ▕██████████ ▏ 5.1 GB/7.7 GB 45 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 66% ▕██████████ ▏ 5.1 GB/7.7 GB 43 MB/s 59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 66% ▕██████████ ▏ 5.1 GB/7.7 GB 43 MB/s 59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 66% ▕██████████ ▏ 5.1 GB/7.7 GB 43 MB/s 59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 66% ▕██████████ ▏ 5.1 GB/7.7 GB 43 MB/s 59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 66% ▕██████████ ▏ 5.1 GB/7.7 GB 43 MB/s 59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 66% ▕██████████ ▏ 5.1 GB/7.7 GB 43 MB/s 59s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 67% ▕██████████ ▏ 5.1 GB/7.7 GB 43 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 67% ▕██████████ ▏ 5.1 GB/7.7 GB 43 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 67% ▕██████████ ▏ 5.1 GB/7.7 GB 43 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 67% ▕██████████ ▏ 5.1 GB/7.7 GB 43 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 67% ▕██████████ ▏ 5.1 GB/7.7 GB 43 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 67% ▕██████████ ▏ 5.1 GB/7.7 GB 43 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 67% ▕██████████ ▏ 5.1 GB/7.7 GB 43 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 67% ▕██████████ ▏ 5.2 GB/7.7 GB 43 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 67% ▕██████████ ▏ 5.2 GB/7.7 GB 43 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 67% ▕██████████ ▏ 5.2 GB/7.7 GB 43 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 67% ▕██████████ ▏ 5.2 GB/7.7 GB 43 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 67% ▕██████████ ▏ 5.2 GB/7.7 GB 43 MB/s 58s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 67% ▕██████████ ▏ 5.2 GB/7.7 GB 43 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 67% ▕██████████ ▏ 5.2 GB/7.7 GB 43 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 67% ▕██████████ ▏ 5.2 GB/7.7 GB 43 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 67% ▕██████████ ▏ 5.2 GB/7.7 GB 43 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 67% ▕██████████ ▏ 5.2 GB/7.7 GB 43 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 68% ▕██████████ ▏ 5.2 GB/7.7 GB 43 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 68% ▕██████████ ▏ 5.2 GB/7.7 GB 43 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 68% ▕██████████ ▏ 5.2 GB/7.7 GB 43 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 68% ▕██████████ ▏ 5.2 GB/7.7 GB 43 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 68% ▕██████████ ▏ 5.2 GB/7.7 GB 43 MB/s 57s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 68% ▕██████████ ▏ 5.2 GB/7.7 GB 43 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 68% ▕██████████ ▏ 5.2 GB/7.7 GB 43 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 68% ▕██████████ ▏ 5.2 GB/7.7 GB 43 MB/s 56s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 68% ▕██████████ ▏ 5.2 GB/7.7 GB 44 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 68% ▕██████████ ▏ 5.2 GB/7.7 GB 44 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 68% ▕██████████ ▏ 5.2 GB/7.7 GB 44 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 68% ▕██████████ ▏ 5.2 GB/7.7 GB 44 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 68% ▕██████████ ▏ 5.3 GB/7.7 GB 44 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 68% ▕██████████ ▏ 5.3 GB/7.7 GB 44 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 68% ▕██████████ ▏ 5.3 GB/7.7 GB 44 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 68% ▕██████████ ▏ 5.3 GB/7.7 GB 44 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 68% ▕██████████ ▏ 5.3 GB/7.7 GB 44 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 68% ▕██████████ ▏ 5.3 GB/7.7 GB 44 MB/s 55s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 69% ▕██████████ ▏ 5.3 GB/7.7 GB 45 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 69% ▕██████████ ▏ 5.3 GB/7.7 GB 45 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 69% ▕██████████ ▏ 5.3 GB/7.7 GB 45 MB/s 53s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 69% ▕███████████ ▏ 5.3 GB/7.7 GB 45 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 69% ▕███████████ ▏ 5.3 GB/7.7 GB 45 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 69% ▕███████████ ▏ 5.3 GB/7.7 GB 45 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 69% ▕███████████ ▏ 5.3 GB/7.7 GB 45 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 69% ▕███████████ ▏ 5.3 GB/7.7 GB 45 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 69% ▕███████████ ▏ 5.3 GB/7.7 GB 45 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 69% ▕███████████ ▏ 5.3 GB/7.7 GB 45 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 69% ▕███████████ ▏ 5.3 GB/7.7 GB 45 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 69% ▕███████████ ▏ 5.3 GB/7.7 GB 45 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 69% ▕███████████ ▏ 5.3 GB/7.7 GB 45 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 69% ▕███████████ ▏ 5.3 GB/7.7 GB 45 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 69% ▕███████████ ▏ 5.3 GB/7.7 GB 45 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 69% ▕███████████ ▏ 5.3 GB/7.7 GB 45 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 69% ▕███████████ ▏ 5.3 GB/7.7 GB 45 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 69% ▕███████████ ▏ 5.3 GB/7.7 GB 45 MB/s 52s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 70% ▕███████████ ▏ 5.4 GB/7.7 GB 45 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 70% ▕███████████ ▏ 5.4 GB/7.7 GB 45 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 70% ▕███████████ ▏ 5.4 GB/7.7 GB 45 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 70% ▕███████████ ▏ 5.4 GB/7.7 GB 44 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 70% ▕███████████ ▏ 5.4 GB/7.7 GB 44 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 70% ▕███████████ ▏ 5.4 GB/7.7 GB 44 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 70% ▕███████████ ▏ 5.4 GB/7.7 GB 44 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 70% ▕███████████ ▏ 5.4 GB/7.7 GB 44 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 70% ▕███████████ ▏ 5.4 GB/7.7 GB 44 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 70% ▕███████████ ▏ 5.4 GB/7.7 GB 44 MB/s 51s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 70% ▕███████████ ▏ 5.4 GB/7.7 GB 44 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 70% ▕███████████ ▏ 5.4 GB/7.7 GB 44 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 70% ▕███████████ ▏ 5.4 GB/7.7 GB 44 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 70% ▕███████████ ▏ 5.4 GB/7.7 GB 45 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 70% ▕███████████ ▏ 5.4 GB/7.7 GB 45 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 71% ▕███████████ ▏ 5.4 GB/7.7 GB 45 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 71% ▕███████████ ▏ 5.4 GB/7.7 GB 45 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 71% ▕███████████ ▏ 5.4 GB/7.7 GB 45 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 71% ▕███████████ ▏ 5.4 GB/7.7 GB 45 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 71% ▕███████████ ▏ 5.4 GB/7.7 GB 45 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 71% ▕███████████ ▏ 5.4 GB/7.7 GB 45 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 71% ▕███████████ ▏ 5.5 GB/7.7 GB 45 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 71% ▕███████████ ▏ 5.5 GB/7.7 GB 45 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 71% ▕███████████ ▏ 5.5 GB/7.7 GB 45 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 71% ▕███████████ ▏ 5.5 GB/7.7 GB 45 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 71% ▕███████████ ▏ 5.5 GB/7.7 GB 45 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 71% ▕███████████ ▏ 5.5 GB/7.7 GB 45 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 71% ▕███████████ ▏ 5.5 GB/7.7 GB 45 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 71% ▕███████████ ▏ 5.5 GB/7.7 GB 45 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 71% ▕███████████ ▏ 5.5 GB/7.7 GB 45 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 71% ▕███████████ ▏ 5.5 GB/7.7 GB 45 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 71% ▕███████████ ▏ 5.5 GB/7.7 GB 45 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 71% ▕███████████ ▏ 5.5 GB/7.7 GB 45 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 71% ▕███████████ ▏ 5.5 GB/7.7 GB 43 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 71% ▕███████████ ▏ 5.5 GB/7.7 GB 43 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 71% ▕███████████ ▏ 5.5 GB/7.7 GB 43 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 72% ▕███████████ ▏ 5.5 GB/7.7 GB 43 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 72% ▕███████████ ▏ 5.5 GB/7.7 GB 43 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 72% ▕███████████ ▏ 5.5 GB/7.7 GB 43 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 72% ▕███████████ ▏ 5.5 GB/7.7 GB 43 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 72% ▕███████████ ▏ 5.5 GB/7.7 GB 43 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 72% ▕███████████ ▏ 5.5 GB/7.7 GB 43 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 72% ▕███████████ ▏ 5.5 GB/7.7 GB 43 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 72% ▕███████████ ▏ 5.5 GB/7.7 GB 43 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 72% ▕███████████ ▏ 5.5 GB/7.7 GB 43 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 72% ▕███████████ ▏ 5.5 GB/7.7 GB 43 MB/s 50s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 72% ▕███████████ ▏ 5.5 GB/7.7 GB 43 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 72% ▕███████████ ▏ 5.5 GB/7.7 GB 43 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 72% ▕███████████ ▏ 5.6 GB/7.7 GB 43 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 72% ▕███████████ ▏ 5.6 GB/7.7 GB 43 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 72% ▕███████████ ▏ 5.6 GB/7.7 GB 43 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 72% ▕███████████ ▏ 5.6 GB/7.7 GB 43 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 72% ▕███████████ ▏ 5.6 GB/7.7 GB 43 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 72% ▕███████████ ▏ 5.6 GB/7.7 GB 43 MB/s 49s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 73% ▕███████████ ▏ 5.6 GB/7.7 GB 43 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 73% ▕███████████ ▏ 5.6 GB/7.7 GB 43 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 73% ▕███████████ ▏ 5.6 GB/7.7 GB 43 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 73% ▕███████████ ▏ 5.6 GB/7.7 GB 43 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 73% ▕███████████ ▏ 5.6 GB/7.7 GB 43 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 73% ▕███████████ ▏ 5.6 GB/7.7 GB 43 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 73% ▕███████████ ▏ 5.6 GB/7.7 GB 43 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 73% ▕███████████ ▏ 5.6 GB/7.7 GB 43 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 73% ▕███████████ ▏ 5.6 GB/7.7 GB 43 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 73% ▕███████████ ▏ 5.6 GB/7.7 GB 43 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 73% ▕███████████ ▏ 5.6 GB/7.7 GB 43 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 73% ▕███████████ ▏ 5.6 GB/7.7 GB 43 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 73% ▕███████████ ▏ 5.6 GB/7.7 GB 43 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 73% ▕███████████ ▏ 5.6 GB/7.7 GB 43 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 73% ▕███████████ ▏ 5.6 GB/7.7 GB 43 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 73% ▕███████████ ▏ 5.6 GB/7.7 GB 43 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 73% ▕███████████ ▏ 5.6 GB/7.7 GB 43 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 73% ▕███████████ ▏ 5.6 GB/7.7 GB 43 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 73% ▕███████████ ▏ 5.7 GB/7.7 GB 43 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 74% ▕███████████ ▏ 5.7 GB/7.7 GB 43 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 74% ▕███████████ ▏ 5.7 GB/7.7 GB 42 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 74% ▕███████████ ▏ 5.7 GB/7.7 GB 42 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 74% ▕███████████ ▏ 5.7 GB/7.7 GB 42 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 74% ▕███████████ ▏ 5.7 GB/7.7 GB 42 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 74% ▕███████████ ▏ 5.7 GB/7.7 GB 42 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 74% ▕███████████ ▏ 5.7 GB/7.7 GB 42 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 74% ▕███████████ ▏ 5.7 GB/7.7 GB 42 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 74% ▕███████████ ▏ 5.7 GB/7.7 GB 42 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 74% ▕███████████ ▏ 5.7 GB/7.7 GB 42 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 74% ▕███████████ ▏ 5.7 GB/7.7 GB 42 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 74% ▕███████████ ▏ 5.7 GB/7.7 GB 41 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 74% ▕███████████ ▏ 5.7 GB/7.7 GB 41 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 74% ▕███████████ ▏ 5.7 GB/7.7 GB 41 MB/s 48s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 74% ▕███████████ ▏ 5.7 GB/7.7 GB 41 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 74% ▕███████████ ▏ 5.7 GB/7.7 GB 41 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 74% ▕███████████ ▏ 5.7 GB/7.7 GB 41 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 74% ▕███████████ ▏ 5.7 GB/7.7 GB 41 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 75% ▕███████████ ▏ 5.7 GB/7.7 GB 41 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 75% ▕███████████ ▏ 5.7 GB/7.7 GB 41 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 75% ▕███████████ ▏ 5.7 GB/7.7 GB 41 MB/s 47s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 75% ▕███████████ ▏ 5.7 GB/7.7 GB 41 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 75% ▕███████████ ▏ 5.7 GB/7.7 GB 41 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 75% ▕███████████ ▏ 5.8 GB/7.7 GB 41 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 75% ▕███████████ ▏ 5.8 GB/7.7 GB 41 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 75% ▕███████████ ▏ 5.8 GB/7.7 GB 41 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 75% ▕███████████ ▏ 5.8 GB/7.7 GB 41 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 75% ▕████████████ ▏ 5.8 GB/7.7 GB 41 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 75% ▕████████████ ▏ 5.8 GB/7.7 GB 41 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 75% ▕████████████ ▏ 5.8 GB/7.7 GB 41 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 75% ▕████████████ ▏ 5.8 GB/7.7 GB 41 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 75% ▕████████████ ▏ 5.8 GB/7.7 GB 41 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 75% ▕████████████ ▏ 5.8 GB/7.7 GB 40 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 75% ▕████████████ ▏ 5.8 GB/7.7 GB 40 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 75% ▕████████████ ▏ 5.8 GB/7.7 GB 40 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 75% ▕████████████ ▏ 5.8 GB/7.7 GB 40 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 76% ▕████████████ ▏ 5.8 GB/7.7 GB 40 MB/s 46s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 76% ▕████████████ ▏ 5.8 GB/7.7 GB 40 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 76% ▕████████████ ▏ 5.8 GB/7.7 GB 40 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 76% ▕████████████ ▏ 5.8 GB/7.7 GB 40 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 76% ▕████████████ ▏ 5.8 GB/7.7 GB 40 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 76% ▕████████████ ▏ 5.8 GB/7.7 GB 40 MB/s 45s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 76% ▕████████████ ▏ 5.8 GB/7.7 GB 41 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 76% ▕████████████ ▏ 5.8 GB/7.7 GB 41 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 76% ▕████████████ ▏ 5.8 GB/7.7 GB 41 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 76% ▕████████████ ▏ 5.9 GB/7.7 GB 41 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 76% ▕████████████ ▏ 5.9 GB/7.7 GB 41 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 76% ▕████████████ ▏ 5.9 GB/7.7 GB 41 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 76% ▕████████████ ▏ 5.9 GB/7.7 GB 41 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 76% ▕████████████ ▏ 5.9 GB/7.7 GB 41 MB/s 44s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 76% ▕████████████ ▏ 5.9 GB/7.7 GB 41 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 76% ▕████████████ ▏ 5.9 GB/7.7 GB 41 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 76% ▕████████████ ▏ 5.9 GB/7.7 GB 43 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 76% ▕████████████ ▏ 5.9 GB/7.7 GB 43 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 77% ▕████████████ ▏ 5.9 GB/7.7 GB 43 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 77% ▕████████████ ▏ 5.9 GB/7.7 GB 43 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 77% ▕████████████ ▏ 5.9 GB/7.7 GB 43 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 77% ▕████████████ ▏ 5.9 GB/7.7 GB 43 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 77% ▕████████████ ▏ 5.9 GB/7.7 GB 43 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 77% ▕████████████ ▏ 5.9 GB/7.7 GB 43 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 77% ▕████████████ ▏ 5.9 GB/7.7 GB 43 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 77% ▕████████████ ▏ 5.9 GB/7.7 GB 43 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 77% ▕████████████ ▏ 5.9 GB/7.7 GB 42 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 77% ▕████████████ ▏ 5.9 GB/7.7 GB 42 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 77% ▕████████████ ▏ 5.9 GB/7.7 GB 42 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 77% ▕████████████ ▏ 5.9 GB/7.7 GB 42 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 77% ▕████████████ ▏ 5.9 GB/7.7 GB 42 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 77% ▕████████████ ▏ 5.9 GB/7.7 GB 42 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 77% ▕████████████ ▏ 5.9 GB/7.7 GB 42 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 77% ▕████████████ ▏ 6.0 GB/7.7 GB 42 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 77% ▕████████████ ▏ 6.0 GB/7.7 GB 42 MB/s 41s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 77% ▕████████████ ▏ 6.0 GB/7.7 GB 42 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 78% ▕████████████ ▏ 6.0 GB/7.7 GB 43 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 78% ▕████████████ ▏ 6.0 GB/7.7 GB 43 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 78% ▕████████████ ▏ 6.0 GB/7.7 GB 43 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 78% ▕████████████ ▏ 6.0 GB/7.7 GB 43 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 78% ▕████████████ ▏ 6.0 GB/7.7 GB 43 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 78% ▕████████████ ▏ 6.0 GB/7.7 GB 43 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 78% ▕████████████ ▏ 6.0 GB/7.7 GB 43 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 78% ▕████████████ ▏ 6.0 GB/7.7 GB 43 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 78% ▕████████████ ▏ 6.0 GB/7.7 GB 43 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 78% ▕████████████ ▏ 6.0 GB/7.7 GB 43 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 78% ▕████████████ ▏ 6.0 GB/7.7 GB 43 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 78% ▕████████████ ▏ 6.0 GB/7.7 GB 42 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 78% ▕████████████ ▏ 6.0 GB/7.7 GB 42 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 78% ▕████████████ ▏ 6.0 GB/7.7 GB 42 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 78% ▕████████████ ▏ 6.0 GB/7.7 GB 42 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 78% ▕████████████ ▏ 6.0 GB/7.7 GB 42 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 78% ▕████████████ ▏ 6.0 GB/7.7 GB 42 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 78% ▕████████████ ▏ 6.0 GB/7.7 GB 42 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 79% ▕████████████ ▏ 6.0 GB/7.7 GB 42 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 79% ▕████████████ ▏ 6.0 GB/7.7 GB 42 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 79% ▕████████████ ▏ 6.0 GB/7.7 GB 42 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 79% ▕████████████ ▏ 6.1 GB/7.7 GB 43 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 79% ▕████████████ ▏ 6.1 GB/7.7 GB 43 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 79% ▕████████████ ▏ 6.1 GB/7.7 GB 43 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 79% ▕████████████ ▏ 6.1 GB/7.7 GB 43 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 79% ▕████████████ ▏ 6.1 GB/7.7 GB 43 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 79% ▕████████████ ▏ 6.1 GB/7.7 GB 43 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 79% ▕████████████ ▏ 6.1 GB/7.7 GB 43 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 79% ▕████████████ ▏ 6.1 GB/7.7 GB 43 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 79% ▕████████████ ▏ 6.1 GB/7.7 GB 43 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 79% ▕████████████ ▏ 6.1 GB/7.7 GB 43 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 79% ▕████████████ ▏ 6.1 GB/7.7 GB 41 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 79% ▕████████████ ▏ 6.1 GB/7.7 GB 41 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 79% ▕████████████ ▏ 6.1 GB/7.7 GB 41 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 79% ▕████████████ ▏ 6.1 GB/7.7 GB 41 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 79% ▕████████████ ▏ 6.1 GB/7.7 GB 41 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 79% ▕████████████ ▏ 6.1 GB/7.7 GB 41 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 79% ▕████████████ ▏ 6.1 GB/7.7 GB 41 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 79% ▕████████████ ▏ 6.1 GB/7.7 GB 41 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 79% ▕████████████ ▏ 6.1 GB/7.7 GB 41 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 79% ▕████████████ ▏ 6.1 GB/7.7 GB 41 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 79% ▕████████████ ▏ 6.1 GB/7.7 GB 36 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 79% ▕████████████ ▏ 6.1 GB/7.7 GB 36 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 79% ▕████████████ ▏ 6.1 GB/7.7 GB 36 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 79% ▕████████████ ▏ 6.1 GB/7.7 GB 36 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 79% ▕████████████ ▏ 6.1 GB/7.7 GB 36 MB/s 43s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 79% ▕████████████ ▏ 6.1 GB/7.7 GB 36 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 80% ▕████████████ ▏ 6.1 GB/7.7 GB 36 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 80% ▕████████████ ▏ 6.1 GB/7.7 GB 36 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 80% ▕████████████ ▏ 6.1 GB/7.7 GB 36 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 80% ▕████████████ ▏ 6.1 GB/7.7 GB 36 MB/s 42s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 80% ▕████████████ ▏ 6.1 GB/7.7 GB 38 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 80% ▕████████████ ▏ 6.1 GB/7.7 GB 38 MB/s 40s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 80% ▕████████████ ▏ 6.1 GB/7.7 GB 38 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 80% ▕████████████ ▏ 6.2 GB/7.7 GB 38 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 80% ▕████████████ ▏ 6.2 GB/7.7 GB 38 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 80% ▕████████████ ▏ 6.2 GB/7.7 GB 38 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 80% ▕████████████ ▏ 6.2 GB/7.7 GB 38 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 80% ▕████████████ ▏ 6.2 GB/7.7 GB 38 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 80% ▕████████████ ▏ 6.2 GB/7.7 GB 38 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 80% ▕████████████ ▏ 6.2 GB/7.7 GB 38 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 80% ▕████████████ ▏ 6.2 GB/7.7 GB 38 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 80% ▕████████████ ▏ 6.2 GB/7.7 GB 38 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 80% ▕████████████ ▏ 6.2 GB/7.7 GB 38 MB/s 39s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 80% ▕████████████ ▏ 6.2 GB/7.7 GB 38 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 81% ▕████████████ ▏ 6.2 GB/7.7 GB 38 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 81% ▕████████████ ▏ 6.2 GB/7.7 GB 38 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 81% ▕████████████ ▏ 6.2 GB/7.7 GB 38 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 81% ▕████████████ ▏ 6.2 GB/7.7 GB 38 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 81% ▕████████████ ▏ 6.2 GB/7.7 GB 38 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 81% ▕████████████ ▏ 6.2 GB/7.7 GB 38 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 81% ▕████████████ ▏ 6.2 GB/7.7 GB 38 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 81% ▕████████████ ▏ 6.2 GB/7.7 GB 38 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 81% ▕████████████ ▏ 6.2 GB/7.7 GB 38 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 81% ▕████████████ ▏ 6.2 GB/7.7 GB 38 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 81% ▕████████████ ▏ 6.2 GB/7.7 GB 38 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 81% ▕████████████ ▏ 6.2 GB/7.7 GB 38 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 81% ▕████████████ ▏ 6.2 GB/7.7 GB 38 MB/s 38s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 81% ▕█████████████ ▏ 6.3 GB/7.7 GB 38 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 81% ▕█████████████ ▏ 6.3 GB/7.7 GB 38 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 81% ▕█████████████ ▏ 6.3 GB/7.7 GB 38 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 81% ▕█████████████ ▏ 6.3 GB/7.7 GB 38 MB/s 37s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 81% ▕█████████████ ▏ 6.3 GB/7.7 GB 39 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 81% ▕█████████████ ▏ 6.3 GB/7.7 GB 39 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 82% ▕█████████████ ▏ 6.3 GB/7.7 GB 39 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 82% ▕█████████████ ▏ 6.3 GB/7.7 GB 39 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 82% ▕█████████████ ▏ 6.3 GB/7.7 GB 39 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 82% ▕█████████████ ▏ 6.3 GB/7.7 GB 39 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 82% ▕█████████████ ▏ 6.3 GB/7.7 GB 39 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 82% ▕█████████████ ▏ 6.3 GB/7.7 GB 39 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 82% ▕█████████████ ▏ 6.3 GB/7.7 GB 39 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 82% ▕█████████████ ▏ 6.3 GB/7.7 GB 39 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 82% ▕█████████████ ▏ 6.3 GB/7.7 GB 38 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 82% ▕█████████████ ▏ 6.3 GB/7.7 GB 38 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 82% ▕█████████████ ▏ 6.3 GB/7.7 GB 38 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 82% ▕█████████████ ▏ 6.3 GB/7.7 GB 38 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 82% ▕█████████████ ▏ 6.3 GB/7.7 GB 38 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 82% ▕█████████████ ▏ 6.3 GB/7.7 GB 38 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 82% ▕█████████████ ▏ 6.3 GB/7.7 GB 38 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 82% ▕█████████████ ▏ 6.3 GB/7.7 GB 38 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 82% ▕█████████████ ▏ 6.3 GB/7.7 GB 38 MB/s 35s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 83% ▕█████████████ ▏ 6.3 GB/7.7 GB 38 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 83% ▕█████████████ ▏ 6.4 GB/7.7 GB 38 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 83% ▕█████████████ ▏ 6.4 GB/7.7 GB 38 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 83% ▕█████████████ ▏ 6.4 GB/7.7 GB 38 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 83% ▕█████████████ ▏ 6.4 GB/7.7 GB 38 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 83% ▕█████████████ ▏ 6.4 GB/7.7 GB 38 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 83% ▕█████████████ ▏ 6.4 GB/7.7 GB 38 MB/s 34s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 83% ▕█████████████ ▏ 6.4 GB/7.7 GB 38 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 83% ▕█████████████ ▏ 6.4 GB/7.7 GB 38 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 83% ▕█████████████ ▏ 6.4 GB/7.7 GB 38 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 83% ▕█████████████ ▏ 6.4 GB/7.7 GB 38 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 83% ▕█████████████ ▏ 6.4 GB/7.7 GB 38 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 83% ▕█████████████ ▏ 6.4 GB/7.7 GB 38 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 83% ▕█████████████ ▏ 6.4 GB/7.7 GB 38 MB/s 33s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 83% ▕█████████████ ▏ 6.4 GB/7.7 GB 38 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 83% ▕█████████████ ▏ 6.4 GB/7.7 GB 38 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 83% ▕█████████████ ▏ 6.4 GB/7.7 GB 38 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 83% ▕█████████████ ▏ 6.4 GB/7.7 GB 38 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 84% ▕█████████████ ▏ 6.4 GB/7.7 GB 38 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 84% ▕█████████████ ▏ 6.4 GB/7.7 GB 38 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 84% ▕█████████████ ▏ 6.4 GB/7.7 GB 38 MB/s 32s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 84% ▕█████████████ ▏ 6.5 GB/7.7 GB 38 MB/s 31s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 84% ▕█████████████ ▏ 6.5 GB/7.7 GB 43 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 84% ▕█████████████ ▏ 6.5 GB/7.7 GB 43 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 84% ▕█████████████ ▏ 6.5 GB/7.7 GB 43 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 84% ▕█████████████ ▏ 6.5 GB/7.7 GB 43 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 84% ▕█████████████ ▏ 6.5 GB/7.7 GB 43 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 84% ▕█████████████ ▏ 6.5 GB/7.7 GB 43 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 84% ▕█████████████ ▏ 6.5 GB/7.7 GB 43 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 84% ▕█████████████ ▏ 6.5 GB/7.7 GB 43 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 84% ▕█████████████ ▏ 6.5 GB/7.7 GB 43 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 84% ▕█████████████ ▏ 6.5 GB/7.7 GB 43 MB/s 28s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 84% ▕█████████████ ▏ 6.5 GB/7.7 GB 45 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 84% ▕█████████████ ▏ 6.5 GB/7.7 GB 45 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 84% ▕█████████████ ▏ 6.5 GB/7.7 GB 45 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 84% ▕█████████████ ▏ 6.5 GB/7.7 GB 45 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 84% ▕█████████████ ▏ 6.5 GB/7.7 GB 45 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 85% ▕█████████████ ▏ 6.5 GB/7.7 GB 45 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 85% ▕█████████████ ▏ 6.5 GB/7.7 GB 45 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 85% ▕█████████████ ▏ 6.5 GB/7.7 GB 45 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 85% ▕█████████████ ▏ 6.5 GB/7.7 GB 45 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 85% ▕█████████████ ▏ 6.5 GB/7.7 GB 45 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 85% ▕█████████████ ▏ 6.5 GB/7.7 GB 43 MB/s 27s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 85% ▕█████████████ ▏ 6.5 GB/7.7 GB 43 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 85% ▕█████████████ ▏ 6.5 GB/7.7 GB 43 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 85% ▕█████████████ ▏ 6.6 GB/7.7 GB 43 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 85% ▕█████████████ ▏ 6.6 GB/7.7 GB 43 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 85% ▕█████████████ ▏ 6.6 GB/7.7 GB 43 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 85% ▕█████████████ ▏ 6.6 GB/7.7 GB 43 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 85% ▕█████████████ ▏ 6.6 GB/7.7 GB 43 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 85% ▕█████████████ ▏ 6.6 GB/7.7 GB 43 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 85% ▕█████████████ ▏ 6.6 GB/7.7 GB 43 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 85% ▕█████████████ ▏ 6.6 GB/7.7 GB 42 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 85% ▕█████████████ ▏ 6.6 GB/7.7 GB 42 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 85% ▕█████████████ ▏ 6.6 GB/7.7 GB 42 MB/s 26s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 86% ▕█████████████ ▏ 6.6 GB/7.7 GB 42 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 86% ▕█████████████ ▏ 6.6 GB/7.7 GB 42 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 86% ▕█████████████ ▏ 6.6 GB/7.7 GB 42 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 86% ▕█████████████ ▏ 6.6 GB/7.7 GB 42 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 86% ▕█████████████ ▏ 6.6 GB/7.7 GB 42 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 86% ▕█████████████ ▏ 6.6 GB/7.7 GB 42 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 86% ▕█████████████ ▏ 6.6 GB/7.7 GB 42 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 86% ▕█████████████ ▏ 6.6 GB/7.7 GB 42 MB/s 25s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 86% ▕█████████████ ▏ 6.6 GB/7.7 GB 44 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 86% ▕█████████████ ▏ 6.6 GB/7.7 GB 44 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 86% ▕█████████████ ▏ 6.6 GB/7.7 GB 44 MB/s 24s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 86% ▕█████████████ ▏ 6.6 GB/7.7 GB 44 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 86% ▕█████████████ ▏ 6.6 GB/7.7 GB 44 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 86% ▕█████████████ ▏ 6.6 GB/7.7 GB 44 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 86% ▕█████████████ ▏ 6.7 GB/7.7 GB 44 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 86% ▕█████████████ ▏ 6.7 GB/7.7 GB 44 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 87% ▕█████████████ ▏ 6.7 GB/7.7 GB 44 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 87% ▕█████████████ ▏ 6.7 GB/7.7 GB 44 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 87% ▕█████████████ ▏ 6.7 GB/7.7 GB 44 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 87% ▕█████████████ ▏ 6.7 GB/7.7 GB 44 MB/s 23s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 87% ▕█████████████ ▏ 6.7 GB/7.7 GB 44 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 87% ▕█████████████ ▏ 6.7 GB/7.7 GB 44 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 87% ▕█████████████ ▏ 6.7 GB/7.7 GB 44 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 87% ▕█████████████ ▏ 6.7 GB/7.7 GB 44 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 87% ▕█████████████ ▏ 6.7 GB/7.7 GB 44 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 87% ▕█████████████ ▏ 6.7 GB/7.7 GB 44 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 87% ▕█████████████ ▏ 6.7 GB/7.7 GB 44 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 87% ▕█████████████ ▏ 6.7 GB/7.7 GB 44 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 87% ▕█████████████ ▏ 6.7 GB/7.7 GB 43 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 87% ▕█████████████ ▏ 6.7 GB/7.7 GB 43 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 87% ▕█████████████ ▏ 6.7 GB/7.7 GB 43 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 87% ▕█████████████ ▏ 6.7 GB/7.7 GB 43 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 87% ▕█████████████ ▏ 6.7 GB/7.7 GB 43 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 87% ▕█████████████ ▏ 6.7 GB/7.7 GB 43 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 87% ▕█████████████ ▏ 6.7 GB/7.7 GB 43 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 88% ▕██████████████ ▏ 6.7 GB/7.7 GB 43 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 88% ▕██████████████ ▏ 6.7 GB/7.7 GB 43 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 88% ▕██████████████ ▏ 6.7 GB/7.7 GB 43 MB/s 22s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 88% ▕██████████████ ▏ 6.8 GB/7.7 GB 43 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 88% ▕██████████████ ▏ 6.8 GB/7.7 GB 43 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 88% ▕██████████████ ▏ 6.8 GB/7.7 GB 43 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 88% ▕██████████████ ▏ 6.8 GB/7.7 GB 43 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 88% ▕██████████████ ▏ 6.8 GB/7.7 GB 43 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 88% ▕██████████████ ▏ 6.8 GB/7.7 GB 43 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 88% ▕██████████████ ▏ 6.8 GB/7.7 GB 43 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 88% ▕██████████████ ▏ 6.8 GB/7.7 GB 43 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 88% ▕██████████████ ▏ 6.8 GB/7.7 GB 43 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 88% ▕██████████████ ▏ 6.8 GB/7.7 GB 43 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 88% ▕██████████████ ▏ 6.8 GB/7.7 GB 42 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 88% ▕██████████████ ▏ 6.8 GB/7.7 GB 42 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 88% ▕██████████████ ▏ 6.8 GB/7.7 GB 42 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 88% ▕██████████████ ▏ 6.8 GB/7.7 GB 42 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 88% ▕██████████████ ▏ 6.8 GB/7.7 GB 42 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 88% ▕██████████████ ▏ 6.8 GB/7.7 GB 42 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 89% ▕██████████████ ▏ 6.8 GB/7.7 GB 42 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 89% ▕██████████████ ▏ 6.8 GB/7.7 GB 42 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 89% ▕██████████████ ▏ 6.8 GB/7.7 GB 42 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 89% ▕██████████████ ▏ 6.8 GB/7.7 GB 42 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 89% ▕██████████████ ▏ 6.8 GB/7.7 GB 42 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 89% ▕██████████████ ▏ 6.8 GB/7.7 GB 40 MB/s 21s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 89% ▕██████████████ ▏ 6.8 GB/7.7 GB 40 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 89% ▕██████████████ ▏ 6.8 GB/7.7 GB 40 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 89% ▕██████████████ ▏ 6.9 GB/7.7 GB 40 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 89% ▕██████████████ ▏ 6.9 GB/7.7 GB 40 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 89% ▕██████████████ ▏ 6.9 GB/7.7 GB 40 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 89% ▕██████████████ ▏ 6.9 GB/7.7 GB 40 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 89% ▕██████████████ ▏ 6.9 GB/7.7 GB 40 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 89% ▕██████████████ ▏ 6.9 GB/7.7 GB 40 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 89% ▕██████████████ ▏ 6.9 GB/7.7 GB 40 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 89% ▕██████████████ ▏ 6.9 GB/7.7 GB 40 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 89% ▕██████████████ ▏ 6.9 GB/7.7 GB 40 MB/s 20s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 89% ▕██████████████ ▏ 6.9 GB/7.7 GB 40 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 89% ▕██████████████ ▏ 6.9 GB/7.7 GB 40 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 89% ▕██████████████ ▏ 6.9 GB/7.7 GB 40 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 90% ▕██████████████ ▏ 6.9 GB/7.7 GB 40 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 90% ▕██████████████ ▏ 6.9 GB/7.7 GB 40 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 90% ▕██████████████ ▏ 6.9 GB/7.7 GB 40 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 90% ▕██████████████ ▏ 6.9 GB/7.7 GB 40 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 90% ▕██████████████ ▏ 6.9 GB/7.7 GB 40 MB/s 19s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 90% ▕██████████████ ▏ 6.9 GB/7.7 GB 42 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 90% ▕██████████████ ▏ 6.9 GB/7.7 GB 42 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 90% ▕██████████████ ▏ 6.9 GB/7.7 GB 42 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 90% ▕██████████████ ▏ 6.9 GB/7.7 GB 42 MB/s 18s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 90% ▕██████████████ ▏ 6.9 GB/7.7 GB 42 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 90% ▕██████████████ ▏ 6.9 GB/7.7 GB 42 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 90% ▕██████████████ ▏ 6.9 GB/7.7 GB 42 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 90% ▕██████████████ ▏ 6.9 GB/7.7 GB 42 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 90% ▕██████████████ ▏ 6.9 GB/7.7 GB 42 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 90% ▕██████████████ ▏ 6.9 GB/7.7 GB 42 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 90% ▕██████████████ ▏ 6.9 GB/7.7 GB 42 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 90% ▕██████████████ ▏ 7.0 GB/7.7 GB 42 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 90% ▕██████████████ ▏ 7.0 GB/7.7 GB 42 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 91% ▕██████████████ ▏ 7.0 GB/7.7 GB 42 MB/s 17s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 91% ▕██████████████ ▏ 7.0 GB/7.7 GB 42 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 91% ▕██████████████ ▏ 7.0 GB/7.7 GB 42 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 91% ▕██████████████ ▏ 7.0 GB/7.7 GB 42 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 91% ▕██████████████ ▏ 7.0 GB/7.7 GB 42 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 91% ▕██████████████ ▏ 7.0 GB/7.7 GB 42 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 91% ▕██████████████ ▏ 7.0 GB/7.7 GB 42 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 91% ▕██████████████ ▏ 7.0 GB/7.7 GB 41 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 91% ▕██████████████ ▏ 7.0 GB/7.7 GB 41 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 91% ▕██████████████ ▏ 7.0 GB/7.7 GB 41 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 91% ▕██████████████ ▏ 7.0 GB/7.7 GB 41 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 91% ▕██████████████ ▏ 7.0 GB/7.7 GB 41 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 91% ▕██████████████ ▏ 7.0 GB/7.7 GB 41 MB/s 16s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 91% ▕██████████████ ▏ 7.0 GB/7.7 GB 41 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 91% ▕██████████████ ▏ 7.0 GB/7.7 GB 41 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 91% ▕██████████████ ▏ 7.0 GB/7.7 GB 41 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 91% ▕██████████████ ▏ 7.0 GB/7.7 GB 41 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 92% ▕██████████████ ▏ 7.0 GB/7.7 GB 41 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 92% ▕██████████████ ▏ 7.0 GB/7.7 GB 41 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 92% ▕██████████████ ▏ 7.1 GB/7.7 GB 41 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 92% ▕██████████████ ▏ 7.1 GB/7.7 GB 41 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 92% ▕██████████████ ▏ 7.1 GB/7.7 GB 41 MB/s 15s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 92% ▕██████████████ ▏ 7.1 GB/7.7 GB 41 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 92% ▕██████████████ ▏ 7.1 GB/7.7 GB 41 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 92% ▕██████████████ ▏ 7.1 GB/7.7 GB 41 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 92% ▕██████████████ ▏ 7.1 GB/7.7 GB 41 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 92% ▕██████████████ ▏ 7.1 GB/7.7 GB 41 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 92% ▕██████████████ ▏ 7.1 GB/7.7 GB 41 MB/s 14s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 92% ▕██████████████ ▏ 7.1 GB/7.7 GB 43 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 92% ▕██████████████ ▏ 7.1 GB/7.7 GB 43 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 92% ▕██████████████ ▏ 7.1 GB/7.7 GB 43 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 92% ▕██████████████ ▏ 7.1 GB/7.7 GB 43 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 92% ▕██████████████ ▏ 7.1 GB/7.7 GB 43 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 92% ▕██████████████ ▏ 7.1 GB/7.7 GB 43 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 92% ▕██████████████ ▏ 7.1 GB/7.7 GB 43 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 92% ▕██████████████ ▏ 7.1 GB/7.7 GB 43 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 92% ▕██████████████ ▏ 7.1 GB/7.7 GB 43 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 93% ▕██████████████ ▏ 7.1 GB/7.7 GB 43 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 93% ▕██████████████ ▏ 7.1 GB/7.7 GB 42 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 93% ▕██████████████ ▏ 7.1 GB/7.7 GB 42 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 93% ▕██████████████ ▏ 7.1 GB/7.7 GB 42 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 93% ▕██████████████ ▏ 7.1 GB/7.7 GB 42 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 93% ▕██████████████ ▏ 7.1 GB/7.7 GB 42 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 93% ▕██████████████ ▏ 7.1 GB/7.7 GB 42 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 93% ▕██████████████ ▏ 7.1 GB/7.7 GB 42 MB/s 13s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 93% ▕██████████████ ▏ 7.1 GB/7.7 GB 42 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 93% ▕██████████████ ▏ 7.2 GB/7.7 GB 42 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 93% ▕██████████████ ▏ 7.2 GB/7.7 GB 42 MB/s 12s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 93% ▕██████████████ ▏ 7.2 GB/7.7 GB 44 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 93% ▕██████████████ ▏ 7.2 GB/7.7 GB 44 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 93% ▕██████████████ ▏ 7.2 GB/7.7 GB 44 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 93% ▕██████████████ ▏ 7.2 GB/7.7 GB 44 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 93% ▕██████████████ ▏ 7.2 GB/7.7 GB 44 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 93% ▕██████████████ ▏ 7.2 GB/7.7 GB 44 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 94% ▕██████████████ ▏ 7.2 GB/7.7 GB 44 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 94% ▕██████████████ ▏ 7.2 GB/7.7 GB 44 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 94% ▕██████████████ ▏ 7.2 GB/7.7 GB 44 MB/s 11s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 94% ▕███████████████ ▏ 7.2 GB/7.7 GB 44 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 94% ▕███████████████ ▏ 7.2 GB/7.7 GB 43 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 94% ▕███████████████ ▏ 7.2 GB/7.7 GB 43 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 94% ▕███████████████ ▏ 7.2 GB/7.7 GB 43 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 94% ▕███████████████ ▏ 7.2 GB/7.7 GB 43 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 94% ▕███████████████ ▏ 7.2 GB/7.7 GB 43 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 94% ▕███████████████ ▏ 7.2 GB/7.7 GB 43 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 94% ▕███████████████ ▏ 7.2 GB/7.7 GB 43 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 94% ▕███████████████ ▏ 7.2 GB/7.7 GB 43 MB/s 10s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 94% ▕███████████████ ▏ 7.3 GB/7.7 GB 43 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 94% ▕███████████████ ▏ 7.3 GB/7.7 GB 43 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 94% ▕███████████████ ▏ 7.3 GB/7.7 GB 43 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 94% ▕███████████████ ▏ 7.3 GB/7.7 GB 45 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 95% ▕███████████████ ▏ 7.3 GB/7.7 GB 45 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 95% ▕███████████████ ▏ 7.3 GB/7.7 GB 45 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 95% ▕███████████████ ▏ 7.3 GB/7.7 GB 45 MB/s 9s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 95% ▕███████████████ ▏ 7.3 GB/7.7 GB 45 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 95% ▕███████████████ ▏ 7.3 GB/7.7 GB 45 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 95% ▕███████████████ ▏ 7.3 GB/7.7 GB 45 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 95% ▕███████████████ ▏ 7.3 GB/7.7 GB 45 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 95% ▕███████████████ ▏ 7.3 GB/7.7 GB 45 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 95% ▕███████████████ ▏ 7.3 GB/7.7 GB 45 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 95% ▕███████████████ ▏ 7.3 GB/7.7 GB 44 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 95% ▕███████████████ ▏ 7.3 GB/7.7 GB 44 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 95% ▕███████████████ ▏ 7.3 GB/7.7 GB 44 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 95% ▕███████████████ ▏ 7.3 GB/7.7 GB 44 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 95% ▕███████████████ ▏ 7.3 GB/7.7 GB 44 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 95% ▕███████████████ ▏ 7.3 GB/7.7 GB 44 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 95% ▕███████████████ ▏ 7.3 GB/7.7 GB 44 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 95% ▕███████████████ ▏ 7.3 GB/7.7 GB 44 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 95% ▕███████████████ ▏ 7.3 GB/7.7 GB 44 MB/s 8s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 95% ▕███████████████ ▏ 7.3 GB/7.7 GB 44 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 95% ▕███████████████ ▏ 7.3 GB/7.7 GB 44 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 96% ▕███████████████ ▏ 7.4 GB/7.7 GB 44 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 96% ▕███████████████ ▏ 7.4 GB/7.7 GB 44 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 96% ▕███████████████ ▏ 7.4 GB/7.7 GB 44 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 96% ▕███████████████ ▏ 7.4 GB/7.7 GB 44 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 96% ▕███████████████ ▏ 7.4 GB/7.7 GB 44 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 96% ▕███████████████ ▏ 7.4 GB/7.7 GB 44 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 96% ▕███████████████ ▏ 7.4 GB/7.7 GB 44 MB/s 7s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 96% ▕███████████████ ▏ 7.4 GB/7.7 GB 44 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 96% ▕███████████████ ▏ 7.4 GB/7.7 GB 44 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 96% ▕███████████████ ▏ 7.4 GB/7.7 GB 43 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 96% ▕███████████████ ▏ 7.4 GB/7.7 GB 43 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 96% ▕███████████████ ▏ 7.4 GB/7.7 GB 43 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 96% ▕███████████████ ▏ 7.4 GB/7.7 GB 43 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 96% ▕███████████████ ▏ 7.4 GB/7.7 GB 43 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 96% ▕███████████████ ▏ 7.4 GB/7.7 GB 43 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 96% ▕███████████████ ▏ 7.4 GB/7.7 GB 43 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 96% ▕███████████████ ▏ 7.4 GB/7.7 GB 43 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 96% ▕███████████████ ▏ 7.4 GB/7.7 GB 43 MB/s 6s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 97% ▕███████████████ ▏ 7.4 GB/7.7 GB 43 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 97% ▕███████████████ ▏ 7.4 GB/7.7 GB 44 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 97% ▕███████████████ ▏ 7.4 GB/7.7 GB 44 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 97% ▕███████████████ ▏ 7.4 GB/7.7 GB 44 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 97% ▕███████████████ ▏ 7.4 GB/7.7 GB 44 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 97% ▕███████████████ ▏ 7.4 GB/7.7 GB 44 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 97% ▕███████████████ ▏ 7.5 GB/7.7 GB 44 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 97% ▕███████████████ ▏ 7.5 GB/7.7 GB 44 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 97% ▕███████████████ ▏ 7.5 GB/7.7 GB 44 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 97% ▕███████████████ ▏ 7.5 GB/7.7 GB 44 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 97% ▕███████████████ ▏ 7.5 GB/7.7 GB 44 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 97% ▕███████████████ ▏ 7.5 GB/7.7 GB 44 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 97% ▕███████████████ ▏ 7.5 GB/7.7 GB 43 MB/s 5s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 97% ▕███████████████ ▏ 7.5 GB/7.7 GB 43 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 97% ▕███████████████ ▏ 7.5 GB/7.7 GB 43 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 97% ▕███████████████ ▏ 7.5 GB/7.7 GB 43 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 98% ▕███████████████ ▏ 7.5 GB/7.7 GB 43 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 98% ▕███████████████ ▏ 7.5 GB/7.7 GB 43 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 98% ▕███████████████ ▏ 7.5 GB/7.7 GB 43 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 98% ▕███████████████ ▏ 7.5 GB/7.7 GB 43 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 98% ▕███████████████ ▏ 7.5 GB/7.7 GB 43 MB/s 4s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 98% ▕███████████████ ▏ 7.5 GB/7.7 GB 43 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 98% ▕███████████████ ▏ 7.5 GB/7.7 GB 44 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 98% ▕███████████████ ▏ 7.5 GB/7.7 GB 44 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 98% ▕███████████████ ▏ 7.5 GB/7.7 GB 44 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 98% ▕███████████████ ▏ 7.5 GB/7.7 GB 44 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 98% ▕███████████████ ▏ 7.5 GB/7.7 GB 44 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 98% ▕███████████████ ▏ 7.5 GB/7.7 GB 44 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 98% ▕███████████████ ▏ 7.6 GB/7.7 GB 44 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 98% ▕███████████████ ▏ 7.6 GB/7.7 GB 44 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 98% ▕███████████████ ▏ 7.6 GB/7.7 GB 44 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 98% ▕███████████████ ▏ 7.6 GB/7.7 GB 44 MB/s 3s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 98% ▕███████████████ ▏ 7.6 GB/7.7 GB 43 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 98% ▕███████████████ ▏ 7.6 GB/7.7 GB 43 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 98% ▕███████████████ ▏ 7.6 GB/7.7 GB 43 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 99% ▕███████████████ ▏ 7.6 GB/7.7 GB 43 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 99% ▕███████████████ ▏ 7.6 GB/7.7 GB 43 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 99% ▕███████████████ ▏ 7.6 GB/7.7 GB 43 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 99% ▕███████████████ ▏ 7.6 GB/7.7 GB 43 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 99% ▕███████████████ ▏ 7.6 GB/7.7 GB 43 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 99% ▕███████████████ ▏ 7.6 GB/7.7 GB 43 MB/s 2s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 99% ▕███████████████ ▏ 7.6 GB/7.7 GB 43 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 99% ▕███████████████ ▏ 7.6 GB/7.7 GB 42 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 99% ▕███████████████ ▏ 7.6 GB/7.7 GB 42 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 99% ▕███████████████ ▏ 7.6 GB/7.7 GB 42 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 99% ▕███████████████ ▏ 7.6 GB/7.7 GB 42 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 99% ▕███████████████ ▏ 7.6 GB/7.7 GB 42 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 99% ▕███████████████ ▏ 7.6 GB/7.7 GB 42 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 99% ▕███████████████ ▏ 7.6 GB/7.7 GB 42 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 99% ▕███████████████ ▏ 7.6 GB/7.7 GB 42 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 99% ▕███████████████ ▏ 7.6 GB/7.7 GB 42 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 99% ▕███████████████ ▏ 7.6 GB/7.7 GB 42 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 99% ▕███████████████ ▏ 7.7 GB/7.7 GB 42 MB/s 1s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 99% ▕███████████████ ▏ 7.7 GB/7.7 GB 42 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 100% ▕███████████████ ▏ 7.7 GB/7.7 GB 42 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 100% ▕███████████████ ▏ 7.7 GB/7.7 GB 42 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 100% ▕███████████████ ▏ 7.7 GB/7.7 GB 42 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 100% ▕███████████████ ▏ 7.7 GB/7.7 GB 42 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 100% ▕███████████████ ▏ 7.7 GB/7.7 GB 42 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 100% ▕███████████████ ▏ 7.7 GB/7.7 GB 42 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 100% ▕███████████████ ▏ 7.7 GB/7.7 GB 42 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 100% ▕███████████████ ▏ 7.7 GB/7.7 GB 42 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 100% ▕███████████████ ▏ 7.7 GB/7.7 GB 42 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 100% ▕███████████████ ▏ 7.7 GB/7.7 GB 42 MB/s 0s\u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ddace7f76294... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ddace7f76294... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ddace7f76294... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ddace7f76294... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ddace7f76294... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ddace7f76294... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ddace7f76294... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ddace7f76294... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ddace7f76294... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ddace7f76294... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ddace7f76294... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ddace7f76294... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ddace7f76294... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ddace7f76294... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ddace7f76294... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ddace7f76294... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ddace7f76294... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ddace7f76294... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ddace7f76294... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ddace7f76294... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ddace7f76294... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ddace7f76294... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ddace7f76294... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ddace7f76294... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ddace7f76294... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ddace7f76294... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ddace7f76294... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ddace7f76294... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ddace7f76294... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ddace7f76294... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ddace7f76294... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ddace7f76294... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ddace7f76294... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ddace7f76294... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ddace7f76294... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ddace7f76294... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ddace7f76294... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ddace7f76294... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ddace7f76294... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ddace7f76294... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ddace7f76294... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ddace7f76294... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ddace7f76294... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ddace7f76294... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ddace7f76294... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ddace7f76294... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ddace7f76294... 100% ▕████████████████▏ 455 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ddace7f76294... 100% ▕████████████████▏ 455 B \n", - "pushing manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ddace7f76294... 100% ▕████████████████▏ 455 B \n", - "pushing manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ddace7f76294... 100% ▕████████████████▏ 455 B \n", - "pushing manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ddace7f76294... 100% ▕████████████████▏ 455 B \n", - "pushing manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ddace7f76294... 100% ▕████████████████▏ 455 B \n", - "pushing manifest ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ddace7f76294... 100% ▕████████████████▏ 455 B \n", - "pushing manifest ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ddace7f76294... 100% ▕████████████████▏ 455 B \n", - "pushing manifest ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ddace7f76294... 100% ▕████████████████▏ 455 B \n", - "pushing manifest ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ddace7f76294... 100% ▕████████████████▏ 455 B \n", - "pushing manifest ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ddace7f76294... 100% ▕████████████████▏ 455 B \n", - "pushing manifest ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ddace7f76294... 100% ▕████████████████▏ 455 B \n", - "pushing manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ddace7f76294... 100% ▕████████████████▏ 455 B \n", - "pushing manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ddace7f76294... 100% ▕████████████████▏ 455 B \n", - "pushing manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ddace7f76294... 100% ▕████████████████▏ 455 B \n", - "pushing manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ddace7f76294... 100% ▕████████████████▏ 455 B \n", - "pushing manifest ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ddace7f76294... 100% ▕████████████████▏ 455 B \n", - "pushing manifest ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ddace7f76294... 100% ▕████████████████▏ 455 B \n", - "pushing manifest ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ddace7f76294... 100% ▕████████████████▏ 455 B \n", - "pushing manifest ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ddace7f76294... 100% ▕████████████████▏ 455 B \n", - "pushing manifest ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ddace7f76294... 100% ▕████████████████▏ 455 B \n", - "pushing manifest ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ddace7f76294... 100% ▕████████████████▏ 455 B \n", - "pushing manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ddace7f76294... 100% ▕████████████████▏ 455 B \n", - "pushing manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing ddace7f76294... 100% ▕████████████████▏ 455 B \n", - "pushing manifest \n", - "success \u001b[?25h\n" + "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 08dc15ff8922... 100% ▕████████████████▏ 381 B \u001b[?25h" ] } ], @@ -22792,23 +734,13 @@ " lines = [\n", " f\"FROM ./{model_name}\",\n", " \"\",\n", - " \"PARAMETER mirostat 0\",\n", - " \"PARAMETER mirostat_eta 0.1\",\n", - " \"PARAMETER mirostat_tau 5.0\",\n", " \"PARAMETER num_ctx 8192\",\n", - " \"PARAMETER num_gpu 1\",\n", - " \"PARAMETER repeat_last_n 64\",\n", - " \"PARAMETER repeat_penalty 1.1\",\n", - " \"PARAMETER temperature 0.8\",\n", - " \"PARAMETER seed 0\",\n", - " \"PARAMETER tfs_z 1\",\n", - " \"PARAMETER num_predict 128\",\n", - " \"PARAMETER top_k 40\",\n", - " \"PARAMETER top_p 0.9\",\n", - " \"\",\n", - " \"TEMPLATE \\\"<|system|>\\\\n{{ .System }}\\\\n<|user|>\\\\n{{ .Prompt }}\\\\n<|assistant|>\\\\n\\\"\",\n", + " \"PARAMETER stop \\\"<|system|>\\\"\",\n", + " \"PARAMETER stop \\\"<|user|>\\\"\",\n", + " \"PARAMETER stop \\\"<|assistant|>\\\"\",\n", + " \"PARAMETER stop \\\"\\\"\",\n", " \"\",\n", - " \"SYSTEM \\\"\\\"\\\"You are a helpful assistant. Below is an instruction that describes a task. Write a response that appropriately completes the request.\\\"\\\"\\\"\"\n", + " \"TEMPLATE {{- if .System }}<|system|>\\\\n{{ .System }}\\\\n{{- end }}\\\\n<|user|>\\\\n{{ .Prompt }}\\\\n<|assistant|>\\\\n\"\n", " ]\n", " f.write(\"\\n\".join(lines))\n", " notus_path = f\"notus:{quantization.replace('Q', 'q')}\"\n", @@ -22886,21 +818,65 @@ ] } ], - "source": [ - "!ollama create notus -f models/notus-7B-v1.Q4_K_M/Modelfile" - ] + "source": [] }, { "cell_type": "code", - "execution_count": 11, + "execution_count": 17, "metadata": {}, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ + "\u001b[?25ltransferring model data ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer \n", + "creating template layer \n", + "creating parameters layer \n", + "creating config layer \n", + "using already created layer sha256:e6479cdaed84707b6a19edf03a01e5c0972fdeb8f6c28df3e20dd9f96ee376b2 \n", + "using already created layer sha256:aa5b5282ad4fafb91cbeb53112c1e23b2bb41a8ae59993344ec75bfe1f7633fb \n", + "using already created layer sha256:aa351e4a3def44e7582c6dbf761cf5b73edb7e39e41033a90cc25dee90be1413 \n", + "using already created layer sha256:f1a4df109eda30a7ea7bcb7ce456d3cd01b1b6e5ed4fb4e54bff5968ffa78bb7 \n", + "writing manifest \n", + "success \u001b[?25h\n", "copied 'notus' to 'argilla/notus'\n", - "\u001b[?25lretrieving manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest \n", + "\u001b[?25lretrieving manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", @@ -22912,401 +888,284 @@ "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing aa5b5282ad4f... 100% ▕████████████████▏ 106 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing aa5b5282ad4f... 100% ▕████████████████▏ 106 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing aa5b5282ad4f... 100% ▕████████████████▏ 106 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing aa5b5282ad4f... 100% ▕████████████████▏ 106 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing aa5b5282ad4f... 100% ▕████████████████▏ 106 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing aa5b5282ad4f... 100% ▕████████████████▏ 106 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing aa5b5282ad4f... 100% ▕████████████████▏ 106 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing aa5b5282ad4f... 100% ▕████████████████▏ 106 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing aa5b5282ad4f... 100% ▕████████████████▏ 106 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing aa5b5282ad4f... 100% ▕████████████████▏ 106 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing aa5b5282ad4f... 100% ▕████████████████▏ 106 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing aa5b5282ad4f... 100% ▕████████████████▏ 106 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing aa5b5282ad4f... 100% ▕████████████████▏ 106 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing aa5b5282ad4f... 100% ▕████████████████▏ 106 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing aa5b5282ad4f... 100% ▕████████████████▏ 106 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing aa5b5282ad4f... 100% ▕████████████████▏ 106 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing aa5b5282ad4f... 100% ▕████████████████▏ 106 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing aa5b5282ad4f... 100% ▕████████████████▏ 106 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing aa5b5282ad4f... 100% ▕████████████████▏ 106 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing aa5b5282ad4f... 100% ▕████████████████▏ 106 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing aa5b5282ad4f... 100% ▕████████████████▏ 106 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing aa5b5282ad4f... 100% ▕████████████████▏ 106 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing aa5b5282ad4f... 100% ▕████████████████▏ 106 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing aa5b5282ad4f... 100% ▕████████████████▏ 106 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing aa5b5282ad4f... 100% ▕████████████████▏ 106 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing f1a4df109eda... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing aa5b5282ad4f... 100% ▕████████████████▏ 106 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing f1a4df109eda... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing aa5b5282ad4f... 100% ▕████████████████▏ 106 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing f1a4df109eda... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing aa5b5282ad4f... 100% ▕████████████████▏ 106 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing f1a4df109eda... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing aa5b5282ad4f... 100% ▕████████████████▏ 106 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing f1a4df109eda... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing aa5b5282ad4f... 100% ▕████████████████▏ 106 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing f1a4df109eda... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing aa5b5282ad4f... 100% ▕████████████████▏ 106 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing f1a4df109eda... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing aa5b5282ad4f... 100% ▕████████████████▏ 106 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing f1a4df109eda... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing aa5b5282ad4f... 100% ▕████████████████▏ 106 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing f1a4df109eda... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing aa5b5282ad4f... 100% ▕████████████████▏ 106 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing f1a4df109eda... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing aa5b5282ad4f... 100% ▕████████████████▏ 106 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing f1a4df109eda... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing aa5b5282ad4f... 100% ▕████████████████▏ 106 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing f1a4df109eda... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing aa5b5282ad4f... 100% ▕████████████████▏ 106 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing f1a4df109eda... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \n", - "pushing manifest ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing aa5b5282ad4f... 100% ▕████████████████▏ 106 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing f1a4df109eda... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", - "pushing 04de533bb8fd... 100% ▕████████████████▏ 75 B \n", - "pushing af41c51c1492... 100% ▕████████████████▏ 140 B \n", - "pushing 3559b403e83a... 100% ▕████████████████▏ 196 B \n", - "pushing 095d90afa572... 100% ▕████████████████▏ 457 B \n", + "pushing aa5b5282ad4f... 100% ▕████████████████▏ 106 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing f1a4df109eda... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing aa5b5282ad4f... 100% ▕████████████████▏ 106 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing f1a4df109eda... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing aa5b5282ad4f... 100% ▕████████████████▏ 106 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing f1a4df109eda... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing aa5b5282ad4f... 100% ▕████████████████▏ 106 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing f1a4df109eda... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing aa5b5282ad4f... 100% ▕████████████████▏ 106 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing f1a4df109eda... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing aa5b5282ad4f... 100% ▕████████████████▏ 106 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing f1a4df109eda... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing aa5b5282ad4f... 100% ▕████████████████▏ 106 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing f1a4df109eda... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing aa5b5282ad4f... 100% ▕████████████████▏ 106 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing f1a4df109eda... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing aa5b5282ad4f... 100% ▕████████████████▏ 106 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing f1a4df109eda... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing aa5b5282ad4f... 100% ▕████████████████▏ 106 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing f1a4df109eda... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing aa5b5282ad4f... 100% ▕████████████████▏ 106 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing f1a4df109eda... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing aa5b5282ad4f... 100% ▕████████████████▏ 106 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing f1a4df109eda... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing aa5b5282ad4f... 100% ▕████████████████▏ 106 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing f1a4df109eda... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing aa5b5282ad4f... 100% ▕████████████████▏ 106 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing f1a4df109eda... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing aa5b5282ad4f... 100% ▕████████████████▏ 106 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing f1a4df109eda... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing aa5b5282ad4f... 100% ▕████████████████▏ 106 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing f1a4df109eda... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing aa5b5282ad4f... 100% ▕████████████████▏ 106 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing f1a4df109eda... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing aa5b5282ad4f... 100% ▕████████████████▏ 106 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing f1a4df109eda... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing aa5b5282ad4f... 100% ▕████████████████▏ 106 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing f1a4df109eda... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing aa5b5282ad4f... 100% ▕████████████████▏ 106 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing f1a4df109eda... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing aa5b5282ad4f... 100% ▕████████████████▏ 106 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing f1a4df109eda... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing aa5b5282ad4f... 100% ▕████████████████▏ 106 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing f1a4df109eda... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing aa5b5282ad4f... 100% ▕████████████████▏ 106 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing f1a4df109eda... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing aa5b5282ad4f... 100% ▕████████████████▏ 106 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing f1a4df109eda... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing aa5b5282ad4f... 100% ▕████████████████▏ 106 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing f1a4df109eda... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing aa5b5282ad4f... 100% ▕████████████████▏ 106 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing f1a4df109eda... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing aa5b5282ad4f... 100% ▕████████████████▏ 106 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing f1a4df109eda... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing aa5b5282ad4f... 100% ▕████████████████▏ 106 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing f1a4df109eda... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing aa5b5282ad4f... 100% ▕████████████████▏ 106 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing f1a4df109eda... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing aa5b5282ad4f... 100% ▕████████████████▏ 106 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing f1a4df109eda... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing aa5b5282ad4f... 100% ▕████████████████▏ 106 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing f1a4df109eda... 100% ▕████████████████▏ 383 B \n", "pushing manifest \n", "success \u001b[?25h\n" ] } ], "source": [ + "\n", + "!ollama create notus -f models/notus-7B-v1.Q4_K_M/Modelfile\n", "!ollama cp notus argilla/notus\n", "!ollama push argilla/notus" ] From 9a902b43c2e518bfdaefd71fdd5e1fb3de79515b Mon Sep 17 00:00:00 2001 From: davidberenstein1957 Date: Tue, 12 Dec 2023 11:54:22 +0100 Subject: [PATCH 4/4] chore: update config --- utils/ollama_upload.ipynb | 8002 +++++++++++++++++++++++++++++++++++-- 1 file changed, 7721 insertions(+), 281 deletions(-) diff --git a/utils/ollama_upload.ipynb b/utils/ollama_upload.ipynb index 9329c23..705d4ee 100644 --- a/utils/ollama_upload.ipynb +++ b/utils/ollama_upload.ipynb @@ -11,7 +11,7 @@ }, { "cell_type": "code", - "execution_count": 14, + "execution_count": 2, "metadata": {}, "outputs": [], "source": [ @@ -30,7 +30,7 @@ }, { "cell_type": "code", - "execution_count": 15, + "execution_count": 1, "metadata": {}, "outputs": [], "source": [ @@ -124,14 +124,14 @@ }, { "cell_type": "code", - "execution_count": 18, + "execution_count": 3, "metadata": {}, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ - "\u001b[?25ltransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data \n", + "\u001b[?25ltransferring model data ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data \n", "creating model layer ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", "creating model layer ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", "creating model layer ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", @@ -157,13 +157,13 @@ "creating parameters layer \n", "creating config layer \n", "using already created layer sha256:d37e05209edb000a010f014c375a6603a2ab0fc65303fea413a27f8b79e2fa30 \n", - "writing layer sha256:f4593dc64edccc1ffd5a018094b27d70b5d1050847f25e8a02bf800cd7d28207 \n", + "using already created layer sha256:43f8d3cf527470a7ab05810651fb264375e7cc6934c2ed9917292bc8ce8c9e12 \n", "using already created layer sha256:aa351e4a3def44e7582c6dbf761cf5b73edb7e39e41033a90cc25dee90be1413 \n", - "writing layer sha256:08dc15ff89227b1a522af6b7df150c9075a9ee7662dc46f86c9d6efb4b91f274 \n", + "writing layer sha256:f63bb8975d241f37267b4d1bce35b79f99c19d8a41742c0aced2aca9f93de53c \n", "writing manifest \n", "success \u001b[?25h\n", "copied 'notus:q2_K' to 'argilla/notus:q2_K'\n", - "\u001b[?25lretrieving manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest \n", + "\u001b[?25lretrieving manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", @@ -189,539 +189,7979 @@ "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", - "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \n", - "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing f63bb8975d24... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \n", - "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing f63bb8975d24... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \n", - "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing f63bb8975d24... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \n", - "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing f63bb8975d24... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \n", - "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing f63bb8975d24... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \n", - "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing f63bb8975d24... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \n", - "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing f63bb8975d24... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing f63bb8975d24... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing f63bb8975d24... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing f63bb8975d24... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing f63bb8975d24... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing f63bb8975d24... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing f63bb8975d24... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing f63bb8975d24... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing f63bb8975d24... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing f63bb8975d24... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing f63bb8975d24... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing f63bb8975d24... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing f63bb8975d24... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing f63bb8975d24... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing f63bb8975d24... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing f63bb8975d24... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing f63bb8975d24... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing f63bb8975d24... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing f63bb8975d24... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing f63bb8975d24... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing f63bb8975d24... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing f63bb8975d24... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing f63bb8975d24... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing f63bb8975d24... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing f63bb8975d24... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing f63bb8975d24... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing f63bb8975d24... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing f63bb8975d24... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing f63bb8975d24... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing f63bb8975d24... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing f63bb8975d24... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing f63bb8975d24... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing f63bb8975d24... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing f63bb8975d24... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing f63bb8975d24... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing f63bb8975d24... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing f63bb8975d24... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing f63bb8975d24... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing f63bb8975d24... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing f63bb8975d24... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing f63bb8975d24... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing f63bb8975d24... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing f63bb8975d24... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing f63bb8975d24... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing f63bb8975d24... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing f63bb8975d24... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing f63bb8975d24... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing f63bb8975d24... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing f63bb8975d24... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing f63bb8975d24... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", - "pushing 08dc15ff8922... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f63bb8975d24... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", - "pushing 08dc15ff8922... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f63bb8975d24... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", - "pushing 08dc15ff8922... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f63bb8975d24... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", - "pushing 08dc15ff8922... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f63bb8975d24... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", - "pushing 08dc15ff8922... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f63bb8975d24... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", - "pushing 08dc15ff8922... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f63bb8975d24... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", - "pushing 08dc15ff8922... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f63bb8975d24... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", - "pushing 08dc15ff8922... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f63bb8975d24... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", - "pushing 08dc15ff8922... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f63bb8975d24... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", - "pushing 08dc15ff8922... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f63bb8975d24... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", - "pushing 08dc15ff8922... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f63bb8975d24... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", - "pushing 08dc15ff8922... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f63bb8975d24... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", - "pushing 08dc15ff8922... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f63bb8975d24... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", - "pushing 08dc15ff8922... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f63bb8975d24... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", - "pushing 08dc15ff8922... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f63bb8975d24... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", - "pushing 08dc15ff8922... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f63bb8975d24... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", - "pushing 08dc15ff8922... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f63bb8975d24... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", - "pushing 08dc15ff8922... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f63bb8975d24... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", - "pushing 08dc15ff8922... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f63bb8975d24... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", - "pushing 08dc15ff8922... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f63bb8975d24... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", - "pushing 08dc15ff8922... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f63bb8975d24... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", - "pushing 08dc15ff8922... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f63bb8975d24... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", - "pushing 08dc15ff8922... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f63bb8975d24... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", - "pushing 08dc15ff8922... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f63bb8975d24... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", - "pushing 08dc15ff8922... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f63bb8975d24... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", - "pushing 08dc15ff8922... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f63bb8975d24... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", - "pushing 08dc15ff8922... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f63bb8975d24... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", - "pushing 08dc15ff8922... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f63bb8975d24... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", - "pushing 08dc15ff8922... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f63bb8975d24... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", - "pushing 08dc15ff8922... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f63bb8975d24... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", - "pushing 08dc15ff8922... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f63bb8975d24... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", - "pushing 08dc15ff8922... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f63bb8975d24... 100% ▕████████████████▏ 381 B \n", + "pushing manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing f63bb8975d24... 100% ▕████████████████▏ 381 B \n", + "pushing manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing f63bb8975d24... 100% ▕████████████████▏ 381 B \n", + "pushing manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing f63bb8975d24... 100% ▕████████████████▏ 381 B \n", + "pushing manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing f63bb8975d24... 100% ▕████████████████▏ 381 B \n", + "pushing manifest ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing f63bb8975d24... 100% ▕████████████████▏ 381 B \n", + "pushing manifest ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", - "pushing 08dc15ff8922... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f63bb8975d24... 100% ▕████████████████▏ 381 B \n", + "pushing manifest ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing f63bb8975d24... 100% ▕████████████████▏ 381 B \n", + "pushing manifest ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing f63bb8975d24... 100% ▕████████████████▏ 381 B \n", + "pushing manifest ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing f63bb8975d24... 100% ▕████████████████▏ 381 B \n", + "pushing manifest ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", - "pushing 08dc15ff8922... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f63bb8975d24... 100% ▕████████████████▏ 381 B \n", + "pushing manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", - "pushing 08dc15ff8922... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f63bb8975d24... 100% ▕████████████████▏ 381 B \n", + "pushing manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", - "pushing 08dc15ff8922... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f63bb8975d24... 100% ▕████████████████▏ 381 B \n", + "pushing manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", - "pushing 08dc15ff8922... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f63bb8975d24... 100% ▕████████████████▏ 381 B \n", + "pushing manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", - "pushing 08dc15ff8922... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f63bb8975d24... 100% ▕████████████████▏ 381 B \n", + "pushing manifest ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", - "pushing 08dc15ff8922... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f63bb8975d24... 100% ▕████████████████▏ 381 B \n", + "pushing manifest ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", - "pushing 08dc15ff8922... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f63bb8975d24... 100% ▕████████████████▏ 381 B \n", + "pushing manifest ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", - "pushing 08dc15ff8922... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f63bb8975d24... 100% ▕████████████████▏ 381 B \n", + "pushing manifest ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", - "pushing 08dc15ff8922... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f63bb8975d24... 100% ▕████████████████▏ 381 B \n", + "pushing manifest ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", - "pushing 08dc15ff8922... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f63bb8975d24... 100% ▕████████████████▏ 381 B \n", + "pushing manifest ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", - "pushing 08dc15ff8922... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f63bb8975d24... 100% ▕████████████████▏ 381 B \n", + "pushing manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", - "pushing 08dc15ff8922... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f63bb8975d24... 100% ▕████████████████▏ 381 B \n", + "pushing manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", - "pushing 08dc15ff8922... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f63bb8975d24... 100% ▕████████████████▏ 381 B \n", + "pushing manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", - "pushing 08dc15ff8922... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f63bb8975d24... 100% ▕████████████████▏ 381 B \n", + "pushing manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", - "pushing 08dc15ff8922... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f63bb8975d24... 100% ▕████████████████▏ 381 B \n", + "pushing manifest ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", - "pushing 08dc15ff8922... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f63bb8975d24... 100% ▕████████████████▏ 381 B \n", + "pushing manifest ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", - "pushing 08dc15ff8922... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f63bb8975d24... 100% ▕████████████████▏ 381 B \n", + "pushing manifest ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", - "pushing 08dc15ff8922... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f63bb8975d24... 100% ▕████████████████▏ 381 B \n", + "pushing manifest ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", - "pushing 08dc15ff8922... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f63bb8975d24... 100% ▕████████████████▏ 381 B \n", + "pushing manifest ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", - "pushing 08dc15ff8922... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f63bb8975d24... 100% ▕████████████████▏ 381 B \n", + "pushing manifest ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", - "pushing 08dc15ff8922... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f63bb8975d24... 100% ▕████████████████▏ 381 B \n", + "pushing manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", - "pushing 08dc15ff8922... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f63bb8975d24... 100% ▕████████████████▏ 381 B \n", + "pushing manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", - "pushing 08dc15ff8922... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f63bb8975d24... 100% ▕████████████████▏ 381 B \n", + "pushing manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", - "pushing 08dc15ff8922... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f63bb8975d24... 100% ▕████████████████▏ 381 B \n", + "pushing manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", - "pushing 08dc15ff8922... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f63bb8975d24... 100% ▕████████████████▏ 381 B \n", + "pushing manifest ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", - "pushing 08dc15ff8922... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f63bb8975d24... 100% ▕████████████████▏ 381 B \n", + "pushing manifest ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", - "pushing 08dc15ff8922... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f63bb8975d24... 100% ▕████████████████▏ 381 B \n", + "pushing manifest ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", - "pushing 08dc15ff8922... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f63bb8975d24... 100% ▕████████████████▏ 381 B \n", + "pushing manifest ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", - "pushing 08dc15ff8922... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f63bb8975d24... 100% ▕████████████████▏ 381 B \n", + "pushing manifest ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", - "pushing 08dc15ff8922... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f63bb8975d24... 100% ▕████████████████▏ 381 B \n", + "pushing manifest ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", - "pushing 08dc15ff8922... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing f63bb8975d24... 100% ▕████████████████▏ 381 B \n", + "pushing manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", "pushing d37e05209edb... 100% ▕████████████████▏ 3.1 GB \n", - "pushing f4593dc64edc... 100% ▕████████████████▏ 105 B \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing f63bb8975d24... 100% ▕████████████████▏ 381 B \n", + "pushing manifest \n", + "success \u001b[?25h\n", + "\u001b[?25ltransferring model data ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer \n", + "creating template layer \n", + "creating parameters layer \n", + "creating config layer \n", + "using already created layer sha256:ad5e6556d1139a22a951da1fc500b75f7fee2a3d125d6c4df3ef7295c83e41d1 \n", + "using already created layer sha256:43f8d3cf527470a7ab05810651fb264375e7cc6934c2ed9917292bc8ce8c9e12 \n", + "using already created layer sha256:aa351e4a3def44e7582c6dbf761cf5b73edb7e39e41033a90cc25dee90be1413 \n", + "writing layer sha256:322c8d7fd5ee579d2d65682a90153867d8f5f803f2b33ca79f8270e6e49ec559 \n", + "writing manifest \n", + "success \u001b[?25h\n", + "copied 'notus:q3_K_L' to 'argilla/notus:q3_K_L'\n", + "\u001b[?25lretrieving manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 322c8d7fd5ee... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 322c8d7fd5ee... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 322c8d7fd5ee... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 322c8d7fd5ee... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 322c8d7fd5ee... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 322c8d7fd5ee... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 322c8d7fd5ee... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 322c8d7fd5ee... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 322c8d7fd5ee... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 322c8d7fd5ee... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 322c8d7fd5ee... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 322c8d7fd5ee... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 322c8d7fd5ee... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 322c8d7fd5ee... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", - "pushing 08dc15ff8922... 100% ▕████████████████▏ 381 B \u001b[?25h" + "pushing 322c8d7fd5ee... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 322c8d7fd5ee... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 322c8d7fd5ee... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 322c8d7fd5ee... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 322c8d7fd5ee... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 322c8d7fd5ee... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 322c8d7fd5ee... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 322c8d7fd5ee... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 322c8d7fd5ee... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 322c8d7fd5ee... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 322c8d7fd5ee... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 322c8d7fd5ee... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 322c8d7fd5ee... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 322c8d7fd5ee... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 322c8d7fd5ee... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 322c8d7fd5ee... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 322c8d7fd5ee... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 322c8d7fd5ee... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 322c8d7fd5ee... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 322c8d7fd5ee... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 322c8d7fd5ee... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 322c8d7fd5ee... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 322c8d7fd5ee... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 322c8d7fd5ee... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 322c8d7fd5ee... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 322c8d7fd5ee... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 322c8d7fd5ee... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 322c8d7fd5ee... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 322c8d7fd5ee... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 322c8d7fd5ee... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 322c8d7fd5ee... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 322c8d7fd5ee... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 322c8d7fd5ee... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 322c8d7fd5ee... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 322c8d7fd5ee... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 322c8d7fd5ee... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 322c8d7fd5ee... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 322c8d7fd5ee... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 322c8d7fd5ee... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 322c8d7fd5ee... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 322c8d7fd5ee... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 322c8d7fd5ee... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 322c8d7fd5ee... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 322c8d7fd5ee... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 322c8d7fd5ee... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 322c8d7fd5ee... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 322c8d7fd5ee... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 322c8d7fd5ee... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 322c8d7fd5ee... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 322c8d7fd5ee... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 322c8d7fd5ee... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 322c8d7fd5ee... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 322c8d7fd5ee... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 322c8d7fd5ee... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 322c8d7fd5ee... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 322c8d7fd5ee... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 322c8d7fd5ee... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 322c8d7fd5ee... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 322c8d7fd5ee... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 322c8d7fd5ee... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 322c8d7fd5ee... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 322c8d7fd5ee... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 322c8d7fd5ee... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 322c8d7fd5ee... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 322c8d7fd5ee... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 322c8d7fd5ee... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 322c8d7fd5ee... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 322c8d7fd5ee... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 322c8d7fd5ee... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 322c8d7fd5ee... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 322c8d7fd5ee... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 322c8d7fd5ee... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 322c8d7fd5ee... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 322c8d7fd5ee... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 322c8d7fd5ee... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 322c8d7fd5ee... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 322c8d7fd5ee... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 322c8d7fd5ee... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 322c8d7fd5ee... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 322c8d7fd5ee... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 322c8d7fd5ee... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 322c8d7fd5ee... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 322c8d7fd5ee... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 322c8d7fd5ee... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 322c8d7fd5ee... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 322c8d7fd5ee... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 322c8d7fd5ee... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 322c8d7fd5ee... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 322c8d7fd5ee... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 322c8d7fd5ee... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 322c8d7fd5ee... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 322c8d7fd5ee... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 322c8d7fd5ee... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 322c8d7fd5ee... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 322c8d7fd5ee... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 322c8d7fd5ee... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 322c8d7fd5ee... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 322c8d7fd5ee... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 322c8d7fd5ee... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 322c8d7fd5ee... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 322c8d7fd5ee... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 322c8d7fd5ee... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 322c8d7fd5ee... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 322c8d7fd5ee... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 322c8d7fd5ee... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 322c8d7fd5ee... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing ad5e6556d113... 100% ▕████████████████▏ 3.8 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 322c8d7fd5ee... 100% ▕████████████████▏ 383 B \n", + "pushing manifest \n", + "success \u001b[?25h\n", + "\u001b[?25ltransferring model data ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer \n", + "creating template layer \n", + "creating parameters layer \n", + "creating config layer \n", + "using already created layer sha256:08b2aea22d8885547520e4fc1562f90cf1fd58c3a6d7e4dfcfa543f6e3a184e3 \n", + "using already created layer sha256:43f8d3cf527470a7ab05810651fb264375e7cc6934c2ed9917292bc8ce8c9e12 \n", + "using already created layer sha256:aa351e4a3def44e7582c6dbf761cf5b73edb7e39e41033a90cc25dee90be1413 \n", + "writing layer sha256:a60548d6c6390859381019b11e6ce783591a537f985767042b3ca6f0d311cc5c \n", + "writing manifest \n", + "success \u001b[?25h\n", + "copied 'notus:q3_K_M' to 'argilla/notus:q3_K_M'\n", + "\u001b[?25lretrieving manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing a60548d6c639... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing a60548d6c639... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing a60548d6c639... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing a60548d6c639... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing a60548d6c639... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing a60548d6c639... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing a60548d6c639... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing a60548d6c639... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing a60548d6c639... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing a60548d6c639... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing a60548d6c639... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing a60548d6c639... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing a60548d6c639... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing a60548d6c639... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing a60548d6c639... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing a60548d6c639... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing a60548d6c639... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing a60548d6c639... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing a60548d6c639... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing a60548d6c639... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing a60548d6c639... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing a60548d6c639... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing a60548d6c639... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing a60548d6c639... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing a60548d6c639... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing a60548d6c639... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing a60548d6c639... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing a60548d6c639... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing a60548d6c639... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing a60548d6c639... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing a60548d6c639... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing a60548d6c639... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing a60548d6c639... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing a60548d6c639... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing a60548d6c639... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing a60548d6c639... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing a60548d6c639... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing a60548d6c639... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing a60548d6c639... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing a60548d6c639... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing a60548d6c639... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing a60548d6c639... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing a60548d6c639... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing a60548d6c639... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing a60548d6c639... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing a60548d6c639... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing a60548d6c639... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing a60548d6c639... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing a60548d6c639... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing a60548d6c639... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing a60548d6c639... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing a60548d6c639... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing a60548d6c639... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing a60548d6c639... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing a60548d6c639... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing a60548d6c639... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing a60548d6c639... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing a60548d6c639... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing a60548d6c639... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing a60548d6c639... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing a60548d6c639... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing a60548d6c639... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing a60548d6c639... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing a60548d6c639... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing a60548d6c639... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing a60548d6c639... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing a60548d6c639... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing a60548d6c639... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing a60548d6c639... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing a60548d6c639... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing a60548d6c639... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing a60548d6c639... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing a60548d6c639... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing a60548d6c639... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing a60548d6c639... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing a60548d6c639... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing a60548d6c639... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing a60548d6c639... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing a60548d6c639... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing a60548d6c639... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing a60548d6c639... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing a60548d6c639... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing a60548d6c639... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing a60548d6c639... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing a60548d6c639... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing a60548d6c639... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing a60548d6c639... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing a60548d6c639... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing a60548d6c639... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing a60548d6c639... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing a60548d6c639... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing a60548d6c639... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing a60548d6c639... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing a60548d6c639... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing a60548d6c639... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing a60548d6c639... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing a60548d6c639... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing a60548d6c639... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing a60548d6c639... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing a60548d6c639... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing a60548d6c639... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing a60548d6c639... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing a60548d6c639... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing a60548d6c639... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing a60548d6c639... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing a60548d6c639... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing a60548d6c639... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing a60548d6c639... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing a60548d6c639... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing a60548d6c639... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing a60548d6c639... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing a60548d6c639... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing a60548d6c639... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing a60548d6c639... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing a60548d6c639... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing a60548d6c639... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing a60548d6c639... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing a60548d6c639... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing a60548d6c639... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 08b2aea22d88... 100% ▕████████████████▏ 3.5 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing a60548d6c639... 100% ▕████████████████▏ 383 B \n", + "pushing manifest \n", + "success \u001b[?25h\n", + "\u001b[?25ltransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer \n", + "creating template layer \n", + "creating parameters layer \n", + "creating config layer \n", + "using already created layer sha256:3b452f408f0220bb930dcd4585be4c9766d191525d0a4b7b24ddb9c2b92125de \n", + "using already created layer sha256:43f8d3cf527470a7ab05810651fb264375e7cc6934c2ed9917292bc8ce8c9e12 \n", + "using already created layer sha256:aa351e4a3def44e7582c6dbf761cf5b73edb7e39e41033a90cc25dee90be1413 \n", + "writing layer sha256:70052560adbcc0e3abdc0d8cbec5c5b68e1d2e9a145037e068876303aa06d317 \n", + "writing manifest \n", + "success \u001b[?25h\n", + "copied 'notus:q3_K_S' to 'argilla/notus:q3_K_S'\n", + "\u001b[?25lretrieving manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 70052560adbc... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 70052560adbc... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 70052560adbc... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 70052560adbc... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 70052560adbc... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 70052560adbc... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 70052560adbc... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 70052560adbc... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 70052560adbc... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 70052560adbc... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 70052560adbc... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 70052560adbc... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 70052560adbc... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 70052560adbc... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 70052560adbc... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 70052560adbc... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 70052560adbc... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 70052560adbc... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 70052560adbc... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 70052560adbc... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 70052560adbc... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 70052560adbc... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 70052560adbc... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 70052560adbc... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 70052560adbc... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 70052560adbc... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 70052560adbc... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 70052560adbc... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 70052560adbc... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 70052560adbc... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 70052560adbc... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 70052560adbc... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 70052560adbc... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 70052560adbc... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 70052560adbc... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 70052560adbc... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 70052560adbc... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 70052560adbc... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 70052560adbc... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 70052560adbc... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 70052560adbc... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 70052560adbc... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 70052560adbc... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 70052560adbc... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 70052560adbc... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 70052560adbc... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 70052560adbc... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 70052560adbc... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 70052560adbc... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 70052560adbc... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 70052560adbc... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 70052560adbc... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 70052560adbc... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 70052560adbc... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 70052560adbc... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 70052560adbc... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 70052560adbc... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 70052560adbc... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 70052560adbc... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 70052560adbc... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 70052560adbc... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 70052560adbc... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 70052560adbc... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 70052560adbc... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 70052560adbc... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 70052560adbc... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 70052560adbc... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 70052560adbc... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 70052560adbc... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 70052560adbc... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 70052560adbc... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 70052560adbc... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 70052560adbc... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 70052560adbc... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 70052560adbc... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 70052560adbc... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 70052560adbc... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 70052560adbc... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 70052560adbc... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 70052560adbc... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 70052560adbc... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 70052560adbc... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 70052560adbc... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 70052560adbc... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 70052560adbc... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 70052560adbc... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 70052560adbc... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 70052560adbc... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 70052560adbc... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 70052560adbc... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 70052560adbc... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 70052560adbc... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 70052560adbc... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 70052560adbc... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 70052560adbc... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 70052560adbc... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 70052560adbc... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 70052560adbc... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 70052560adbc... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 70052560adbc... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 70052560adbc... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 70052560adbc... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 70052560adbc... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 70052560adbc... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 70052560adbc... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 70052560adbc... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 70052560adbc... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 70052560adbc... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 70052560adbc... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 70052560adbc... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 70052560adbc... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 70052560adbc... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 70052560adbc... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 70052560adbc... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 70052560adbc... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 70052560adbc... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 70052560adbc... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 70052560adbc... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 3b452f408f02... 100% ▕████████████████▏ 3.2 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 70052560adbc... 100% ▕████████████████▏ 383 B \n", + "pushing manifest \n", + "success \u001b[?25h\n", + "\u001b[?25ltransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer \n", + "creating template layer \n", + "creating parameters layer \n", + "creating config layer \n", + "using already created layer sha256:1171bd8a88da4cd85f89eb80dc293aedf4df2ebbd559316a81e2598041d0ad52 \n", + "using already created layer sha256:43f8d3cf527470a7ab05810651fb264375e7cc6934c2ed9917292bc8ce8c9e12 \n", + "using already created layer sha256:aa351e4a3def44e7582c6dbf761cf5b73edb7e39e41033a90cc25dee90be1413 \n", + "writing layer sha256:3bfa3831a62c3772d44254b37dafca7c8b0efea059f3f6237bd6d8d6f3f094c1 \n", + "writing manifest \n", + "success \u001b[?25h\n", + "copied 'notus:q4_0' to 'argilla/notus:q4_0'\n", + "\u001b[?25lretrieving manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 3bfa3831a62c... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 3bfa3831a62c... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 3bfa3831a62c... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 3bfa3831a62c... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 3bfa3831a62c... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 3bfa3831a62c... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 3bfa3831a62c... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 3bfa3831a62c... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 3bfa3831a62c... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 3bfa3831a62c... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 3bfa3831a62c... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 3bfa3831a62c... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 3bfa3831a62c... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 3bfa3831a62c... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 3bfa3831a62c... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 3bfa3831a62c... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 3bfa3831a62c... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 3bfa3831a62c... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 3bfa3831a62c... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 3bfa3831a62c... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 3bfa3831a62c... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 3bfa3831a62c... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 3bfa3831a62c... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 3bfa3831a62c... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 3bfa3831a62c... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 3bfa3831a62c... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 3bfa3831a62c... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 3bfa3831a62c... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 3bfa3831a62c... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 3bfa3831a62c... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 3bfa3831a62c... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 3bfa3831a62c... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 3bfa3831a62c... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 3bfa3831a62c... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 3bfa3831a62c... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 3bfa3831a62c... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 3bfa3831a62c... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 3bfa3831a62c... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 3bfa3831a62c... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 3bfa3831a62c... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 3bfa3831a62c... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 3bfa3831a62c... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 3bfa3831a62c... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 3bfa3831a62c... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 3bfa3831a62c... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 3bfa3831a62c... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 3bfa3831a62c... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 3bfa3831a62c... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 3bfa3831a62c... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 3bfa3831a62c... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 3bfa3831a62c... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 3bfa3831a62c... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 3bfa3831a62c... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 3bfa3831a62c... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 3bfa3831a62c... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 3bfa3831a62c... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 3bfa3831a62c... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 3bfa3831a62c... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 3bfa3831a62c... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 3bfa3831a62c... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 3bfa3831a62c... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 3bfa3831a62c... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 3bfa3831a62c... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 3bfa3831a62c... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 3bfa3831a62c... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 3bfa3831a62c... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 3bfa3831a62c... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 3bfa3831a62c... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 3bfa3831a62c... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 3bfa3831a62c... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 3bfa3831a62c... 100% ▕████████████████▏ 381 B \n", + "pushing manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 3bfa3831a62c... 100% ▕████████████████▏ 381 B \n", + "pushing manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 3bfa3831a62c... 100% ▕████████████████▏ 381 B \n", + "pushing manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 3bfa3831a62c... 100% ▕████████████████▏ 381 B \n", + "pushing manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 3bfa3831a62c... 100% ▕████████████████▏ 381 B \n", + "pushing manifest ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 3bfa3831a62c... 100% ▕████████████████▏ 381 B \n", + "pushing manifest ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 3bfa3831a62c... 100% ▕████████████████▏ 381 B \n", + "pushing manifest ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 3bfa3831a62c... 100% ▕████████████████▏ 381 B \n", + "pushing manifest ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 3bfa3831a62c... 100% ▕████████████████▏ 381 B \n", + "pushing manifest ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 3bfa3831a62c... 100% ▕████████████████▏ 381 B \n", + "pushing manifest ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 3bfa3831a62c... 100% ▕████████████████▏ 381 B \n", + "pushing manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 3bfa3831a62c... 100% ▕████████████████▏ 381 B \n", + "pushing manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 3bfa3831a62c... 100% ▕████████████████▏ 381 B \n", + "pushing manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 3bfa3831a62c... 100% ▕████████████████▏ 381 B \n", + "pushing manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 3bfa3831a62c... 100% ▕████████████████▏ 381 B \n", + "pushing manifest ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 3bfa3831a62c... 100% ▕████████████████▏ 381 B \n", + "pushing manifest ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 3bfa3831a62c... 100% ▕████████████████▏ 381 B \n", + "pushing manifest ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 3bfa3831a62c... 100% ▕████████████████▏ 381 B \n", + "pushing manifest ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 3bfa3831a62c... 100% ▕████████████████▏ 381 B \n", + "pushing manifest ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 3bfa3831a62c... 100% ▕████████████████▏ 381 B \n", + "pushing manifest ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 3bfa3831a62c... 100% ▕████████████████▏ 381 B \n", + "pushing manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 3bfa3831a62c... 100% ▕████████████████▏ 381 B \n", + "pushing manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 3bfa3831a62c... 100% ▕████████████████▏ 381 B \n", + "pushing manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 3bfa3831a62c... 100% ▕████████████████▏ 381 B \n", + "pushing manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 3bfa3831a62c... 100% ▕████████████████▏ 381 B \n", + "pushing manifest ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 3bfa3831a62c... 100% ▕████████████████▏ 381 B \n", + "pushing manifest ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 3bfa3831a62c... 100% ▕████████████████▏ 381 B \n", + "pushing manifest ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 3bfa3831a62c... 100% ▕████████████████▏ 381 B \n", + "pushing manifest ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 3bfa3831a62c... 100% ▕████████████████▏ 381 B \n", + "pushing manifest ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 3bfa3831a62c... 100% ▕████████████████▏ 381 B \n", + "pushing manifest ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 3bfa3831a62c... 100% ▕████████████████▏ 381 B \n", + "pushing manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 3bfa3831a62c... 100% ▕████████████████▏ 381 B \n", + "pushing manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 3bfa3831a62c... 100% ▕████████████████▏ 381 B \n", + "pushing manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 3bfa3831a62c... 100% ▕████████████████▏ 381 B \n", + "pushing manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 3bfa3831a62c... 100% ▕████████████████▏ 381 B \n", + "pushing manifest ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 3bfa3831a62c... 100% ▕████████████████▏ 381 B \n", + "pushing manifest ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 1171bd8a88da... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 3bfa3831a62c... 100% ▕████████████████▏ 381 B \n", + "pushing manifest \n", + "success \u001b[?25h\n", + "\u001b[?25ltransferring model data ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer \n", + "creating template layer \n", + "creating parameters layer \n", + "creating config layer \n", + "using already created layer sha256:e6479cdaed84707b6a19edf03a01e5c0972fdeb8f6c28df3e20dd9f96ee376b2 \n", + "using already created layer sha256:43f8d3cf527470a7ab05810651fb264375e7cc6934c2ed9917292bc8ce8c9e12 \n", + "using already created layer sha256:aa351e4a3def44e7582c6dbf761cf5b73edb7e39e41033a90cc25dee90be1413 \n", + "using already created layer sha256:b7820169007126a6154eefd2956830a6db3d0e239b3c5959a46a4bb89a1db2e5 \n", + "writing manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer \n", + "creating template layer \n", + "creating parameters layer \n", + "creating config layer \n", + "using already created layer sha256:e6479cdaed84707b6a19edf03a01e5c0972fdeb8f6c28df3e20dd9f96ee376b2 \n", + "using already created layer sha256:43f8d3cf527470a7ab05810651fb264375e7cc6934c2ed9917292bc8ce8c9e12 \n", + "using already created layer sha256:aa351e4a3def44e7582c6dbf761cf5b73edb7e39e41033a90cc25dee90be1413 \n", + "using already created layer sha256:b7820169007126a6154eefd2956830a6db3d0e239b3c5959a46a4bb89a1db2e5 \n", + "writing manifest \n", + "success \u001b[?25h\n", + "copied 'notus:q4_K_M' to 'argilla/notus:q4_K_M'\n", + "\u001b[?25lretrieving manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing b78201690071... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing b78201690071... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing b78201690071... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing b78201690071... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing b78201690071... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing b78201690071... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing b78201690071... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing b78201690071... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing b78201690071... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing b78201690071... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing b78201690071... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing b78201690071... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing b78201690071... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing b78201690071... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing b78201690071... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing b78201690071... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing b78201690071... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing b78201690071... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing b78201690071... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing b78201690071... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing b78201690071... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing b78201690071... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing b78201690071... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing b78201690071... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing b78201690071... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing b78201690071... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing b78201690071... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing b78201690071... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing b78201690071... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing b78201690071... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing b78201690071... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing b78201690071... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing b78201690071... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing b78201690071... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing b78201690071... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing b78201690071... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing b78201690071... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing b78201690071... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing b78201690071... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing b78201690071... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing b78201690071... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing b78201690071... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing b78201690071... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing b78201690071... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing b78201690071... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing b78201690071... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing b78201690071... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing b78201690071... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing b78201690071... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing b78201690071... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing b78201690071... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing b78201690071... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing b78201690071... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing b78201690071... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing b78201690071... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing b78201690071... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing b78201690071... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing b78201690071... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing b78201690071... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing b78201690071... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing b78201690071... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing b78201690071... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing b78201690071... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing b78201690071... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing b78201690071... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing b78201690071... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing b78201690071... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing b78201690071... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing b78201690071... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing b78201690071... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing b78201690071... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing b78201690071... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing b78201690071... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing b78201690071... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing b78201690071... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing b78201690071... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing b78201690071... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing b78201690071... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing b78201690071... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing b78201690071... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing b78201690071... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing b78201690071... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing b78201690071... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing b78201690071... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing b78201690071... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing b78201690071... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing b78201690071... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing b78201690071... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing b78201690071... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing b78201690071... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing b78201690071... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing b78201690071... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing b78201690071... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing b78201690071... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing b78201690071... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing b78201690071... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing b78201690071... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing b78201690071... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing b78201690071... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing b78201690071... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing b78201690071... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing b78201690071... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing b78201690071... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing b78201690071... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing b78201690071... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing b78201690071... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing b78201690071... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing b78201690071... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing b78201690071... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing b78201690071... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing b78201690071... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing b78201690071... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing b78201690071... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing b78201690071... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing b78201690071... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing b78201690071... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing b78201690071... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing b78201690071... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing b78201690071... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing b78201690071... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing b78201690071... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing e6479cdaed84... 100% ▕████████████████▏ 4.4 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing b78201690071... 100% ▕████████████████▏ 383 B \n", + "pushing manifest \n", + "success \u001b[?25h\n", + "\u001b[?25ltransferring model data ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer \n", + "creating template layer \n", + "creating parameters layer \n", + "creating config layer \n", + "using already created layer sha256:fe7392175a8cab274c20a2e00abb48e70659d40506f7e58c90117480f03bf233 \n", + "using already created layer sha256:43f8d3cf527470a7ab05810651fb264375e7cc6934c2ed9917292bc8ce8c9e12 \n", + "using already created layer sha256:aa351e4a3def44e7582c6dbf761cf5b73edb7e39e41033a90cc25dee90be1413 \n", + "writing layer sha256:4b8f4256dc5d5a618f9acc666f483b60f5e332e78f82c6824ed256f757285a0c \n", + "writing manifest \n", + "success \u001b[?25h\n", + "copied 'notus:q4_K_S' to 'argilla/notus:q4_K_S'\n", + "\u001b[?25lretrieving manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 4b8f4256dc5d... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 4b8f4256dc5d... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 4b8f4256dc5d... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 4b8f4256dc5d... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 4b8f4256dc5d... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 4b8f4256dc5d... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 4b8f4256dc5d... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 4b8f4256dc5d... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 4b8f4256dc5d... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 4b8f4256dc5d... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 4b8f4256dc5d... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 4b8f4256dc5d... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 4b8f4256dc5d... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 4b8f4256dc5d... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 4b8f4256dc5d... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 4b8f4256dc5d... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 4b8f4256dc5d... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 4b8f4256dc5d... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 4b8f4256dc5d... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 4b8f4256dc5d... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 4b8f4256dc5d... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 4b8f4256dc5d... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 4b8f4256dc5d... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 4b8f4256dc5d... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 4b8f4256dc5d... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 4b8f4256dc5d... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 4b8f4256dc5d... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 4b8f4256dc5d... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 4b8f4256dc5d... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 4b8f4256dc5d... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 4b8f4256dc5d... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 4b8f4256dc5d... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 4b8f4256dc5d... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 4b8f4256dc5d... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 4b8f4256dc5d... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 4b8f4256dc5d... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 4b8f4256dc5d... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 4b8f4256dc5d... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 4b8f4256dc5d... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 4b8f4256dc5d... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 4b8f4256dc5d... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 4b8f4256dc5d... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 4b8f4256dc5d... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 4b8f4256dc5d... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 4b8f4256dc5d... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 4b8f4256dc5d... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 4b8f4256dc5d... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 4b8f4256dc5d... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 4b8f4256dc5d... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 4b8f4256dc5d... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 4b8f4256dc5d... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 4b8f4256dc5d... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 4b8f4256dc5d... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 4b8f4256dc5d... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 4b8f4256dc5d... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 4b8f4256dc5d... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 4b8f4256dc5d... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 4b8f4256dc5d... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 4b8f4256dc5d... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 4b8f4256dc5d... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 4b8f4256dc5d... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 4b8f4256dc5d... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 4b8f4256dc5d... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 4b8f4256dc5d... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 4b8f4256dc5d... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 4b8f4256dc5d... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 4b8f4256dc5d... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 4b8f4256dc5d... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 4b8f4256dc5d... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 4b8f4256dc5d... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 4b8f4256dc5d... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 4b8f4256dc5d... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 4b8f4256dc5d... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 4b8f4256dc5d... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 4b8f4256dc5d... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 4b8f4256dc5d... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 4b8f4256dc5d... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 4b8f4256dc5d... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 4b8f4256dc5d... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 4b8f4256dc5d... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 4b8f4256dc5d... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 4b8f4256dc5d... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 4b8f4256dc5d... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 4b8f4256dc5d... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 4b8f4256dc5d... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 4b8f4256dc5d... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 4b8f4256dc5d... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 4b8f4256dc5d... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 4b8f4256dc5d... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 4b8f4256dc5d... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 4b8f4256dc5d... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 4b8f4256dc5d... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 4b8f4256dc5d... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 4b8f4256dc5d... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 4b8f4256dc5d... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 4b8f4256dc5d... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 4b8f4256dc5d... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 4b8f4256dc5d... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 4b8f4256dc5d... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 4b8f4256dc5d... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 4b8f4256dc5d... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 4b8f4256dc5d... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 4b8f4256dc5d... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 4b8f4256dc5d... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 4b8f4256dc5d... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 4b8f4256dc5d... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 4b8f4256dc5d... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 4b8f4256dc5d... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 4b8f4256dc5d... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 4b8f4256dc5d... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 4b8f4256dc5d... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 4b8f4256dc5d... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 4b8f4256dc5d... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing fe7392175a8c... 100% ▕████████████████▏ 4.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 4b8f4256dc5d... 100% ▕████████████████▏ 383 B \n", + "pushing manifest \n", + "success \u001b[?25h\n", + "\u001b[?25ltransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer \n", + "creating template layer \n", + "creating parameters layer \n", + "creating config layer \n", + "using already created layer sha256:2b7481d36354ddf1192c7fa5fd831f006e31d139bb0f6586ecf84bd24ad9c031 \n", + "using already created layer sha256:43f8d3cf527470a7ab05810651fb264375e7cc6934c2ed9917292bc8ce8c9e12 \n", + "using already created layer sha256:aa351e4a3def44e7582c6dbf761cf5b73edb7e39e41033a90cc25dee90be1413 \n", + "writing layer sha256:8e4e2a695c332e194a9f995e71e6b585763fb7556a91153299ccca44fea0a538 \n", + "writing manifest \n", + "success \u001b[?25h\n", + "copied 'notus:q5_0' to 'argilla/notus:q5_0'\n", + "\u001b[?25lretrieving manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 8e4e2a695c33... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 8e4e2a695c33... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 8e4e2a695c33... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 8e4e2a695c33... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 8e4e2a695c33... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 8e4e2a695c33... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 8e4e2a695c33... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 8e4e2a695c33... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 8e4e2a695c33... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 8e4e2a695c33... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 8e4e2a695c33... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 8e4e2a695c33... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 8e4e2a695c33... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 8e4e2a695c33... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 8e4e2a695c33... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 8e4e2a695c33... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 8e4e2a695c33... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 8e4e2a695c33... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 8e4e2a695c33... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 8e4e2a695c33... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 8e4e2a695c33... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 8e4e2a695c33... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 8e4e2a695c33... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 8e4e2a695c33... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 8e4e2a695c33... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 8e4e2a695c33... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 8e4e2a695c33... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 8e4e2a695c33... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 8e4e2a695c33... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 8e4e2a695c33... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 8e4e2a695c33... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 8e4e2a695c33... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 8e4e2a695c33... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 8e4e2a695c33... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 8e4e2a695c33... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 8e4e2a695c33... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 8e4e2a695c33... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 8e4e2a695c33... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 8e4e2a695c33... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 8e4e2a695c33... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 8e4e2a695c33... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 8e4e2a695c33... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 8e4e2a695c33... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 8e4e2a695c33... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 8e4e2a695c33... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 8e4e2a695c33... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 8e4e2a695c33... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 8e4e2a695c33... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 8e4e2a695c33... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 8e4e2a695c33... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 8e4e2a695c33... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 8e4e2a695c33... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 8e4e2a695c33... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 8e4e2a695c33... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 8e4e2a695c33... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 8e4e2a695c33... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 8e4e2a695c33... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 8e4e2a695c33... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 8e4e2a695c33... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 8e4e2a695c33... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 8e4e2a695c33... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 8e4e2a695c33... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 8e4e2a695c33... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 8e4e2a695c33... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 8e4e2a695c33... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 8e4e2a695c33... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 8e4e2a695c33... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 8e4e2a695c33... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 8e4e2a695c33... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 8e4e2a695c33... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 8e4e2a695c33... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 8e4e2a695c33... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 8e4e2a695c33... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 8e4e2a695c33... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 8e4e2a695c33... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 8e4e2a695c33... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 8e4e2a695c33... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 8e4e2a695c33... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 8e4e2a695c33... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 8e4e2a695c33... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 8e4e2a695c33... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 8e4e2a695c33... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 8e4e2a695c33... 100% ▕████████████████▏ 381 B \n", + "pushing manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 8e4e2a695c33... 100% ▕████████████████▏ 381 B \n", + "pushing manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 8e4e2a695c33... 100% ▕████████████████▏ 381 B \n", + "pushing manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 8e4e2a695c33... 100% ▕████████████████▏ 381 B \n", + "pushing manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 8e4e2a695c33... 100% ▕████████████████▏ 381 B \n", + "pushing manifest ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 8e4e2a695c33... 100% ▕████████████████▏ 381 B \n", + "pushing manifest ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 8e4e2a695c33... 100% ▕████████████████▏ 381 B \n", + "pushing manifest ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 8e4e2a695c33... 100% ▕████████████████▏ 381 B \n", + "pushing manifest ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 8e4e2a695c33... 100% ▕████████████████▏ 381 B \n", + "pushing manifest ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 8e4e2a695c33... 100% ▕████████████████▏ 381 B \n", + "pushing manifest ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 8e4e2a695c33... 100% ▕████████████████▏ 381 B \n", + "pushing manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 8e4e2a695c33... 100% ▕████████████████▏ 381 B \n", + "pushing manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 8e4e2a695c33... 100% ▕████████████████▏ 381 B \n", + "pushing manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 8e4e2a695c33... 100% ▕████████████████▏ 381 B \n", + "pushing manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 8e4e2a695c33... 100% ▕████████████████▏ 381 B \n", + "pushing manifest ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 8e4e2a695c33... 100% ▕████████████████▏ 381 B \n", + "pushing manifest ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 8e4e2a695c33... 100% ▕████████████████▏ 381 B \n", + "pushing manifest ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 8e4e2a695c33... 100% ▕████████████████▏ 381 B \n", + "pushing manifest ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 8e4e2a695c33... 100% ▕████████████████▏ 381 B \n", + "pushing manifest ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 8e4e2a695c33... 100% ▕████████████████▏ 381 B \n", + "pushing manifest ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 8e4e2a695c33... 100% ▕████████████████▏ 381 B \n", + "pushing manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 8e4e2a695c33... 100% ▕████████████████▏ 381 B \n", + "pushing manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 8e4e2a695c33... 100% ▕████████████████▏ 381 B \n", + "pushing manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 8e4e2a695c33... 100% ▕████████████████▏ 381 B \n", + "pushing manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 8e4e2a695c33... 100% ▕████████████████▏ 381 B \n", + "pushing manifest ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 8e4e2a695c33... 100% ▕████████████████▏ 381 B \n", + "pushing manifest ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 8e4e2a695c33... 100% ▕████████████████▏ 381 B \n", + "pushing manifest ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 8e4e2a695c33... 100% ▕████████████████▏ 381 B \n", + "pushing manifest ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 8e4e2a695c33... 100% ▕████████████████▏ 381 B \n", + "pushing manifest ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 8e4e2a695c33... 100% ▕████████████████▏ 381 B \n", + "pushing manifest ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 8e4e2a695c33... 100% ▕████████████████▏ 381 B \n", + "pushing manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 8e4e2a695c33... 100% ▕████████████████▏ 381 B \n", + "pushing manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 8e4e2a695c33... 100% ▕████████████████▏ 381 B \n", + "pushing manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 8e4e2a695c33... 100% ▕████████████████▏ 381 B \n", + "pushing manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 8e4e2a695c33... 100% ▕████████████████▏ 381 B \n", + "pushing manifest ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 8e4e2a695c33... 100% ▕████████████████▏ 381 B \n", + "pushing manifest ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 8e4e2a695c33... 100% ▕████████████████▏ 381 B \n", + "pushing manifest ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b7481d36354... 100% ▕████████████████▏ 5.0 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 8e4e2a695c33... 100% ▕████████████████▏ 381 B \n", + "pushing manifest \n", + "success \u001b[?25h\n", + "\u001b[?25ltransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer \n", + "creating template layer \n", + "creating parameters layer \n", + "creating config layer \n", + "using already created layer sha256:8f11d79fea50fef5d0cff6d57c042ad723defa9b6663a2dc1972167916523b7d \n", + "using already created layer sha256:43f8d3cf527470a7ab05810651fb264375e7cc6934c2ed9917292bc8ce8c9e12 \n", + "using already created layer sha256:aa351e4a3def44e7582c6dbf761cf5b73edb7e39e41033a90cc25dee90be1413 \n", + "writing layer sha256:d327032769599b7b7380f6f141c40be0e3dedd24704dbaa9adbd4e2069c92406 \n", + "writing manifest \n", + "success \u001b[?25h\n", + "copied 'notus:q5_K_M' to 'argilla/notus:q5_K_M'\n", + "\u001b[?25lretrieving manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing d32703276959... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing d32703276959... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing d32703276959... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing d32703276959... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing d32703276959... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing d32703276959... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing d32703276959... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing d32703276959... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing d32703276959... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing d32703276959... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing d32703276959... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing d32703276959... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing d32703276959... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing d32703276959... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing d32703276959... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing d32703276959... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing d32703276959... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing d32703276959... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing d32703276959... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing d32703276959... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing d32703276959... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing d32703276959... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing d32703276959... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing d32703276959... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing d32703276959... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing d32703276959... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing d32703276959... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing d32703276959... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing d32703276959... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing d32703276959... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing d32703276959... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing d32703276959... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing d32703276959... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing d32703276959... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing d32703276959... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing d32703276959... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing d32703276959... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing d32703276959... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing d32703276959... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing d32703276959... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing d32703276959... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing d32703276959... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing d32703276959... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing d32703276959... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing d32703276959... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing d32703276959... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing d32703276959... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing d32703276959... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing d32703276959... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing d32703276959... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing d32703276959... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing d32703276959... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing d32703276959... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing d32703276959... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing d32703276959... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing d32703276959... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing d32703276959... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing d32703276959... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing d32703276959... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing d32703276959... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing d32703276959... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing d32703276959... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing d32703276959... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing d32703276959... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing d32703276959... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing d32703276959... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing d32703276959... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing d32703276959... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing d32703276959... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing d32703276959... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing d32703276959... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing d32703276959... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing d32703276959... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing d32703276959... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing d32703276959... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing d32703276959... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing d32703276959... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing d32703276959... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing d32703276959... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing d32703276959... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing d32703276959... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing d32703276959... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing d32703276959... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing d32703276959... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing d32703276959... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing d32703276959... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing d32703276959... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing d32703276959... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing d32703276959... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing d32703276959... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing d32703276959... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing d32703276959... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing d32703276959... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing d32703276959... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing d32703276959... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing d32703276959... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing d32703276959... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing d32703276959... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing d32703276959... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing d32703276959... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing d32703276959... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing d32703276959... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing d32703276959... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing d32703276959... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing d32703276959... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing d32703276959... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing d32703276959... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing d32703276959... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing d32703276959... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing d32703276959... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 8f11d79fea50... 100% ▕████████████████▏ 5.1 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing d32703276959... 100% ▕████████████████▏ 383 B \n", + "pushing manifest \n", + "success \u001b[?25h\n", + "\u001b[?25ltransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer \n", + "creating template layer \n", + "creating parameters layer \n", + "creating config layer \n", + "using already created layer sha256:c87b37e2ad795b89ea397124fa51526b0fa98739031b56e2e28d43e0b14c18ab \n", + "using already created layer sha256:43f8d3cf527470a7ab05810651fb264375e7cc6934c2ed9917292bc8ce8c9e12 \n", + "using already created layer sha256:aa351e4a3def44e7582c6dbf761cf5b73edb7e39e41033a90cc25dee90be1413 \n", + "writing layer sha256:31ad361354e6973c8a130bf2e81183d7c842053db933b19bac6573ac49b351cb \n", + "writing manifest \n", + "success \u001b[?25h\n", + "copied 'notus:q5_K_S' to 'argilla/notus:q5_K_S'\n", + "\u001b[?25lretrieving manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 31ad361354e6... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 31ad361354e6... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 31ad361354e6... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 31ad361354e6... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 31ad361354e6... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 31ad361354e6... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 31ad361354e6... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 31ad361354e6... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 31ad361354e6... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 31ad361354e6... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 31ad361354e6... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 31ad361354e6... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 31ad361354e6... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 31ad361354e6... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 31ad361354e6... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 31ad361354e6... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 31ad361354e6... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 31ad361354e6... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 31ad361354e6... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 31ad361354e6... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 31ad361354e6... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 31ad361354e6... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 31ad361354e6... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 31ad361354e6... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 31ad361354e6... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 31ad361354e6... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 31ad361354e6... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 31ad361354e6... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 31ad361354e6... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 31ad361354e6... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 31ad361354e6... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 31ad361354e6... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 31ad361354e6... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 31ad361354e6... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 31ad361354e6... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 31ad361354e6... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 31ad361354e6... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 31ad361354e6... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 31ad361354e6... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 31ad361354e6... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 31ad361354e6... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 31ad361354e6... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 31ad361354e6... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 31ad361354e6... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 31ad361354e6... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 31ad361354e6... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 31ad361354e6... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 31ad361354e6... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 31ad361354e6... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 31ad361354e6... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 31ad361354e6... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 31ad361354e6... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 31ad361354e6... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 31ad361354e6... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 31ad361354e6... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 31ad361354e6... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 31ad361354e6... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 31ad361354e6... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 31ad361354e6... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 31ad361354e6... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 31ad361354e6... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 31ad361354e6... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 31ad361354e6... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 31ad361354e6... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 31ad361354e6... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 31ad361354e6... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 31ad361354e6... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 31ad361354e6... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 31ad361354e6... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 31ad361354e6... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 31ad361354e6... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 31ad361354e6... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 31ad361354e6... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 31ad361354e6... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 31ad361354e6... 100% ▕████████████████▏ 383 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 31ad361354e6... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 31ad361354e6... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 31ad361354e6... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 31ad361354e6... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 31ad361354e6... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 31ad361354e6... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 31ad361354e6... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 31ad361354e6... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 31ad361354e6... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 31ad361354e6... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 31ad361354e6... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 31ad361354e6... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 31ad361354e6... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 31ad361354e6... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 31ad361354e6... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 31ad361354e6... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 31ad361354e6... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 31ad361354e6... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 31ad361354e6... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 31ad361354e6... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 31ad361354e6... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 31ad361354e6... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 31ad361354e6... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 31ad361354e6... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 31ad361354e6... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 31ad361354e6... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 31ad361354e6... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 31ad361354e6... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 31ad361354e6... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 31ad361354e6... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 31ad361354e6... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 31ad361354e6... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 31ad361354e6... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 31ad361354e6... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 31ad361354e6... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 31ad361354e6... 100% ▕████████████████▏ 383 B \n", + "pushing manifest ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing c87b37e2ad79... 100% ▕████████████████▏ 539 MB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 31ad361354e6... 100% ▕████████████████▏ 383 B \n", + "pushing manifest \n", + "success \u001b[?25h\n", + "\u001b[?25ltransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer \n", + "creating template layer \n", + "creating parameters layer \n", + "creating config layer \n", + "using already created layer sha256:75cd1014412ffa1c939c660e54afd83835d8ab09d15452f5a4618171016ac169 \n", + "using already created layer sha256:43f8d3cf527470a7ab05810651fb264375e7cc6934c2ed9917292bc8ce8c9e12 \n", + "using already created layer sha256:aa351e4a3def44e7582c6dbf761cf5b73edb7e39e41033a90cc25dee90be1413 \n", + "writing layer sha256:29cafe4dc1780df16d96188c96e398e7304d5a97eee9ecfcbe4ffbcebf2e93f4 \n", + "writing manifest \n", + "success \u001b[?25h\n", + "copied 'notus:q6_K' to 'argilla/notus:q6_K'\n", + "\u001b[?25lretrieving manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 29cafe4dc178... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 29cafe4dc178... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 29cafe4dc178... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 29cafe4dc178... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 29cafe4dc178... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 29cafe4dc178... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 29cafe4dc178... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 29cafe4dc178... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 29cafe4dc178... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 29cafe4dc178... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 29cafe4dc178... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 29cafe4dc178... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 29cafe4dc178... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 29cafe4dc178... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 29cafe4dc178... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 29cafe4dc178... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 29cafe4dc178... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 29cafe4dc178... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 29cafe4dc178... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 29cafe4dc178... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 29cafe4dc178... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 29cafe4dc178... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 29cafe4dc178... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 29cafe4dc178... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 29cafe4dc178... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 29cafe4dc178... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 29cafe4dc178... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 29cafe4dc178... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 29cafe4dc178... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 29cafe4dc178... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 29cafe4dc178... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 29cafe4dc178... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 29cafe4dc178... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 29cafe4dc178... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 29cafe4dc178... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 29cafe4dc178... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 29cafe4dc178... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 29cafe4dc178... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 29cafe4dc178... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 29cafe4dc178... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 29cafe4dc178... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 29cafe4dc178... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 29cafe4dc178... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 29cafe4dc178... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 29cafe4dc178... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 29cafe4dc178... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 29cafe4dc178... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 29cafe4dc178... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 29cafe4dc178... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 29cafe4dc178... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 29cafe4dc178... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 29cafe4dc178... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 29cafe4dc178... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 29cafe4dc178... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 29cafe4dc178... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 29cafe4dc178... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 29cafe4dc178... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 29cafe4dc178... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 29cafe4dc178... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 29cafe4dc178... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 29cafe4dc178... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 29cafe4dc178... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 29cafe4dc178... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 29cafe4dc178... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 29cafe4dc178... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 29cafe4dc178... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 29cafe4dc178... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 29cafe4dc178... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 29cafe4dc178... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 29cafe4dc178... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 29cafe4dc178... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 29cafe4dc178... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 29cafe4dc178... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 29cafe4dc178... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 29cafe4dc178... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 29cafe4dc178... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 29cafe4dc178... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 29cafe4dc178... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 29cafe4dc178... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 29cafe4dc178... 100% ▕████████████████▏ 381 B \n", + "pushing manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 29cafe4dc178... 100% ▕████████████████▏ 381 B \n", + "pushing manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 29cafe4dc178... 100% ▕████████████████▏ 381 B \n", + "pushing manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 29cafe4dc178... 100% ▕████████████████▏ 381 B \n", + "pushing manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 29cafe4dc178... 100% ▕████████████████▏ 381 B \n", + "pushing manifest ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 29cafe4dc178... 100% ▕████████████████▏ 381 B \n", + "pushing manifest ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 29cafe4dc178... 100% ▕████████████████▏ 381 B \n", + "pushing manifest ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 29cafe4dc178... 100% ▕████████████████▏ 381 B \n", + "pushing manifest ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 29cafe4dc178... 100% ▕████████████████▏ 381 B \n", + "pushing manifest ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 29cafe4dc178... 100% ▕████████████████▏ 381 B \n", + "pushing manifest ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 29cafe4dc178... 100% ▕████████████████▏ 381 B \n", + "pushing manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 29cafe4dc178... 100% ▕████████████████▏ 381 B \n", + "pushing manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 29cafe4dc178... 100% ▕████████████████▏ 381 B \n", + "pushing manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 29cafe4dc178... 100% ▕████████████████▏ 381 B \n", + "pushing manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 29cafe4dc178... 100% ▕████████████████▏ 381 B \n", + "pushing manifest ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 29cafe4dc178... 100% ▕████████████████▏ 381 B \n", + "pushing manifest ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 29cafe4dc178... 100% ▕████████████████▏ 381 B \n", + "pushing manifest ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 29cafe4dc178... 100% ▕████████████████▏ 381 B \n", + "pushing manifest ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 29cafe4dc178... 100% ▕████████████████▏ 381 B \n", + "pushing manifest ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 29cafe4dc178... 100% ▕████████████████▏ 381 B \n", + "pushing manifest ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 29cafe4dc178... 100% ▕████████████████▏ 381 B \n", + "pushing manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 29cafe4dc178... 100% ▕████████████████▏ 381 B \n", + "pushing manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 29cafe4dc178... 100% ▕████████████████▏ 381 B \n", + "pushing manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 29cafe4dc178... 100% ▕████████████████▏ 381 B \n", + "pushing manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 29cafe4dc178... 100% ▕████████████████▏ 381 B \n", + "pushing manifest ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 29cafe4dc178... 100% ▕████████████████▏ 381 B \n", + "pushing manifest ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 29cafe4dc178... 100% ▕████████████████▏ 381 B \n", + "pushing manifest ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 29cafe4dc178... 100% ▕████████████████▏ 381 B \n", + "pushing manifest ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 29cafe4dc178... 100% ▕████████████████▏ 381 B \n", + "pushing manifest ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 29cafe4dc178... 100% ▕████████████████▏ 381 B \n", + "pushing manifest ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 29cafe4dc178... 100% ▕████████████████▏ 381 B \n", + "pushing manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 29cafe4dc178... 100% ▕████████████████▏ 381 B \n", + "pushing manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 29cafe4dc178... 100% ▕████████████████▏ 381 B \n", + "pushing manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 29cafe4dc178... 100% ▕████████████████▏ 381 B \n", + "pushing manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 29cafe4dc178... 100% ▕████████████████▏ 381 B \n", + "pushing manifest ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 29cafe4dc178... 100% ▕████████████████▏ 381 B \n", + "pushing manifest ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 29cafe4dc178... 100% ▕████████████████▏ 381 B \n", + "pushing manifest ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 75cd1014412f... 100% ▕████████████████▏ 5.9 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 29cafe4dc178... 100% ▕████████████████▏ 381 B \n", + "pushing manifest \n", + "success \u001b[?25h\n", + "\u001b[?25ltransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gtransferring model data \n", + "creating model layer \n", + "creating template layer \n", + "creating parameters layer \n", + "creating config layer \n", + "using already created layer sha256:2b234e4a9ad4a8802340f91eb7f1b9da6d949c3447637a1d3f2fdf4b04223be6 \n", + "using already created layer sha256:43f8d3cf527470a7ab05810651fb264375e7cc6934c2ed9917292bc8ce8c9e12 \n", + "using already created layer sha256:aa351e4a3def44e7582c6dbf761cf5b73edb7e39e41033a90cc25dee90be1413 \n", + "writing layer sha256:95d073123b03f8f6eb828caa008428cf531c4e2e6f13641f37aba61ae8cbaf49 \n", + "writing manifest \n", + "success \u001b[?25h\n", + "copied 'notus:q8_0' to 'argilla/notus:q8_0'\n", + "\u001b[?25lretrieving manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 95d073123b03... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 95d073123b03... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 95d073123b03... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 95d073123b03... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 95d073123b03... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 95d073123b03... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 95d073123b03... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 95d073123b03... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 95d073123b03... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 95d073123b03... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 95d073123b03... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 95d073123b03... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 95d073123b03... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 95d073123b03... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 95d073123b03... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 95d073123b03... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 95d073123b03... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 95d073123b03... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 95d073123b03... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 95d073123b03... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 95d073123b03... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 95d073123b03... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 95d073123b03... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 95d073123b03... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 95d073123b03... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 95d073123b03... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 95d073123b03... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 95d073123b03... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 95d073123b03... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 95d073123b03... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 95d073123b03... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 95d073123b03... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 95d073123b03... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 95d073123b03... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 95d073123b03... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 95d073123b03... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 95d073123b03... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 95d073123b03... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 95d073123b03... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 95d073123b03... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 95d073123b03... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 95d073123b03... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 95d073123b03... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 95d073123b03... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 95d073123b03... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 95d073123b03... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 95d073123b03... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 95d073123b03... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 95d073123b03... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 95d073123b03... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 95d073123b03... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 95d073123b03... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 95d073123b03... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 95d073123b03... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 95d073123b03... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 95d073123b03... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 95d073123b03... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 95d073123b03... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 95d073123b03... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 95d073123b03... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 95d073123b03... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 95d073123b03... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 95d073123b03... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 95d073123b03... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 95d073123b03... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 95d073123b03... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 95d073123b03... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 95d073123b03... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 95d073123b03... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 95d073123b03... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 95d073123b03... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 95d073123b03... 100% ▕████████████████▏ 381 B \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 95d073123b03... 100% ▕████████████████▏ 381 B \n", + "pushing manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 95d073123b03... 100% ▕████████████████▏ 381 B \n", + "pushing manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 95d073123b03... 100% ▕████████████████▏ 381 B \n", + "pushing manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 95d073123b03... 100% ▕████████████████▏ 381 B \n", + "pushing manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 95d073123b03... 100% ▕████████████████▏ 381 B \n", + "pushing manifest ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 95d073123b03... 100% ▕████████████████▏ 381 B \n", + "pushing manifest ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 95d073123b03... 100% ▕████████████████▏ 381 B \n", + "pushing manifest ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 95d073123b03... 100% ▕████████████████▏ 381 B \n", + "pushing manifest ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 95d073123b03... 100% ▕████████████████▏ 381 B \n", + "pushing manifest ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 95d073123b03... 100% ▕████████████████▏ 381 B \n", + "pushing manifest ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 95d073123b03... 100% ▕████████████████▏ 381 B \n", + "pushing manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 95d073123b03... 100% ▕████████████████▏ 381 B \n", + "pushing manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 95d073123b03... 100% ▕████████████████▏ 381 B \n", + "pushing manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 95d073123b03... 100% ▕████████████████▏ 381 B \n", + "pushing manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 95d073123b03... 100% ▕████████████████▏ 381 B \n", + "pushing manifest ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 95d073123b03... 100% ▕████████████████▏ 381 B \n", + "pushing manifest ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 95d073123b03... 100% ▕████████████████▏ 381 B \n", + "pushing manifest ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 95d073123b03... 100% ▕████████████████▏ 381 B \n", + "pushing manifest ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 95d073123b03... 100% ▕████████████████▏ 381 B \n", + "pushing manifest ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 95d073123b03... 100% ▕████████████████▏ 381 B \n", + "pushing manifest ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 95d073123b03... 100% ▕████████████████▏ 381 B \n", + "pushing manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 95d073123b03... 100% ▕████████████████▏ 381 B \n", + "pushing manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 95d073123b03... 100% ▕████████████████▏ 381 B \n", + "pushing manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 95d073123b03... 100% ▕████████████████▏ 381 B \n", + "pushing manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 95d073123b03... 100% ▕████████████████▏ 381 B \n", + "pushing manifest ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 95d073123b03... 100% ▕████████████████▏ 381 B \n", + "pushing manifest ⠴ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 95d073123b03... 100% ▕████████████████▏ 381 B \n", + "pushing manifest ⠦ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 95d073123b03... 100% ▕████████████████▏ 381 B \n", + "pushing manifest ⠧ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 95d073123b03... 100% ▕████████████████▏ 381 B \n", + "pushing manifest ⠇ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 95d073123b03... 100% ▕████████████████▏ 381 B \n", + "pushing manifest ⠏ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 95d073123b03... 100% ▕████████████████▏ 381 B \n", + "pushing manifest ⠋ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 95d073123b03... 100% ▕████████████████▏ 381 B \n", + "pushing manifest ⠙ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 95d073123b03... 100% ▕████████████████▏ 381 B \n", + "pushing manifest ⠹ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 95d073123b03... 100% ▕████████████████▏ 381 B \n", + "pushing manifest ⠸ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 95d073123b03... 100% ▕████████████████▏ 381 B \n", + "pushing manifest ⠼ \u001b[?25h\u001b[?25l\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1G\u001b[A\u001b[2K\u001b[1Gretrieving manifest \n", + "pushing 2b234e4a9ad4... 100% ▕████████████████▏ 7.7 GB \n", + "pushing 43f8d3cf5274... 100% ▕████████████████▏ 104 B \n", + "pushing aa351e4a3def... 100% ▕████████████████▏ 113 B \n", + "pushing 95d073123b03... 100% ▕████████████████▏ 381 B \n", + "pushing manifest \n", + "success \u001b[?25h\n" ] } ],